@import url(../libs/slick-carousel/slick/slick.css);
@import url(../libs/select2/dist/css/select2.min.css);
@import url(../libs/bootstrap-datepicker/dist/css/bootstrap-datepicker.standalone.min.css);
@import url(../libs/fancybox/dist/jquery.fancybox.min.css);

.im-caret{-webkit-animation:1s blink step-end infinite;-moz-animation:1s blink step-end infinite;-ms-animation:1s blink step-end infinite;-o-animation:1s blink step-end infinite;animation:1s blink step-end infinite}@keyframes blink{from,to{border-right-color:#000}50%{border-right-color:transparent}}@-moz-keyframes blink{from,to{border-right-color:#000}50%{border-right-color:transparent}}@-webkit-keyframes blink{from,to{border-right-color:#000}50%{border-right-color:transparent}}@-ms-keyframes blink{from,to{border-right-color:#000}50%{border-right-color:transparent}}@-o-keyframes blink{from,to{border-right-color:#000}50%{border-right-color:transparent}}.im-static{color:grey}/*# sourceMappingURL=inputmask.min.css.map */

/* print.js */
.printModal{font-family:sans-serif;display:flex;text-align:center;font-weight:300;font-size:30px;left:0;top:0;position:absolute;color:#0460b5;width:100%;height:100%;background-color:hsla(0,0%,100%,.91)}.printClose{position:absolute;right:10px;top:10px}.printClose:before{content:"\00D7";font-family:Helvetica Neue,sans-serif;font-weight:100;line-height:1px;padding-top:.5em;display:block;font-size:2em;text-indent:1px;overflow:hidden;height:1.25em;width:1.25em;text-align:center;cursor:pointer}


@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light/OpenSans-Light.woff2") format("woff2"),
    url("../fonts/OpenSans-Light/OpenSans-Light.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular/OpenSans-Regular.woff2") format("woff2"),
    url("../fonts/OpenSans-Regular/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold/OpenSans-SemiBold.woff2") format("woff2"),
    url("../fonts/OpenSans-SemiBold/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold/OpenSans-Bold.woff2") format("woff2"),
    url("../fonts/OpenSans-Bold/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: "Raleway-Regular";
  src: url("../fonts/Raleway-Regular/Raleway-Regular.woff2") format("woff2"),
    url("../fonts/Raleway-Regular/Raleway-Regular.woff") format("woff");
}

/*!
 * ClockPicker v0.0.7 for jQuery (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
 * 
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0
}

.popover-content {
  padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  overflow: visible;
  margin: 0;
  padding: 0;
  z-index: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.popover>.arrow {
  border-width: 11px
}

.popover>.arrow:after {
  content: "";
  border-width: 10px
}

.popover.top>.arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0
}

.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0
}

.popover.right>.arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0
}

.popover.bottom>.arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff
}

.btn {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent
}

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

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

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

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

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

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

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

.text-primary {
  color: #428bca
}

.clockpicker .input-group-addon {
  cursor: pointer
}

.clockpicker-moving {
  cursor: move
}

.clockpicker-align-left.popover>.arrow {
  left: 25px
}

.clockpicker-align-top.popover>.arrow {
  top: 17px
}

.clockpicker-align-right.popover>.arrow {
  left: auto;
  right: 25px
}

.clockpicker-align-bottom.popover>.arrow {
  top: auto;
  bottom: 6px
}

.clockpicker-popover .popover-title {
  background-color: #fff;
  color: #999;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: center
}

.clockpicker-popover .popover-title span {
  cursor: pointer
}

.clockpicker-popover .popover-content {
  background-color: #f8f8f8;
  padding: 12px
}

.popover-content:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px
}

.clockpicker-plate {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: visible;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.clockpicker-canvas,
.clockpicker-dial {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -1px;
  top: -1px
}

.clockpicker-minutes {
  visibility: hidden
}

.clockpicker-tick {
  border-radius: 50%;
  color: #666;
  line-height: 26px;
  text-align: center;
  width: 26px;
  height: 26px;
  position: absolute;
  cursor: pointer
}

.clockpicker-tick.active,
.clockpicker-tick:hover {
  background-color: #c0e5f7;
  background-color: rgba(0, 149, 221, .25)
}

.clockpicker-button {
  background-image: none;
  background-color: #fff;
  border-width: 1px 0 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  padding: 10px 0
}

.clockpicker-button:hover {
  background-image: none;
  background-color: #ebebeb
}

.clockpicker-button:focus {
  outline: 0 !important
}

.clockpicker-dial {
  -webkit-transition: -webkit-transform 350ms, opacity 350ms;
  -moz-transition: -moz-transform 350ms, opacity 350ms;
  -ms-transition: -ms-transform 350ms, opacity 350ms;
  -o-transition: -o-transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms
}

.clockpicker-dial-out {
  opacity: 0
}

.clockpicker-hours.clockpicker-dial-out {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2)
}

.clockpicker-minutes.clockpicker-dial-out {
  -webkit-transform: scale(.8, .8);
  -moz-transform: scale(.8, .8);
  -ms-transform: scale(.8, .8);
  -o-transform: scale(.8, .8);
  transform: scale(.8, .8)
}

.clockpicker-canvas {
  -webkit-transition: opacity 175ms;
  -moz-transition: opacity 175ms;
  -ms-transition: opacity 175ms;
  -o-transition: opacity 175ms;
  transition: opacity 175ms
}

.clockpicker-canvas-out {
  opacity: .25
}

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
  stroke: none;
  fill: #0095dd
}

.clockpicker-canvas-bg {
  stroke: none;
  fill: #c0e5f7
}

.clockpicker-canvas-bg-trans {
  fill: rgba(0, 149, 221, .25)
}

.clockpicker-canvas line {
  stroke: #0095dd;
  stroke-width: 1;
  stroke-linecap: round
}

.clockpicker-button.am-button {
  margin: 1px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4px
}

.clockpicker-button.pm-button {
  margin: 1px 1px 1px 136px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4px
}



/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input>* {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input>div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input>div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input>input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input>input::-ms-clear {
  display: none;
}

.selectize-input>input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input>input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}




.mCustomScrollbar,
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
      touch-action: auto;
}

.mCustomScrollBox {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.mCustomScrollBox.mCSB_vertical,
.mCustomScrollBox.mCSB_vertical_horizontal {
  -ms-touch-action: auto;
      touch-action: auto;
}

.mCustomScrollBox.mCSB_horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto
}

.mCSB_inside>.mCSB_container {
    margin-right: 20px
}

.service-referral-schedule .mCSB_inside>.mCSB_container,
.service-free-schedule .mCSB_inside>.mCSB_container{
  margin-right: 30px;
}

@media (max-width: 576px) {
    .service-referral-schedule .mCSB_inside>.mCSB_container,
    .service-free-schedule .mCSB_inside>.mCSB_container{
        margin-right: 0;
    }
}

.service-doctor-drop__free .mCSB_inside>.mCSB_container {
  margin-right: 30px
}

@media (max-width: 576px) {
  .service-doctor-drop__free .mCSB_inside>.mCSB_container  {
    margin-right: 0;
  }
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"
}

.mCSB_outside+.mCSB_scrollTools {
  right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
  right: auto;
  left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
  left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
  margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
  min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
  margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px
}

.mCSB_container_wrapper>.mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
  padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
  padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
  height: 12px;
  width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, .05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, .05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, .2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9)
}





/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111111;
  text-align: left;
  background-color: #fff;
  padding-top: 104px;
}

@media (max-width: 992px) {
  body{
     padding-top: 89px;
  }
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: #0056b3;
    text-decoration: underline;
  }
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: visible !important;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  -webkit-border-radius: 0;
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type="radio"]:disabled {
  cursor: default;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}






/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 22px;
  padding-left: 22px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

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

.container-fluid {
  width: 100%;
  padding-right: 22px;
  padding-left: 22px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -22px;
  margin-left: -22px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

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

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

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

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

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

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

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

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

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

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

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

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

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

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

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

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

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}






.calBox {
  background-color: #928d81;
  padding: 2px;
  -moz-border-radius: 4px;
  text-align: center;
  color: white;
}

.calElement {
  margin: 1px;
  display: inline-block;
  overflow: hidden;
}

.calYear {
  font-size: 20px;
  border-bottom: 1px dashed #666;
  padding-bottom: 5px;
  margin-bottom: 5px
}

.calYear .calElement {
  border: 1px solid #999999;
}

.calMonth {
  border-bottom: 1px dashed #666;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.calMonth .calElement {
  font-size: 14px;
  border: 1px solid #999999;
}

.calDay {}

.calDay .calElement {
  font-size: 12px;
  border: 1px solid #999999;
}

.calDay .calElement.prev {
  background: transparent url(images/prev.png) no-repeat 0 18px;
  width: 6px;
  height: 35px
}

.calDay .calElement.next {
  background: transparent url(images/next.png) no-repeat 0 18px;
  width: 6px;
  height: 35px;
}

span.calElement.next:hover,
span.calElement.prev:hover {
  border: 1px solid #999999;
  cursor: pointer;
}

.calDay .calElement .dayNumber {
  font-size: 20px;
}


.calElement.selected {
  background-color: #404040;
  border: 1px solid #404040;
  -moz-border-radius: 3px
}

span.calElement:hover {
  background-color: #404040;
  border: 1px solid #404040;
  -moz-border-radius: 3px;
  cursor: pointer;
}

.calElement.today {
  border: 1px solid #e0e000;
  -moz-border-radius: 3px
}








html,
body {
  height: 100%!important;
}

body {
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  line-height: normal;
}

body.is-overfloved {
  overflow: hidden;
}

body.is-dimmed::after {
  opacity: 1;
}

body::after {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
}

body input,
body textarea,
body button {
  outline: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
    color: inherit;
  }
}

p,
label {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  padding-top: 40px;
}

.select2-dropdown {
  z-index: 9998;
}

.slick-slide {
  outline: 0 !important;
}

.page-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer-wrapper {
  position: relative;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
}

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

@media (min-width: 1200px) {
  .container--type-2 {
    max-width: 1080px;
  }
}

.first-screen {
  height: 80vh;
  background: 0 0 no-repeat;
  -webkit-background-size: cover;
  /* background-size: contain; */
  display: -webkit-box;
  display: -webkit-flex;
  background-position: center;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
}

.logo {
  font-size: 18px;
  line-height: 1.44;
}

.logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo__icon {
  margin-right: 15px;
}

.main-nav {
  /* position: absolute; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
}


.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: none;
  height: 50px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus {
  outline: 0;
}

.btn--type-1 {
  background-color: #00B7A1;
  color: #ffffff;
}

.btn--type-1:hover {
  background-color: #00ad98;
}

.h1 {
  font-size: 50px;
  line-height: 1.28;
}

@media (max-width: 992px) {
  .h1 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .h1 {
    font-size: 23px;
  }
}

.first-screen-body__inner {
  width: 100%;
  max-width: 772px;
  text-align: center;
}

.first-screen-authorization__title {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .first-screen-authorization__title {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .first-screen-authorization__title {
    font-size: 16px;
  }
}

.first-screen-authorization__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 17px;
}

@media (max-width: 992px) {
  .first-screen-authorization__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.first-screen__title {
  margin-bottom: 0;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .first-screen__title {
    margin-bottom: 20px;
  }
}

.btn--type-2 {
  background-color: #d5f4f0;
  color: #00b7a1;
}

.btn--type-2:hover {
  background-color: #98e4da;
  color: #00b7a1;
}

.btn--type-3 {
  background-color: #e8f0ff;
  color: #5991e9;
}

.btn--type-3:hover {
  background-color: #cfdfff;
  color: #5991e9;
}

.first-screen-authorization__how {
  font-size: 16px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.first-screen-authorization__how:hover {
  text-decoration: underline;
}

.first-screen-services {
  padding: 0;
  margin-top: 40px;
}

@media (max-width: 1200px) {
  .first-screen-services {
    bottom: 0;
  }
}

@media (max-width: 992px) {
  .first-screen-services {
    display: none;
  }
}

@media (max-width: 1200px) {
  .first-screen-services .container {
    max-width: 100%;
  }
}

.first-screen-services__title {
  text-align: center;
  margin-bottom: 15px;
}

.first-screen-services__items {
  background-color: #fff;
  border: 1px solid #a7a9ac;
  padding: 0px 60px 10px 60px;
}

.first-screen-services__items .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-screen-services-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #005398;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  flex-direction: column;
}

.first-screen-services-item:hover {}

.first-screen-services-item:hover .first-screen-services-item__icon {
  opacity: 1;
}

.first-screen-services-item__icon {
  margin-right: 15px;
  opacity: 0.83;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.section-title {
  font-size: 26px;
  color: #58595b;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.section-title:before,
.section-title:after {
  background-color: #a7a9ac;
  content: '';
  height: 1px;
  display: inline-block;
  width: 100%;
}

@media (max-width: 992px) {

  .section-title:before,
  .section-title:after {
    width: 21px;
  }
}

.section-title span {
  padding: 0 35px;
  white-space: nowrap;
  margin-right: 5px;
  vertical-align: middle;
}

@media (max-width: 992px) {
  .section-title span {
    white-space: normal;
    padding: 0 10px;
  }
}

@media (max-width: 992px) {
  .section-title {
    font-size: 26px;
  }
}

.section-title span:only-child {
  margin-right: 0;
}

.label {
  height: 25px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e8f0ff;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  font-size: 14px;
  color: #5991e9;
  padding-left: 12.5px;
  padding-right: 12.5px;
  line-height: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.label:hover {
  background-color: #dee9ff;
  color: #5991e9;
}

.label:focus {
  outline: 0;
}

.services-search__submit {
  background-color: transparent;
  border: none;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.services-search__submit:focus {
  outline: 0;
}

.services-search {
  width: 100%;
  max-width: 387px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #e3e3e3;
  font-size: 20px;
  color: #939393;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 768px) {
  .field {
    height: 40px;
    font-size: 16px;
  }
}

.field::-webkit-input-placeholder {
  color: currentColor;
}

.field::-moz-placeholder {
  color: currentColor;
}

.field:-ms-input-placeholder {
  color: currentColor;
}

.field::-ms-input-placeholder {
  color: currentColor;
}

.field::placeholder {
  color: currentColor;
}

.services-search__field {
  padding-right: 27px;
}

.services-item__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 21px;
  color: #6c7b93;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .services-item__title {
    font-size: 20px;
  }
}

.services-item-list__item {
  font-size: 16px;
  color: #000000;
  line-height: 1.25;
  margin-bottom: 7px;
}

.services-item-list__item:not(.services-item-list__item--is-disabled) a:hover {
  text-decoration: underline;
}

.services-item-list__item a::after {
  content: '';
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #00aa89;
  background: url(../img/icons/info-i.svg) center / 10px 10px no-repeat;
  margin-left: 3px;
}

.services-item-list__item:last-child {
  margin-bottom: 0;
}

.services-item {
  position: relative;
  padding: 20px;
  border: 1px solid #a7a9ac;
  transition: all .2s ease;
  height: 250px;
}

.services-item:hover {
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .services-item {
    padding-top: 80px;
  }
}

.services-item .label {
  margin-top: 25px;
}

.services-item__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .services-item__icon {
    min-height: 60px;
    max-width: 40px;
  }
}

.services-item-list__item--is-disabled {
  pointer-events: none;
  color: #6c7b93;
}

.services-item-list__item--is-disabled a::after {
  content: '';
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 11px;
  height: 15px;
  background-image: url("../img/icons/lock-small.svg");
  border: none;
  background-size: auto;
  border-radius: 0;
}

.services-item-list__lock {
  width: 20px;
  height: 23px;
  margin-left: 10px;
}

.services-item-wrapper {
  margin-bottom: 45px;
}

@media (max-width: 992px) {
  .services-item-wrapper {
    margin-bottom: 55px;
  }
}

.index-useful {
  padding: 0;
}

.index-useful__title-icon {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 2px solid #5991e9;
  background-color: #e8f0ff;
  margin-right: 20px;
}

.index-useful__title-icon img,
.index-useful__title-icon svg {
  width: 28px;
  height: 28px;
  -webkit-transform: rotate(-32deg);
  -ms-transform: rotate(-32deg);
  transform: rotate(-32deg);
}

.index-useful-item__title {
  font-size: 21px;
  line-height: 36px;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  margin: -28px -15px 15px -10px;
  padding: 10px;
}

.index-useful__container {
  padding-left: 22px;
  padding-right: 22px;
}

.index-useful__items {
  margin-left: -22px;
  margin-right: -22px;
}

.index-useful-item-wrapper {
  padding-left: 22px;
  padding-right: 22px;
}

@media (max-width: 1200px) {
  .index-useful-item-wrapper {
    margin-bottom: 40px;
  }
}

.index-useful-item__list-item {
  line-height: 1.44;
  font-size: 18px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .index-useful-item__list-item {
    margin-bottom: 15px;
  }
}

.index-useful-item__list-item:hover {
  text-decoration: underline;
}

.index-useful-item__list-item:last-child {
  margin-bottom: 0;
}

.index-useful-item {
  background-color: #00aa8a;
  height: 100%;
  padding-top: 28px;
  padding-left: 10px;
  padding-right: 15px;
  padding-bottom: 85px;
  color: #ffffff;
  position: relative;
}

.news-item-wrapper {
  margin-bottom: 50px;
}

.news__title {
  margin-bottom: 50px;
}


span.select2-selection.select2-selection--single {
  outline: none;
}

.resources__title {
  font-size: 20px;
  color: #000000;
  line-height: 1.25;
  margin-bottom: 40px;
}

.resources-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.43;
  color: #999999;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.resources-item:hover {
  color: #000000;
}

.resources-item__icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}

@media (max-width: 992px) {
  .resources-item__icon {
    width: 59px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.resources-item-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 22px;
  padding-left: 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (max-width: 1200px) {
  .resources-item-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (max-width: 992px) {
  .resources-item-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .resources-item-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.resources__items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.resources {
  padding-top: 65px;
  padding-bottom: 65px;
  border-bottom: 1px solid #D5D5D5;
}

@media (max-width: 992px) {
  .resources {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}

.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 992px) {

  .footer__container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

}

@media (max-width: 500px) {
  .footer__container {
    flex-direction: row;
  }
  .footer__sitemap-link {
    min-width: 60px;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .footer__nav {
    font-size: 11px;
    position: absolute;
    top: 17px;
    left: 22px;
    right: 22px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer__nav li {
  margin-right: 40px;
}

@media (max-width: 992px) {
  .footer__nav li {
    margin-right: 0;
  }
}

.footer__nav li:hover {
  text-decoration: underline;
}

.footer__nav li:last-child {
  margin-right: 0;
}

.footer__sitemap-link:hover {
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .statics-item-wrapper {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.statics-item__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .statics-item__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.hero {
  background-color: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero__title {
  font-size: 38px;
  text-align: center;
  margin-bottom: 35px;
}

@media (max-width: 992px) {
  .hero__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.info-message {
  background-color: #e8f0fe;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
  color: #5c93e6;
  padding: 15px 22px;
  padding-bottom: 18px;
  padding-right: 20px;
  margin-bottom: 54px;
  position: relative;
}

.info-message.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.info-message--error {
  background-color: #e84d4d;
  color: #fff;
}

@media (max-width: 992px) {
  .info-message {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.info-message a {
  text-decoration: underline;
}

.info-message a:hover {
  text-decoration: none;
}

.info-message__icon {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
}

@media (max-width: 992px) {
  .info-message__icon {
    margin-bottom: 0;
  }
}

.page-list {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(127, 127, 127, 0.19);
  box-shadow: 0 2px 20px 0 rgba(127, 127, 127, 0.19);
}

.page-list .btn--accent-10 {
  margin-left: auto;
}

.page-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  border-bottom: 1px solid #d2d6de;
  cursor: pointer;
  font-size: 20px;
  padding-left: 64px;
  padding-right: 30px;
  padding-top: 28px;
  padding-bottom: 28px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
}

@media (max-width: 992px) {
  .page-list__item {
    padding-left: 20px;
    padding-right: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
  }
}

.page-list__item:hover {
  background-color: #ecfaf8;
}

.page-list__item:last-child {
  border-bottom: none;
}

.page-list__item--has-arrow::after {
  content: '';
  display: block;
  width: 8px;
  height: 14px;
  background: url("../img/icons/chevron-right.svg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-left: auto;
}

@media (max-width: 992px) {
  .page-list__item--has-arrow::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
  }
}

.page-list__key {
  width: 57%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .page-list__key {
    width: auto;
    margin-bottom: 10px;
    line-height: 1.35;
  }
}

.page-list__val {
  font-size: 16px;
  color: #a0aaba;
}

@media (max-width: 992px) {
  .page-list__val {
    font-size: 14px;
  }
}

.page-list-wrapper__title {
  font-size: 17px;
  color: #697890;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .page-list-wrapper__title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.service-drop__title {
  color: #697890;
  font-size: 22px;
  margin-bottom: 35px;
}

@media (max-width: 992px) {
  .service-drop__title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 22px;
  }
}

.btn--accent-9 {
  background-color: #f6f7f9;
  height: 44px;
  font-size: 15px;
  color: #000000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-left: 29px;
  padding-right: 29px;
}

@media (max-width: 992px) {
  .btn--accent-9 {
    font-size: 14px;
  }
}

.btn--accent-9:hover {
  background-color: #edeff3;
  color: #000000;
}

.choose__title {
  font-size: 20px;
}

@media (max-width: 992px) {
  .choose__title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.choose__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .choose__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}

.choose__header .select-wrapper {
  width: 495px;
}

@media (max-width: 992px) {
  .choose__header .select-wrapper {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .choose__header .select2-selection__rendered {
    padding-left: 20px;
  }
}

.select-wrapper {
  width: 100%;
}

.select-wrapper .select2-container .select2-selection--single {
  height: 50px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

@media (max-width: 992px) {
  .select-wrapper .select2-container .select2-selection--single {
    height: 44px;
  }
}

.select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  color: #212224;
  font-size: 18px;
  padding-left: 18px;
}

@media (max-width: 992px) {
  .select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    line-height: 44px;
  }
}

.select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: '';
  display: block;
  width: 10px;
  height: 18px;
  background: url("../img/icons/select-toggler.svg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.select2-dropdown {
  border: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.select2-results__options {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.select2-results__option {
  min-height: 40px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00aa8a;
  color: #ffffff;
}

.page-list--small .page-list__item {
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 16px;
}


@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tabs__item {
  display: none;
  -webkit-animation: fadeIn .6s ease-in;
  animation: fadeIn .6s ease-in;
}

.tabs__item.is-active {
  display: block;
}

.page-list__item-wrapper.is-active .page-list__item {
  padding-bottom: 50px;
}

@media (max-width: 992px) {
  .page-list__item-wrapper.is-active .page-list__item {
    padding-bottom: 93px;
  }
}

.page-list__item-wrapper.is-active .page-list__val {
  z-index: 1;
  bottom: 28px;
}

@media (max-width: 992px) {
  .page-list__item-wrapper.is-active .page-list__val {
    bottom: 0;
  }
}

.page-list__item-wrapper.is-active .page-list__toggler::after,
.page-list__item-wrapper.is-active .page-list__switcher::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.page-list__item-wrapper .page-list__item {
  cursor: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
}

@media (max-width: 992px) {
  .page-list__item-wrapper .page-list__item {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 66px;
  }
}

.page-list__item-wrapper .page-list__item:hover {
  background-color: #ffffff;
}

.page-list__item-wrapper .page-list__key {
  width: 100%;
}

@media (max-width: 992px) {
  .page-list__item-wrapper .page-list__key {
    font-size: 18px;
  }
}

.page-list__item-wrapper .page-list__val {
  position: absolute;
  z-index: -1;
}

@media (max-width: 992px) {
  .page-list__item-wrapper .page-list__val {
    position: relative;
  }
}

@media (max-width: 992px) {
  .page-list__item-wrapper .page-list__toggler {
    position: absolute;
    right: 30px;
    bottom: 27px;
  }
}

.btn--accent-10 {
  width: 151px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 16px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #6699e7;
  color: #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (max-width: 992px) {
  .btn--accent-10 {
    font-size: 14px;
  }
}

.btn--accent-10:hover {
  color: #ffffff;
  background-color: #4784e2;
}

.btn--accent-10::after {
  content: '';
  display: block;
  width: 8px;
  height: 14px;
  background: url("../img/icons/page-list-arrow.svg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.btn--accent-10 span {
  margin-right: auto;
}

.page-list-drop-wrapper {
  display: none;
}

.page-list-drop {
  padding-left: 64px;
  padding-right: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 49px;
  padding-bottom: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 992px) {
  .page-list-drop {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.datepicker {
  width: 320px;
}

@media (max-width: 992px) {
  .datepicker {
    width: 270px;
  }
}

.datepicker-switch {
  font-size: 14px;
  font-weight: normal;
  color: #212224 !important;
  pointer-events: none;
}

.datepicker-switch:hover {
  background-color: transparent !important;
}

.prev:hover,
.next:hover {
  background-color: transparent !important;
}

.datepicker th {
  color: #a0aaba;
  font-weight: normal;
}

.datepicker td,
.datepicker th {
  width: 44px;
  height: 44px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 2px solid #ffffff;
}

.datepicker th {
  height: 55px;
  border: none;
}

.new.day {
  display: none;
}

.old.day {
  opacity: 0;
  pointer-events: none;
}

.disabled.disabled-date.day {
  background-color: #ecfaf8;
  color: #00b7a1;
  pointer-events: none;
}

.disabled.disabled-date.day:hover {
  background-color: #ecfaf8;
}

.timepick {
  margin-bottom: 50px;
}

.timepick__title {
  font-size: 17px;
  margin-bottom: 19px;
}

.timepick__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.timepick__item {
  width: 66px;
  height: 44px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d2d6de;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
  margin-right: 4px;
  margin-bottom: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 992px) {
  .timepick__item {
    width: 63px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

.timepick__item:hover,
.timepick__item.is-active {
  background-color: #6699e7;
  color: #ffffff;
}

.timepick__item.is-disabled {
  background-color: #f6f7f9;
  color: #d2d6de;
  pointer-events: none;
}

@media (max-width: 992px) {
  .timepick__item:nth-child(4n) {
    margin-right: 0;
  }
}

.timepick__item:nth-child(7n) {
  margin-right: 0;
}

@media (max-width: 992px) {
  .timepick__item:nth-child(7n) {
    margin-right: 5px;
  }
}

.timepick__item:last-child {
  margin-right: 0;
}

.page-list__delayed-entry-toggler {
  font-size: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #9eaabc;
}

@media (max-width: 992px) {
  .page-list__delayed-entry-toggler {
    margin-bottom: 20px;
  }
}

.page-list__delayed-entry-toggler:hover {
  color: #8090a7;
}

.page-list__delayed-entry-toggler:focus {
  outline: 0;
}

.page-list-drop__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .page-list-drop__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.btn--border {
  height: 58px;
  -webkit-border-radius: 29px;
  border-radius: 29px;
  border: 2px solid #00b7a1;
  color: #00b7a1;
  font-size: 17px;
  padding-left: 36px;
  padding-right: 36px;
  background-color: transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (max-width: 992px) {
  .btn--border {
    height: 48px;
    font-size: 16px;
  }
}

.btn--border:hover {
  color: #ffffff;
  background-color: #00b7a1;
}

@media (max-width: 992px) {
  .page-list-drop__col--timepick {
    max-width: 100%;
  }
}

.page-list-drop__col--datepicker {
  margin-top: -23px;
  margin-left: -18px;
}

@media (max-width: 992px) {
  .page-list-drop__col--datepicker {
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  .page-list-drop__col--datepicker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.tab-prev {
  color: #a0aaba;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-prev__icon {
  width: 26px;
  height: 23px;
  background: url("../img/icons/return.svg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-right: 12px;
}

.application {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(127, 127, 127, 0.19);
  box-shadow: 0 2px 20px 0 rgba(127, 127, 127, 0.19);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  min-height: 160px;
  padding: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding-left: 153px;
  margin-bottom: 40px;
  padding-right: 20px;
  color: #697890;
  line-height: 1.5;
  height: 100%;
}

@media (max-width: 992px) {
  .application {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 34px;
  }
}

.application-date {
  width: 100px;
  color: #fff;
  background-color: #00aa8a;
  justify-content: center;
  text-align: center;
  line-height: 1.75;
  padding: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 43px;
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.application-date__time img {
  width: 30px;
  display: block;
  margin: 0 auto;
}

.application-date__time span {
  font-size: 30px;
}

@media (max-width: 992px) {
  .application-date {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 30px;
    margin-bottom: 25px;
  }
}

.application-date__day {
  font-size: 60px;
  line-height: 0.83;
}

@media (max-width: 992px) {
  .application-date__day {
    font-size: 50px;
    margin-right: 12px;
  }
}

.application__time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .application__time {
    margin-bottom: 14px;
  }
}

.application__time svg,
.application__time img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

@media (max-width: 992px) {

  .application__time svg,
  .application__time img {
    margin-right: 7px;
  }
}

.application__title {
  color: #212224;
}

.application__title--level-1 {
  font-size: 34px;
  line-height: 1.12;
  margin-bottom: 7px;
}

@media (max-width: 992px) {
  .application__title--level-1 {
    font-size: 24px;
    line-height: 1.17;
    margin-bottom: 10px;
  }
}

.application__title--level-2 {
  font-size: 22px;
  line-height: 1.56;
}

@media (max-width: 992px) {
  .application__title--level-2 {
    font-size: 18px;
    margin-bottom: 18px;
  }
}

.application__title--level-3 {
  font-size: 18px;
  margin-bottom: 12px;
  border-bottom: 2px solid #00aa8a;
  display: inline-block;
}

@media (max-width: 992px) {
  .application__title--level-3 {
    font-size: 16px;
    margin-top: 27px;
  }
}

.application__col {
  padding-top: 12px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 992px) {
  .application__col {
    padding-top: 0;
  }
}

.application__col--last {
  width: 45%;
  margin-left: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .application__col--last {
    margin-left: 0;
    width: 100%;
  }
}



@media (max-width: 992px) {
  .application-place {
    font-size: 14px;
    margin-left: -20px;
  }
}

.applicaton-place {
  align-self: flex-end;
}

.application-place__icon {
  margin-right: 10px;
}

.application-place__info {
  margin-top: 30px;
  font-size: 13px;
}

.application-place__top {
  font-size: 13px;
  color: #212224;
}

.application-place__address span,
.application-place__phone span {
  margin-left: 25px;
  display: block;
  margin-top: 5px;
}

.application-place__address:before {
  content: '';
  width: 15px;
  height: 15px;
  float: left;
  background: url('../img/icons/navigation.svg') center center / contain no-repeat;
}

.application-place__btns {
  margin-top: 30px;
}

.application-place__btn {
  background: none;
  border: 1px solid #d4d8e0;
  padding: 7px 5px;
  font-size: 12px;
  border-radius: 3px;
  margin-left: 5px;
  cursor: pointer;
}

.application-place__btn span {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}


.application-place__btn img {
  width: 25px;
}

.application--cancelled .application-date {
  background: #a0aaba;
}

.application--cancelled .application__title--level-3 {
  border-color: #a0aaba;
}

.application-place__phone:before {
  content: '';
  float: left;
  width: 15px;
  height: 15px;
  background: url('../img/icons/phone-receiver.svg') center center / contain no-repeat;
}

.application-place__phone {
  font-size: 13px;
  color: #697890;
}

.form__body {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(127, 127, 127, 0.19);
  box-shadow: 0 2px 20px 0 rgba(127, 127, 127, 0.19);
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .form__body {
    padding: 34px;
  }
}

.form__title {
  font-size: 28px;
  margin-bottom: 64px;
}

@media (max-width: 992px) {
  .form__title {
    font-size: 24px;
    margin-bottom: 35px;
  }
}

.form-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #697890;
  font-size: 18px;
  margin-bottom: 16px;
  position: relative;
}

@media (max-width: 992px) {
  .form-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 25px;
  }
}

.form-label .form-field:focus {
  background-color: #f3f8ff;
  border: solid 1px #5c93e6;
}

.form-label___title {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 170px;
  margin-right: 90px;
}

@media (max-width: 992px) {
  .form-label___title {
    font-size: 14px;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.form-field {
  height: 35px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #d2d6de;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #212224;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 992px) {
  .form-field {
    font-size: 14px;
    height: 44px;
  }
}

.form-field.error {
  border: 1px solid #e84d4d !important;
  background-color: #fef5f2 !important;
}

.form-field::-webkit-input-placeholder {
  color: #d2d6de;
}

.form-field::-moz-placeholder {
  color: #d2d6de;
}

.form-field:-ms-input-placeholder {
  color: #d2d6de;
}

.form-field::-ms-input-placeholder {
  color: #d2d6de;
}

.form-field::placeholder {
  color: #d2d6de;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  display: none;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  display: none;
}

.datepicker.dropdown-menu {
  margin-top: 8px;
}

@media (max-width: 992px) {
  .datepicker.dropdown-menu {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.form-label-datepicker .form-field {
  width: 233px;
}

@media (max-width: 992px) {
  .form-label-datepicker .form-field {
    width: 100%;
  }
}

.form-radio-wrapper {
  width: 233px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .form-radio-wrapper {
    width: 100%;
  }
}

.form-radio-wrapper .form-radio {
  width: 50%;
}

.form-radio {
  position: relative;
}

.form-radio:first-child .form-field {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

.form-radio:last-child .form-field {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-radio .form-field {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  color: #6c7b93;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.form-radio input[type=radio] {
  opacity: 0;
  position: absolute;
}

.form-radio input[type=radio]:checked~.form-field {
  color: #ffffff;
  background-color: #6c7b93;
}

.form__submit {
  padding-left: 33px;
  padding-right: 33px;
}

.application--success {
  padding-bottom: 115px;
}

@media (max-width: 992px) {
  .application--success .application__col--first {
    margin-bottom: 27px;
  }
}

.application--success .application__col--first .application-additional-info {
  margin-bottom: 12px;
}

.application--success .application__title--level-2 {
  margin-bottom: 10px;
}

.application--success .application-place {
  margin-left: -21px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .application--success .application-place {
    margin-bottom: 0;
  }
}

.application__print {
  width: 56px;
  height: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d2d6de;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 5px;
}

.application__print::before {
  content: '';
  display: block;
  width: 24px;
  height: 20px;
  background: url("../img/icons/print.svg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.application__position {
  font-size: 15px;
  color: #a0aaba;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .application__position {
    margin-bottom: 10px;
  }
}

.application-status-toggle {
  display: flex;
}

.application-status-toggle__btn {
  border: 1px solid #d7dbe2;
  background: none;
  font-size: 14px;
  color: #212224;
  transition: all .2s ease;
  cursor: pointer;
  padding: 5px 10px;
}

.applications-group {
  display: flex;
  flex-wrap: wrap;
}

.application-status-toggle__btn--active {
  color: #fff;
  background: #6c7b93;
}

#logoutForm {
  display: none;
}

.search-form-wrapper__title {
  font-size: 24px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .search-form-wrapper__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.search-form {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(127, 127, 127, 0.19);
  box-shadow: 0 2px 20px 0 rgba(127, 127, 127, 0.19);
  padding-left: 36px;
  padding-top: 31px;
  padding-right: 64px;
  padding-bottom: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 20px;
  }
}

.search-form .form-field {
  font-size: 17px;
}

.search-form .form-field::-webkit-input-placeholder {
  color: #d2d6de;
}

.search-form .form-field::-moz-placeholder {
  color: #d2d6de;
}

.search-form .form-field:-ms-input-placeholder {
  color: #d2d6de;
}

.search-form .form-field::-ms-input-placeholder {
  color: #d2d6de;
}

.search-form .form-field::placeholder {
  color: #d2d6de;
}

.search-form .form-field:focus {
  background-color: #f3f8ff;
  border: 1px solid #5c93e6;
}

.search-form .btn {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (max-width: 992px) {
  .search-form .btn {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

.search-form__title {
  font-size: 17px;
  color: #697890;
  margin-bottom: 19px;
}

.questionnaire-form__body {
  margin-bottom: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(127, 127, 127, 0.19);
  box-shadow: 0 2px 20px 0 rgba(127, 127, 127, 0.19);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-top: 60px;
  padding-left: 64px;
  padding-right: 64px;
  padding-bottom: 90px;
  position: relative;
}

@media (max-width: 992px) {
  .questionnaire-form__body {
    padding: 34px;
    padding-top: 45px;
  }
}

.questionnaire-form__body .form-radio-wrapper {
  width: auto;
}

.questionnaire-form__body .form-radio-wrapper .form-radio .form-field {
  min-width: 66px;
  height: 36px;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}

.questionnaire-form__title {
  font-size: 28px;
  margin-bottom: 55px;
  color: #000000;
}

@media (max-width: 992px) {
  .questionnaire-form__title {
    margin-bottom: 30px;
  }
}

.questionnaire-form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d2d6de;
  padding-top: 9px;
  padding-bottom: 9px;
  position: relative;
}

@media (max-width: 992px) {
  .questionnaire-form-item {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.questionnaire-form-item:first-child {
  padding-top: 0;
}

.questionnaire-form-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.questionnaire-form__block {
  margin-bottom: 30px;
}

.questionnaire-form__block:last-child {
  margin-bottom: 0;
}

.questionnaire-form-item__title {
  font-size: 18px;
  color: #000000;
  width: 69%;
  line-height: 1.44;
}

@media (max-width: 992px) {
  .questionnaire-form-item__title {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }
}

.questionnaire-form-radio-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 12px;
  position: relative;
}

.questionnaire-form-radio {
  cursor: pointer;
  margin-right: 8px;
  margin-bottom: 12px;
  position: relative;
}

@media (max-width: 992px) {
  .questionnaire-form-radio {
    margin-bottom: 0;
  }
}

.questionnaire-form-radio:last-child {
  margin-right: 0;
}

.questionnaire-form-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.questionnaire-form-radio input[type=radio]:checked~.questionnaire-form-radio__control {
  color: #ffffff;
  background-color: #6c7b93;
}

.questionnaire-form-radio__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 66px;
  height: 36px;
  border: 1px solid #d2d6de;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 15px;
  color: #6c7b93;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (max-width: 992px) {
  .questionnaire-form-radio__control {
    font-size: 13px;
  }
}

.questionnaire-form__block--small .questionnaire-form-item__title {
  font-size: 16px;
  color: #6c7b93;
}

@media (max-width: 992px) {
  .questionnaire-form__block--small .questionnaire-form-item__title {
    font-size: 14px;
  }
}

.questionnaire-form-block__title {
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .questionnaire-form-block__title {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.questionnaire-form-item--has-field {
  padding-top: 20px;
}

.questionnaire-form-item--has-field .form-field {
  margin-top: 16px;
  margin-bottom: 16px;
}

.questionnaire-form-item--has-field label.error {
  margin-top: 20px;
}

.info-message--service {
  margin-bottom: 55px;
  padding-right: 35px;
}

.info-message--service .info-message__icon {
  margin-right: 20px;
}

.page-list-wrapper {
  margin-bottom: 62px;
}

.choose {
  margin-bottom: 50px;
}

.service-drop-holder {
  position: relative;
}

.service-drop__toggler {
  position: absolute;
}

.service-drop {
  display: none;
}

.info-message--choose-doc {
  margin-bottom: 60px;
}

.active.day {
  background-image: none !important;
  background-color: #ecfaf8 !important;
  text-shadow: none !important;
  border: none !important;
  border-bottom: 2px solid #fff !important;
  color: #00b7a1 !important;
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
  background: #ecfaf8;
  color: #00b7a1;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  background: #ecfaf8;
  color: #00b7a1;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
  background: #ecfaf8;
  color: #00b7a1;
  text-shadow: none;
  border: none;
  border-bottom: 2px solid #fff;
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
  background-color: #ecfaf8;
}

.page-bottom-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-bottom-panel .btn:only-child {
  margin-left: auto;
}

@media (max-width: 992px) {
  .page-bottom-panel .btn--accent-9 {
    width: 100%;
  }
}

.datepicker__icon {
  position: absolute;
  width: 20px;
  height: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 195px;
  pointer-events: none;
}

@media (max-width: 992px) {
  .datepicker__icon {
    left: auto;
    right: 13px;
  }
}

.datepicker-wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-bottom-panel--links {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .page-bottom-panel--links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page-bottom-panel--links .btn {
  margin-right: 6px;
}

@media (max-width: 992px) {
  .page-bottom-panel--links .btn {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.page-bottom-panel--links .btn:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.direction-items {
  margin-bottom: 80px;
}

.form-field-wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-label--insurance .form-field--small {
  margin-right: 16px;
}

@media (max-width: 992px) {
  .form-label--insurance .form-field--small {
    margin-right: 10px;
  }
}

@media (max-width: 992px) {
  .form-label--insurance .form-field {
    width: 100%;
  }
}

.tabs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tabs__list li {
  font-size: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #6c7b93;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  color: #212224;
  border: none;
}

@media (max-width: 992px) {
  .tabs__list li {
    padding-left: 0;
    padding-right: 0;
    height: 50px;
  }
}

.tabs__list li.is-active {
  color: #6c7b93;
}

.tabs__list li:first-child {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

@media (max-width: 992px) {
  .tabs__list li:first-child {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
}

.tabs__list li:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0;
  border-radius: 0;
  border-right: none;
}

@media (max-width: 992px) {
  .tabs__list li:not(:first-child):not(:last-child) {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
}

.tabs__list li:last-child {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (max-width: 992px) {
  .tabs__list li:last-child {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
}

.tabs__list [tabindex] {
  outline: 0;
}

.questionnaire-form__tabs-list {
  position: absolute;
  top: 22px;
  right: 22px;
}

.questionnaire-form__tabs-list li {
  width: 245px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 992px) {
  .questionnaire-form__tabs-list li:first-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #d2d6de;
  }
}

@media (max-width: 992px) {
  .questionnaire-form__tabs-list li:last-child {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
}

@media (max-width: 992px) {
  .questionnaire-form__tabs-list {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 35px;
  }
}

.service-accordeon-toggler__text {
  font-size: 28px;
}

@media (max-width: 992px) {
  .service-accordeon-toggler__text {
    font-size: 22px;
  }
}

.service-accordeon {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(127, 127, 127, 0.19);
  box-shadow: 0 2px 20px 0 rgba(127, 127, 127, 0.19);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-left: 64px;
  padding-right: 64px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .service-accordeon {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 25px;
  }
}

.service-accordeon.is-active .accordeon__control::after {
  opacity: 0;
}

.accordeon__control {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(210, 214, 222, 0.44);
  margin-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.accordeon__control::before,
.accordeon__control::after {
  content: '';
  display: block;
  width: 11px;
  height: 1px;
  -webkit-border-radius: 0.5px;
  border-radius: 0.5px;
  background-color: #697890;
}

.accordeon__control::after {
  position: absolute;
  z-index: 100;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.service-accordeon-toggler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding-top: 34px;
  padding-bottom: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.service-accordeon-drop__item {
  font-size: 18px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-top: 14.6px;
  padding-bottom: 14.6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 23px;
  margin-bottom: 4px;
}

@media (max-width: 992px) {
  .service-accordeon-drop__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 23px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.service-accordeon-drop__item:last-child {
  margin-bottom: 0;
}

.service-accordeon-drop__item .btn--accent-10 {
  width: 130px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
}

.service-accordeon-drop__item .btn--accent-10::after {
  display: none;
}

.service-accordeon-drop__item--is-planned {
  background-color: #ecfaf8;
}

.service-accordeon-drop__item--is-planned .btn--accent-10 {
  background-color: transparent;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #00b7a1;
  pointer-events: none;
}

@media (max-width: 992px) {
  .service-accordeon-drop__item--is-planned .btn--accent-10 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.service-accordeon-drop__item--sign-up {
  background-color: #ffffff;
}

.service-accordeon-drop__item--unavailable {
  background-color: #FEF5F2;
  pointer-events: none;
}

.service-accordeon-drop__item--unavailable .btn--accent-10 {
  background-color: transparent;
  color: #e84d4d;
}

.service-accordeon-drop {
  display: none;
  padding-bottom: 65px;
}

@media (max-width: 992px) {
  .service-accordeon-drop {
    padding-bottom: 34px;
  }
}

.edit-control {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ecfaf8;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.edit-control::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/icons/pencil.svg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.form-fill-my-data {
  font-size: 15px;
  color: #00aa8a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  position: absolute;
  top: 37px;
  right: 32px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

@media (max-width: 992px) {
  .form-fill-my-data {
    position: static;
    margin-bottom: 25px;
  }
}

.form-fill-my-data:hover {
  color: #00aa8a;
}

.form-fill-my-data__text {
  margin-right: 15px;
  max-width: 190px;
}

.form-label--region .form-field:disabled {
  background-color: #f6f7f9;
}

.form--place .form-label___title {
  min-width: 217px;
  margin-right: 43px;
}

.form-label--align-title-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-label--align-title-start .form-label___title {
  padding-top: 15px;
}

.form-label--address .form-field-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-label--address .form-field {
  font-size: 16px;
}

.form-label--address .form-field:first-child {
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .form-label--address .form-field--small {
    width: -webkit-calc(50% - 7px);
    width: calc(50% - 7px);
    margin-right: 7px;
    margin-bottom: 12px;
  }
}

.form-label--address .form-field--small:nth-child(odd) {
  margin-right: 0;
}

.form-label--address .form-field--small:nth-last-child(2),
.form-label--address .form-field--small:nth-last-child(1) {
  margin-bottom: 0;
}

.form-field--small {
  width: 145px;
}

.form-label--zip-code .form-field {
  font-size: 16px;
}

@media (max-width: 992px) {
  .form-label--zip-code .form-field {
    width: 100%;
    font-size: 14px;
  }
}

.form-label-datepicker__fields-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 992px) {
  .form-label-datepicker__fields-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.form-label-datepicker__fields-wrapper .form-field-wrapper:first-child {
  width: auto;
  margin-right: 16px;
}

@media (max-width: 992px) {
  .form-label-datepicker__fields-wrapper .form-field-wrapper:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

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

.form-field--textarea {
  height: 116px;
  resize: none;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.4;
}

.application-date__separator {
  width: 100%;
  height: 4px;
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .application-date__separator {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10.5px;
  }
}

.application-additional-info {
  line-height: 1.88;
}

.application__title-level-3 {
  font-size: 18px;
  color: #212224;
}

.application-wrapper__title {
  font-size: 24px;
  color: #000000;
  text-align: center;
  margin-bottom: 41px;
}

@media (max-width: 992px) {
  .application-wrapper__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.hero--medical-organizations {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 992px) {
  .hero--medical-organizations {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.hero--medical-organizations .hero__title {
  color: #000000;
  font-size: 30px;
  margin-bottom: 63px;
}

@media (max-width: 992px) {
  .hero--medical-organizations .hero__title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 40px;
  }
}

.hero--medical-organizations .container--type-2 {
  padding-left: 15px;
  padding-right: 15px;
}

.select2 {
  width: 100% !important;
}

.select2-selection__clear {
    margin-right: 10px;
}

.contacts-form__select-wrapper {
  width: 218px;
}

.medical-search-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.medical-search-item .form-field {
  border: none;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-left: 50px;
}

.medical-search__submit {
  position: absolute;
  left: 15px;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  padding: 0;
  background-color: transparent;
}

.medical-search__submit:focus {
  outline: 0;
}

.medical-search .row {
  margin-left: -15px;
  margin-right: -15px;
}

.medical-search-item-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 992px) {
  .medical-search-item-wrapper {
    margin-bottom: 20px;
  }
}

.medical-search-item-wrapper:last-child {
  margin-bottom: 0;
}

.page-list__item-col {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page-list__item-col--first {
  width: 46%;
  margin-right: auto;
  position: relative;
}

@media (max-width: 992px) {
  .page-list__item-col--first {
    width: 100%;
    position: static;
  }
}

.page-list__item-col--first .page-list__key {
  width: 100%;
}

.page-list__item-col--last {
  width: 30%;
  margin-right: 36px;
}

@media (max-width: 992px) {
  .page-list__item-col--last {
    width: 100%;
    margin-right: 0;
  }
}

.page-list__item--medical-organizations {
  cursor: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 39px;
  padding-bottom: 43px;
  background-color: #fff;
}

@media (max-width: 992px) {
  .page-list__item--medical-organizations {
    position: relative;
    padding-bottom: 104px;
  }
}

.page-list__item--medical-organizations:hover {
  background-color: #ffffff;
}

.page-list__item--medical-organizations .page-list__key {
  line-height: 1.4;
}

@media (max-width: 992px) {
  .page-list__item--medical-organizations .page-list__key {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media (max-width: 992px) {
  .page-list__item--medical-organizations .page-list__map-btn {
    bottom: 33px;
  }
}

.page-list__btn-medical-organizations {
  margin-top: 8px;
  margin-left: 0;
}

@media (max-width: 992px) {
  .page-list__btn-medical-organizations {
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

.page-list__map-btn {
  position: absolute;
  top: 100%;
  padding-left: 12px;
  padding-right: 16px;
  font-size: 16px;
  color: #a0aaba;
  margin-top: 19px;
}

@media (max-width: 992px) {
  .page-list__map-btn {
    top: auto;
    bottom: 34px;
    left: 20px;
    font-size: 14px;
  }
}

.page-list__map-btn::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("../img/icons/marker-black.svg");
  -webkit-background-size: cover;
  background-size: cover;
  margin-right: 15px;
}

.page-list__val-item {
  display: block;
  margin-bottom: 11px;
}

@media (max-width: 992px) {
  .page-list__val-item {
    margin-bottom: 9px;
  }
}

.page-list__val-item:last-child {
  margin-bottom: 0;
}

.page-list__val a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.page-list__val a:hover {
  color: #212224;
}

.page-list__subway-station {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-list__subway-station-color {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #d7032d;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}

.form__partial {
  margin-bottom: 100px;
}

@media (max-width: 992px) {
  .form__partial {
    margin-bottom: 40px;
  }
}

.form__partial:last-child {
  margin-bottom: 0;
}

.form--send-message .form-label___title {
  min-width: 228px;
  margin-right: 32px;
}

.form-label-select .select-wrapper .select2-container .select2-selection--single {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px #d2d6de;
}

.form-checkbox-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.71;
  color: #6c7b93;
  width: 100%;
  max-width: 445px;
  position: relative;
}

@media (max-width: 992px) {
  .form-checkbox-label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
  }
}

.form-checkbox-label input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.form-checkbox-label input[type=checkbox]:checked~.form-checkbox svg {
  display: block;
}

.form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border: 2px solid #6c7b93;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form-checkbox svg {
  display: none;
}

.form-checkbox svg path {
  fill: #6c7b93;
}

.form-checkbox-label__text a {
  text-decoration: underline;
}

.form-checkbox-label__text a:hover {
  text-decoration: none;
}

.application-success-wrapper__title {
  font-size: 24px;
  color: #000000;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 992px) {
  .application-success-wrapper__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.direction-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(127, 127, 127, 0.19);
  box-shadow: 0 2px 20px 0 rgba(127, 127, 127, 0.19);
  position: relative;
  color: #697890;
  padding-top: 85px;
  padding-left: 35px;
  padding-bottom: 40px;
  padding-right: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  min-height: 395px;
  height: 100%;
}

@media (max-width: 992px) {
  .direction-item {
    padding-top: 99px;
    padding-left: 34px;
    padding-right: 20px;
    font-size: 14px;
  }
}

.direction-item:hover {
  color: #697890;
  -webkit-box-shadow: 0 2px 30px 0 rgba(127, 127, 127, 0.29);
  box-shadow: 0 2px 30px 0 rgba(127, 127, 127, 0.29);
}

.direction-item__number {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  background-color: #ecfaf8;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #00b7a1;
  padding-left: 17px;
  padding-right: 17px;
  margin-right: 7px;
}

.direction-item__top {
  position: absolute;
  top: 21px;
  right: 25px;
}

@media (max-width: 992px) {
  .direction-item__top {
    right: auto;
    left: 34px;
    top: 34px;
  }
}

.direction-item__type {
  line-height: 1.88;
  margin-bottom: 5px;
}

.direction-item__title {
  font-size: 28px;
  line-height: 1.21;
  color: #212224;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .direction-item__title {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 23px;
  }
}

.direction-item__phone,
.direction-item__sent-to {
  line-height: 1.75;
  display: block;
}

@media (max-width: 992px) {

  .direction-item__phone,
  .direction-item__sent-to {
    line-height: 1.43;
  }
}

@media (max-width: 992px) {
  .direction-item__sent-to {
    margin-bottom: 5px;
  }
}

.direction-item__phone {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .direction-item__phone {
    margin-bottom: 23px;
  }
}

.direction-item-list__key {
  color: #a0aaba;
  margin-bottom: 5px;
}

.direction-item-list__val {
  color: #000000;
}

.direction-item-list__item {
  margin-bottom: 13px;
}

.direction-item-list__item:last-child {
  margin-bottom: 0;
}

.search-form__item {
  width: 100%;
  margin-right: 20px;
}

@media (max-width: 992px) {
  .search-form__item {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.search-form__item:last-of-type {
  margin-right: 72px;
}

@media (max-width: 992px) {
  .search-form__item:last-of-type {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.search-form__item:only-of-type {
  margin-right: 40px;
}

@media (max-width: 992px) {
  .search-form__item:only-of-type {
    margin-right: 0;
  }
}

.search-form-wrapper--has-margin {
  margin-bottom: 85px;
}

@media (max-width: 992px) {
  .search-form-wrapper--has-margin {
    margin-bottom: 65px;
  }
}

@media (max-width: 992px) {
  .hero__inner .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media (max-width: 992px) {
  .page-list__submit {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media (max-width: 992px) {
  .application-date__mount {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .direction-item-wrapper {
    margin-bottom: 35px;
  }
}

.direction-item-wrapper:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .service-accordeon-drop__key {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

.page-bottom-panel--has-margin-top {
  margin-top: 70px;
}

@media (max-width: 992px) {
  .form-checkbox-wrapper {
    margin-bottom: 20px;
  }
}

.application__cancel-btn {
  width: 56px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff0ed;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

.application__cancel-btn::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: url("../img/icons/btn-close.svg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.application__controls {
  position: absolute;
  bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .application__controls {
    bottom: 35px;
  }
}

.loadable-item {
  -webkit-animation: fadeIn .6s ease-in;
  animation: fadeIn .6s ease-in;
}

@media (max-width: 992px) {
  .page-bottom-panel--column-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 992px) {
  .page-bottom-panel--column-mobile .tab-prev {
    margin-bottom: 15px;
  }
}

@media (max-width: 992px) {
  .cabinet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.user {
  background-color: #F1F3F6;
  position: relative;
  padding-top: 42px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding-left: 0;
  padding-right: 0;
}

.user__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.user__img img {
  width: 136px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
}

.user__img-text {
  margin-bottom: 10px;
  margin-top: 15px;
  max-width: 132px;
  text-align: center;
}

@media (max-width: 992px) {
  .user__img img {
    width: 60px;
    height: 60px;
  }

  .user__img-text {
      display: none;
  }
}

.user__notification {
  position: absolute;
  top: 19px;
  right: 19px;
}

.notification {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.user-fio {
  text-align: center;
  margin-bottom: 10px;
}

.user-fio__item {
  font-size: 20px;
  color: #111111;
}

.user-contacts {
  margin-bottom: 14px;
}

.user-contacts__item {
  color: #697890;
  line-height: 1.73;
  font-size: 15px;
}

.user__top {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 10px;
}

.btn--accent-8 {
  background-color: #a0aaba;
  color: #ffffff;
  height: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 15px;
}

.btn--accent-8:hover {
  color: #ffffff;
}

.drop__toggler svg {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.drop__toggler.is-active svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.user-menu__link {
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  cursor: pointer;
}

@media (max-width: 992px) {

  .user-menu__link {
    font-size: 15px;
  }

}

.user-menu__link:only-child::after {
  display: none;
}

.user-menu__link::after {
  content: '';
  display: block;
  width: 10px;
  height: 7px;
  flex-grow: 0;
  flex-shrink: 0;
  background-image: url('../img/icons/user-menu-arrow.svg');
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: auto;
}

.user-menu__link.is-active::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.user-menu-sub {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  /* padding-top: 5px; */
  padding-bottom: 15px;
}

.user-menu-sub__item {
  margin-bottom: 10px;
  font-size: 12px;
  color: #111111;
}

@media (max-width: 992px) {

  .user-menu-sub__item {
    font-size: 13px;
  }

}

.user-menu-sub__item.is-active,
.user-menu-sub__item:hover {
  color: #00AA8A;
}


.user-menu-sub__item:last-child {
  margin-bottom: 0;
}

.user-menu-sub__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.user-menu-sub__link_disabled {
  pointer-events: none;
  color: #DADADA;
}

.user-menu-sub__link_disabled:hover {
  color: #DADADA;
}

.user-menu-sub__link_hidden {
  display: none;
}

.user-menu__counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  color: #ffffff;
  background-color: #a0aaba;
  padding: 5.73px 8.5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.cabinet-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.notification-message {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff0ed;
  color: #c94141;
  padding-left: 18px;
  padding-top: 7.2px;
  padding-bottom: 7.2px;
  padding-right: 57px;
  margin-bottom: 6px;
  position: relative;
  white-space: nowrap;
}
.user-menu-sub__text_desktop {
  display: block;
}

.user-menu-sub__text_mobile {
  display: none;
}

.user-menu__item_mobile-only {
  display: none;
}

@media (max-width: 992px) {
  .notification-message {
    font-size: 14px;
  }

  .user-menu-sub__text_desktop {
    display: none;
  }
  .user-menu-sub__text_mobile {
    display: block;
  }
  .user-menu__item_mobile-only {
    display: block;
  }
}

.notification-message:only-child,
.notification-message:last-child {
  margin-bottom: 0;
}

.notification-message__icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.notification-messages {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 20px;
  z-index: 100;
}

.notification-messages.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cabinet-content {
  padding-left: 33.5px;
  padding-right: 33.5px;
  padding-top: 30px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: start;
}

@media (max-width: 992px) {
  .cabinet-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
}

.cabinet-title {
  font-size: 24px;
  color: #005398;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cabinet-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.cabinet-title span {
  margin-right: 15px;
}

.cabinet-label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  border: 1px solid currentColor;
  padding-left: 7px;
  padding-right: 7px;
  -webkit-border-radius: 11px;
  border-radius: 40px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  padding: 5px 15px;
  transition: .2s;
  border: 1px solid #005398;
  color: #005398;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .cabinet-label {
    font-size: 13px;
  }
}

.cabinet-label:hover {
  background-color: #005398;
  color: #ffffff;
}

.service-item {
  min-height: 140px;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #d2d6de;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 18px;
  line-height: 1.33;
  color: #697890;
}

.service-item:hover {
  color: #697890;
}

.cabinet-index-important-item {
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #efefef;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cabinet-index-important-item__img {
  height: 210px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cabinet-index-important-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cabinet-index-important-item__content {
  padding-left: 35px;
  padding-right: 75px;
  padding-top: 18px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 992px) {
  .cabinet-index-important-item__content {
    padding-right: 55px;
  }
}

.cabinet-index-important-item__title {
  font-size: 24px;
  color: #000000;
  line-height: 1.33;
  padding-bottom: 15px;
}

@media (max-width: 992px) {
  .cabinet-index-important-item__title {
    font-size: 20px;
  }
}

.cabinet-index-important-item__info {
  font-size: 15px;
  line-height: 1.47;
  color: #697890;
}

@media (max-width: 992px) {
  .cabinet-index-important-item__info {
    font-size: 14px;
  }
}

.cabinet-footer {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 20px;
  color: #6B7786;
  font-size: 15px;
}

@media (max-width: 992px) {
  .cabinet-footer {
    font-size: 10px;
  }
}

.cabinet-footer__support {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

@media (max-width: 992px) {
  .cabinet-footer__support {
    margin-bottom: 10px;
  }
}

.cabinet-footer__support:hover {
  color: #212224;
}

.cabinet-footer-copyright__item {
  white-space: nowrap;
}

@media (max-width: 992px) {
  .cabinet-footer-copyright__item{
    white-space: normal;
    margin-bottom: 5px;  
  }
  .cabinet-footer-copyright__item:last-child{
    margin-bottom: 0;
  }
}

.cabinet-footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 992px) {
  .cabinet-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.cabinet-calling-home__item {
  padding-right: 64px;
  margin-bottom: 0;
  padding-bottom: 95px;
}

@media (max-width: 992px) {
  .cabinet-calling-home__item {
    padding-bottom: 85px;
  }
}

.cabinet-content--index {
  padding-top: 0;
}

.cabinet-tabs__list {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  margin-bottom: 40px;
  border-bottom: 1px solid #d7dbe2;
}

.cabinet-tabs__list li {
  margin-right: 30px;
  padding: 0;
  font-size: 16px;
  position: relative;
}

.cabinet-tabs__list li.is-active:after {
  content: '';
  height: 7px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -8px;
  background: #005398;
}

.tabs__list-type-2 {
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .tabs__list-type-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.tabs__list-type-2 li {
  border: 1px solid #d7dbe2;
  background: none;
  font-size: 14px;
  color: #212224;
  transition: all .2s ease;
  cursor: pointer;
  padding: 5px 10px;
}

@media (max-width: 992px) {
  .tabs__list-type-2 li {
    margin-bottom: 10px;
  }
}

.tabs__list-type-2 li.is-active {
  background-color: #d2d6de;
  border-bottom: 1px solid transparent;
  color: #6c7b93;
}

.tabs__list-type-2 li:first-child {
  border-right-color: transparent;
}

.tabs__list-type-2 li:last-child {
  margin-right: 0;
}








.application-status-toggle__btn {
  border: 1px solid #d7dbe2;
  background: none;
  font-size: 14px;
  color: #212224;
  transition: all .2s ease;
  cursor: pointer;
  padding: 5px 10px;
}

.applications-group {
  display: flex;
  flex-wrap: wrap;
}

.application-status-toggle__btn--active {
  color: #fff;
  background: #6c7b93;
}




.cabinet-visits__application {
  margin-bottom: 0;
  padding-bottom: 34px;
}

.cabinet-visits__application--is-canceled .application-date {
  background-color: #fef5f2;
  color: #f6bab8;
}

.cabinet-recommend-visits-item {
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(127, 127, 127, 0.19);
  box-shadow: 0 2px 20px 0 rgba(127, 127, 127, 0.19);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  padding-top: 57px;
  padding-left: 30px;
  padding-right: 60px;
  padding-bottom: 93px;
  height: 100%;
  min-height: 240px;
}

.cabinet-recommend-visits-item__title {
  font-size: 30px;
  line-height: 0.93;
  margin-bottom: 20px;
}

.cabinet-recommend-visits-item__descr {
  color: #a0aaba;
  font-size: 15px;
  line-height: 1.47;
}

.cabinet-recommend-visits-item__deadline {
  font-size: 14px;
  color: #a0aaba;
  position: absolute;
  top: 14px;
  right: 20px;
}

.cabinet-recommend-visits-item__btn {
  position: absolute;
  right: 20px;
  bottom: 25px;
}

.cabinet-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(127, 127, 127, 0.19);
  box-shadow: 0 2px 20px 0 rgba(127, 127, 127, 0.19);
  padding-top: 38px;
  padding-left: 39px;
  padding-bottom: 33px;
  color: #000000;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .cabinet-box {
    padding-left: 34px;
    padding-top: 26px;
  }
}

.cabinet-box__title {
  font-size: 22px;
  line-height: 1.36;
  color: #000000;
}

@media (max-width: 992px) {
  .cabinet-box__title {
    font-size: 20px;
  }
}

.cabinet-message-accordeon-toggler__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .cabinet-message-accordeon-toggler__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
  }
}

.cabinet-message-accordeon-toggler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 70px;
}

@media (max-width: 992px) {
  .cabinet-message-accordeon-toggler {
    padding-right: 20px;
  }
}

.cabinet-message-accordeon-toggler__title {
  margin-bottom: 8px;
}

.cabinet-message-accordeon-toggler__key {
  font-size: 14px;
  color: #697890;
  margin-right: 15px;
  line-height: 2.14;
}

.cabinet-message-accordeon-toggler__val {
  line-height: 1.88;
}

.cabinet-message-accordeon-toggler__col {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cabinet-message-accordeon-toggler__col--last {
  width: 45%;
  padding-right: 55px;
}

@media (max-width: 992px) {
  .cabinet-message-accordeon-toggler__col--last {
    width: 100%;
    padding-right: 0;
  }
}

.cabinet-accordeon__drop {
  background-color: #f5f5f5;
  padding: 28px 40px;
}

@media (max-width: 992px) {
  .cabinet-accordeon__drop {
    padding: 28px 15px;
  }
}

.chat-item--question {
  background-color: #a0aaba;
  color: #ffffff;
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 75px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (max-width: 992px) {
  .chat-item--question {
    padding-bottom: 25px;
  }
}

.chat-item--response {
  background-color: #ffffff;
  color: #697890;
  padding-top: 31px;
  padding-bottom: 42px;
}

.chat-item {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.5;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 992px) {
  .chat-item {
    font-size: 14px;
    padding: 20px;
  }
}

.chat-item p {
  margin-bottom: 10px;
}

.chat-item p:last-of-type {
  margin-bottom: 0;
}

.chat-item__title {
  font-size: 18px;
  color: #000000;
  line-height: 1.56;
  margin-bottom: 12px;
}

@media (max-width: 992px) {
  .chat-item__title {
    font-size: 16px;
  }
}

.btn-download {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 43px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #d2d6de;
  padding-left: 8px;
  padding-right: 18px;
}

.btn-download:focus {
  outline: 0;
}

.btn-download__filetype {
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 10px;
}

.btn-download__filetype--pdf {
  background-color: #fef5f2;
  color: #e84d4d;
}

.chat-item__doc {
  margin-top: 36px;
}

@media (max-width: 992px) {
  .chat-item__doc {
    display: none;
  }
}

.btn-download__filename {
  font-size: 14px;
  color: #697890;
}

@media (max-width: 992px) {
  .btn-download__filename {
    font-size: 12px;
  }
}

.cabinet-message-chat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cabinet-message-chat .chat-item {
  margin-bottom: 28px;
  width: 77%;
  min-width: 270px;
}

.cabinet-message-chat .chat-item:last-child {
  margin-bottom: 0;
}

.accordeon__toggler {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordeon__toggler.is-active svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordeon__toggler.is-active .accordeon__control::after {
  opacity: 0;
}

.accordeon__toggler svg {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.accordeon__drop {
  display: none;
}

.cabinet-box__arrow {
  position: absolute;
  right: 42px;
}

@media (max-width: 992px) {
  .cabinet-box__arrow {
    display: none;
  }
}

.cabinet-message-accordeon-toggler__col--first {
  width: 55%;
}

@media (max-width: 992px) {
  .cabinet-message-accordeon-toggler__col--first {
    width: 100%;
  }
}

.cabinet-accordeon {
  margin-bottom: 30px;
}

.cabinet-accordeon:last-child,
.cabinet-accordeon:last-of-type {
  margin-bottom: 0;
}

.application-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.75;
}

@media (max-width: 992px) {
  .application-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
  }
}

.application-list__key {
  width: 45%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .application-list__key {
    width: 100%;
  }
}

.application-list__val {
  width: 55%;
  color: #000000;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .application-list__val {
    width: 100%;
  }
}

.application-docs {
  position: absolute;
  bottom: 35px;
}

.application-docs__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.application-docs__item {
  margin-right: 13px;
}

@media (max-width: 992px) {
  .application-docs__item {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.application-docs__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.btn-download__filetype--doc {
  background-color: #e8f0fe;
  color: #5c93e6;
}

.application-docs__title {
  line-height: 1.75;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .application-docs__title {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

.application-date__days-countdown {
  color: #697890;
  margin-top: auto;
}

@media (max-width: 992px) {
  .application-date__days-countdown {
    font-size: 14px;
    margin-left: 20px;
    white-space: nowrap;
    margin-top: 0;
  }
}

.application--big {
  height: 100%;
  min-height: 313px;
  padding-bottom: 145px;
  margin-bottom: 30px;
  padding-right: 100px;
}

@media (max-width: 992px) {
  .application--big {
    padding-right: 34px;
  }
}

.application--big .application-date {
  padding-bottom: 16px;
}

.application--big .application__col {
  width: 100%;
  padding-top: 29px;
}

@media (max-width: 992px) {
  .application--big .application__col {
    padding-top: 0;
  }
}

.application--big .application__title--level-1 {
  margin-bottom: 16px;
}

.cabinet-content .info-message {
  margin-bottom: 40px;
}

.cabinet-journal-access-item__title {
  margin-bottom: 9px;
}

@media (max-width: 992px) {
  .cabinet-journal-access-item__title {
    font-size: 18px;
    margin-bottom: 14px;
  }
}

.cabinet-journal-access-item__place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.88;
  color: #697890;
}

@media (max-width: 992px) {
  .cabinet-journal-access-item__place {
    font-size: 14px;
  }
}

.cabinet-journal-access-item__place svg {
  margin-right: 11px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cabinet-journal-access-item {
  margin-bottom: 30px;
  padding-right: 40px;
}

@media (max-width: 992px) {
  .cabinet-journal-access-item {
    padding-bottom: 26px;
  }
}

.cabinet-journal-access-item:last-child {
  margin-bottom: 0;
}

.cabinet-tabs__list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cabinet-tabs__list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.cabinet-tabs__list-wrapper .cabinet-tabs__list {
  margin-bottom: 0;
}

.cabinet-search {
  margin-left: 30px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .cabinet-search {
    margin-left: 0;
    margin-bottom: 15px;
  }
}

.cabinet-search .form-field {
  width: 50px;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  padding-left: 55px;
  border-color: transparent;
}

.cabinet-search .form-field:focus {
  border-color: #d2d6de;
  width: 100%;
}

.cabinet-search__toggler {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 20px;
  z-index: 1;
  pointer-events: none;
  padding: 0;
  background-color: transparent;
  border: none;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.application-journal__controls {
  bottom: 42px;
}

@media (max-width: 992px) {
  .application-journal__controls {
    bottom: 34px;
    position: static;
  }
}

.application-journal__btn {
  font-size: 14px;
  padding-left: 9px;
  padding-right: 9px;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .application-journal__btn {
    margin-bottom: 10px;
  }
}

.application-journal__btn:last-child {
  margin-bottom: 0;
}

.application-journal__title {
  margin-bottom: 4px;
}

@media (max-width: 992px) {
  .application-journal__title {
    font-size: 24px;
    line-height: 1.33;
    margin-bottom: 10px;
  }
}

.application-journal {
  min-height: 192px;
  padding-bottom: 105px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .application-journal {
    padding-bottom: 34px;
    padding-right: 10px;
  }
}

@media (max-width: 992px) {
  .application-journal .application__col--first {
    margin-bottom: 20px;
  }
}

.application-journal:last-child {
  margin-bottom: 0;
}

.cabinet-clinic-accordeon-toggler__col-partial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.63;
  color: #a0aaba;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .cabinet-clinic-accordeon-toggler__col-partial-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
  }
}

.cabinet-clinic-accordeon-toggler__title {
  margin-bottom: 11px;
}

.cabinet-journal-access-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cabinet-clinic-accordeon-toggler__col {
  width: 58%;
}

@media (max-width: 992px) {
  .cabinet-clinic-accordeon-toggler__col {
    width: 100%;
  }
}

.cabinet-clinic-accordeon-toggler {
  padding-bottom: 42px;
}

@media (max-width: 992px) {
  .cabinet-clinic-accordeon-toggler {
    padding-bottom: 34px;
  }
}

.cabinet-clinic-accordeon-toggler .page-list__map-btn {
  position: static;
  margin-top: 0;
}

.cabinet-clinic-accordeon-toggler a {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.cabinet-clinic-accordeon-toggler a:hover {
  color: #212224;
}

.cabinet-clinic-accordeon-toggler__col-partial {
  width: 50%;
}

@media (max-width: 992px) {
  .cabinet-clinic-accordeon-toggler__col-partial {
    width: 100%;
  }
}

.cabinet-clinic-accordeon-toggler__col-partial:first-child {
  padding-right: 10px;
}

@media (max-width: 992px) {
  .cabinet-clinic-accordeon-toggler__col-partial:first-child {
    padding-right: 0;
    margin-bottom: 10px;
  }
}

.page-list__item--cabinet {
  cursor: auto;
}

@media (max-width: 992px) {
  .page-list__item--cabinet {
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .page-list__item--cabinet .page-list__col {
    margin-bottom: 22px;
  }
}

.page-list__key--cabinet {
  width: 100%;
  margin-bottom: 7px;
}

.page-list__val--cabinet {
  position: static;
  z-index: 1;
}

.cabinet-results-application__btn {
  position: absolute;
  top: 43px;
  right: 24px;
}

@media (max-width: 992px) {
  .cabinet-results-application__btn {
    position: static;
  }
}

.cabinet-results-application__place {
  margin-left: -21px;
  margin-bottom: 10px;
}

.faq {
  padding-top: 75px;
}

@media (max-width: 992px) {
  .faq {
    padding-top: 40px;
  }
}

.faq__title {
  font-size: 38px;
  text-align: center;
  margin-bottom: 75px;
}

@media (max-width: 992px) {
  .faq__title {
    font-size: 24px;
    margin-bottom: 45px;
  }
}

.faq-aside__title {
  font-size: 24px;
  color: #000000;
  margin-bottom: 17px;
}

@media (max-width: 992px) {
  .faq-aside__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.faq-aside__content {
  color: #697890;
  line-height: 1.44;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .faq-aside__content {
    font-size: 14px;
  }
}

.faq-aside__content a {
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.faq-aside__content a:hover {
  color: #212224;
}

.faq-aside__content p {
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .faq-aside__content p {
    margin-bottom: 15px;
  }
}

.faq-aside__content p:last-child {
  margin-bottom: 0;
}

.faq-accordeon__toggler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 22px;
  line-height: 1.36;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 992px) {
  .faq-accordeon__toggler {
    font-size: 15px;
  }
}

.accordeon__control--faq {
  margin-right: 30px;
  margin-top: 2px;
}

@media (max-width: 992px) {
  .accordeon__control--faq {
    margin-right: 20px;
  }
}

.faq-accordeon__drop {
  color: #697890;
  font-size: 17px;
  line-height: 1.65;
  padding-left: 58px;
  padding-top: 20px;
}

@media (max-width: 992px) {
  .faq-accordeon__drop {
    padding-left: 0;
    font-size: 14px;
  }
}

.faq-accordeon__drop p {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .faq-accordeon__drop p {
    margin-bottom: 15px;
  }
}

.faq-accordeon__drop p:last-child {
  margin-bottom: 0;
}

.faq-accordeon {
  margin-bottom: 30px;
}

.faq-accordeon:last-child {
  margin-bottom: 0;
}

.footer-wrapper--page-services {
  padding-top: 40px;
}

.news-one-item__title {
    padding-top: 25px !important;
    padding-bottom: 26px !important;
}

@media (max-width: 992px) {
  .news-one-item__title {
    font-size: 18px;
    margin-bottom: 35px;
  }
}

.news-one-item__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-one-item__date {
    margin-top: 0 !important;
}

.news-one-item__img {
  margin-bottom: 35px;
}

.news-one-item__img-block {
    position: relative;
    margin-bottom: 40px;
}

.news-one-item__img-block img {
    border-radius: 6px;
    height: 100%;
    margin: 0 !important;
    width: 100%;
}

.news-one-item__content {
  font-size: 18px;
  line-height: 2;
}

@media (max-width: 992px) {
  .news-one-item__content {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .news-one-item__content {
    overflow-x: hidden;
  }
}

.news-one-item__content p {
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .news-one-item__content p {
    margin-bottom: 20px;
  }
}

.news-one-item__content p:last-child {
  margin-bottom: 0;
}

.news-one-item__content ul,
.news-one-item__content ol {
  margin-bottom: 25px;
  padding-left: 40px;
}

.news-one-item__content ul > li {
  list-style-type: disc;
}

.news-one-item__content ol > li {
  list-style-type: decimal;
}

@media (max-width: 992px) {
  .news-one-item__content ul,
  .news-one-item__content ol {
    margin-bottom: 20px;
    padding-left: 30px;
  }
}

.news-one-item__content ul:last-child {
  margin-bottom: 0;
}

.news-one-item {
  position: relative;
}

.news-one-item__prev {
  position: absolute;
  right: 0;
  top: 10px;
}

@media (max-width: 992px) {
  .news-one-item__prev {
    right: 15px;
    top: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.popup {
  background-color: #ffffff;
  padding: 0;
  padding-top: 30px;
  width: 100%;
  height: 100%;
  display: none;
  overflow: visible;
  overflow-y: auto;
}

.popup__type {
  font-size: 18px;
  color: #a0aaba;
}

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

.delayed-entry-popup__sub-title {
  color: #697890;
  line-height: 1.13;
}

.delayed-entry-popup__sub-title--has-border {
  border-bottom: 1px solid #d2d6de;
  padding-bottom: 15px;
}

.popup__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 85px;
  padding-left: 34px;
  padding-right: 34px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .popup__top {
    margin-bottom: 50px;
    padding-left: 22px;
    padding-right: 22px;
  }
}

.popup__close {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup__close::before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: url("../img/icons/popup-close.svg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.delayed-entry-popup__datepicker {
  margin-top: -30px;
  margin-left: -22px;
}

.delayed-entry-popup__title-wrapper {
  margin-bottom: 54px;
}

.delayed-entry-popup__message-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.delayed-entry-popup__sub-title--message {
  margin-bottom: 25px;
}

.delayed-entry-popup__textarea {
  height: 160px;
}

.delayed-entry-popup__submit {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.fancybox-slide {
  padding: 0;
}

.fancybox-slide .fancybox-content {
  margin: 0;
}

.fancybox-button {
  display: none;
}

.delayed-entry-popup__title {
  font-size: 24px;
  line-height: 1.17;
  margin-bottom: 58px;
}

@media (max-width: 992px) {
  .delayed-entry-popup__title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 40px;
  }
}

.cabinet-results-popup-table__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d2d6de;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.44;
}

@media (max-width: 992px) {
  .cabinet-results-popup-table__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 17px;
  }
}

.cabinet-results-popup-table__col--first {
  width: 48%;
  margin-right: 50px;
}

@media (max-width: 992px) {
  .cabinet-results-popup-table__col--first {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}

.cabinet-results-popup-table__col--second,
.cabinet-results-popup-table__col--third {
  width: 26%;
}

@media (max-width: 992px) {

  .cabinet-results-popup-table__col--second,
  .cabinet-results-popup-table__col--third {
    width: 100%;
  }
}

.cabinet-results-popup-table__item--header {
  font-size: 16px;
  color: #697890;
  line-height: 1.13;
  padding: 0;
  padding-bottom: 13px;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .cabinet-results-popup-table__item--header {
    margin-bottom: 15px;
  }
}

.btn--accent-5 {
  background-color: #ecfaf8;
  color: #00b7a1;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  padding-left: 18px;
  width: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.cabinet-results-popup__title {
  font-size: 24px;
  line-height: 1.17;
  margin-bottom: 55px;
}

@media (max-width: 992px) {
  .cabinet-results-popup__title {
    font-size: 22px;
    margin-bottom: 35px;
  }
}

.cabinet-results-popup-table {
  margin-bottom: 55px;
}

.agreement-popup__title {
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 35px;
}

@media (max-width: 992px) {
  .agreement-popup__title {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.agreement-popup ul {
  margin-bottom: 55px;
}

@media (max-width: 992px) {
  .agreement-popup ul {
    margin-bottom: 35px;
  }
}

.agreement-popup ul li {
  font-size: 18px;
  line-height: 1.78;
}

@media (max-width: 992px) {
  .agreement-popup ul li {
    font-size: 16px;
  }
}

.agreement-popup .form-checkbox-label {
  max-width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 65px;
}

@media (max-width: 992px) {
  .agreement-popup .form-checkbox-label {
    margin-bottom: 45px;
  }
}

.agreement-popup .form-checkbox-label a {
  color: #6699e7;
}

.agreement-popup .form-checkbox {
  margin-top: 6px;
}

.user-panel {
  display: none;
  background-color: #f5f5f5;
  padding-top: 13px;
  padding-bottom: 13px;
  position: relative;
}

@media (max-width: 992px) {
  .user-panel {
    display: block;
  }
}

.user-panel__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.user-panel__img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.user-panel__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.user-panel__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-panel__notification {
  margin-right: 45px;
}

@media (max-width: 992px) {
  .user-panel__notification .notification-messages {
    left: 0;
    top: 100%;
    margin-left: 0;
    margin-top: 7px;
  }
}

.user-panel__toggler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  cursor: pointer;
}

.user-panel__toggler span {
  display: block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #212224;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
}

.user-panel__toggler span::before,
.user-panel__toggler span::after {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #212224;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.user-panel__toggler span::before {
  left: -10px;
}

.user-panel__toggler span::after {
  right: -10px;
}

@media (max-width: 992px) {
  .page-list__key--cabinet {
    font-size: 18px;
  }
}

.application-date__time {
  font-size: 14px;
}

@media (max-width: 992px) {
  .application-journal__position {
    font-size: 14px;
  }
}

.slick-cloned {
  border-right: none;
}

@media (max-width: 992px) {
  .cabinet-medical-care__application {
    padding-bottom: 34px;
  }
}

@media (max-width: 992px) {
  .application-docs {
    position: static;
  }
}

@media (max-width: 992px) {
  .application-list {
    margin-bottom: 25px;
  }
}

@media (max-width: 992px) {
  .cabinet-message-accordeon-toggler {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .cabinet-message-accordeon-toggler__col--first {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .cabinet-results-application {
    padding-bottom: 34px;
  }
}

@media (max-width: 992px) {
  .cabinet-results-application__docs {
    margin-bottom: 25px;
  }
}

.faq__items-wrapper a {
  color: #007bff;
}

.faq__items-wrapper .faq-link-anchor {
    color: inherit;
}

@media (max-width: 992px) {
  .faq__items-wrapper {
    margin-bottom: 70px;
  }
}

.test-tabs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.test-tabs__list li {
  margin-right: 30px;
  margin-bottom: 100px;
  cursor: pointer;
}

.test-tabs__item {
  display: none;
  margin-bottom: 100px;
}

.test-tabs__item.is-active {
  display: block;
}

.cabinet-datepicker__page-list-drop-wrapper {
  display: block;
}

.cabinet-datepicker__page-list-drop {
  padding: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cabinet-datepicker__datepicker-col {
  margin-right: 50px;
}


.btn--accent-11 {
  background-color: #6c7b93;
  color: #ffffff;
}

.btn--accent-11:hover {
  color: #ffffff;
}

.cabinet-journal-access-to-doctors__add-doctor-btn {
  background-color: #6c7b93;
  color: #ffffff;
  text-decoration: none !important;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  right: 22px;
  font-size: 14px;
  height: 40px;
}

@media (max-width: 992px) {
  .cabinet-journal-access-to-doctors__add-doctor-btn {
    position: static;
  }
}

.cabinet-journal-access-to-doctors__add-doctor-btn:hover {
  color: #ffffff;
}

.cabinet-journal-access-to-doctors__info-message {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 992px) {
  .cabinet-journal-access-to-doctors__info-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .cabinet-journal-access-to-doctors__info-message .info-message__icon {
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .cabinet-journal-access-to-doctors__info-message .info-message__text {
    margin-bottom: 20px;
  }
}

.cabinet-journal-access-to-doctors-item__position {
  color: #697890;
}

.cabinet-journal-access-to-doctors-item__btn {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 992px) {
  .cabinet-journal-access-to-doctors-item__btn {
    position: static;
    margin-top: 40px;
  }
}

.popup--inline {
  width: 100%;
  height: auto;
  max-width: 525px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 2px 40px 0 rgba(127, 127, 127, 0.4);
  box-shadow: 0 2px 40px 0 rgba(127, 127, 127, 0.4);
  color: #697890;
  overflow-y: visible;
}

.popup--inline .popup__close::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.popup--inline .popup__top {
  padding-left: 0;
  padding-right: 0;
}

.popup--inline .form-label {
  margin-bottom: 70px;
}

@media (max-width: 992px) {
  .popup--inline .form-label {
    margin-bottom: 60px;
  }
}

.popup--inline .form-label:last-child {
  margin-bottom: 0;
}

.popup--inline .form-field {
  width: 100% !important;
}

.popup--inline .form-field-wrapper:first-child {
  margin-right: 20px;
}

@media (max-width: 992px) {
  .popup--inline .form-field-wrapper:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.popup--inline .datepicker__icon {
  left: auto;
  right: 15px;
}

.popup--inline .popup__type {
  color: #000000;
  font-size: 24px;
}

.popup__top--no-pading {
  padding-left: 0;
  padding-right: 0;
}

.cabinet-journal-access-popup__top {
  margin-bottom: 23px;
}

.cabinet-journal-access-popup__descr {
  margin-bottom: 30px;
  line-height: 1.6;
}

.cabinet-journal-access-popup__field {
  height: 44px;
  font-size: 14px;
}

.cabinet-journal-access-popup__block {
  margin-bottom: 35px;
}

.cabinet-journal-access-popup__select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  line-height: 44px;
}

.cabinet-journal-access-popup__select-wrapper .select2-container .select2-selection--single {
  height: 44px;
}

.cabinet-journal-access-popup__block-title {
  display: block;
  font-size: 14px;
  color: #697890;
  margin-bottom: 10px;
}

.popup__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cabinet-journal-access-popup__reset {
  background-color: transparent;
  padding: 0;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  margin-right: 30px;
  color: #697890;
}

.popup__submit {
  font-size: 16px;
  height: 48px;
  padding-left: 25px;
  padding-right: 25px;
  border-color: #697890;
  color: #697890;
}

.popup__submit:hover {
  background-color: #697890;
}

.application-date__bottom {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.application-date__bottom .application-date__mount {
  margin-bottom: auto;
}

.delayed-entry-popup__textarea-wrapper {
  width: 100%;
  margin-bottom: 30px;
}

.application--cancel-entry {
  min-height: 300px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.application--cancel-entry .application__title--level-1 {
  font-size: 30px;
}

.application--cancel-entry .application__title--level-3 {
  margin-bottom: 5px;
}

.application__signup {
  color: #005398;
  font-size: 13px;
}

.application__area {
  font-size: 13px;
}

.cabinet-visits__application .edit-control {
  position: absolute;
  right: 30px;
  top: 20px;
}

.test {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
}

.move-date-popup__top {
  margin-bottom: 40px;
}

.cabinet-directions__tabs-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.cabinet-directions__tabs-list-wrapper .cabinet-tabs__list {
  margin-right: 50px;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cabinet-directions__tabs-list-wrapper .cabinet-tabs__list {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .cabinet-directions__tabs-list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cabinet-results-popup-table__item-outside-norm .cabinet-results-popup-table__btn {
  background-color: #fef5f2;
  color: #e84d4d;
}

.cabinet-range-form {
  max-width: 490px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cabinet-range-form .form-label {
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .cabinet-range-form .form-label {
    margin-bottom: 20px;
  }
}

.cabinet-range-form .form-field-wrapper {
  width: auto;
}

@media (max-width: 992px) {
  .cabinet-range-form .form-field-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .cabinet-range-form .form-field {
    width: 100% !important;
  }
}

.map-popup .popup__top {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .map-popup .popup__top {
    margin-bottom: 35px;
  }
}

.map-popup__map {
  height: 90%;
}

.popup__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.map-popup__container {
  height: 100%;
}

.cabinet-journal-access-popup .popup__top {
  margin-bottom: 30px;
}

.cabinet-journal-access-popup .form-label {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .cabinet-results-popup-table__col--second {
    margin-bottom: 15px;
  }
}

.cabinet-results-popup {
  padding-bottom: 85px;
}

.cabinet-results-popup-table__btn {
  padding-left: 18px;
  padding-right: 18px;
  width: auto;
  min-width: 100px;
}

@media (max-width: 992px) {
  .cabinet-results-popup-table__btn {
    height: 40px;
    font-size: 17px;
  }
}

@media (max-width: 992px) {
  .tabs__list--page-services li:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media (max-width: 992px) {
  .tabs__list--page-services li:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}

@media (max-width: 992px) {
  .tabs__list--page-services li:last-child {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.delayed-entry-popup__datepicker-wrapper {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .delayed-entry-popup__datepicker-wrapper {
    margin-bottom: 55px;
  }
}

.delayed-entry-popup__datepicker-wrapper .form-field-wrapper:first-of-type {
  margin-right: 20px;
}

@media (max-width: 992px) {
  .delayed-entry-popup__datepicker-wrapper .form-field-wrapper:first-of-type {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .delayed-entry-popup__datepicker-wrapper .form-label {
    margin-bottom: 0;
  }
}

.delayed-entry-popup__datepicker-wrapper .form-field {
  width: 180px;
}

@media (max-width: 992px) {
  .delayed-entry-popup__datepicker-wrapper .form-field {
    width: 100%;
  }
}

.delayed-entry-popup__datepicker-wrapper .datepicker__icon {
  left: auto;
  right: 20px;
}

.delayed-entry-popup__datepicker-wrapper label.error {
  margin-left: 125px;
}

.delayed-entry-popup {
  padding-bottom: 60px;
}

@media (max-width: 992px) {
  .delayed-entry-popup {
    padding-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .delayed-entry-popup .popup__top {
    margin-bottom: 30px;
  }
}

.delayed-entry-popup .form__title {
  font-size: 22px;
  margin-bottom: 30px;
}

.delayed-entry-popup .form-label___title {
  margin-right: 60px;
  min-width: 186px;
}

.enter-popup__item {
  padding-left: 30px;
}

.enter-popup__item .page-list__key {
  margin-bottom: 0;
}

.enter-popup {
  padding-bottom: 60px;
}

.enter-popup__top {
  margin-bottom: 45px;
}

.cabinet-journal-access__consent-access-item {
  padding-left: 40px;
  padding-right: 40px;
}

.range-single>.range-end {
  display: none;
}

.confirmation-popup__descr {
  margin-bottom: 35px;
  line-height: 1.4;
}

.confirmation-popup__top {
  margin-bottom: 30px;
}

.application--cancel-entry-wrapper {
  margin-bottom: 44px;
}

.cancel-entry__edit-control {
  position: absolute;
  top: 20px;
  right: 20px;
}

.cancel-entry-popup {
  padding-top: 60px;
  padding-bottom: 0;
}

.cancel-entry-popup .popup__type {
  font-size: 28px;
}

@media (max-width: 992px) {
  .cancel-entry-popup .popup__type {
    font-size: 18px;
  }
}

.popup-successful-message {
  max-width: 600px;
  padding-top: 70px;
  padding-bottom: 60px;
}

.popup-successful-message__title {
  font-size: 24px;
  text-align: center;
}

.popup-successful-message__close {
  position: absolute;
  right: 30px;
  top: 30px;
}

.cabinet-visits__application:not(.cabinet-visits__application--is-canceled) {
  padding-bottom: 100px;
}

.btn--accent-11-border {
  background-color: transparent;
  border: 2px solid #6c7b93;
  color: #6c7b93;
}

.btn--accent-11-border:hover {
  background-color: #6c7b93;
  color: #ffffff;
}

.cabinet-tabs__list-wrapper--cabinet-message {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .cabinet-tabs__list-wrapper--cabinet-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .cabinet-tabs__list-wrapper--cabinet-message .tabs__list {
    margin-bottom: 20px;
  }
}

.cabinet-message__btn {
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.cabinet-journal-cancel-access-popup__top {
  margin-bottom: 30px;
}

.cabinet-journal-cancel-access-popup__descr {
  margin-bottom: 7px;
}

.cabinet-journal-cancel-access-popup__bold {
  color: #000000;
}

.cabinet-journal-cancel-access-popup__controls {
  margin-top: 60px;
}

.cabinet-journal-cancel-access-popup__control {
  width: 120px;
  height: 44px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.cabinet-journal-cancel-access-popup__control:first-child {
  margin-right: 15px;
}

.cabinet-postponed-journal-item {
  color: #697890;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .cabinet-postponed-journal-item {
    padding-left: 25px;
    padding-bottom: 100px;
  }
}

.cabinet-postponed-journal-item__title {
  margin-bottom: 9px;
}

.cabinet-postponed-journal-item__date-time {
  margin-bottom: 7px;
  color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cabinet-postponed-journal-item__date {
  margin-right: 5px;
}

.cabinet-postponed-journal-accordeon__toggler {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  font-size: 18px;
  color: #000000;
}

.cabinet-postponed-journal-accordeon__toggler.is-active svg {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.cabinet-postponed-journal-accordeon__toggler svg {
  margin-right: 10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.cabinet-postponed-journal-accordeon__drop-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  margin-bottom: 8px;
  padding-left: 22px;
}

@media (max-width: 992px) {
  .cabinet-postponed-journal-accordeon__drop-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 13px;
  }
}

.cabinet-postponed-journal-accordeon__drop-item:last-child {
  margin-bottom: 0;
}

.btn--accent-8-border {
  border: 1.5px solid #a0aaba;
  background-color: transparent;
  color: #a0aaba;
}

.btn--accent-8-border:hover {
  background-color: #a0aaba;
  color: #ffffff;
}

.cabinet-box__line {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 23px;
}

@media (max-width: 992px) {
  .cabinet-box__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: static;
    margin-bottom: 0;
  }
}

.cabinet-postponed-journal-item__col {
  width: 50%;
}

@media (max-width: 992px) {
  .cabinet-postponed-journal-item__col {
    width: 100%;
    margin-bottom: 25px;
  }
}

.cabinet-postponed-journal-item__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 39px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 992px) {
  .cabinet-postponed-journal-item__btn {
    top: auto;
    bottom: 10px;
    right: auto;
    width: 130px;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}

.cabinet-postponed-journal-accordeon__drop-col--val {
  color: #000000;
}

.cabinet-postponed-journal-accordeon {
  width: 100%;
}

.cabinet-postponed-journal-accordeon__drop-col--key {
  width: 265px;
  margin-right: 30px;
}

@media (max-width: 992px) {
  .cabinet-postponed-journal-accordeon__drop-col--key {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.registration-application-popup__content {
  margin-bottom: 60px;
  line-height: 1.7;
}

.registration-application-popup__content b {
  color: #000000;
}

.registration-application-popup__control {
  height: 44px;
  width: 140px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.registration-application-popup {
  max-width: 545px;
}

.registration-application-popup__top {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .news-one-item__inner {
    padding-top: 115px;
  }
}

@media (max-width: 992px) {
  .page-list-drop__col--datepicker {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .page-list-drop__col--datepicker .form-label-datepicker {
    width: 100%;
    margin-bottom: 0;
  }
}

.page-list-drop__col--datepicker .form-field {
  width: 180px;
}

@media (max-width: 992px) {
  .page-list-drop__col--datepicker .form-field {
    width: 100%;
  }
}

.page-list-drop__col--datepicker .form-field-wrapper:first-child {
  margin-right: 20px;
}

@media (max-width: 992px) {
  .page-list-drop__col--datepicker .form-field-wrapper:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.page-list-drop__col--datepicker .datepicker__icon {
  left: auto;
  right: 20px;
}

.delayed-entry-popup__fields-wrapper {
  margin-bottom: 15px;
}

.delayed-entry-popup__fields-wrapper .form-label {
  margin-bottom: 25px;
}

.delayed-entry-popup__submit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dispensary {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(127, 127, 127, 0.19);
  box-shadow: 0 2px 20px 0 rgba(127, 127, 127, 0.19);
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 55px;
  padding-bottom: 133px;
  margin-bottom: 63px;
}

@media (max-width: 992px) {
  .dispensary {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.dispensary__title {
  font-size: 28px;
  margin-bottom: 45px;
}

@media (max-width: 992px) {
  .dispensary__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.dispensary__sub-title {
  color: #697890;
  margin-bottom: 23px;
}

@media (max-width: 992px) {
  .dispensary__sub-title {
    line-height: 1.4;
  }
}

.dispensary-exclude__button {
    background-color: #EB5757;
}

.dispensary-exclude__text {
    align-items: center;
    background-color: transparent;
    color: #EB5757;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
    min-width: 140px;
}

@media (max-width: 992px) {
    .dispensary-exclude__text {
        width: 100%;
    }
}

.dispensary-item-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 26px;
  padding-right: 15px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #d2d6de;
  height: 70px;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.dispensary-item-top.is-active {
  background-color: #f6f7f9;
  border-color: transparent;
}

@media (max-width: 992px) {
  .dispensary-item-top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 17px;
  }
}

.dispensary-item__btn {
  width: 130px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 15px;
  margin-right: 8px;
}

.dispensary-item__btn:last-child,
.dispensary-item__btn:only-child {
  margin-right: 0;
}

.dispensary-item__btn::after {
  display: none;
}

.dispensary__block--first {
  margin-bottom: 40px;
}

.dispensary__block--first .dispensary-item {
  margin-bottom: 0;
}

.dispensary-item {
  margin-bottom: 8px;
}

.dispensary-item.is-active .dispensary-item-top {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dispensary-item__title {
  font-size: 18px;
  line-height: 1.33;
}

.dispensary-item__col--first {
  width: 100%;
}

.dispensary-item__col--second {
  font-size: 15px;
  color: #697890;
  margin-left: auto;
  width: 20.03%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.33;
}

@media (max-width: 992px) {
  .dispensary-item__col--second {
    width: 100%;
  }
}

.dispensary-item__col--third {
  width: 36.6%;
  margin-left: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .dispensary-item__col--third {
    width: 100%;
  }
}

.dispensary-item__col--last {
  position: absolute;
  right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .dispensary-item__col--last {
    position: static;
  }
}

.dispensary-item__toggler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: #00b7a1;
}

.dispensary-item__toggler.dispensary-item__toggler--has-arrow {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dispensary-item__toggler.dispensary-item__toggler--has-arrow::after {
  content: '';
  display: block;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #d2d6de;
  margin-left: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.dispensary-item__toggler.dispensary-item__toggler--has-arrow.is-active::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dispensary-item-drop {
  background-color: #F5F5F5;
  padding-left: 26px;
  padding-right: 150px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 15px;
  color: #697890;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
}

@media (max-width: 992px) {
  .dispensary-item-drop {
    padding: 20px 17px;
  }
}

.dispensary-item-drop p {
  line-height: 1.6;
}

.dispensary-item__toggler--accent-10 {
  color: #6699e7;
}

.dispensary-item-drop__time {
  font-size: 18px;
  margin: 13px 0;
  color: #212224;
}

.dispensary-item-drop__top {
  position: absolute;
  top: 25px;
  right: 16px;
}

@media (max-width: 992px) {
  .dispensary-item-drop__top {
    position: static;
    margin-bottom: 15px;
  }
}

.dispensary-item-drop__bottom {
  position: absolute;
  bottom: 26px;
  right: 16px;
}

@media (max-width: 992px) {
  .dispensary-item-drop__bottom {
    position: static;
    margin-top: 15px;
  }
}

.dispensary-item__toggler--accent-12 {
  color: #e84d4d;
}

.dispensary-item__title--small {
  font-size: 16px;
}

.dispensary-available-services__item {
  font-size: 15px;
  line-height: 1.6;
}

.dispensary-available-services__item--big {
  font-size: 18px;
}

.dispensary-available-services__title {
  margin-bottom: 12px;
}

.dispensary-available-services {
  margin-bottom: 30px;
}

.btn--accent-13 {
  height: 40px;
  background-color: #e85353;
  color: #ffffff;
}

.btn--accent-13:hover {
  color: #ffffff;
  background-color: #e53d3d;
}

.dispensary-item--all-services .dispensary-item__col--second {
  width: 53%;
}

@media (max-width: 992px) {
  .dispensary-item--all-services .dispensary-item__col--second {
    width: 100%;
  }
}

.dispensary-item--all-services .dispensary-item__col--second span {
  display: block;
  max-width: 80px;
}

@media (max-width: 992px) {
  .dispensary-item--all-services .dispensary-item__col--second span {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .dispensary-item--all-services .dispensary-item__col--last {
    width: 100%;
  }
}

.dispensary-item--all-services .accordeon__drop {
  padding-top: 8px;
  margin-left: -64px;
  margin-right: -64px;
}

@media (max-width: 992px) {
  .dispensary-item--all-services .accordeon__drop {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.dispensary--all-services>.dispensary__sub-title {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .dispensary--all-services>.dispensary__sub-title {
    margin-bottom: 30px;
  }
}

.dispensary--all-services .dispensary__block--first {
  margin-bottom: 63px;
}

.dispensary--all-services .dispensary__block--first .dispensary-item {
  margin-bottom: 8px;
}

.btn--accent-14 {
  background-color: #fef5f2;
  color: #e85353;
}

.btn--accent-14:hover {
  color: #e85353;
  background-color: #fdeee9;
}

.dispensary__block-btn {
  margin-top: 22px;
}

@media (max-width: 992px) {
  .dispensary-item__col {
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .dispensary-item__col:last-child {
    margin-bottom: 0;
  }
}

.dispensary-item__btn--disable.is-active {
  background-color: #ffffff;
}

.dispensary-wrapper__partial {
  display: none;
  -webkit-animation: fadeIn 0.6s cubic-bezier(0.42, 0, 0.58, 1);
  animation: fadeIn 0.6s cubic-bezier(0.42, 0, 0.58, 1);
}

.dispensary-wrapper__partial.is-active {
  display: block;
}

.cancel-entry-popup__inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cancel-entry-popup__top {
  margin-bottom: 45px;
  padding-left: 0;
  padding-right: 0;
}

.cancel-entry-popup__page-list {
  margin-bottom: 45px;
}

.cancel-entry-popup__controls {
  padding-bottom: 60px;
}

.cancel-entry-popup__partial {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.first-screen__sub-title {
  font-size: 20px;
  line-height: 1.3;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .first-screen__sub-title {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.btn--white {
  background-color: #ffffff;
  color: #6c7b93;
  height: 55px;
}

.btn--white:hover {
  color: #6c7b93;
}

.first-screen-authorization__control {
  padding-left: 38px;
  padding-right: 38px;
  font-size: 18px;
}

@media (max-width: 992px) {
  .first-screen-authorization__control {
    width: 250px;
    height: 45px;
  }
}

.first-screen-authorization__control--enter {
  margin-right: 15px;
}

@media (max-width: 992px) {
  .first-screen-authorization__control--enter {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.btn--white-border {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.btn--white-border:hover {
  background-color: #ffffff;
  color: #6c7b93;
}

.first-screen-services__items-wrapper .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-searchForm__submit {
  background-color: transparent;
  padding: 0;
  border: none;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  right: 20px;
}

.service-searchForm__submit:focus {
  outline: 0;
}

.service-searchForm {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-searchForm__field {
  padding-left: 0;
  font-size: 18px;
  color: #005398;
  border-radius: 0;
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #005398;
}

.service-searchForm__field::-webkit-input-placeholder {
  color: #6b7a92;
}

.service-searchForm__field::-moz-placeholder {
  color: #6b7a92;
}

.service-searchForm__field:-ms-input-placeholder {
  color: #6b7a92;
}

.service-searchForm__field::-ms-input-placeholder {
  color: #6b7a92;
}

.service-searchForm__field::placeholder {
  color: #6b7a92;
}

.services-top {
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .services-top {
    margin-bottom: 50px;
  }
}

.services-item-list {
  margin-bottom: 25px;
}

.cabinet-label--white {
  background-color: #ffffff;
}

.index-useful-item__label {
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin-bottom: 0;
  border: none;
}

.index-news-item__img {
  width: 100%;
  height: 100%;
}

.index-news-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.index-news-item {
  position: relative;
  color: #ffffff;
  height: 220px;
}

@media (max-width: 992px) {
  .index-news-item {
    height: 250px;
  }
}

.index-news-item-date {
  position: absolute;
  left: 6px;
  top: 6px;
  background-color: #00aa8a;
  color: #ecfaf8;
  padding: 10px;
  text-align: center;
}

.index-news-item-date__day {
  font-size: 44px;
  line-height: 0.91;
}

.index-news-item-date__mounth {
  font-size: 18px;
  line-height: 1.33;
}

.index-news-item__title {
  position: absolute;
  font-size: 18px;
  line-height: 1.33;
  left: 20px;
  bottom: 20px;
  padding-right: 10px;
}

@media (max-width: 992px) {
  .index-news-item__title {
    font-size: 18px;
    left: 20px;
    max-width: 420px;
    bottom: 30px;
    line-height: 1.4;
  }
}

.index-news-item__title:hover {
  text-decoration: underline;
}

.index-news-item--big {
  height: 484px;
}

@media (max-width: 992px) {
  .index-news-item--big {
    height: 250px;
  }
}

.index-news-item--big .index-news-item__title {
  font-size: 30px;
  left: 40px;
  max-width: 420px;
  bottom: 55px;
}

@media (max-width: 992px) {
  .index-news-item--big .index-news-item__title {
    font-size: 18px;
    left: 20px;
    bottom: 30px;
  }
}

.index-news__partial--last .row {
  height: 100%;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

@media (max-width: 992px) {
  .index-news__partial--last .index-news-item-wrapper {
    margin-bottom: 25px;
  }
}

.index-news__partial--last .index-news-item-wrapper:last-child {
  margin-bottom: 0;
}

.index-news {
  padding-top: 10px;
}

@media (max-width: 992px) {
  .index-contacts {
    padding-bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.index-contacts .select-2 {
  width: 245px;
  margin: 20px auto 0;
}

.index-contacts .switch {
  width: auto;
  margin: 30px auto;
}

@media (max-width: 992px) {
  .index-contacts__title {
    font-size: 30px;
    margin-bottom: 65px;
  }
}

.index-contacts__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  text-align: center;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .index-contacts__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.index-contacts__control-title {
  font-size: 14px;
  margin-bottom: 15px;
}

.select-2 .select2-container .select2-selection--single {
  height: 54px;
  font-size: 34px;
}

@media (max-width: 992px) {
  .select-2 .select2-container .select2-selection--single {
    height: 50px;
    font-size: 28px;
  }
}

.select-2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 54px;
  color: #ffffff;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 992px) {
  .select-2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
  }
}

.select-2 .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 28px;
  border-radius: 28px;
}

.select-2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 25px;
  width: 18px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/icons/select-2-arrow.svg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.select-2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select-2 .select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

.switch__label {
  margin-bottom: 0;
}

.switch__label input[type=radio] {
  display: none;
}

.switch__label input[type=radio]:checked~.switch__btn {
  background-color: #ffffff;
  color: #a0aaba;
}

.switch__label .switch__btn {
  border: 2px solid #fff;
  padding: 15px 100px;
  margin: 0 5px;
  height: auto;
}

@media (max-width: 992px) {
  .switch__label .switch__btn {
    height: 50px;
  }
}

.switch__label:first-child .switch__btn {}

.switch__label:last-child .switch__btn {}

.btn--accent-1 {
  background-color: #00aa8a;
  color: #ffffff;
}

.btn--accent-1:hover {
  background-color: #00a082;
  color: #ffffff;
}

.index-contacts__control--submit {
  height: 54px;
  width: 140px;
}

@media (max-width: 992px) {
  .index-contacts__control--submit {
    height: 50px;
    width: 160px;
  }
}

.index-contacts__content .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .services-top__partial--first {
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .index-news__partial--first {
    margin-bottom: 25px;
  }
}

@media (max-width: 992px) {
  .index-contacts__control {
    margin-bottom: 20px;
  }
}

.index-contacts__control:last-child {}

.cabinet-important-item__img {
  height: 208px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cabinet-important-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cabinet-important-item {
  height: 100%;
  border: solid 1px #efefef;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cabinet-important-item__content__title {
  font-size: 24px;
  line-height: 1.33;
  color: #000000;
}

@media (max-width: 992px) {
  .cabinet-important-item__content__title {
    margin-bottom: 15px;
  }
}

.cabinet-important-item__content__title:hover {
  text-decoration: underline;
}

.cabinet-important-item__content__info {
  font-size: 15px;
  line-height: 1.47;
  color: #697890;
}

.cabinet-important-item__body {
  padding-left: 35px;
  padding-right: 80px;
  padding-bottom: 25px;
  padding-top: 17px;
  min-height: 212px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 992px) {
  .cabinet-important-item__body {
    min-height: auto;
    padding-top: 25px;
    padding-right: 35px;
  }
}



.cabinet-results-popup-table__col--third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cabinet-results-popup-table__col--third div::after {
  content: '-';
  margin-left: 6px;
  margin-right: 6px;
}

.cabinet-results-popup-table__col--third div:last-child::after {
  display: none;
}

.cabinet-results-application {
  padding-right: 180px;
}

.cabinet-results-application .application__title--level-1 {
  line-height: 1.2;
  margin-bottom: 22px;
}

.cabinet-results-application .application-list__key {
  width: 35%;
}

.cabinet-results-application .application-list__val {
  width: 65%;
}

.click-wrapper {
  padding-top: 15px;
}

.click-wrapper .click {
  margin-bottom: 15px;
}

.lk-dispensary-popup__top {
  margin-bottom: 30px;
}

.lk-dispensary-popup__descr {
  margin-bottom: 60px;
}

.lk-dispensary-popup__btn {
  width: 150px;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
}

.news-latest-title,
.tags-title {
  font-size: 21px;
  margin-bottom: 15px;
}

.news-latest-item {
  border-bottom: 1px solid #ccc;
  margin: 3px 0;
  padding: 3px 0;
}

.news-latest-item__date {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  margin-bottom: 5px;
  color: #828282;
}

.news-latest-item__title {
  margin-bottom: 10px;
  display: block;
}

.news-one-item__latest {
  margin-top: 100px;
}

.news-navigation-link .fas {
  font-size: 16px;
  vertical-align: middle;
}

.news-navigation-link__name {
  vertical-align: middle;
  margin: 0 20px;
}

.news-navigation-link__title {
  font-size: 16px;
  margin: 0 20px;
}

.news-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.news-navigation>.news-navigation-link:last-child {
  text-align: right;
}

.news-navigation-link {
  width: 350px;
  display: flex;
}

.tags-title {
  margin-top: 30px;
}

.first-screen-authorization__control--enter:hover {
  color: #00ad98;
  background: #fff;
}

.first-screen-authorization__control--sign-up:hover {
  color: #fff;
  border-color: #00B7A1;
  background: #00B7A1;
}

.first-screen-services-item-wrapper--description {
  background-color: #00aa8a;
  padding: 35px 15px;
  position: relative;
  bottom: 14px;
}

.first-screen-services-item__title {}

.first-screen-services-item-wrapper--description .first-screen-services-item__title {
  color: #fff;
  margin-bottom: 15px;
  font-size: 21px;
  display: block;
  line-height: 1.4;
}

.first-screen-services-item-wrapper--description .first-screen-services-item__icon {
  width: 45px;
}

.first-screen-services-item-wrapper {
  text-align: center;
}

.screen-services-item-wrapper--description:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('img/icons/corner.png');
}

.first-screen-services-item-wrapper--description:after {
  content: '';
  display: inline-block;
  width: 14px;
  position: absolute;
  height: 14px;
  background: url('../img/icons/corner.png') center /cover no-repeat;
  top: 0px;
  right: -14px;
}

.first-screen-services-item__circle {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00aa8a;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 1px solid #00aa8a;
  transition: all .2s ease;
}

svg {}

.first-screen-services-item__circle svg {
  width: 100px;
  height: 60px;
}

.first-screen-services-item__circle {}

.first-screen-services-item:hover svg * {
  stroke: #00aa8a;
}

.first-screen-services-item:hover .first-screen-services-item__circle {
  background: #fff;
}

.index-news-item:hover .index-news-item__img:after {
  background: rgba(0, 0, 0, 0.3);
}

.index-news-item__img:after {
  content: '';
  background: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: all .2s ease;
}

.index-contacts__content {
  height: 600px;
  /* background: 0 0 no-repeat; */
  /* -webkit-background-size: cover; */
  /* background-size: auto; */
  position: relative;
  padding-top: 0;
  color: #ffffff;
  padding-bottom: 100px;
  background: url(../img/index-contacts/index-contacts-bg.jpg) center /cover no-repeat;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.index-contacts__subtitle {
  font-size: 36px;
}

.switch__btn:hover {
  background: #005398 !important;
  color: #fff !important;
  border-color: #005398;
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.3);
}

.index-contacts__control--submit:hover {
  background: #fff;
  color: #00aa8a;
}

.first-screen-services-item:hover span {
  color: #005398;
  text-decoration: underline;
}

.loadable-item.services-item-list__item a {
  color: #005398;
}

a {}

.services-item-list__item--is-disabled a {
  color: #212224 !important;
}

.services-item__icon img {
  width: 50px;
  height: 50px;
}

.logo img {
  width: 150px;
}

.info-page {
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-page .container {
  max-width: 100%;
}

.info-page__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.info-page__main-top {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .info-page__main-top {
    margin-bottom: 30px;
  }
}

.info-page__title {
  margin-bottom: 0;
  background-color: #F1F3F6;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (max-width: 992px) {
  .info-page__title {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.info-page__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 992px) {
  .info-page__inner {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}

.info-page__aside {
  padding-top: 50px;
  background-color: #F1F3F6;
  border-right: 1px solid #F1F3F6;
}

@media (max-width: 992px) {
  .info-page__aside {
    position: static;
    transform: none;
    padding-bottom: 35px;
  }
}

.info-page__menu {
  padding-left: 0;
}

.info-page__menu-item {
  font-size: 16px;
  line-height: normal;
}

.info-page__menu-link {
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (max-width: 992px) {
  .info-page__menu-link {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.info-page__menu-link svg {
  width: 14px;
  height: 14px;
}

.info-page__menu-link svg path {
  stroke: #000;
  stroke-width: 1.2px;
}

.info-page__menu-sub-link {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #58595B;
}

@media (max-width: 992px) {
  .info-page__menu-sub-link {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.info-page__menu-sub {
  padding-bottom: 22px;
}

.info-page__inner-content-wrapper {
  padding-top: 42px;
  padding-bottom: 42px;
}

@media (max-width: 992px) {
  .info-page__inner-content-wrapper {
    padding-top: 40px;
  }
}

.info-page__inner-content-title {
  color: #000;
  text-transform: none;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .info-page__inner-content-title {
    margin-bottom: 25px;
    text-align: center;
  }
}

.info-page__inner-content-title::before,
.info-page__inner-content-title::after {
  display: none;
}

.info-page__tabs {
  margin-bottom: 50px;
}

.info-page__tabs li {
  margin-right: 80px;
  color: #58595B;
}

@media (max-width: 992px) {
  .info-page__tabs li {
    margin-right: 0;
  }
}

.info-page__tabs li.is-active {
  color: #005398;
}

.info-page__tabs li:last-child {
  margin-right: 0;
}

.info-page__inner-content img {
  color: #697890;
}

.info-page__inner-content p {
  margin-bottom: 1.2em;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .info-page__inner-content p {
    font-size: 14px;
    margin-bottom: 1em;
  }
}

.info-page__inner-content p:last-child {
  margin-bottom: 0;
}

.info-page__test-img {
  float: right;
  padding-left: 30px;
  padding-bottom: 30px;
}

@media (max-width: 992px) {
  .info-page__test-img {
    padding: 0;
    margin-bottom: 30px;
  }

  .logo {
    max-width: 140px;
  }

}

.error-popup {
  padding: 40px 50px;
  line-height: 1.6;
}

.error-popup .popup__title {
  color: #000;
  font-size: 20px;
  text-align: center;
}

#calendar .day {
  pointer-events: none;
}

#calendar .day.highlight {
  pointer-events: all;
  background-color: #ecfaf8;
  transition: 0.3s;
}

#calendar .active.day.highlight {
  background-color: #c4efe9 !important;
}

@-webkit-keyframes fadeInTicket {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInTicket {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0.3;
  }

  60% {
    opacity: 0.6;
  }

  90% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

.appointment-ticket {
  cursor: pointer;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(127, 127, 127, 0.19);
  box-shadow: 0 2px 20px 0 rgba(127, 127, 127, 0.19);
  padding-left: 30px;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin-bottom: 5px;
  -webkit-animation: fadeInTicket .1s;
  animation: fadeInTicket .1s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: 1px solid transparent;
}

.appointment-ticket:hover {
  -webkit-box-shadow: 0 2px 40px 0 rgba(127, 127, 127, 0.4);
  box-shadow: 0 2px 40px 0 rgba(127, 127, 127, 0.4);
}

.appointment-ticket:last-child {
  margin-bottom: 0;
}

.appointment-ticket.is-active {
  -webkit-box-shadow: 0 2px 40px 0 rgba(127, 127, 127, 0.4);
  box-shadow: 0 2px 40px 0 rgba(127, 127, 127, 0.4);
  border: 1px solid rgba(127, 127, 127, 0.4);
}

.page-list__item-wrapper .page-list-drop {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.page-list-drop__col--datepicker {
  margin-bottom: 0;
  width: 45%;
  display: block;
}

.page-list-drop__col--timepick {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 55%;
}

.page-list-drop__col--timepick .page-list-drop__line {
  margin-top: auto;
}

.timepick__title {
  display: none;
}

.appointment-tickets-output {
  margin-bottom: 60px;
}

.btn--disable[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

.page-list--2 {
  box-shadow: none;
  border-radius: 0;
}

.page-list__item-wrapper--2 {
  border-radius: 4px;
  box-shadow: 0 2px 20px 0 rgba(127, 127, 127, 0.19);
  margin-bottom: 3px;
}

.application-place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.application-place__info {
  margin-top: 0;
}

.application--personal-info .application__col--last {
  position: absolute;
  right: 20px;
  width: 30%;
}

.personal-info-form .form-label___title {
  min-width: 180px;
  margin-right: 50px;
}

.page-bottom-panel--space-beetween {
  justify-content: space-between;
}

.patient-info__item {
  color: #000000;
  font-size: 14px;
  line-height: 1.8;
}

.page-bottom-panel--links .page-bottom__my-visits {
  margin-left: auto;
}

/* переверстка Главной */
.first-screen {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 75vh;
  margin-bottom: 75px;
}

.first-screen__title {
  text-transform: uppercase;
  color: #005398;
  font-size: 28px;
  padding: 25px 45px;
  text-align: left;
  max-width: 49%;
}

.first-screen-enter {
  position: relative;
  margin-top: -15px;
  background-color: #00aa8a;
  width: 260px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-screen-enter::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #005398 transparent;
  transform: translateX(-100%);
}

.first-screen-enter__title {
  font-size: 20px;
  text-transform: uppercase;
  max-width: 50%;
  margin-bottom: 20px;
}

.first-screen-enter__title span:first-child {
  text-decoration: underline;
}

.first-screen-enter__icon {
  margin-bottom: 20px;
}

.first-screen-enter__icon img {
  width: 90px;
  height: 90px;
}

.first-screen-enter__register {
  text-decoration: underline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-screen-enter__register:hover {
  text-decoration: underline;
}

.first-screen-enter__register img {
  width: 20px;
  height: 20px;
  margin-left: 7px;
}

.first-screen-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-right: 25px;
}

.first-screen-body--center {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.first-screen-body--center .first-screen__title {
  max-width: 70%;
  padding: 0;
  text-align: center;
  line-height: 1.4;
}

.first-screen-services {
  margin-top: 0;
  margin-bottom: 30px;
}

.first-screen-services-item {
  line-height: 1.3;
}

.first-screen-services__items {
  border: 1px solid #D1D3D4;
}

.section-title::before,
.section-title::after {
  background-color: #D1D3D4;
}

.cabinet-label {
  padding-top: 6px;
  padding-bottom: 6px;
}

.services-item {
  border: 1px solid #D1D3D4;
  padding-right: 27px;
}

.services-item:hover {
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.services-item-list__item--is-disabled {
  color: #6C7B93;
}

.services-item-list__item {
  margin-bottom: 9px;
}

.services-item-list__item--is-disabled a {
  color: #6C7B93 !important;
}

.services-item-wrapper {
  margin-bottom: 25px;
}

.services-top {
  margin-bottom: 20px;
}

.services .section-title {
  margin-bottom: 10px;
}

.services {
  margin-bottom: 30px;
}

.section-title+.cabinet-label {
  margin-bottom: 25px;
}

.index-useful-item__list-item {
  font-size: 16px;
  padding-right: 20px;
  margin-bottom: 15px;
}

.index-useful-item__title {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 26px;
  margin-bottom: 25px;
  flex-shrink: 0;
}

.index-useful-item {
  padding-bottom: 50px;
}

.index-useful-item .cabinet-label {
  font-size: 16px;
}

.index-useful {
  margin-bottom: 20px;
}

.index-news-item__title {
  font-size: 16px;
}

.index-news-item-date__day {
  font-size: 40px;
}

.index-news-item-date__mounth {
  font-size: 16px;
}

.index-news-item--big .index-news-item-date__day {
  font-size: 44px;
}

.index-news-item--big .index-news-item-date__mounth {
  font-size: 18px;
}

.index-news-item:hover .index-news-item__img:after {
  background: rgba(0, 0, 0, 0.45);
}

.index-news {
  margin-bottom: 20px;
}



.index-news__partial {
  padding-left: 15px;
  padding-right: 15px;
}

.index-news-item-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.index-news__partial--last .row {
  margin-left: -15px;
  margin-right: -15px;
}

.index-news-item--big {
  height: 470px;
}

.resources-item {
  font-size: 13px;
}

.index-contacts__content {
  background-image: none;
  color: #005398;
  padding-bottom: 0;
}

.index-contacts__subtitle {
  font-size: 30px;
}

.index-contacts .select-2 {
  margin-top: 30px;
}

.switch__label .switch__btn {
  color: #005398 !important;
}

.switch__btn:hover {
  color: #fff !important;
}

.switch__label:last-child .switch__btn {
  background-color: #fff;
}

.select-2 .select2-container--default .select2-selection--single {
  background-color: #fff;
}

/* 
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
} */

.select-2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #A7A9AC;
  border-bottom: 1px solid #A7A9AC;
  padding-left: 0;
  padding-right: 0;
  line-height: 30px;
  width: 100%;
  position: relative;
}

.select-2 .select2-container--default .select2-selection--single .select2-selection__rendered::before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-image: url('../img/icons/index-contacts-pencil.svg');
  position: absolute;
  left: 0;
  top: 0;
}

.select-2 .select2-container .select2-selection--single {
  font-size: 18px;
  padding-left: 24px;
  padding-right: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.page-list-wrapper:empty {
  margin: 0 !important;
}

.service-drop__title {
  margin-bottom: 20px;
}

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

.mb-0 {
  margin-bottom: 0;
}

.service-visit-btn-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-visit-btn-holder .btn:first-child {
  margin-right: 20px;
}

.index-useful-item {
  padding: 0;
}

.index-useful-item__title {
  margin: 0;
  padding: 20px;
  padding-right: 27px;
}

.index-useful-item__list-item {
  padding: 0;
}

.index-useful-item__list {
  padding: 20px;
  padding-right: 27px;
}

.index-news-item {
  display: block;
}

.index-news-item:hover {
  color: #fff;
}

.index-news-item__title:hover {
  text-decoration: none;
}

.index-contacts__control-title {
  font-size: 16px;
}

.popover {
  z-index: 99999;
}

.clockpicker {
  position: relative;
  width: 180px;
}

.delayed-entry-popup__datepicker-wrapper .clockpicker {
  margin-right: 20px;
}

.delayed-entry-popup__datepicker-wrapper .clockpicker:last-child {
  margin-right: 0;
}

.clockpicker__icon {
  position: absolute;
  right: 19px;
  width: 23px;
  height: 23px;
  top: 50%;
  transform: translateY(-50%);
}

.paRequestResultPopup {
  padding: 40px 50px;
  line-height: 1.6;
  max-width: 620px;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
}

.paRequestResultPopup__title {
  line-height: 1.4;
  margin-bottom: 25px;
  font-size: 22px;
  color: #000;
}

.paRequestResultPopup__sub-title {
  letter-spacing: 0.01em;
}

.paRequestResultPopup__sub-title span {
  color: #000;
}

.delayed-entry-popup .form-fill-my-data {
  position: static;
}

.delayed-entry-popup .form-fill-my-data__text {
  max-width: 100%;
}

.form-fill-my-data {
  cursor: pointer;
}

.mb-0 {
  margin-bottom: 0;
}

#dispensary-form .form-label___title {
  min-width: 180px;
  margin-right: 60px;
}

#dispensary-form .form__submit:focus {
  outline: 0;
}

.form-fill-my-data:focus {
  outline: 0;
}

/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 35px #f3f8ff inset;
  border: 1px solid #5c93e6;
} */

button:focus {
  outline: 0;
}

.popup-inline__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-inline__inner .popup__close {
  position: absolute;
  right: 50px;
}

.popup--inline {
  max-width: 700px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.paRequestResultPopup--error {
  max-width: 800px;
  padding-left: 80px;
  padding-right: 80px;
}

.paRequestResultPopup--error .popup__title {
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
}

.paRequestResultPopup--error .popup__close {
  right: 35px;
}

.lk-msg-output--5 {
  margin-top: 60px;
}

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

.lk-msg-output .cabinet-message-accordeon-toggler__item {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.lk-msg-output .cabinet-message-accordeon-toggler__val {
  line-height: 1.6;
}

.main-nav {
  margin-left: 51px;
}

.main-nav__list li {
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 30px;
  color: #6B7786;
}

.logo img {
  width: 176px;
  height: 45px;
}
@media (min-width: 1300px) {
  .container--new {
    max-width: 1170px;
  }
}

@media (max-width: 1300px) {
  .container--new {
    max-width: 1070px;
  }
}

@media (max-width: 1200px) {
  .container--new {
    max-width: 970px;
  }
}

@media (max-width: 1100px) {
  .container--new {
    max-width: 870px;
  }
}

.page-error__title {
  font-size: 46px;
  min-height: 64px;
  text-transform: uppercase;
  font-weight: 700;
  color: #EB5757;
  margin-bottom: 7px;
  line-height: 1.35;
}

@media (max-width: 992px) {
  .page-error {
      padding-top: 30px;
  }

  .page-error__title {
    min-height: 0;
    font-size: 24px;
    margin-bottom: 4px;
    line-height: normal;
  }
}

@media (max-width: 320px) {
    .page-error__title {
      min-height: 0;
        font-size: 20px;
    }
}

.page-error__descr {
  max-width: 565px;
  margin-left: auto;
  margin-right: auto;
  color: #111111;
  margin-bottom: 35px;
  line-height: 1.375;
}

@media (max-width: 992px) {
  .page-error__descr {
    max-width: 100%;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: normal;
    word-break: break-word;
  }
}

.page-error__bg-text {
  font-size: 500px;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #F5F7FA;
  font-family: 'Roboto', sans-serif;
}

@media (max-width: 992px) {
  .page-error__bg-text {
    font-size: 182px;
  }
}

.page-error__icon {
  margin-bottom: 7px;
}

@media (max-width: 992px) {
  .page-error__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .page-error__icon img {
    max-width: 160px;
  }
}

.btn--1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 46px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 14px;
  font-weight: 600;
  color: #005398;
  border: 1px solid #005398;
  border-radius: 6px;
}

.btn--1:hover {
  color: #005398;
}

.btn--1:focus {
  outline: 0;
}

.btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-wrapper--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-wrapper--center > a:not(:last-child) {
    margin-right: 20px;
}

@media (max-width: 576px) {
    .btn-wrapper--center {
        flex-direction: column;
    }
    
    .btn-wrapper--center > a:not(:last-child) {
        margin-bottom: 10px;
        margin-right: 0;
    }
    
    .btn-wrapper--center > a {
        width: 100%;
    }
}

.section-title {
  font-size: 30px;
  line-height: 1.3;
  color: #58595B;
  font-weight: 300;
}

.section-title::before,
.section-title::after {
  background-color: #D5D5D5;
}

@media (max-width: 992px) {
  .section-title {
    font-size: 18px;
  }
}

.footer-wrapper__title {
  font-size: 40px;
  margin-bottom: 65px;
  color: #002D40;
}

@media (max-width: 992px) {
  .footer-wrapper__title {
    font-size: 18px;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-wrapper__title span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 660px;
  white-space: normal;
}

@media (max-width: 992px) {
  .footer-wrapper__title span {
    max-width: 284px;
  }
}

.resources-item {
  font-size: 12px;
  color: #808080;
  line-height: 1.41;
  font-family: 'Raleway-Regular', sans-serif;
}

.resources-item-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 992px) {
  .resources-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .resources-item-wrapper:last-child {
    margin-bottom: 0;
  }
}

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

.footer {
  font-size: 14px;
  color: #000000;
  line-height: 1.43;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}

@media (max-width: 768px) {
  .footer {
    font-size: 10px;
    padding-top: 53px;
    padding-bottom: 25px;
  }
}


.page-error__descr--404 {
  max-width: 410px;
}

.page-error-forbidden .page-error__title {
  color: #005398;
}

.page-error-forbidden .btn--1 {
  width: 125px;
}

.page-error-forbidden__icon {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page-error__container {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
}

@media (max-width: 992px) {
  .page-error__container {
    padding-top: 5px;
    padding-bottom: 50px;
  }
}

.page-error-forbidden {
  margin-top: 50px;
  margin-bottom: 15px;
}

.form--send-message .form-label___title {
  min-width: 200px;
  margin-right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #697890;
}

.select2-results__option {
  overflow: visible;
  white-space: normal;
  text-overflow: initial;
}

.form--send-message .form-field-wrapper {
  overflow: hidden;
}

.form--send-message .select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 28px;
}

.page-title {
  font-size: 24px;
  color: #6B7786;
  text-align: center;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F1F3F6;
  border-bottom: 3px solid #00AA8A;
}

@media (max-width: 992px) {
  .page-title {
    font-size: 18px;
    background-color: #E6EAEF;
  }
}

.send-message__title {
  margin-bottom: 36px;
}

@media (max-width: 992px) {
  .send-message__title {
    margin-bottom: 20px;
  }
}

.send-message__row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dropdown {
  border: 1px solid #DADADA;
  border-radius: 10px;
}

.dropdown.is-active .dropdown__toggler::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.dropdown__toggler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 21px;
  padding-right: 30px;
  color: #005398;
  cursor: pointer;
  user-select: none;
}

@media (max-width: 992px) {

  .dropdown__toggler {
    font-size: 13px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 10px;
    padding-right: 16px;
  }

}

.dropdown__toggler::before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../img/icons/send-message-icon.svg');
  margin-right: 12px;
}

@media (max-width: 992px) {

  .dropdown__toggler::before {
    width: 28px;
    height: 28px;
  }

}

.dropdown__toggler::after {
  content: '';
  width: 13px;
  height: 9px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../img/icons/dropdown-1-icon.svg');
  margin-left: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 992px) {

  .dropdown__toggler::after {
    width: 10px;
    height: 7px;
  }

}

.dropdown__content {
  display: none;
  padding-left: 69px;
  padding-right: 50px;
  padding-bottom: 45px;
  color: #111111;
  line-height: normal;
}

@media (max-width: 992px) {

  .dropdown__content {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 16px;
    padding-bottom: 25px;
  }

}

.dropdown__content p {
  margin-bottom: 10px;
}

.dropdown__content a {
  color: #005398;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dropdown__content a:hover {
  color: #08364f;
}

.dropdown__title {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.dropdown__content li {
  margin-bottom: 5px;
}

.dropdown__content li:last-child {
  margin-bottom: 0;
}

.send-message__dropdown {
  margin-bottom: 20px;
}

.send-message__dropdown li {
    display: flex;
}

.send-message__dropdown li::before {
    color: #005398;
    content: '-';
    display: block;
    margin-right: 10px;
}

.form-block {
  border: 1px solid #00AA8A;
  border-radius: 10px;
  padding: 30px 44px;
  padding-bottom: 50px;
}

.form-block__title {
  font-size: 24px;
  color: #005398;
  font-weight: 600;
  margin-bottom: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .form-block__title {
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .form-block__submit {
      width: 100%;
  }
}

.form-block__title span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .form-block__title span {
    margin-bottom: 20px;
  }
}

.form-block-label {
  position: relative;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.form-block-label:last-child {
  margin-bottom: 0;
}

.form-block-label--textarea,
.form-block-label--textarea .form-block-label__line {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block-label--textarea .form-block-label__text {
  padding-top: 11px;
}

@media (max-width: 992px) {

  .form-block-label--textarea .form-block-label__text {
    padding-top: 0;
  }

}

@media (max-width: 992px) {
  .form-block-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 20px;
  }
}

.form-block__label:last-child {
  margin-bottom: 0;
}

.form-block__label span {
  font-size: 18px;
  color: #111111;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form-block__field {
  width: 100%;
  display: flex;
  border: 1px solid #EDEDED;
  border-radius: 6px;
  height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  color: #111111;
}

.form-block__field::placeholder {
  color: #BCBCBC;
}

.form-block__field--datepicker {
  width: 233px;
}

@media (max-width: 992px) {
  .form-block__field--datepicker {
    width: 100%;
  }
}

.form-block__datepicker-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (max-width: 992px) {

  .form-block__datepicker-wrapper {
    width: 100%;
  }

}

.form-block__datepicker-wrapper::after {
  /*
  Иконка должна быть кликабельна
  content: '';
  */
  position: absolute;
  right: 15px;
  display: block;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-image: url('../img/icons/datepicker-icon.svg');
}

.datepicker__calendar-ico {
    position: absolute;
    right: 15px;
    display: block;
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    background-image: url('../img/icons/datepicker-icon.svg');
    border: none;
}

.datepicker__calendar-ico:hover {
    background-image: url('../img/icons/datepicker-icon_active.svg');
    cursor: pointer;
}

.datepicker__calendar-ico:disabled,
.datepicker__calendar-ico:disabled:hover {
    background-image: url('../img/icons/datepicker-icon.svg');
    cursor: default;
}

.form-block__datepicker-wrapper:after::hover {

}
.form-block__datepicker-wrapper.open .datepicker__calendar-ico {
    background-image: url('../img/icons/datepicker-icon_active.svg');
}

.form-block__partial--first {
  margin-bottom: 60px;
}

@media (max-width:992px) {
  .form-block__partial--first {
    margin-bottom: 30px;
  }
}

.form-block__partial--last {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .form-block__partial--last {
    margin-bottom: 20px;
  }
}

.form-block__select-wrapper {
  width: 100%;
}

.form-block__select-wrapper span.select2-selection.select2-selection--single {
  height: 47px;
  border: 1px solid #EDEDED;
  border-radius: 6px;
  overflow: hidden;
}

/* @media (max-width: 992px) {
  .form-block__select-wrapper span.select2-selection.select2-selection--single{
    height: 42px;
  } 
} */

.form-block__select-wrapper .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.form-block__select-wrapper .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.form-block__select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  padding-left: 15px;
  padding-right: 35px;
  font-size: 15px;
  color: #111111;
  white-space: normal;
}

.form-block__select-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 15px;
  color: #111111;
}

.form-block__select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.form-block__select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form-block__select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: '';
  display: block;
  width: 8px;
  height: 5px;
  background: url("../img/icons/form-block-select-arrow.svg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (max-width: 992px) {
  .form-block__select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    margin-top: 2px;
  }
}

.select2-results__option {
  font-size: 14px;
  color: #111111;
}

.form-block__field--textarea {
  height: 120px;
  resize: none;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.4;
}

@media (max-width: 992px) {
  .form-block__field--textarea {
    height: 152px;
  }
}

.form-block-label__text {
  min-width: 217px;
  margin-right: 25px;
}

.form-block-label__text.is-required:after {
    display: inline;
    color: #EB5757;
    content: '*';
    font-size: 18px;
    position: absolute;
}

@media (max-width: 992px) {
  .form-block-label__text {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 8px;
    min-width: auto;
  }
}

.agreement {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  user-select: none;
  cursor: pointer;
}

.agreement input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.agreement input:disabled {
  cursor: default;
}

.agreement input:checked+.agreement__checkbox img {
  display: block;
}

.agreement input:checked + .agreement__checkbox svg {
  display: block;
}

.agreement__checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #D2D6DE;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  margin-top: 4px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .agreement__checkbox {
    width: 25px;
    height: 25px;
    margin-right: 13px;
  }
}

.agreement__checkbox img {
  width: 11px;
  height: 11px;
  display: none;
}

.agreement__checkbox svg {
    width: 11px;
    height: 11px;
    display: none;
}

.agreement__text {
  font-size: 12px;
  line-height: 1.5;
  color: #6B7786;
  max-width: 377px;
}

@media (max-width: 992px) {
  .agreement__text {
    font-size: 13px;
    max-width: 100%;
    line-height: normal;
  }
}

.agreement__text a {
  text-decoration: underline;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  color: #fff;
  border: none;
  padding: 0;
  outline: 0;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 992px) {
  .button {
    height: 50px;
  }

  .lkdoc-links a.button--4 {
    width: 100% !important;
  }
}

.button--1 {
  background-color: #00AA8A;
  padding-left: 25.5px;
  padding-right: 25.5px;
}
@media (hover: hover) and (pointer: fine) {
  .button--1:not([disabled]):hover {
    color: #fff;
    background-color: #009b7e;
  }
}

.form-block__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .form-block__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media (max-width: 992px) {
  .form-block__bottom .agreement {
    margin-bottom: 20px;
  }
}

.button--2 {
  border: 1px solid #005398;
  background-color: transparent;
  color: #005398;
  padding-left: 16px;
  padding-right: 16px;
}
@media (hover: hover) and (pointer: fine) {
  .button--2:hover {
    color: #fff;
    background-color: #005398;
  }
}

.fill-my-data {
  margin-left: auto;
  padding-left: 17px;
  padding-right: 17px;
}

@media (max-width: 992px) {
  .fill-my-data {
    margin-left: 0;
  }
}

.button[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}

.delayed-entry-popup .form__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cabinet__row {
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-grow: 1;
}

.notification-counter {
  background-color: #EB5757;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
}

.notification-counter--big {
  width: 22px;
  height: 22px;
  font-size: 12px;
}

.notification__toggler {
  position: relative;
}

.notification__toggler .notification-counter {
  position: absolute;
  top: -6px;
  right: -7px;
}

.user__bottom {
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 992px) {
  .user__bottom{
    margin-top: 0;
  }
}

.user-menu__item {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 6px;
}

.user-menu__item.is-active {
  background-color: #ffffff;
}

.notification-counter--small {
  width: 18px;
  height: 18px;
  font-size: 10px;
}

.font-size-big .notification-counter--small {
  width: 40px;
  height: 34px;
}

.font-size-big .notification-counter {
  border-radius: 12px;
}

.font-size-big .header-user__notification {
  left: 47px;
  top: -17px;
}

.user-menu-sub__link .notification-counter {
  margin-left: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.user-menu__link .notification-counter,
.user-menu-sub__link .notification-counter {
  margin-right: auto;
  margin-left: 8px;
}

.user-menu-sub__link .notification-counter {
    margin-right: auto;
    margin-left: 5px;
}

.cabinet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 8.5px;
  padding-right: 8.5px;
}

.cabinet .container,
.cabinet .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 992px) {
  .cabinet,
  .cabinet .container,
  .cabinet .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.cabinet .row {
  margin-left: -8.5px;
  margin-right: -8.5px;
}

@media(max-width: 992px) {
    .cabinet .row {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.cabinet__container [class^="col-"] {
  padding-left: 8.5px;
  padding-right: 8.5px;
  margin-bottom: 17px;
}

.cabinet__container [class^="col-"]:last-child {
  margin-bottom: 0px
}

@media (max-width: 992px) {
    .cabinet__container [class^="col-"] {
        margin-bottom: 15px;
    }
}

.msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #DADADA;
  border-radius: 10px;
  padding: 13px 15px;
  font-size: 14px;
  margin-bottom: 10px;
  color: #005398;
}

.msg::before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-image: url('../img/icons/send-message-icon.svg');
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.msg:last-child {
  margin-bottom: 0;
}

.msg--error {
  color: #EB5757;
}

.msg--error::before {
  background-image: url('../img/icons/msg-error-icon.svg');
}

.msgs--cabinet {
  margin-bottom: 30px;
}

.filter-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 992px) {

  .filter-btns {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .filter-btns.mb30 {
    margin-bottom: 25px;
  }

}

.filter-btn {
  color: #111111;
  margin-right: 10px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 15px;
  margin-right: 3px;
  background-color: transparent;
}

@media (max-width: 992px) {

  .filter-btn {
    font-size: 12px;
    height: 34px;
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 5px;
  }

  .filter-btn:last-child {
    margin-bottom: 0;
  }

}

@media (max-width: 992px) {
  .cabinet .filter-btns .filter-btn:last-child{
    margin-bottom: 5px;
  } 
}

@media (min-width: 993px){
    .info_subtitle {
        padding: 15px 0 20px 0;
    }
}

.filter-btn:last-child {
  margin-right: 0;
}

.button--3 {
  background-color: #F1F3F6;
  color: #111111;
}

.button--3:hover {
  color: #111;
  background-color: #e1e6ec;
}

.filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (max-width: 992px) {

  .filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

}

.filters .filter-btns {
  margin-right: 30px;
}

@media (max-width: 992px) {

  .filters .filter-btns {
    margin-right: 0;
    margin-bottom: 0;
  }

}

.form-block__field--datepicker--wide {
  width: 100%;
}

.filter-range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {

  .filter-range {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10px;
  }

}

.filter-range .form-block__datepicker-wrapper {
  margin-right: 10px;
}

@media (max-width: 992px) {

  .filter-range .form-block__datepicker-wrapper {
    margin-right: 0;
    margin-bottom: 10px;
  }

}

.filter-range .form-block__field {
  border-color: #D2D6DE;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.block-1 {
  border: 1px solid #00AA8A;
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 14px;
  color: #6B7786;
  overflow: hidden;
  position: relative;
}

@media (max-width: 992px) {
  .block-1 {
    padding: 20px !important;
  }
}

.block-1__title {
  font-size: 24px;
  color: #111111;
}

@media (max-width: 992px) {
  .block-1__title {
    font-size: 16px;
  }
}

.lk-direction__title {
  margin-bottom: 6px;
}

.lk-direction__type {
  font-size: 15px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .lk-direction__type {
    font-size: 12px;
    margin-bottom: 23px;
  }
}

.lk-direction-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #00AA8A;
  margin-bottom: 20px;
}

.lk-direction-status .lk-direction-status__val {
    text-align: right;
}

@media (max-width: 992px) {
  .lk-direction-status {
    font-size: 10px;
    margin-bottom: 15px;
  }

  .lk-direction-status .lk-direction-status__key {
    margin-right: 20px;
  }
}

.lk-direction-status__val {
  color: #00AA8A;
}

.lk-direction-drop {
  background-color: #F1F3F6;
  border-radius: 10px;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .lk-direction-drop {
    border-radius: 8px;
  }
}

.lk-direction-drop__toggler {
  font-size: 16px;
  color: #111111;
  font-weight: 600;
  padding-top: 18px;
  padding: 18px 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 992px) {
  .lk-direction-drop__toggler {
    font-size: 12px;
    height: 50px;
    padding-left: 15px;
    padding-right: 18px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 8px;
  }
}

.lk-direction-drop__toggler::after {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  background-image: url('../img/icons/user-menu-arrow.svg');
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: auto;
}

.lk-direction-drop__toggler.is-active::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.lk-direction-drop-list {
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 25px;
}

@media (max-width: 992px) {
  .lk-direction-drop-list {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
}

.lk-direction-drop-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

@media (max-width: 992px) {
  .lk-direction-drop-list__item {
    font-size: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.lk-direction-drop-list__item:last-child {
  margin-bottom: 0;
}

.lk-direction-drop-list__key {
  margin-right: 30px;
  min-width: 172px;
}

@media (max-width:992px) {
  .lk-direction-drop-list__key {
    min-width: 103px;
    margin-right: 12px;
  }
}

.lk-direction-drop-list__val {
  color: #111;
}

.visit-application-wrapper--journal .lk-direction-drop-list__val {
  white-space: pre-wrap;
}

.lk-direction__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.admission-procedure-link__text {
  margin-right: 5px;
  text-decoration: underline;
}

.admission-procedure-link__circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #005398;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

@media (max-width: 992px) {
    .admission-procedure-link {
        font-size: 10px;
    }

    .admission-procedure-link__text {
        margin-right: 3px;
    }

    .admission-procedure-link__circle {
        width: 15px;
        height: 15px;
    }
}


@media (max-width: 1024px) {
    .lk-direction__bottom {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
}

@media (max-width: 768px) {
    .lk-direction__bottom {
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
    }
}

@media (max-width: 576px) {
    .lk-direction__bottom {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
}

.lk-direction__bottom-row {
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-align: center;
    -webkit-box-align: center;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
}

.mt20 {
  margin-top: 20px;
}

.show-all {
  color: #111111;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.show-all.has-opacity{
  opacity: 0;  
  pointer-events: none;
}

@media (max-width: 992px) {
  .show-all {
    font-size: 12px;
  }
}

.show-all__counter {
  margin-right: 17px;
}

@media (max-width: 992px) {
  .show-all__counter {
    margin-right: 10px;
  }
}

.show-all__button {
  padding-left: 28px;
  padding-right: 28px;
}

@media (max-width: 992px) {
  .show-all__button {
    font-size: 10px;
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.mb30 {
  margin-bottom: 30px;
}

.send-appeal {
  background-color: #F1F4F5;
  padding: 23px 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .send-appeal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    padding-top: 15px;
  }
}

.send-appeal__text {
  font-size: 15px;
  color: #111111;
  margin-right: 50px;
}

@media (max-width: 992px) {
  .send-appeal__text {
    font-size: 12px;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.button--4 {
  background-color: #005398;
}

@media (hover: hover) and (pointer: fine) {
  .button--4:hover {
    color: #fff;
    background-color: #003e71;
  }
}

.send-appeal__button,
.read-more__button {
  padding-left: 19px;
  padding-right: 19px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  width: 153px;
}

.send-appeal__button_broad {
  width: 203px;
}

@media (max-width: 992px) {
  .send-appeal__button_broad,
    .send-appeal__button,
    .read-more__button,
    .lk__send-appeal .send-appeal__button,
    .lk__send-appeal .read-more__button {
        font-size: 12px;
        height: 50px;
        margin-left: 0;
        width: 100%;
    }
}

.mb50 {
  margin-bottom: 50px;
}

.breadcrumbs {
  padding-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    padding-top: 25px;
    margin-bottom: 20px;
  }
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .breadcrumbs__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.breadcrumbs__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #111111;
  margin-bottom: 5px;
}

@media (max-width: 992px) {
  .breadcrumbs__list li {
    font-size: 13px;
  }
}

.breadcrumbs__list li::after {
  content: '/';
  display: block;
  margin-left: 5px;
  margin-right: 5px;
}

.breadcrumbs__list li:last-child {
  color: #6B7786;
  pointer-events: none;
}

.breadcrumbs__list li:last-child a{
  text-decoration: none;
}

.breadcrumbs__list li:last-child::after {
  display: none;
}

.breadcrumbs__list a:hover{
  text-decoration: underline;  
}

.page-news {
  padding-bottom: 100px;
  min-height: 480px;
}

@media (max-width: 992px) {
  .page-news {
    padding-bottom: 70px;
  }
}

/* .page-news__container {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
} */

/* @media (max-width: 992px) {
  .page-news__container {
    display: block;
  }
} */

/* @media (max-width: 992px) {
  .page-news__item{
    margin-bottom: 15px;
  }
} */

/* .page-news__item:nth-child(10n + 1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-column: 1 / span 7;
  grid-row: span 2;
} */

/* .page-news__item:nth-child(10n + 1) .news-item__title {
  font-size: 26px;
}

@media (max-width: 992px) {
  .page-news__item:nth-child(10n + 1) .news-item__title {
    font-size: 18px;
  }
} */

/* .page-news__item:nth-child(10n + 2),
.page-news__item:nth-child(10n + 3) {
  -ms-grid-column: 8;
  -ms-grid-column-span: 5;
  grid-column: 8 / span 5;
  height: 263px;
} */

/* @media (max-width: 992px) {

  .page-news__item:nth-child(10n + 2),
  .page-news__item:nth-child(10n + 3) {
    height: 284px;
  }
} */

/* .page-news__item:nth-child(10n + 4),
.page-news__item:nth-child(10n + 9) {
  height: 326px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1 / span 6;
} */

/* @media (max-width: 992px) {

  .page-news__item:nth-child(10n + 4),
  .page-news__item:nth-child(10n + 9) {
    height: 284px;
  }
} */

/* .page-news__item:nth-child(10n + 5),
.page-news__item:nth-child(10n + 10) {
  height: 326px;
  -ms-grid-column: 7;
  -ms-grid-column-span: 6;
  grid-column: 7 / span 6;
} */

/* @media (max-width: 992px) {

  .page-news__item:nth-child(10n + 5),
  .page-news__item:nth-child(10n + 10) {
    height: 284px;
  }
} */

/* .page-news__item:nth-child(10n + 6),
.page-news__item:nth-child(10n + 8) {
  height: 263px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1 / span 5;
} */

/* @media (max-width: 992px) {

  .page-news__item:nth-child(10n + 6),
  .page-news__item:nth-child(10n + 8) {
    height: 284px;
  }
} */

/* .page-news__item:nth-child(10n + 7) {
  grid-column: span 7;
  grid-row: span 2;
} */

/* .page-news__item:nth-child(10n + 7) .news-item__title {
  font-size: 26px;
} */

/* @media (max-width: 992px) {
  .page-news__item:nth-child(10n + 7) .news-item__title {
    font-size: 18px;
  }
} */

.news-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  padding-bottom: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  position: relative;
  color: #fff;
}

.news-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .news-item {
    height: 284px;
    padding: 20px;
    padding-bottom: 25px;
  }
}

.news-item:hover {
  color: #fff;
}

.news-item:hover::after {
  opacity: 1;
}

@media (max-width: 992px) {
  .news-item:hover::after {
    opacity: 0;
  }
}

.news-item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180.05deg, rgba(255, 255, 255, 0) 0.05%, rgba(0, 0, 0, 0.6) 99.95%);
  border-radius: 6px;
}

.news-item::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  border-radius: 6px;
}

.news-item-date {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00AA8A;
  border-radius: 4px;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 1;
}

.news-item-date__day {
  font-size: 22px;
  font-weight: 600;
}

.news-item-date__month {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.news-item__title {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  .news-item__title {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .page-error__btn {
    font-size: 12px;
    height: 40px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.page-error__report-error-btn {
  padding-left: 28px;
  padding-right: 28px;
  margin-left: 10px;
}

@media (max-width: 992px) {
  .page-error__report-error-btn {
    height: 40px;
    font-size: 12px;
    padding-left: 18px;
    padding-right: 18px;
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 992px) {
  .page-error__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .resources-item__text {
    min-width: 162px;
    max-width: 162px;
  }
}

@media (max-width: 992px) {
  .footer__copyright {
    margin-bottom: 10px;
    color: #6B7786;
    margin-right: 10px;
  }
}

@media (max-width: 992px) {
  .lk-direction__btn {
    font-size: 10px;
    height: 35px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.cabinet-content__inner {
  margin-bottom: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 992px) {
  .cabinet-content__inner {
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .important {
    margin-bottom: 30px;
  }
}

.important__container {
  padding-left: 15px;
  padding-right: 15px;
}

.important__items {
  margin-right: -15px;
  margin-left: -15px;
}

.important-item-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
}

.important-item__img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 309px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 6px;
  position: relative;
  color: #fff;
}

@media (max-width: 992px) {
  .important-item__img-box {
    height: 284px;
  }
}

.important-item__img-box:hover {
  color: #fff;
}

.important-item__img-box:hover::after {
  opacity: 1;
}

.important-item__img-box::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

.important-item__img-box::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  border-radius: 6px;
}

.important-item__title {
  font-size: 24px;
  font-weight: bold;
  max-width: 210px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.important-item__list {
  padding-top: 20px;
}

@media (max-width: 992px) {
  .important-item__list {
    padding-top: 15px;
  }
}

.important-item__list li {
  display: inline;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  margin-left: 9px;
  line-height: 2;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.important-item__list li:hover {
  color: #00AA8A;
}

.important-item__list li:first-child {
  margin-left: 0;
}

.important-item__list li:first-child::before {
  display: none;
}

.important-item__list li::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #00AA8A;
  margin-right: 9px;
}

@media (max-width: 992px) {
  .important-item__list li::before {
    margin-right: 8px;
  }
}

.dropdown__content p:last-child {
  margin-bottom: 0;
}

.lk-dropdown{
  display: none;
}

.lk-dropdown .dropdown__content {
  color: #000 !important;
  line-height: 1.5;
  padding-bottom: 25px;
}

@media (max-width: 992px) {
  .lk-dropdown .dropdown__content{
    padding-bottom: 14px;
  }
}

.dropdown--error .dropdown__toggler {
  color: #EB5757;
}

.dropdown--error .dropdown__toggler::before {
  background-image: url("../img/icons/error-drop-icon.svg");
}

.dropdown--error .dropdown__toggler::after {
  background-image: url("../img/icons/error-drop-chevron.svg");
}

.dropdown--error .dropdown__content {
  color: #111111;
}

.dropdown__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lk-dropdowns .lk-dropdown {
  margin-bottom: 10px;
}

.lk-dropdowns .lk-dropdown:last-child {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
    .lk-dropdowns .lk-dropdown:last-child {
        margin-bottom: 20px;
    }
}

.form-block--send-message {
    padding-top: 38px;
    margin-bottom: 25px;
}

.form-block--send-message .agreement {
    margin-bottom: 0;
    margin-right: 75px;
    max-width: 100%;
}

.form-block--send-message .agreement__checkbox {
    height: 25px;
    margin-right: 12px;
    width: 25px;
}

.form-block--send-message .agreement__text {
    font-size: 18px;
    line-height: normal;
    max-width: 100%;
}

.form-block--send-message .form-block__partial--first,
.form-block--send-message .form-block__partial--last {
    margin-bottom: 30px;
}

.form-block--send-message .form-block__bottom {
    align-items: end;
    -ms-flex-align: end;
    -webkit-box-align: end;
}

.form-block--send-message .form-block__title {
    margin-bottom: 15px;
}

.form-block--send-message .form-block-label__text {
    font-size: 18px;
    margin-right: 20px;
    min-width: 250px;
}

@media (max-width: 992px) {
    .form-block--send-message {
        padding: 20px;
        margin-bottom: 40px;
    }

    .form-block--send-message .form-block-label {
        margin-bottom: 15px;
    }

    .form-block--send-message .form-block-label__text {
        font-size: 14px;
    }
    
    .form-block--send-message .form-block__title span {
        margin-bottom: 0;
    }

    .form-block--send-message .fill-my-data {
        margin-top: 15px;
    }
    
    .form-block--send-message .agreement {
        margin-bottom: 30px;
        margin-right: 0;
    }
    
    .form-block--send-message .agreement__text {
        font-size: 13px;
    }
}

.form-block__required {
  font-size: 18px;
  font-weight: 400;
  color: #A9A9A9;
  margin-bottom: 30px;
}

.form-block__required::before {
  color: #EB5757;
  content: '*';
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  margin-right: 3px;
}

@media (max-width: 992px) {
  .form-block__required {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.form-block__datepicker-wrapper {
  position: relative;
}

.form-block__select-wrapper .select2-container--default .select2-results__option--highlighted[aria-selected],
.form-block__select-wrapper .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #F1F3F6;
  color: #111;
}

.form-block__select-wrapper .select2-container--default .select2-results__option {
  padding-left: 15px;
  padding-right: 15px;
}

.form-block__select-wrapper .form-block__select-wrapper .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.form-block__select-wrapper .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-color: transparent;
}

.form-block__select-wrapper .select2-dropdown {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #EDEDED;
  border-top: none;
}

.form-block__select-wrapper .select2-container--open .select2-dropdown--above {
  border-top: 1px solid #EDEDED;
  border-bottom: none;
}

.form-block__select-wrapper .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.form-block__select-wrapper .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-color: transparent;
}

.form-block__select-wrapper .select2-container--open .select2-dropdown--above .select2-results__options {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.form-block__select-wrapper--2 span.select2-selection.select2-selection--single {
  border: 1px solid #005398;
}

.form-block__select-wrapper--2 .select2-dropdown {
  border: 1px solid #005398;
  border-top: none;
}

.form-block__select-wrapper--2 .select2-container--open .select2-dropdown--above {
  border-top: 1px solid #005398;
}

.form-block__datepickers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: auto !important;
  opacity: 1 !important;
  transform: none !important;
}

@media (max-width: 992px) {
  .form-block__datepickers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.form-block__datepickers .form-block__datepicker-wrapper {
  margin-right: 10px;
}

@media (max-width: 992px) {
  .form-block__datepickers .form-block__datepicker-wrapper {
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.form-block__datepickers .form-block__datepicker-wrapper:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.form-block-label--place {
  margin-bottom: 20px;
}

.form-block-label--additional {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-block-label--address {
  margin-bottom: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 992px) {
  .form-block-label--address {
    margin-bottom: 25px;
  }
  
  .form-block-label--city {
    margin-bottom: 0;
  }
}

.form-block-label--address .form-block-label__text {
  padding-top: 11px;
}

.form-block-label__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 992px) {
  .form-block-label__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.form-block-label__additional {
  font-size: 14px;
  color: #BCBCBC;
  margin-top: 9px;
}

.form-block-adress-blocks .form-block-label__additional {
    color: #005398;
}

.form-block-adress-blocks .form-block-label__additional:hover {
    cursor: pointer;
    text-decoration: underline;
}

@media (max-width: 576px) {
    .form-block-adress-blocks .form-block-label__additional {
        margin-bottom: 18px;
    }
}

.form-block__radio-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block-radio {
  position: relative;
  position: relative;
}

@media (max-width: 992px) {
  .form-block-radio {
    width: 50%;
  }
}

.form-block-radio:first-child .form-block-radio__button {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-right: none;
}

.form-block-radio:last-child .form-block-radio__button {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: none;
}

.form-block-radio__input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.form-block-radio__input:checked+.form-block-radio__button {
  color: #fff;
  background-color: #00AA8A;
  border-color: transparent;
}

.form-block-radio__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 116.5px;
  height: 46px;
  padding: 0;
  background-color: transparent;
  border: 1px solid #EDEDED;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.homecall-place-radio + .form-block-radio__button {
    width: 225px;
}

@media (max-width: 992px) {
  .form-block-radio__button,
  .homecall-place-radio + .form-block-radio__button {
    width: 100%;
  }
}

.form-block-adress-blocks {
  position: relative;
  width: 100%;
}

.form-block-adress-blocks__items{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}

@media (max-width: 992px) {
    .form-block-adress-blocks__items {
        display: block;
        margin-bottom: 0px;
    }
}

.form-block-adress-blocks__item--1 {
  margin-bottom: 0px;
}

.form-block-adress-blocks__checkboxes{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .form-block-adress-blocks__checkboxes{
    display: none;
  }
}

.form-block-adress-blocks__checkboxes-partial{
  width: 25%;
  margin-right: 18px;
}

@media (max-width: 992px) {
  .form-block-adress-blocks__checkboxes-partial{
    width: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.form-block-adress-blocks__checkboxes-partial:last-child{
  margin-right: 0;
}

@media (max-width: 992px) {
  .form-block-adress-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

@media (max-width: 992px) {
    .form-block-adress-blocks__item {
        margin-bottom: 15px;
    }
    
    .form-block-adress-blocks__item--1 {
        margin-bottom: 0px;
    }
}

.form-block-adress-blocks__item-wrapper {
    position: relative;
}

.form-block-adress-blocks__item:nth-child(1) {
  grid-column: span 4;
}

.form-block-adress-blocks__item:nth-child(6) {
  grid-column: span 3;
}

.form-block-adress-blocks__item:last-child {
  margin-bottom: 0;
}

.form-block-checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-block-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block-checkbox__checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 6px;
}

.form-block-checkbox__checkbox img {
  width: 12px;
  height: 12px;
}

.form-block-checkbox__text {
  font-size: 14px;
  color: #000;
}

.select2-dropdown .select2-results__option[aria-selected=true] {
  display: none;
}

.datepicker-drop {
  border: 1px solid #005398;
  border-radius: 6px;
  padding: 14px;
  min-width: 221px;
  max-width: 221px;
  position: absolute;
  z-index: 9998;
  right: 0;
  top: 100%;
  margin-top: 5px;
  background-color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 992px) {
  .datepicker-drop {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.datepicker-drop.is-shown {
  opacity: 1;
  pointer-events: all;
}

.datepicker-drop__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
}

.datepicker-drop__select-wrapper--months {
  width: 106px;
}

.datepicker-drop__select-wrapper--year {
  width: 74px;
}

.datepicker-drop__select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 12px;
  font-weight: 600;
  line-height: 33px;
  padding-left: 10px;
  padding-right: 10px;
}

.datepicker-drop__select-wrapper span.select2-selection.select2-selection--single {
  height: 34px;
  border-radius: 4px;
}

.datepicker-drop__select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}

.datepicker-drop__select-wrapper .select2-container--default .select2-results__option {
  font-size: 12px;
  font-weight: 600;
  min-height: 28px;
  height: auto;
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 2px;
}

.datepicker-drop__select-wrapper .select2-container--default .select2-results>.select2-results__options {
  max-height: 400px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 10px;
}

.datepicker-drop__select-wrapper .select2-dropdown {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.datepicker-drop__select-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 12px;
}

.date-picker-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.date-picker--future-disabled .datepicker,
.date-picker--past-disabled .datepicker,
.date-picker .datepicker,
.visit-date-picker .datepicker {
  width: auto;
}

.date-picker--future-disabled thead tr:nth-child(2),
.date-picker--past-disabled thead tr:nth-child(2),
.date-picker thead tr:nth-child(2) {
  /* display: none; */
}

.date-picker--future-disabled thead tr:nth-child(2) th:first-child,
.date-picker--future-disabled thead tr:nth-child(2) th:nth-child(3),
.date-picker--past-disabled thead tr:nth-child(2) th:first-child,
.date-picker--past-disabled thead tr:nth-child(2) th:nth-child(3){
  padding: 0;
  padding-bottom: 4px;
}

.date-picker--future-disabled thead tr:nth-child(3),
.date-picker--past-disabled thead tr:nth-child(3),
.date-picker thead tr:nth-child(3),
.visit-date-picker thead tr:nth-child(3) {
  box-shadow: 0px 1.5px 0px 0px #ededed;
}

.date-picker--future-disabled .dow,
.date-picker--past-disabled .dow,
.date-picker .dow,
.visit-date-picker .dow {
  font-size: 10px;
  color: #9D9D9D;
  text-transform: uppercase;
}

.date-picker--future-disabled .day,
.date-picker--past-disabled .day,
.date-picker .day,
.visit-date-picker .day {
  font-size: 12px;
  font-weight: 600;
  color: #111111;
}

.date-picker--future-disabled .datepicker table tr td.today,
.date-picker--past-disabled .datepicker table tr td.today,
.date-picker--future-disabled .datepicker table tr td.today.disabled,
.date-picker--past-disabled .datepicker table tr td.today.disabled,
.date-picker--future-disabled .datepicker table tr td.today.disabled:hover,
.date-picker--past-disabled .datepicker table tr td.today.disabled:hover,
.date-picker--future-disabled .datepicker table tr td.today:hover,
.date-picker--past-disabled .datepicker table tr td.today:hover,
.date-picker .datepicker table tr td.today,
.date-picker .datepicker table tr td.today.disabled,
.date-picker .datepicker table tr td.today.disabled:hover,
.date-picker .datepicker table tr td.today:hover,
.visit-date-picker .datepicker table tr td.today,
.visit-date-picker .datepicker table tr td.today.disabled,
.visit-date-picker .datepicker table tr td.today.disabled:hover,
.visit-date-picker .datepicker table tr td.today:hover {
  background-color: #00AA8A !important;
  background-image: none;
  border-color: transparent;
  color: #fff !important;
}

.date-picker--future-disabled .active.day,
.date-picker--past-disabled .active.day,
.date-picker .active.day,
.visit-date-picker .active.day {
  background-color: #BEEFE6 !important;
  color: #111 !important;
}

.date-picker--future-disabled .datepicker table tr td.day.focused,
.date-picker--past-disabled .datepicker table tr td.day.focused,
.date-picker--future-disabled .datepicker table tr td.day:hover,
.date-picker--past-disabled .datepicker table tr td.day:hover,
.date-picker .datepicker table tr td.day.focused,
.date-picker .datepicker table tr td.day:hover,
.visit-date-picker .datepicker table tr td.day.focused,
.visit-date-picker .datepicker table tr td.day:hover {
  background-color: #BEEFE6;
  color: #111;
}

.date-picker--future-disabled .datepicker.datepicker-inline td,
.date-picker--past-disabled .datepicker.datepicker-inline td,
.date-picker--future-disabled .datepicker.datepicker-inline th
.date-picker--past-disabled .datepicker.datepicker-inline th
.date-picker--future-disabled .datepicker.dropdown-menu td,
.date-picker--past-disabled .datepicker.dropdown-menu td,
.date-picker--future-disabled .datepicker.dropdown-menu th,
.date-picker--past-disabled .datepicker.dropdown-menu th,
.date-picker .datepicker.datepicker-inline td,
.date-picker .datepicker.datepicker-inline th,
.date-picker .datepicker.dropdown-menu td,
.date-picker .datepicker.dropdown-menu th,
.visit-date-picker .datepicker.datepicker-inline td,
.visit-date-picker .datepicker.datepicker-inline th,
.visit-date-picker .datepicker.dropdown-menu td,
.visit-date-picker .datepicker.dropdown-menu th {
  padding: 0;
}

.date-picker--future-disabled .datepicker td,
.date-picker--past-disabled .datepicker td,
.date-picker--future-disabled .datepicker th,
.date-picker--past-disabled .datepicker th,
.date-picker .datepicker td,
.date-picker .datepicker th,
.visit-date-picker .datepicker td,
.visit-date-picker .datepicker th {
  width: 25px;
  height: 25px;
  border: none !important;
  border-radius: 2px;
}

.date-picker--future-disabled .datepicker table tr td.disabled, 
.date-picker--past-disabled .datepicker table tr td.disabled, 
.date-picker--future-disabled .datepicker table tr td.disabled:hover,
.date-picker--past-disabled .datepicker table tr td.disabled:hover{
  background: transparent;
  pointer-events:none;
}

.date-picker--has-months thead tr:nth-child(2) {
  display: table-row;
}

.date-picker--has-months thead tr:nth-child(2) th {
  padding-bottom: 15px !important;
  vertical-align: middle;
}

.date-picker--has-months thead tr:nth-child(2) th:first-child {
  text-align: left;
}

.date-picker--has-months thead tr:nth-child(2) th:last-child {
  text-align: right;
}

.date-picker--has-months thead tr:nth-child(3) {
  border-bottom-width: 1.5px;
}

.date-picker--has-months thead tr .datepicker-switch {
  font-size: 18px;
  font-weight: 600;
  color: #111111;
}

.date-picker--has-months .datepicker td,
.date-picker--has-months .datepicker th {
  width: 35px;
  height: 35px;
}

.date-picker--has-months .datepicker td {
  border: 3px solid #fff !important;
}

.date-picker--has-months .dow {
  font-size: 15px;
}

.date-picker--has-months .day {
  font-size: 18px;
  border-radius: 3px;
}

.filter-range {
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 992px) {
  .filter-range {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    display: none;
  }
}

.filter-range-block {
    display: block;
}

.filter-range.is-shown {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

.filter-range .datepicker-drop {
  right: 50%;
  width: 100%;
}

.filter-range .form-block__field--datepicker {
  width: 100%;
}

.filter-range .form-block__filed--prefix {
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-align: center;
    display: flex;
    height: inherit;
    margin-right: 10px;
}

@media (max-width: 992px) {
    .filter-range .form-block__filed--prefix {
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-flex-pack: center;
        margin-right: 0;
        width: 30px;
    }
}

@media (max-width: 992px) {
  .filter-range .form-block__field--datepicker {
    height: 50px;
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .filter-range__button {
    width: 100%;
    height: 46px;
  }
}

@media (max-width: 992px) {
  .article {
    margin-bottom: 60px;
  }
}

.article-title {
  font-size: 24px;
  text-align: left;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .article-title {
    font-size: 14px;
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .article-title__row {
    margin-left: 0;
    margin-right: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (max-width: 992px) {
  .article-title__col {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .article-title__col--first {
    width: auto;
    margin-right: 16px;
  }
}

.article__date {
  margin-top: 7px;
}

@media (max-width: 992px) {
  .article__date {
    margin-top: 5px;
  }
}

.article-inner {
  margin-bottom: 52px;
}

@media (max-width: 992px) {
  .article-inner {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}

.article-inner__row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article__content {
  padding-bottom: 50px;
}

@media (max-width: 992px) {
  .article__content {
    padding-bottom: 30px;
  }
}

.article__content img {
  border-radius: 6px;
  margin: 30px 0;
}

.article__content {
  margin: 0;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}

@media (max-width: 992px) {
  .article__content {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 576px) {
  .article__content {
      overflow-x: hidden;
  }
}

.article__content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .article__content p {
    font-size: 14px;
  }
}

.article__content p:last-child {
  margin-bottom: 0;
}

.article__content a {
  color: #005398;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.article__content a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.article-social {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .article-social {
    margin-bottom: 22px;
  }
}

.article-social__title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .article-social__title {
    font-size: 16px;
    line-height: normal;
  }
}

.article-social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .article-social__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.article-social__item {
  margin-right: 10px;
}

@media (max-width: 992px) {
  .article-social__item {
    margin-right: 8px;
    margin-bottom: 8px;
  }
}

.article-social__item:last-child {
  margin-right: 0;
}

.article-social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #00AA8A;
  width: 58px;
  height: 58px;
  border-radius: 50%;
}

.article-tags__title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .article-tags__title {
    font-size: 16px;
    line-height: normal;
  }
}

.article-latest {
  padding-left: 15px;
  padding-right: 15px;
}

.article-latest__items {
  margin-left: -15px;
  margin-right: -15px;
}

.article-latest__item-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .article-latest__item-wrapper {
    margin-bottom: 15px;
  }
}

.article-latest__item {
  height: 326px;
}

@media (max-width: 992px) {
  .article-latest__item {
    height: 284px;
  }
}

.article-latest__btn-mobile {
  display: none;
}

@media (max-width: 992px) {
  .article-latest__btn-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.article__prev {
  width: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  background-color: #F1F3F6;
  border-radius: 6px;
  font-size: 14px;
  color: #000000;
  padding-left: 23px;
  padding-right: 23px;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .article__prev {
    font-size: 12px;
    font-weight: 600;
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.article__prev:hover {
  color: #000000;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tags__item {
  margin-right: 8px;
  margin-bottom: 8px;
}

.tags__item:last-child {
  margin-right: 0;
}

.tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 51px;
  font-size: 14px;
  color: #6B7786;
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  padding-left: 27px;
  padding-right: 27px;
}

@media (max-width: 992px) {
  .tag {
    font-size: 12px;
    height: 45px;
    padding-left: 19px;
    padding-right: 19px;
  }
}

.tag:hover {
  color: #6B7786;
}

.block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-title--2 {
  margin-bottom: 20px;
}

.block-title--2 .block-title__text {
  font-size: 24px;
  font-weight: 600;
  color: #111;
}

@media (max-width: 992px) {
  .block-title--2 .block-title__text {
    font-size: 18px;
  }
}

.block-title--2 .block-title__btn {
  font-size: 14px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 992px) {
  .block-title--2 .block-title__btn {
    display: none;
  }
}

.block-title--2-small .block-title__text {
  font-size: 20px;
  font-weight: normal;
}

.block-title--2-small .block-title__divider {
  margin-left: 34px;
  margin-right: 34px;
}

.block-title__text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.block-title__divider {
  height: 1px;
  background-color: #D5D5D5;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  margin-left: 45px;
  margin-right: 45px;
}

@media (max-width: 992px) {
  .block-title__divider {
    display: none;
  }
}

.modal {
  display: none;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 60px 75px 70px;
}

@media (max-width: 992px) {
  .modal {
    padding: 20px 20px 30px !important;
  }
}

.modal__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .modal__top {
    margin-bottom: 30px;
  }
}

.modal__title {
  font-size: 30px;
  font-weight: bold;
  color: #005398;
}

@media (max-width: 992px) {
  .modal__title {
    font-size: 18px;
  }
}

.modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #DADADA;
  border-radius: 4px;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.error-modal__top .modal__close {
  margin-left: 5px;
}

@media (max-width: 992px) {
  .modal__close {
    width: 31px;
    height: 31px;
  }
}

.modal__close::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/icons/close-modal.svg");
}

@media (max-width: 992px) {
  .modal__close::after {
    width: 12px;
    height: 12px;
  }
}

.modal-2 {
  width: 100%;
  max-width: 591px;
  padding: 35px 38px;
}

@media (max-width: 992px) {
  .modal-2 {
    padding: 20px !important;
  }
}

.modal-2__title {
  font-size: 20px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .modal-2__title {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

.modal-2__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .modal-2__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.modal-2__button {
  padding-left: 25px;
  padding-right: 25px;
  margin-right: 10px;
}

.modal-2__button-text {
    margin-left: 10px;
}

.modal-2__links {
    display: block;
    margin-bottom: 20px;
}

.modal-2__link {
    color: #005398;
    font-size: 16px;
    outline: none;
}

.modal-2__link:hover {
    color: #005398;
    cursor: pointer;
    text-decoration: underline;
}

@media (max-width: 992px) {
  .modal-2__button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.modal-2__button:last-child {
  margin-right: 0;
}

@media (max-width: 992px) {
  .modal-2__button:last-child {
    margin-bottom: 0;
  }
}

.admission-procedure {
  max-width: 860px;
}

@media (max-width: 992px) {
  .admission-procedure {
    font-size: 12px;
  }
}

.admission-procedure__partial--first {
  margin-bottom: 35px;
}

.admission-procedure__partial--first .admission-procedure__sub-title {
  margin-bottom: 5px;
}

.admission-procedure__partial--first .admission-procedure__block {
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .admission-procedure__partial--first .admission-procedure__block {
    margin-bottom: 20px;
  }
}

.admission-procedure__partial--second .admission-procedure__sub-title {
  font-size: 16px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .admission-procedure__partial--second .admission-procedure__sub-title {
    font-size: 14px;
    margin-bottom: 10px !important;
  }
}

.admission-procedure__partial--second .admission-procedure__block {
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .admission-procedure__partial--second .admission-procedure__block {
    margin-bottom: 20px;
  }
}

.admission-procedure__partial--second .admission-procedure__block:nth-child(2) .admission-procedure__sub-title {
  margin-bottom: 15px;
}

.admission-procedure__partial--second .admission-procedure__block:nth-child(2) .admission-procedure__text {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .admission-procedure__partial--second .admission-procedure__block:nth-child(2) .admission-procedure__text {
    margin-bottom: 6px;
  }
}

.admission-procedure__partial--second .admission-procedure__block:nth-child(2) .admission-procedure__text:last-child {
  margin-bottom: 0;
}

.admission-procedure__partial--second .admission-procedure__block:nth-child(3) .admission-procedure__text {
  line-height: 1.5;
  padding-right: 80px;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .admission-procedure__partial--second .admission-procedure__block:nth-child(3) .admission-procedure__text {
    margin-bottom: 8px;
    padding-right: 0;
  }
}

.admission-procedure__partial--second .admission-procedure__block:nth-child(3) .admission-procedure__text:nth-last-child(2) {
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .admission-procedure__partial--second .admission-procedure__block:nth-child(3) .admission-procedure__text:nth-last-child(2) {
    margin-bottom: 6px;
  }
}

.admission-procedure__partial--second .admission-procedure__block:nth-child(3) .admission-procedure__text:last-child {
  margin-bottom: 0;
}

.admission-procedure__block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.admission-procedure__block-wrapper .admission-procedure__block {
  margin-right: 45px;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .admission-procedure__block-wrapper .admission-procedure__block {
    margin-right: 72px;
  }
}

.admission-procedure__block-wrapper .admission-procedure__block:last-child {
  margin-right: 0;
}

.admission-procedure__sub-title {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .admission-procedure__sub-title {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .admission-procedure__text_break-word {
    word-break: break-word;
  }
  .admission-procedure__block_phones {
    margin-right: 0 !important;
    width: 100%;
  }
  .admission-procedure__block-wrapper_contacts {
    align-items: flex-start;
  }
  .admission-procedure__block_site {
    min-width: 90px;
  }
}

.admission-procedure__sub-title span {
  color: #00AA8A;
}

.admission-procedure__text {
  line-height: 1.375;
}

.admission-procedure__text:last-child {
  margin-bottom: 0;
}

.admission-procedure__text span {
  color: #6B7786;
}

.admission-procedure__link:hover {
  color: #005398;
}

.admission-procedure__partial-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media (max-width: 992px) {
  .admission-procedure__partial-title {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

.admission-procedure__block:last-child {
  margin-bottom: 0;
}

.admission-procedure a:not(.admission-procedure__link) {
  color: #005398;
  text-decoration: underline;
}

.admission-procedure a:hover {
  text-decoration: none;
}

.admission-procedure a:focus {
  outline: 0;
}

.admission-procedure__list li {
  margin-bottom: 7px;
}

@media (max-width: 992px) {
  .admission-procedure__list li {
    margin-bottom: 8px;
  }
}

.admission-procedure__list li:last-child {
  margin-bottom: 0;
}

.admission-procedure__list li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.admission-procedure__list li span::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #00AA8A;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}

.admission-procedure__list ul {
  padding-top: 5px;
  padding-left: 8px;
}

@media (max-width: 992px) {
  .admission-procedure__list ul {
    padding-top: 6px;
  }
}

.admission-procedure__list ul li {
  font-size: 14px;
  color: #6B7786;
  margin-bottom: 2px;
}

@media (max-width: 992px) {
  .admission-procedure__list ul li {
    font-size: 12px;
    margin-bottom: 4px;
  }
}

.admission-procedure__list ul li:last-child {
  margin-bottom: 0;
}

.admission-procedure__print {
  position: absolute;
  right: 75px;
  bottom: 66px;
}

.fancybox-bg {
  background: #000;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
}

.fancybox-slide {
  padding: 25px;
}

@media (max-width: 992px) {
  .fancybox-slide {
    padding: 20px;
  }
}

.lk-result-wrapper {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
    .cabinet__container .lk-result-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.lk-result {
  min-height: 236px;
}

.lk-result__aside {
  padding-top: 22px;
  padding-bottom: 26px;
  margin-right: 26px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .lk-result__aside {
    padding-left: 41px;
    padding-right: 41px;
  }
}

@media (max-width: 320px) {
    .lk-result__aside {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.lk-result__content {
  padding-top: 19px;
  padding-bottom: 25px;
  padding-right: 25px;
}

.lk-result-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
}

@media (max-width: 992px) {
  .lk-result-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.lk-result-list__item--mo .lk-result-list__val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #6B7786;
}

.lk-result-list__item--mo .lk-result-list__val::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/icons/lk-result-marker.svg");
  position: absolute;
  left: -16px;
}

@media (max-width: 992px) {
  .lk-result-list__item--mo .lk-result-list__val::before {
    position: static;
    width: 10px;
    height: 10px;
    margin-right: 2px;
    min-width: 10px;
  }
}

.lk-result-list__item:last-child {
  margin-bottom: 0;
}

.lk-result-list__key {
  width: 50%;
}

@media (max-width: 992px) {
  .lk-result-list__key {
    width: 100%;
    font-size: 13px;
    min-width: auto;
    margin-right: 0;
    margin-bottom: 3px;
  }
}

@media (max-width: 992px) {
  .lk-result-list__val {
    width: 100% !important;
    font-size: 12px;
  }
}

.lk-result__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.lk-result__info_instrumental {
  justify-content: flex-start;
}

@media (max-width: 992px) {
  .lk-result__info {
    margin-bottom: 20px;
  }
}

.block-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #00AA8A;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 992px) {
  .block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.block-2-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 99px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
  background-color: #00AA8A;
  margin-top: -1px;
  margin-bottom: -1px;
  border-radius: 10px 0 0 10px;
  margin-left: -1px;
  text-align: center;
}

@media (max-width: 992px) {
  .block-2-aside {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    text-align: left;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    margin: -1px 0 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
}

@media (max-width: 576px) {
    .block-2-aside {
        justify-content: space-between;
    }
}

@media (max-width: 992px) {
  .block-2-aside__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 992px) {
  .block-2-aside__date {
    margin-right: 15px;
  }
}

.block-2-aside__date,
.block-2-aside__time {
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .block-2-aside__time {
    font-size: 24px;
  }
}

.block-2-aside__month {
  font-size: 14px;
  font-weight: 600;
}

.block-2-aside__day,
.block-2-aside__year {
  font-size: 12px;
  font-weight: 600;
  color: #A1E7D9;
}

.block-2-aside__divider {
  width: 50px;
  height: 2px;
  background-color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .block-2-aside__divider {
    height: 42px;
    width: 2px;
    margin: 0 29px;
  }
}

@media (max-width: 576px) {
  .block-2-aside__divider {
    height: 42px;
    width: 2px;
    margin: 0 auto;
  }
  
  .block-2-aside__date {
    margin-right: 10px;
  }
}

@media (max-width: 500px) {
  .block-2-aside__divider {
    margin: 0 5px;
  }
}

.block-2-aside__icon {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/icons/block-2-clock.svg");
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 992px) {
  .block-2-aside__icon {
    margin-left: 0;
    margin-right: 7px;
  }
}

.block-2__title {
  font-size: 24px;
}

@media (max-width: 992px) {
  .block-2__title {
    font-size: 18px;
  }
}

.block-2__content {
  position: relative;
  width: 100%;
}

@media (max-width: 992px) {
  .block-2__content {
    padding: 15px 20px 21px 20px;
  }
}

#user-panel {
  display: none;
}

@media (max-width: 992px) {
  #user-panel {
    display: block;
    overflow-y: auto !important;
    padding-bottom: 26px;
  }
}

.left-panel-desktop #user-panel {
  display: block;
}

@media (min-width: 992px) {
    .left-panel__button-main-profile {
        display: none;
    }
}

@media (max-width: 992px) {
  .user {
    overflow-y: auto;
  }
}

@media (max-width: 992px) {
  .user {
    position: fixed;
    left: 0;
    right: 53px;
    top: 0;
    bottom: 0;
    z-index: 999999;
    padding-top: 26px;
    width: 100%;
    overflow: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  }

  .user.is-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 992px) {
  .user__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.user__top-col--first {
  margin-bottom: 4px;
}

.user__top-col--third {
    margin-left: auto;
}

@media (max-width: 992px) {
  .user__top-col--first {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    margin-bottom: 0;
  }

  .user-fio {
    margin-bottom: 3px;
    text-align: left;
  }

    .user-fio--hidden-mobile {
        display: none;
    }

  .user-fio__item {
    font-size: 14px;
    font-weight: 600;
  }
}

.user-insurance__toggler {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.user-insurance__toggler::after {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  background-image: url("../img/icons/user-insurance-arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  .user-insurance__toggler::after {
    margin-left: 3%;
  }
  
  .user-insurance-trusted {
    display: none;
  }
}

.user-insurance__toggler.is-active::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.user-insurance-drop {
  display: none;
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 992px) {
  .user-insurance-drop{
    padding-top: 10px;
  }
}

.user-insurance__list {
  margin-bottom: 11px;
}

.user-insurance__child-list {
  margin-left: 11px;
}

@media (max-width: 992px) {
  .user-insurance__list{
    margin-bottom: 0px;
  }
}

.user-insurance__item {
  font-size: 11px;
  color: #6B7786;
  margin-bottom: 4px;
}

.user-insurance__item:last-child {
  margin-bottom: 0;
}

.user-insurance__key {
  font-weight: 600;
}

.user-insurance__edit-data {
  font-size: 12px;
  text-decoration: underline;
  color: #005398;
  cursor: pointer;
}

.user-insurance__title {
    font-weight: 600;
    margin-bottom: 4px;
}

@media (max-width: 992px) {
  .user__bottom {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 992px) {
  .user__notification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 59px;
    height: 59px;
    top: 0;
    left: 0;
    border: 1px solid #6B7786;
    border-radius: 6px;
  }
}

@media (max-width: 992px) {
  .user__notification .notification__toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 992px) {
  .user__notification .notification__toggler .notification-counter {
    top: 10px;
  }
}

@media (max-width: 992px) {
  .user__notification .notification__icon {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 992px) {
  .user__notification .notification-messages {
    left: -90px;
    margin-left: 0;
    top: 100%;
  }
}

@media (max-width: 992px) {
  .user__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.user__enter {
  display: none;
}

@media (max-width: 992px) {
  .user__enter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 59px;
    height: 59px;
    border: 1px solid #6B7786;
    border-radius: 6px;
    margin-right: 10px;
    font-size: 12px;
    color: #6B7786;
  }
}

.user__enter:hover {
  color: #6B7786;
}

@media (max-width: 992px) {
  .user__enter svg {
    margin-bottom: 3px;
  }
}

.result-modal {
  max-width: 1311px;
  padding-top: 45px;
  padding-bottom: 35px;
}

.result-modal-about {
  margin-bottom: 30px;
}

.result-modal-about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

@media (max-width: 992px) {
  .result-modal-about__item {
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 10px;
  }
}

.result-modal-about__item:last-child {
  margin-bottom: 0;
}

.result-modal-about__key {
  color: #6B7786;
  min-width: 253px;
  margin-right: 109px;
}

@media (max-width: 992px) {
  .result-modal-about__key {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.result-modal-table {
  margin-bottom: 15px;
  height: 315px;
  margin-right: -7px;
}

@media (max-width: 992px) {
  .result-modal-table {
    height: 325px;
    margin-bottom: 30px;
  }
}

.result-modal-table__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3px;
}

.result-modal-table__header li {
  font-size: 14px;
  width: 100%;
  max-width: 286px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  background-color: #00AA8A;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  font-weight: bold;
  margin-right: 3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .result-modal-table__header li {
    font-size: 13px;
    max-width: 190px;
  }

  .result-modal-table__header li:first-child {
    max-width: 240px;
  }
}

.result-modal-table-body__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}

.result-modal-table-body__item:last-child {
  margin-bottom: 0;
}

.result-modal-table-body__item>div {
  background-color: #F1F3F6;
  padding: 15px 15px 18px;
  width: 100%;
  max-width: 286px;
  margin-right: 3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .result-modal-table-body__item>div {
    font-size: 13px;
    max-width: 190px;
  }

  .result-modal-table-body__item>div:first-child {
    max-width: 240px;
  }
}

@media (max-width: 992px) {
  .result-modal-table .mCSB_container_wrapper {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.result-modal-table .mCSB_inside>.mCSB_container {
  margin-right: 25px;
}

@media (max-width: 992px) {
  .result-modal-table .mCSB_container_wrapper>.mCSB_container {
    padding-right: 20px;
    padding-bottom: 20px;
  }
}

.result-modal__dropdown {
  margin-bottom: 20px;
}

.result-modal-pdf__title {
  font-size: 14px;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .result-modal-pdf__title {
    margin-bottom: 8px;
  }
}

.mCSB_scrollTools {
  opacity: 1 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #F1F3F6;
  border-radius: 10px;
}

@media (max-width: 992px) {
  .mCSB_scrollTools .mCSB_draggerRail {
    width: 3px;
  }
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  border-radius: 10px;
  background-color: #00AA8A !important;
}

@media (max-width: 992px) {
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
  }
}

.button--5 {
  border: 1px solid #D4D8E0;
  color: #6B7786;
}

.button--5:hover {
  color: #6B7786 !important;
}

.button--6 {
  color: #005398;
  border: 1px solid #005398;
  border-radius: 10px;
  background-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .button--6:hover {
    background-color: #005398;
    color: #fff;
  }
}

.button--7 {
  color: #6B7786;
  background-color: #F1F3F6;
}

.button--7:hover {
  background-color: #e5e8ee;
}

.button--8 {
  border: 1px solid #fff;
  background-color: transparent!important;
  color: #fff;
}

.button--9 {
  color: #fff;
  background-color: #F2994A;
}

.button--10 {
  color: #6B7786;
  background-color: #F1F3F6;
}

.button--11 {
  background-color: #2F80ED;
}

.button--12 {
  background-color: #005398;
}

.button--12:hover{
  color: #fff;
  background-color: #003e71;
}

.button--13 {
  color: #000000;
  background-color: #F1F3F6;
}

.button--14, .button--14:hover {
  background-color: #FCEEED;
  color: #EB5757;
}

.button--error {
  background-color: #EB5757;
}

.button--error:hover {
    color: #fff;
    background-color: #e62929;
}

.button--error-transparent {
  background-color: transparent;
  color: #EB5757;
}

.document-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 11px;
  font-weight: 400;
  height: auto;
  min-height: 42px;
  padding: 8px 12px;
}

@media (max-width: 992px) {
    .document-button {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        width: 100%;
    }
}

.document-button__icon {
  margin-right: 8px;
  min-height: 25px;
  min-width: 18px;
}

.document-button__text {
  font-size: 12px;
}

.lk__send-appeal {
  margin-top: 30px;
  margin-bottom: 30px;
}

.cabinet-content__inner + .lk__send-appeal {
    margin-top: 0;
}

@media (max-width: 992px) {
  .lk__send-appeal {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .lk__toggler-button {
    width: 100% !important;
  }
}

.sort-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .sort-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.sort-pagination__pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 992px) {
  .sort-pagination__pagination {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}

.sort-pagination__pagination:only-child {
  position: relative;
  left: 0;
  -webkit-transform: none;
  transform: none;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 992px) {
  .sort-pagination .sort {
    margin-bottom: 15px;
  }
}

.sort {
  display:none;
  margin-top: auto;
  padding-top: 20px;
}

.sort .sort-size {
    margin-bottom: 0px;
}

.sort.is-active{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sort__text {
  font-size: 15px;
  color: #111;
}

@media (max-width: 992px) {    
    .sort__text {
        font-size: 12px;
    }
}


@media (max-width: 576px) {
    .sort .sort-size {
        margin-bottom: 15px;
    }
}

.sort__select {
  width: 52px;
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 992px) {
  .sort__select {
    margin-left: 13px;
    margin-right: 13px;
  }
}

.sort .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  font-weight: 600;
  padding-left: 12px;
  padding-right: 15px;
  line-height: 42px;
}

.sort span.select2-selection.select2-selection--single {
  height: 42px;
  border-color: #DADADA;
}

.sort .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}

@media (max-width: 992px) {
  .sort .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 9px;
  }
}

.sort .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  margin-top: 2px;
}

.sort .select2-dropdown {
  border-color: #DADADA;
}

.sort .select2-container--open .select2-dropdown--above {
  border-top-color: #DADADA;
}

.sort .select2-container--default .select2-results__option {
  font-size: 13px;
  font-weight: 600;
  min-height: 35px;
  height: auto;
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 992px) {
  .sort .select2-container--default .select2-results__option {
    font-size: 12px;
    min-height: 30px;
    height: auto;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background-color: #DADEE3;
  border-radius: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  user-select: none;
}

@media (max-width: 992px) {
  .pagination__control {
    width: 42px;
    height: 42px;
  }
}

.pagination__control:hover {
  background-color: #cbd1d8;
}

.pagination__control--prev {
  margin-right: 5px;
}

.pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pagination-list__item {
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pagination-list__item.current .pagination-list__link,
.pagination-list__item:hover .pagination-list__link {
  background-color: #005398;
  color: #fff;
}

.pagination-list__item:last-child {
  margin-right: 0;
}

.pagination-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  font-weight: 600;
  color: #005398;
  border: 1px solid #005398;
  border-radius: 6px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}

@media (max-width: 992px) {
  .pagination-list__link {
    width: 42px;
    height: 42px;
  }
}

.custom-scroll {
  overflow-y: auto;
}

.info-layout__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-layout__title {
  margin-left: -8.5px;
  margin-right: -8.5px;
}

@media (max-width: 992px) {
  .info-layout__title {
    position: relative;
    left: 0;
    right: 0;
    z-index: 999;
  }
}

@media (max-width: 500px) {
  .info-layout__title {
    margin-left: 0;
    margin-right: 0;
  }
}

.info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.info-content .cabinet-content__inner {
  margin-bottom: 0;
}

.info-content-panel {
  padding-top: 15px;
  padding-bottom: 30px;
}

@media (max-width: 992px) {
  .info-content-panel {
    overflow-y: visible;
    right: 0;
    padding-top: 23px;
    z-index: 99991;
  }
}

@media (max-width: 992px) {
  .info-content-panel .user__bottom {
    padding-left: 52px;
    padding-right: 52px;
    height: calc(100% - 60px);
  }
}

@media (max-width: 992px) {
  .info-content-panel .user-menu {
    overflow-y: auto;
    max-height: 395px;
    height: 100%;
  }
}

.info-content-panel .user-menu__link span {
  margin-right: 10px;
}

.info-content-panel__btn {
  display: none;
  position: absolute;
  right: 0;
  top: 35%;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  background-color: rgba(0, 170, 138, 0.8);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 1000;
}

.info-content-panel__btn-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.info-content-panel__btn-icon--1 {
  left: 15px;
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}

.info-content-panel__btn-icon--2 {
  right: 15px;
}

@media (max-width: 992px) {
  .info-content-panel__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.info-content__right {
  padding-top: 30px;
}

.info-content__breadcrumbs {
  padding-top: 0;
  margin-bottom: 20px;
}

.info-content__title {
  font-weight: 600;
  margin-bottom: 30px;
}

.info-content__img {
  margin-bottom: 20px;
  padding-right: 20px;
}

@media (max-width: 992px) {
  .info-content__title {
    margin-bottom: 20px;
  }
}

.info-content__filter-btns {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .info-content__filter-btns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.info-content__output {
  padding-bottom: 60px;
}

@media (max-width: 576px) {
  .info-content__output {
    overflow-x: hidden;
  }
}

.info-content__output p {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 15px;
}

.info-content__output p:last-child {
  margin-bottom: 0;
}

.info-content__output img{
  margin: 30px 0;
}

@media (max-width: 992px) {
  .info-content__btn {
    height: 34px;
    font-size: 12px;
    padding-left: 13px;
    padding-right: 13px;
  }
}

.lk-clinics [class^="col-"] {
  margin-bottom: 20px;
}

.lk-clinic {
  padding: 30px;
}

.lk-clinic-top__middle {
  position: relative;
}

@media (max-width: 992px) {
  .lk-clinic-top__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.lk-clinic__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 280px;
}

@media (max-width: 992px) {
  .lk-clinic__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 0;
  }
}

.block-clinic {
    overflow: unset;
}

.lk-clinic-list {
  margin-right: 95px;
}

@media (max-width: 992px) {
  .lk-clinic-list {
    margin-right: 0;
    margin-bottom: 3px;
    width: 100%;
  }
}

.lk-clinic-list:last-child {
  margin-right: 0;
}

@media (max-width: 992px) {
  .lk-clinic-list:last-child {
    margin-bottom: 0;
  }
}

.lk-clinic-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #6B7786;
  margin-bottom: 3px;
  position: relative;
  padding-left: 19px;
}

.lk-clinic-list__item:hover {
  color: #6B7786;
}

.lk-clinic-list__item::before {
  content: '';
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lk-clinic-list__item:last-child {
  margin-bottom: 0;
}

.lk-clinic-list__item--address {
  min-height: 19px;
}

.lk-clinic-list__item--address::before {
  width: 13px;
  top: 10px;
  height: 13px;
  background-image: url("../img/icons/lk-result-marker.svg");
}

.lk-clinic-list__item--subway-station::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #F21818;
  left: 2px;
}

.lk-clinic-list__item--phone:first-child::before {
  width: 10px;
  top: 10px;
  height: 10px;
  background-image: url("../img/icons/phone-blue.svg");
}

.lk-clinic-list__item--email::before {
  width: 14px;
  top: 10px;
  height: 10px;
  background-image: url("../img/icons/email-blue.svg");
}

.lk-clinic-list__item--web::before {
  width: 14px;
  height: 14px;
  background-image: url("../img/icons/web-blue.svg");
  left: 0.5px;
}

.lk-clinic-list__item--web .lk-clinic-list__link {
  color: #005398;
  text-decoration: underline;
}

.lk-clinic__toggler {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -13.5px;
}

@media (max-width: 992px) {
  .lk-clinic__toggler {
    position: static;
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.lk-clinic__title {
  margin-bottom: 30px;
  max-width: 80%;
}

@media (max-width: 992px) {
  .lk-clinic__title {
    margin-bottom: 20px;
  }
}

.lk-clinic-drop {
  padding-top: 40px;
}

@media (max-width: 992px) {
  .lk-clinic-drop {
    padding-top: 20px;
  }
}

.lk-clinic__select-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .lk-clinic__select-panel {
    margin-bottom: 15px;
  }
}

.lk-clinic__select-panel>span {
  font-size: 15px;
  color: #000000;
  margin-right: 15px;
}

@media (max-width: 992px) {
  .lk-clinic__select-panel>span {
    display: none;
  }
}

.lk-clinic-doctor {
  margin-bottom: 5px;
}

.lk-clinic-doctor:last-child .timetable-drop {
  padding-bottom: 10px;
}

.lk-clinic-doctor .timetable-drop{
  border-top: none;
}

.lk-clinic-doctor .timetable__not-found {
    margin-left: 19px;
    margin-right: 19px;
}

.lk-clinic-doctor__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #F1F3F6;
  border-radius: 10px;
  padding: 30px 35px;
}

@media (max-width: 992px) {
  .lk-clinic-doctor__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 15px 20px;
    border-radius: 8px;
  }
}

.lk-clinic-doctor__title {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 7px;
}

@media (max-width: 992px) {
  .lk-clinic-doctor__title {
    font-size: 13px;
    margin-bottom: 3px;
  }
}

.lk-clinic-doctor__sub-title {
  color: #6B7786;
  padding-right: 15px;
}

.lk-clinic-doctor__sub-title-uppercase {
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .lk-clinic-doctor__sub-title {
    font-size: 11px;
  }
}

@media (max-width: 992px) {
  .lk-clinic-doctor__left {
    margin-bottom: 15px;
  }
}

.lk-clinic-doctor__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .lk-clinic-doctor__right {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lk-clinic-doctor__right .button{
    width: 100%;
    margin-bottom: 10px;
  }
  .lk-clinic-doctor__right .button:last-child{
    margin-bottom: 0;
  }
}

.lk-clinic-doctor__btn {
  font-size: 14px;
  font-weight: 600; 
  width: 140px;
  height: 46px;
  border-radius: 6px;
  margin-right: 5px;
}

@media (max-width: 992px) {
  .lk-clinic-doctor__btn {
    width: calc(50% - 1.5px);
    -ms-flex-negative: 1;
    flex-shrink: 1;
    border-radius: 6px;
    margin-right: 0;
  }
}

.lk-clinic-doctor__btn:last-child {
  margin-right: 0;
}

@media (max-width: 992px) {
  .lk-clinic__map-button {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px;
  }
}

.toggler-button.is-active::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.toggler-button--1 {
  width: 140px;
  border-radius: 6px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 992px) {
  .toggler-button--1 {
    width: 100%;
  }
}

.toggler-button--1::after {
  width: 10px;
  height: 7px;
  background-image: url("../img/icons/toggler-btn-arrow-white.svg");
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.toggler-button::after {
  content: '';
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.map-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6B7786;
  font-size: 12px;
  height: 36px;
  border-radius: 6px;
  background-color: #F1F3F6;
  cursor: pointer;
  padding-left: 13px;
  padding-right: 13px;
}

.map-button::before {
  content: '';
  display: block;
  width: 9px;
  height: 11px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/icons/map-button-marker.svg");
  margin-right: 5px;
}

.news-tags {
    display: none;
  margin-bottom: 20px;
}

.news-tags__title {
  font-size: 18px;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .news-tags__title {
    font-size: 16px;
  }
}

.news-tags__item:nth-child(7n + 7) {
  margin-right: 0;
}

@media (max-width: 992px) {
  .news-tags__item:nth-child(7n + 7) {
    margin-right: 8px;
  }
}

.lk-journal-page__filters {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .lk-journal-page__filters {
    margin-bottom: 15px;
  }
}

.lk-journal-wrapper {
  margin-bottom: 20px;
  padding-left: 8.5px;
  padding-right: 8.5px;
}

.lk-journal-wrapper:last-child {
    margin-bottom: 0;
}

.lk-journal {
  padding: 24px 24px 24px 30px;
}

@media (max-width: 992px) {
  .lk-journal {
    padding: 19px !important;
  }
}

.lk-journal__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .lk-journal__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.lk-journal__title {
  color: #6B7786;
}

@media (max-width: 992px) {
  .lk-journal__title {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }
}

.lk-journal__title span {
  font-weight: 600;
  color: #111;
}

@media (max-width: 992px) {
  .lk-journal__title span {
    font-size: 18px;
    margin-bottom: 2px;
  }
}

@media (max-width: 992px) {
  .lk-journal__title-divider {
    display: none;
  }
}

.lk-journal__toggler {
  margin-left: auto;
}

@media (max-width: 992px) {
  .lk-journal__toggler {
    margin-left: 0;
  }
}

.lk-journal-drop {
  padding-top: 30px;
}

@media (max-width: 992px) {
  .lk-journal-drop {
    padding-top: 20px;
  }
}

.lk-journal__items {
  margin-bottom: 3px;
}

.lk-journal-item {
  height: 100%;
  min-height: 257px;
}

.lk-journal-item__aside {
  margin-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 992px) {
  .lk-journal-item__aside {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.lk-journal-item__title {
  position: absolute;
  left: 0;
  top: 25px;
  font-size: 18px;
  color: #111;
}

@media (max-width: 992px) {
  .lk-journal-item__title {
    font-size: 16px;
    position: static;
    margin-bottom: 10px;
  }
}

.lk-journal-item__content {
  padding-top: 85px;
  padding-bottom: 25px;
}

.lk-journal-item__reason-text {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .lk-journal-item__reason-text {
    font-size: 11px;
  }

  .lk-journal-item__content {
    padding-top: 20px;
  }
  
  .lk-journal-item-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.lk-journal-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lk-journal-item__list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 11px;
  font-weight: 600;
  color: #000;
  padding: 10px 16px;
  background-color: #F1F3F6;
  border-radius: 6px;
  margin-bottom: 6px;
}

@media (max-width: 992px) {
  .lk-journal-item__list li {
    font-size: 10px;
    padding: 11px;
  }
}

.lk-journal-item__list li:last-child {
  margin-bottom: 0;
}

.lk-messages__filters {
  margin-bottom: 20px;
}

.lk-messages__range-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .lk-messages__range-title {
    font-size: 14px;
    margin-bottom: 25px;
  }
}

.lk-message-wrapper {
  padding-left: 8.5px;
  padding-right: 8.5px;
  margin-bottom: 20px;
}

.lk-message-wrapper:last-child{
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .lk-message-wrapper {
    margin-bottom: 15px;
  }
}

.lk-message {
  position: relative;
  padding: 30px 24px 33px 30px;
}

@media (max-width: 992px) {
  .lk-message {
    padding: 20px 20px 25px;
  }
}

.lk-message-top__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 205px;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .lk-message-top__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .lk-message-list-1 {
    margin-bottom: 30px;
  }
}

.lk-message-list-1__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 7px;
}

@media (max-width: 992px) {
  .lk-message-list-1__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.lk-message-list-1__item:last-child {
  margin-bottom: 0;
}

.lk-message-list-1__key {
  min-width: 240px;
  margin-right: 113px;
}

@media (max-width: 992px) {
  .lk-message-list-1__key {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.lk-message-list-1__val {
  color: #111;
}

@media (max-width: 992px) {
  .lk-message-list-1__val {
    font-size: 14px;
  }
}

.lk-message__toggler {
  position: absolute;
  right: 24px;
  top: 30px;
}

@media (max-width: 992px) {
  .lk-message__toggler {
    position: static;
  }
}

.lk-message-list-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .lk-message-list-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.lk-message-list-2__item {
  font-size: 14px;
  margin-right: 40px;
}

@media (max-width: 992px) {
  .lk-message-list-2__item {
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.lk-message-list-2__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.lk-message-list-2__val {
  color: #111;
}

.lk-message__drop {
  padding-top: 30px;
}

.lk-message-chat__container {
  background-color: #F1F3F6;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  margin-bottom: 30px;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between
}

.lk-message-chat {
    flex: 0 0 65%;
    padding-right: 30px;
    width: 65%;
    -ms-flex: 0 0 65%;
    -webkit-flex: 0 0 65%;
}

.lk-notification-chat a {
    color: rgb(0, 83, 152);    
}

.lk-notification-chat a:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    .lk-message-chat__container {
        flex-direction: column;
        padding: 15px;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }

    .lk-message-chat {
        flex: 0 0 100%;
        padding-bottom: 20px;
        padding-right: 0;
        width: 100%;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
    }
}

.lk-message-chat__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .lk-message-chat__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.lk-message-chat__item:last-child {
  margin-bottom: 0;
}

.lk-message-chat__type {
  flex-shrink: 0;
  margin-right: 60px;
  -ms-flex-negative: 0;
  width: 131px;
}

@media (max-width: 992px) {
  .lk-message-chat__type {
    font-size: 14px;
    min-width: auto;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}

.lk-message-chat__val {
  color: #111;
  line-height: 1.62;
}

@media (max-width: 992px) {
  .lk-message-chat__val {
    font-size: 12px;
    line-height: 1.5;
  }
}

.lk-message-chat p {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .lk-message-chat p {
    margin-bottom: 5px;
  }
}

.lk-message-chat p:last-child {
  margin-bottom: 0;
}

.lk-message__send-appeal {
  padding-top: 26px;
  padding-bottom: 26px;
}

@media (max-width: 992px) {
  .lk-message__send-appeal {
    padding: 15px 20px 20px;
  }
}

.lk-message__send-appeal .send-appeal__text {
  margin-right: 66px;
}

.lk-message__send-appeal .send-appeal__button {
  padding-left: 29px;
  padding-right: 29px;
  width: auto;
}

@media (max-width: 992px) {
    .lk-message__send-appeal .send-appeal__button {
        width: 100%;
    }
    
    .lk-message__send-appeal .send-appeal__text {
        margin-right: 0;
    }
}


.lk-message-answer__other {
    border-left: 1px solid #DADADA;
    flex: 0 0 35%;
    padding: 0 0 0 30px;
    width: 35%;
    -ms-flex: 0 0 35%;
    -webkit-flex: 0 0 35%;
}

.lk-message-answer__other-item {
    margin-bottom: 30px;
}

.lk-message-answer__other-item:last-child {
    margin-bottom: 0;
}

.lk-message-answer__attachment {
    margin-top: 10px;
}

.lk-message-answer__attachment-item {
    color: #005398;
    margin-bottom: 5px;
}

.lk-message-answer__attachment-item:last-child {
    margin-bottom: 0;
}

.lk-message-answer__attachment-title {
    color: #00aa8a;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}

.lk-message-answer__doctor {
    background-color: #fff;
    border-radius: 6px;
    padding: 30px;
}

.lk-message-answer__doctor-title {
    color: #005398;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.lk-message-answer__doctor-info-item {
    margin-bottom: 15px;
}

.lk-message-answer__doctor-info-item:last-child {
    margin-bottom: 0;
}

.lk-message-answer__doctor-info-type {
    color: #A9A9A9;
    font-size: 16px;
    margin-bottom: 5px;
}

.lk-message-answer__doctor-info-val {
    color: #111111;
}

.lk-message-answer__doctor-info-val_break-word {
  word-break: break-word;
}

@media (max-width: 992px) {
    .lk-message-answer__other {
        border-left: none;
        border-top: 1px solid #DADADA;
        flex: 0 0 100%;
        padding: 20px 0 0 0;
        width: 100%;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
    }

    .lk-message-answer__other-item {
        margin-bottom: 20px;
    }

    .lk-message-answer__attachment-title {
        font-size: 14px;
    }

    .lk-message-answer__doctor {
        padding: 20px;
    }

    .lk-message-answer__doctor-title {
        font-size: 16px;
    }

    .lk-message-answer__doctor-info-type {
        font-size: 14px;
    }

    .lk-message-answer__doctor-info-val {
        font-size: 12px;
    }

    .print-button {
        display: none;
    }
}

.print-button--1 {
  height: 41px;
  padding-left: 14px;
  padding-right: 14px;
  color: #fff !important;
  text-decoration: none !important;
}

.print-button--1 .print-button__icon {
  margin-right: 7px;
}

.print-button--2 {
  width: 35px;
  height: 35px;
}

.print-button--3 {
  height: 46px;
}

.print-button--3 .print-button__icon {
  margin-right: 9px;
}

.agreement-modal {
  max-width: 1311px;
}

.agreement-modal__top {
  margin-bottom: 48px;
}

@media (max-width: 992px) {
  .agreement-modal__top {
    margin-bottom: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.agreement-modal__close {
  margin-top: 5px;
}

.agreement-modal__partial {
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .agreement-modal__partial {
    margin-bottom: 35px;
  }
}

.agreement-modal-block {
  border: 1px solid #DADADA;
  border-radius: 10px;
  padding: 22px 20px 26px 25px;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .agreement-modal-block {
    padding: 15px 0px 15px 10px;
  }
}

.agreement-modal-block__inner {
  max-height: 226px;
}

/*FIXME*/
.chat_agreement-modal-block__inner {
  height: 426px !important;
  max-height: 426px !important;
}

@media (max-width: 992px) {
  .agreement-modal-block__inner {
    max-height: 476px;
  }
}

.agreement-modal-block__title {
  text-align: center; 
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .agreement-modal-block__title {
    font-size: 16px;
  }
}

.agreement-modal-block__content {
  color: #000;
  line-height: 1.625;
}

.chat_agreement-modal-block__content p {
  margin-bottom: 10px;
  text-align: justify;
  text-indent: 30px;
}

.chat_agreement-modal-block__content p:last-child {
  margin-bottom: 0;
}

.agreement-modal-block__content_polis p {
  text-align: left !important;
}

.agreement-modal-block__content_polis ul li {
  text-align: left !important;
}

@media (max-width: 992px) {
  .agreement-modal-block__content {
    font-size: 14px;
  }
}

.agreement-modal-block__content p {
  margin-bottom: 10px;
  text-align: justify;
  text-indent: 20px;
}

.agreement-modal-block__content_attachment p {
  text-align: left;
}

.agreement-modal-block__content_attachment p {
  text-align: left;
}

.agreement-modal-block__content p:last-child {
  margin-bottom: 0;
}

.agreement-modal__agreement {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.agreement-modal__agreement:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
  .agreement-modal__agreement--last {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 992px) {
  .agreement-modal__agreement--last .agreement__checkbox {
    margin-top: 4px !important;
  }
}

.agreement-modal__agreement .agreement__checkbox {
  width: 23px;
  height: 23px;
  margin-top: 0;
  margin-right: 12px;
}

.agreement-modal__agreement .agreement__checkbox img {
  width: 14px;
  height: 14px;
}

.agreement-modal__agreement .agreement__text {
  font-size: 16px;
  max-width: 100%;
}

@media (max-width: 992px) {
  .agreement-modal__agreement .agreement__text {
    font-size: 13px;
  }
}

.agreement-modal__dropdown {
  pointer-events: none;
  margin-bottom: 20px;
}

.agreement-modal__dropdown .dropdown__toggler {
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .agreement-modal__dropdown .dropdown__toggler {
    font-size: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.agreement-modal__dropdown .dropdown__toggler::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .agreement-modal__dropdown .dropdown__toggler::before {
    margin-top: 3px;
  }
}

.agreement-modal__dropdown .dropdown__toggler::after {
  display: none;
}

.agreement-modal__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .agreement-modal__button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.agreement-modal__button {
  min-width: 108px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin: 0 8px;
}

@media (max-width: 992px) {
  .agreement-modal__button {
    width: 100%;
  }
}

.agreement-modal__message {
  max-width: 767px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  margin-right: 25px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}

.agreement-modal__message.is-active{
  opacity: 1;
}

@media (max-width: 992px) {
  .agreement-modal__message {
    -webkit-transform: none;
    transform: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.agreement-modal__message::after {
  bottom: 22px;
}

.message {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.message.is-hidden {
  opacity: 0;
}

.message--error {
  padding: 12px 22px 14px 27px;
  color: #EB5757;
  line-height: 1.5;
  background-color: #FDEEEE;
  border-radius: 10px;
}

.message--cancel {
    display: none;
}

@media (max-width: 992px) {
  .message--error {
    font-size: 12px;
    padding: 20px 22px 21px 20px;
  }
}

.message--error::after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 8px;
  border-color: transparent transparent transparent #FDEEEE;
}

@media (max-width: 992px) {
  .message--error::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5.5px 0 5.5px;
    border-color: #FDEEEE transparent transparent transparent;
  }
}

@media (max-width: 992px) {
  .logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
    margin-right: 40px;
  }
}

@media (max-width: 992px) {
  .logo img {
    width: 116px;
    height: 30px;
  }
}

.cabinet-wrapper .header__inner {
  max-width: 100%;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 10000;
  background-color: #ffffff;
  /* border-bottom: 2px solid #F1F3F6; */
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (max-width: 992px) {
  .header {
    background-color: #F1F3F6;
    border-bottom: none;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .header__inner{
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header__logo {
  margin-right: 51px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__logo:focus {
  outline: 0;
}

@media (max-width: 992px) {
  .header__logo {
    margin-left: auto;
    margin-right: auto;
  }

}

@media (max-width: 767px) {
  .header__logo svg{
    max-width: 140px;
  }
}

@media (max-width: 992px) {
  .header-nav {
    display: none;
  }
}

.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav__item {
  color: #6B7786;
  text-transform: uppercase;
  margin-right: 30px;
}

.header-nav__item:hover {
  color: #6B7786;
  text-decoration: underline;
}

.header-nav__item:last-child {
  margin-right: 0;
}

.header-nav__link:focus {
  outline: 0;
}

.header-togglers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 60px;
  margin-left: auto;
}

@media (max-width: 992px) {
  .header-togglers {
    margin-left: 0;
    margin-right: 20px;
    display: none;
  }
}

.header-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
  opacity: 1;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity; 
}

.header-toggler.is-hidden {
    opacity: 0;
}

.header-toggler:last-child {
  margin-right: 0;
}

.header-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.header-control {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 22px;
}

@media (max-width: 992px) {
  .header-control {
    padding-top: 0;
  }
}

.header-control:last-child {
  margin-right: 0;
}

.header-control__icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 28px;
  cursor: pointer;
}

.header-control__icon-wrapper svg path{
  -webkit-transition: 0.3s fill;
  transition: 0.3s fill; 
}

.header-control__icon-wrapper:hover svg path{
  fill: #00aa88;
}

@media (max-width: 992px) {
  .header-control__icon-wrapper {
    position: static;
    height: auto;
  }
}

.header-control__text {
  font-size: 12px;
  font-weight: 600;
  color: #6B7786;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.2;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

.header-user--active .header-control__text {
    color: #00aa8a;
}

@media(max-width: 992px) {
  .header-control__text{
    margin-top: 2px;
  }

  .header-user__notification_mobile {
    position: absolute;
    z-index: 1;
    left: 50px;
    cursor: pointer;
    display: none;
    text-align: center;
    padding-top: 2px;
  }

  .header-user__notification {
    display: none !important;
  }
}

.header-user__notification {
  position: absolute;
  z-index: 1;
  left: calc(100% / 2 + 7px);
  top: -7px;
  cursor: pointer;
  display: none;
}

.header-user__link img {
  width: 27px;
  height: 27px;
  object-fit: cover;
  border-radius: 50%;
}

.header-user--active .header-user__link img {
    border: 1px solid #00aa8a;
}

.header-burger .burger {
  cursor: pointer;
}

.header-user__select-role {
  position: absolute;
  width: 344px;
  left: -255px;
  border: 1px solid #005398;
  border-radius: 6px;
  padding: 5px 12px;
  top: 85px;
  font-size: 12px;
  display: none;
  background-color: #fff;
}

.header-user__select-role_link {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #D5D5D5;
  text-transform: uppercase;
  color: #6B7786;
}

.header-user__select-role_link:hover {
  color: #005398;
}

.header-user__select-role_link.active {
  color: #005398;
}

.header-user__select-role_link:last-child {
  border-bottom: 0;
}

.header-user__select-role_arrow {
  display: block;
  position: absolute;
  background-image: url('../img/trenacle_stuff.png');
  width: 14px;
  height: 11px;
  content: '';
  top: -11px;
  right: 39px;
}

@media (max-width: 992px) {
  .header-burger svg {
    width: 31px;
    height: 19px;
  }
}

@media (max-width: 992px) {
  .header-burger svg path {
    stroke: #AAB1BC;
  }
}

@media (max-width: 992px) {
  .header-blind-toggler {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-search-toggler svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 992px) {
  .header-search-toggler svg path {
    fill: #AAB1BC;
  }
}

@media (max-width: 992px) {

  .header-enter,
  .header-exit,
  .header-user {
    display: none;
  }
}

.header-enter-mobile {
  display: none;
}

@media (max-width: 992px) {
  .header-enter-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
}

.header-menu-toggler-mobile {
  display: none;
}

@media (max-width: 992px) {
  .header-menu-toggler-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
}

@media (max-width: 992px) {
  .header-menu-toggler-mobile img {
    width: 37px;
    height: 37px;
    object-fit: cover;
    border-radius: 50%;
  }

  .header-menu-toggler-mobile.is-active img {
     border: 1px solid #00aa8a;
  }

  .header-menu-toggler-mobile.is-active .header-control__text {
     color: #00aa8a;
  }
}

.lk-visits-filters {
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .lk-visits-filters {
    margin-bottom: 10px;
  }
}

.lk-visits-filters__partial {
  margin-bottom: 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (max-width: 992px) {
  .lk-visits-filters__partial {
    margin-bottom: 0;
  }
}

.lk-visits-filters__partial.is-shown {
  opacity: 1;
  pointer-events: all;
}

.lk-visits-filters__partial.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.lk-visits-filters__partial:last-child {
  margin-bottom: 0;
}

.lk-visits-filter__counter {
  margin-left: 10px;
}

.lk-visits__show-all {
  margin-top: 20px;
}

.lk-results-lack-access {
  color: #EB5757;
  line-height: 1.5;
  background-color: #FDEEEE;
  border-radius: 10px;
  padding: 18px 27px 34px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .lk-results-lack-access {
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 24px;
  }
}

.lk-results-lack-access p {
  margin-bottom: 10px;
}

.lk-results-lack-access__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 30px;
}

@media (max-width: 992px) {
  .lk-results-lack-access__button-wrapper {
    margin-top: 25px;
  }
}

.lk-results-lack-access__button {
  padding-left: 19px;
  padding-right: 19px;
}

.lk-results-lack-access__button:hover{
  color: #fff;
}

@media (max-width: 992px) {
  .lk-results-lack-access__button {
    width: 100%;
  }
}

.events {
  margin-bottom: 60px;
}

.events__container {
  padding-left: 15px;
  padding-right: 15px;
}

.events__row {
  margin-left: -15px;
  margin-right: -15px;
}

.events__item-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .events__item-wrapper {
    margin-bottom: 15px;
  }
}

.event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.event:hover .event-body::after{
  opacity: 1;
}

.event:focus {
  outline: 0;
}

.event-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 128px;
  padding-left: 25px;
  padding-right: 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  background-color: #fff;
}

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

.event-top__divider {
  width: 1px;
  height: 87px;
  background: #D6D6D6;
  margin-left: 23px;
  margin-right: 23px;
}

@media (max-width: 992px) {
  .event-top__divider {
    margin-left: 23px;
    margin-right: 23px;
  }
}

.event__date {
  font-size: 38px;
  color: #005398;
}

@media (max-width: 992px) {
  .event__date {
    font-size: 30px;
  }
}

.event__mounth {
  font-size: 14px;
  color: #005398;
}

@media (max-width: 992px) {
  .event__mounth {
    font-size: 12px;
  }
}

.event__day {
  font-size: 14px;
  color: #788FA9;
}

@media (max-width: 992px) {
  .event__day {
    font-size: 12px;
  }
}

.event__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #002D40;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 170px;
  line-height: 1.2;
}

@media (max-width: 992px) {
  .event__place {
    font-size: 14px;
  }
}

.event__place::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-image: url("../img/icons/event-place.svg");
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.event-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-size: cover;
  background-position: center center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 26px;
  color: #fff;
}

.event-body::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(12, 86, 126, 0.5)), to(rgba(12, 86, 126, 0.5)));
  background: linear-gradient(0deg, rgba(12, 86, 126, 0.5), rgba(12, 86, 126, 0.5));
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.event-body::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(0,0,0,0.3);
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity; 
  opacity: 0; 
}

.event__title {
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: auto;
}

@media (max-width: 992px) {
  .event__title {
    font-size: 18px;
  }
}

.event__sub-title {
  position: relative;
  z-index: 1;
  font-size: 12px;
  margin-bottom: 4px;
}

.event__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  height: 32px;
  position: relative;
  z-index: 1;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  padding-left: 12px;
  padding-right: 12px;
}

.event-page__title {
  padding-top: 25px;
  padding-bottom: 26px;
}

.event-page__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-page__date {
  margin-top: 0;
}

.event-page__img-block {
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .event-page__img-block {
    margin-bottom: 25px;
  }
}

.event-page__img-block::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

.event-page__img-block img {
  border-radius: 6px;
  height: 100%;
  margin: 0;
  width: 100%;
}

.event-page-countdown {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  color: #fff;
}

.event-page-countdown__title {
  margin-bottom: 6px;
}

@media (max-width: 992px) {
  .event-page-countdown__title {
    font-size: 12px;
    margin-bottom: 4px;
  }
}

.event-page-countdown__btn {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 170px;
  height: 46px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
}

@media (max-width: 992px) {
  .event-page-countdown__btn {
    font-size: 14px;
    width: 130px;
    height: 32px;
  }
}

.service-info {
    width: 100%;
}

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

.page-services {
  margin-bottom: 70px;
}

.page-services__top {
  background-color: #F1F3F6;
  padding-top: 43px;
  padding-bottom: 74px;
  border-bottom: 3px solid #00AA8A;
  margin-bottom: 44px;
}

@media (max-width: 992px) {
  .page-services__top {
    padding-top: 23px;
    padding-bottom: 39px;
    background-color: #E6EAEF;
    margin-bottom: 30px;
  }
}

.page-services__title {
  margin-bottom: 40px;
}

.page-services__title_desktop {
  display: block;
}

.page-services__title_mobile {
  display: none;
}

.filter-btn__text_desktop {
  display: block;
}

.filter-btn__text_mobile {
  display: none;
}

@media (max-width: 992px) {
  .page-services__title {
    margin-bottom: 30px;
  }
  
  .page-services__title_desktop {
    display: none;
  }

  .page-services__title_mobile {
    display: block;
  }

  .filter-btn__text_desktop {
    display: none;
  }

  .filter-btn__text_mobile {
    display: block;
  }
}

.page-services__items-wrapper{
  padding-left: 15px;
  padding-right: 15px;
}

.page-services__items-wrapper-row{
  margin-left: -15px;
  margin-right: -15px;
}

.page-services__items-wrapper-col{
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 992px) {
  .page-services__items-wrapper-col{
    margin-bottom: 15px;
  }
}

.page-services__item {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .page-services__item {
    margin-bottom: 15px;
  }
}

.page-services__item:last-child {
  margin-bottom: 0;
}

.page-service {
  background-color: #F1F3F6;
  border-radius: 10px;
  padding: 25px 40px 45px 30px;
}

.page-service__top {
  font-size: 18px;
  color: #002D40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.page-service__icon {
  margin-right: 20px;
}

.page-service-list__item {
  position: relative; 
  color: #005398;
  margin-bottom: 8px;
}

.page-service-list__item:last-child {
  margin-bottom: 0;
}

.page-service-list__link {
  display: inline;
}

.page-service-list__link_disabled {
  pointer-events: none;
  color: #6B7786 !important;
}

.page-service-list__link:hover .page-service-list__text {
  text-decoration: underline;
}

.index-services-list__item--lock .page-service-list__link:hover .page-service-list__text {
  text-decoration: none;
}

.page-service-list__text_desktop {
  display: block;
}

.page-service-list__text_mobile {
  display: none;
}

@media (max-width: 992px) {
  .page-service-list__text_desktop {
    display: none;
  }

  .page-service-list__text_mobile {
    display: block;
  }
}

.page-service-list__circle-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
}

.page-service-list__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  width: 17px;
  min-width: 17px;
  height: 17px;
  border: 1px solid #005398;
  border-radius: 50%;
}

.medical-organizations__top {
  background-color: #F1F3F6;
  padding-top: 43px;
  padding-bottom: 70px;
  border-bottom: 3px solid #00AA8A;
  margin-bottom: 26px;
}

@media (max-width: 992px) {
  .medical-organizations__top {
    background: #E6EAEF;
    padding-top: 25px;
    padding-bottom: 43px;
    margin-bottom: 20px;
  }
}

.medical-organizations__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #6B7786;
}

@media (max-width: 992px) {
  .medical-organizations__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.medical-organizations__selects{
  padding-left: 15px;
  padding-right: 15px;  
}

.medical-organizations__selects-row{
  margin-left: -15px;
  margin-right: -15px;
}

.medical-organizations__selects-col{
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 992px) {
  .medical-organizations__selects-col{
    margin-bottom: 15px;
  }
  .medical-organizations__selects-col:last-child{
    margin-bottom: 0;
  }
  .medical-organizations__select-wrapper{
    margin-bottom: 15px;
  }
  .medical-organizations__select-wrapper:last-child{
    margin-bottom: 0;
  }
}

.medical-organizations__select-wrapper span.select2-selection.select2-selection--single {
  border-color: transparent;
}

.medical-organizations__select-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 14px;
}

.medical-organizations__select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
}

.medical-organizations__select-wrapper .select2-dropdown {
  border-color: transparent;
}

.medical-organizations__search {
  font-size: 14px;
  color: #9E9E9E;
  border-color: transparent;
}

.medical-organizations__search::-webkit-input-placeholder {
  color: #9E9E9E;
}

.medical-organizations__search:-ms-input-placeholder {
  color: #9E9E9E;
}

.medical-organizations__search::-ms-input-placeholder {
  color: #9E9E9E;
}

.medical-organizations__search::placeholder {
  color: #9E9E9E;
}

.medical-organizations__counter-title {
  line-height: 25px;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .medical-organizations__counter-title {
    margin-bottom: 15px;
  }
}

.medical-organizations__send-appeal {
  margin-top: 120px;
}

.page-counter-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.medical-organization {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .medical-organization .lk-clinic__toggler {
    width: 100%;
  }
}

.lk-care-page__filters--first {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .lk-care-page__filters--first {
    margin-bottom: 10px;
  }
}

.lk-care-page__filters--last {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .lk-care-page__filters--last {
    margin-bottom: 20px;
  }
}

.lk-care-page__show-all {
  margin-top: 30px;
}

.care {
  margin-bottom: 20px;
  padding: 24px 24px 24px 30px;
  display: none;
  -webkit-animation: fadeIn 0.3s ease-in;
  animation: fadeIn 0.3s ease-in;
}

@media (max-width: 992px) {
  .care {
    margin-bottom: 15px;
  }
}

.care.is-shown {
  display: block;
}

.care:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .care--specialists .care-smallDrop__item {
    margin-bottom: 5px;
  }
}

@media (max-width: 992px) {
  .care--specialists .care-smallDrop__key {
    margin-bottom: 0;
  }
}

.care__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .care__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media (max-width: 992px) {
  .care__title {
    margin-bottom: 15px;
  }
}

.care-drop {
  padding-top: 30px;
}

.care-drop-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .care-drop-top {
    margin-bottom: 15px;
  }
}

.care-drop-top__text {
  color: #000000;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
}

@media (max-width: 992px) {
  .care-drop-top__text {
    display: none;
  }
}

.care-drop-top .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 35px;
}

.care-drop__items {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .care-drop__items {
    margin-bottom: 15px;
  }
}

.care-drop-item {
  display: none;
  position: relative;
  background-color: #F1F3F6;
  border-radius: 10px;
  padding: 25px 28px 30px;
  margin-bottom: 20px;
}

.care-drop-item.is-active{
  display: block;
}

@media (max-width: 992px) {
  .care-drop-item {
    padding: 20px;
    margin-bottom: 15px;
  }
}

.care-drop-item:last-child {
  margin-bottom: 0;
}

.care-drop-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .care-drop-item__top {
    margin-bottom: 15px;
  }
}

.care-drop__title {
  font-size: 24px;
  color: #111;
}

@media (max-width: 992px) {
  .care-drop__title {
    font-size: 18px;
  }
}

.care-drop__button {
  position: absolute;
  top: 20px;
  right: 28px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 992px) {
  .care-drop__button {
    font-size: 12px;
    position: static;
    height: 46px;
    text-align: center;
  }
}

.care-drop-list {
  margin-bottom: 30px;
}

.care-drop-list__item {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4.3px;
}

@media (max-width: 992px) {
  .care-drop-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}

.care-drop-list__item:last-child {
  margin-bottom: 0;
}

.care-drop-list__key {
  min-width: 285px;
  margin-right: 184px;
}

@media (max-width: 992px) {
  .care-drop-list__key {
    font-size: 13px;
    min-width: auto;
    margin-right: 0;
    margin-bottom: 3px;
  }
}

.care-drop-list__val {
  color: #111111;
}

@media (max-width: 992px) {
  .care-drop-list__val {
    font-size: 12px;
  }
}

.care__smallDrops {
  margin-bottom: 30px;
}

.care-smallDrop {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .care-smallDrop {
    margin-bottom: 25px;
  }
}

.care-smallDrop:last-child {
  margin-bottom: 0;
}

.care-smallDrop__toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #111;
  cursor: pointer;
}

@media (max-width: 992px) {
  .care-smallDrop__toggler {
    font-size: 13px;
  }
}

.care-smallDrop__toggler.is-active::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.care-smallDrop__toggler::after {
  content: '';
  display: block;
  width: 8px;
  height: 6px;
  background-size: cover;
  background-image: url("../img/icons/care-smallDrop-icon.svg");
  margin-left: 10px;
  margin-top: 3px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.care-smallDrop__list {
  padding-top: 10px;
}

.care-smallDrop__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

@media (max-width: 992px) {
  .care-smallDrop__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}

.care-smallDrop__item:last-child {
  margin-bottom: 0;
}

.care-smallDrop__key {
  min-width: 285px;
  margin-right: 184px;
  color: #000;
}

@media (max-width: 992px) {
  .care-smallDrop__key {
    font-size: 13px;
    min-width: auto;
    margin-right: 0;
    margin-bottom: 3px;
  }
}

@media (max-width: 992px) {
  .care-smallDrop__val {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .care-docs {
    margin-bottom: 15px;
  }
}

.document-buttons__title {
  font-size: 14px;
  margin-bottom: 10px;
  color: #111111;
}

@media (max-width: 992px) {
  .document-buttons__title {
    font-size: 13px;
    margin-bottom: 12px;
  }
}

.document-buttons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.document-buttons__item {
  margin-right: 8px;
  margin-bottom: 8px;
}

@media (max-width: 992px) {
    .document-buttons__item {
        width: 100%;
    }

  .document-buttons__item:last-child {
    margin-bottom: 0;
  }
}

.lk-visit-wrapper--upcoming .lk-visit-top {
  border-color: #00AA8A;
}

.lk-visit-wrapper--upcoming .lk-visit__aside {
  background-color: #00AA8A;
}

.lk-visit-wrapper--upcoming .lk-visit-top__right {
  color: #00AA8A;
}

.lk-visit-wrapper--canceled .block-2{
  border-color: #6B7786;
}

.lk-visit-wrapper--canceled .lk-visit-top {
  border-color: #6B7786;
}

.lk-visit-wrapper--canceled .lk-visit__aside {
  background-color: #6B7786;
}

.lk-visit-wrapper--canceled .lk-visit-top__right {
  color: #6B7786;
}

.lk-visit {
  height: 100%;
  min-height: 274px;
}

.lk-visit__aside {
  padding-top: 39px;
  padding-bottom: 39px;
  margin-right: 21px;
}

@media (max-width: 992px) {
  .lk-visit__aside {
    margin-right: 0;
    padding: 14px 40px;
  }
}

.lk-visit__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}

.lk-visit__title {
  font-weight: 600;
  margin-bottom: 5px;
}

@media (max-width: 992px) {
  .lk-visit__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.lk-visit-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .lk-visit-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.lk-visit-top__left {
  color: #6B7786;
}

@media (max-width: 992px) {
  .lk-visit-top__left {
    font-size: 11px;
    margin-bottom: 2px;
  }
}

.lk-visit-top__right {
  font-weight: 600;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .lk-visit-top__right {
    font-size: 10px;
  }
}

.lk-visit-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .lk-visit-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
  }
}

.lk-visit-middle__left {
  font-size: 14px;
  margin-top: 15px;
}

@media (max-width: 992px) {
  .lk-visit-middle__left {
    margin-bottom: 2px;
  }
}

.lk-visit-middle__right {
  font-size: 12px;
  color: #005398;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .lk-visit-middle__right {
    font-size: 11px;
  }
}

.lk-visit-list {
  margin-bottom: 26px;
}

@media (max-width: 992px) {
  .lk-visit-list {
    margin-bottom: 20px;
  }
}

.lk-visit-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 12px;
  color: #6B7786;
  padding-left: 17px;
  margin-bottom: 6px;
}

.lk-visit-list__item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lk-visit-list__item:last-child {
  margin-bottom: 0;
}

.lk-visit-list__item--plot::before {
  width: 11px;
  height: 10px;
  top: 8px;
  background-image: url("../img/icons/sector.svg");
}

.lk-visit-list__item--address {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 170px;
}

.lk-visit-list__item--address::before {
  width: 13px;
  height: 13px;
  background-image: url("../img/icons/lk-result-marker.svg");
  top: 10px;
}

.lk-visit-list__item--phone::before {
  width: 10px;
  height: 10px;
  background-image: url("../img/icons/phone-blue.svg");
  top: 10px;
}

.lk-visit__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}

.lk-visit__control {
  margin-right: 6px;
}

.lk-visit__control:last-child {
  margin-right: 0;
}

.postpone-button--1 {
  font-size: 11px;
  height: 35px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: normal;
}

#service_referral_cancel-result-wrapper .postpone-button--1,
#list-referrals-wrapper .postpone-button--1 {
    display: none;
}

.postpone-button--1 .postpone-button__icon {
  margin-right: 6px;
}

.cancel-button--1 {
  font-size: 11px;
  height: 35px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: normal;
}

.cancel-button--1 .cancel-button__icon {
  margin-right: 6px;
}

.visit-application-wrapper--closed-applications .visit-application-list__item--last .visit-application-list__val {
  color: #6B7786;
}

.visit-application-wrapper--journal .visit-application-drop-list__key {
  min-width: 163px;
  max-width: 163px;
}

@media (max-width: 992px) {
  .visit-application-wrapper--journal .visit-application-drop-list__key {
    min-width: 40%;
    max-width: 40%;
  }
}

.visit-application {
  padding-bottom: 25px;
}

.visit-application__title {
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .visit-application__title {
    margin-bottom: 20px;
  }
}

.visit-application-list {
  margin-bottom: 20px;
  padding-bottom: 2px;
}

@media (max-width: 992px) {
  .visit-application-list {
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}

.visit-application-list__item {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4px;
}

@media (max-width: 992px) {
  .visit-application-list__item {
    font-size: 10px;
  }
}

.visit-application-list__item:last-child {
  margin-bottom: 0;
}

.visit-application-list__val {
  color: #111111;
}

.visit-application__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.visit-application__control {
  margin-right: 6px;
}

.visit-application__control:last-child {
  margin-right: 0;
}

@media (max-width: 992px) {
  .visit-application-drop-list__item {
    margin-bottom: 10px;
  }
}

.visit-application-drop-list__key {
  min-width: 172px;
  max-width: 172px;
}

@media (max-width: 992px) {
  .visit-application-drop-list__key {
    min-width: 114px;
    max-width: 114px;
  }
}

.lk-visits-calendar {
  position: relative;
}

@media (max-width: 992px) {
  .lk-visits-calendar {
    margin-bottom: 20px;
  }
}

.lk-visits-calendar .date-picker,
.lk-visits-calendar .visit-date-picker {
  display: none;
}

@media (max-width: 992px) {
  .lk-visits-calendar .date-picker,
  .lk-visits-calendar .visit-date-picker {
    display: block;
  }
}

@media (max-width: 992px) {
  .lk-visits-calendar .date-picker .table-condensed,
  .lk-visits-calendar .visit-date-picker .table-condensed {
    width: 100%;
  }
}

.lk-visits-calendar .date-picker .date-picker .datepicker th,
.lk-visits-calendar .date-picker .datepicker td,
.lk-visits-calendar .visit-date-picker .date-picker .datepicker th,
.lk-visits-calendar .visit-date-picker .datepicker td {
  height: 28px;
}

.lk-visits-calendar .visit-date-picker .datepicker .datepicker {
  display: none !important;
}

.lineCLNDR {
  margin-bottom: 30px;
}

@media (max-width: 1400px) {
  .lineCLNDR, .lk-visits-calendar {
    display: none;
  }
}

.lineCLNDR-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 11px;
  background: radial-gradient(ellipse at center, #F1F3F6 0%, #F1F3F6 30%, transparent 30%);
  background-size: 10px 10px;
  background-repeat: repeat-x;
  background-position: 0 center;
}

@media (max-width: 992px) {
  .lineCLNDR-top {
    display: none;
    background: none;
    margin-bottom: 10px;
  }
}

.lineCLNDR-top__select-wrapper {
  padding-left: 17px;
  background-color: #fff;
}

@media (max-width: 992px) {
  .lineCLNDR-top__select-wrapper {
    padding-left: 0;
  }
}

.lineCLNDR-top__select-wrapper .form-block__select-wrapper {
  width: 136px;
}

@media (max-width: 992px) {
  .lineCLNDR-top__select-wrapper .form-block__select-wrapper {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .lineCLNDR-top__select-wrapper .form-block__select-wrapper span.select2-selection.select2-selection--single {
    height: 46px;
  }
}

@media (max-width: 992px) {
  .lineCLNDR-top__select-wrapper .form-block__select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
  }
}

@media (max-width: 992px) {
  .lineCLNDR-top__select-wrapper .form-block__select-wrapper .select2-container--default .select2-results__option {
    min-height: 32px;
    height: auto;
  }
}

.lineCLNDR__current-month {
  position: absolute;
  left: 50%;
  top: 6px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 600;
  color: #111;
  text-transform: uppercase;
}

.lineCLNDR__current-month span {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #ffffff;
}

.lineCLNDR__control {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #DADEE3;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lineCLNDR__control--prev {
  margin-right: 15px;
}

.lineCLNDR__control--next {
  margin-left: 15px;
}

.lineCLNDR__days-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F1F3F6;
  border-radius: 6px;
  padding: 7px 8px;
}

.lineCLNDR__days {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lineCLNDR__day {
  width: 32px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #111;
  border-radius: 6px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lineCLNDR__day.today {
  border: 2px solid #00AA8A;
}

.lineCLNDR__day.today.is-active {
  border-color: transparent;
}

.lineCLNDR__day.empty {
  display: none;
}

.lineCLNDR__day.is-active {
  background-color: #005398;
  color: #fff;
}

.lineCLNDR__day.is-active:hover{
  background-color: #003e71;
}

.lineCLNDR__day--upcoming {
  color: #fff;
  background-color: #00AA8A;
}

.cancellation-modal {
  width: 100%;
  max-width: 591px;
  padding: 36px 40px;
}

@media (max-width: 992px) {
  .cancellation-modal {
    padding: 20px !important;
  }
}

.cancellation-modal--answer .cancellation-modal__title {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .cancellation-modal--answer .cancellation-modal__title {
    margin-bottom: 15px;
  }
}

.cancellation-modal--response .cancellation-modal__title {
  margin-bottom: 33px;
}

@media (max-width: 992px) {
  .cancellation-modal--response .cancellation-modal__title {
    margin-bottom: 15px;
  }
}

.cancellation-modal__title {
  font-size: 20px;
  line-height: 1.65;
}

@media (max-width: 992px) {
  .cancellation-modal__title {
    font-size: 18px;
    line-height: normal;
  }
}

.cancellation-modal__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .cancellation-modal__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.cancellation-modal__btn {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .cancellation-modal__btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

.cancellation-modal__btn:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.lk-index {
  margin-bottom: 40px;
  position: relative;
}

.lk-index__dropdowns {
  margin-bottom: 42px;
}

.lk-index [class^="col-"] {
  margin-bottom: 0;
}

.lk-index__partial {
  margin-bottom: 60px;
}

.lk-index__button-main-profile {
  position: absolute;
  margin-right: 0;
  right: 0;
  top: 0;
}

@media (max-width: 992px) {
  .lk-index__partial{
    margin-bottom: 50px;
  }

  .lk-index__button-main-profile {
      position: initial;
  }
}

.lk-index__partial:last-child {
  margin-bottom: 0;
}

.lk-index-important .row {
  margin-left: -15px;
  margin-right: -15px;
}

.lk-index-important [class^="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.lk-index-important .index-important-item__list {
  border: 1px solid #DADADA;
}

.index-hero {
  position: relative;
  height: 667px;
  background-size: cover;
  background-image: url('../img/index-hero.jpg');
  background-repeat: no-repeat;
  padding-top: 97px;
}

@media (max-width: 992px) {
  .index-hero {
    background-image: url('../img/index-hero-mobile.jpg');
    padding-top: 150px;
  }
}

.index-hero::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(40, 40, 40, 0.8)), color-stop(137.47%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(40, 40, 40, 0.8) 0%, rgba(0, 0, 0, 0) 137.47%);
}

.index-hero__container {
  position: relative;
  z-index: 1;
  color: #fff;
}

.index-hero__title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  max-width: 90%;
  line-height: 1.2;
}

@media (max-width: 992px) {
  .index-hero__title {
    font-size: 28px;
    max-width: 100%;
    line-height: normal;
    margin-bottom: 21px;
  }
}

@media (max-width: 767px) {
  .index-hero__title {
    font-size: 24px;
  }
}

.index-hero__desc {
  font-size: 18px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .index-hero__desc {
    font-size: 16px;
    margin-bottom: 35px;
  }
}

.index-hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-hero__buttons:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 365px) {
  .index-hero__buttons{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.index-hero__button {
  font-size: 15px;
  height: 49px;
  margin-right: 10px;
  padding-left: 28px;
  padding-right: 28px;
}

@media (max-width: 365px) {
  .index-hero__button{
    width: 100%;
    margin-right: 0;    
    margin-bottom: 15px;
  }
}

.index-hero__button:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.page-index {
  background-color: #F0F4F9;
}

.index-services {
  padding-top: 0;
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .index-services {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}

.index-services__container {
  padding-left: 15px;
  padding-right: 15px;
}

.index-services__items {
  margin-left: -15px;
  margin-right: -15px;
}

.index-services__item-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.index-services__item-wrapper:nth-child(4) .index-services-item {
  padding-right: 0;
}

@media (max-width: 992px) {
  .index-services__item-wrapper {
    margin-bottom: 30px;
    height: 100%;
  }
}

.index-block-button-mobile {
  display: none;
}

@media (max-width: 992px) {
  .index-block-button-mobile {
    display: flex;
  }
}

.index-services-item {
  position: relative;
  background-color: #ffffff;
  padding: 25px 41px 90px 30px;
  border-radius: 10px;
  height: 50%;
}

.index-services-item:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .index-services-item {
    min-height: 331px;
    padding-left: 29px;
    padding-right: 29px;
  }

  .index-services-item {
    margin-bottom: 15px;
  }

  .index-services-item:last-child {
    margin-bottom: 0px;
  }
}

.index-services-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #002D40;
  margin-bottom: 35px;
}

.index-services-item__icon {
  margin-right: 20px;
}

.index-services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.index-services-list__item {
  display: inline;
  color: #005398;
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .index-services-list__item {
    position: relative;
  }
}

.index-services-list__item:last-child {
  margin-bottom: 0;
}

.index-services-list__item--lock {
  color: #6B7786;
}

.index-services-list__item--lock > a {
  pointer-events: none;
}

.index-services-list__link:hover {
  text-decoration: underline;
}

.index-services-list__icon-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.index-services-list__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #005398;
  font-size: 11px;
  font-weight: 600;
}

.index-services__show-more {
  position: absolute;
  right: 18px;
  bottom: 18px;
  height: 49px;
  font-size: 15px;
  padding-left: 26px;
  padding-right: 26px;
  border-radius: 6px;
}

@media (max-width: 992px) {
  .index-services__show-more {
    bottom: 12px;
  }
}

.index-block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .index-block-title {
    margin-bottom: 30px;
  }
}

.index-block-title__text {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  color: #002D40;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
  border-bottom: 2px solid transparent;
}

.index-block-title__text:hover{
  border-color: #002D40;  
}

@media (max-width: 992px) {
  .index-block-title__text {
    font-size: 24px;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    line-height: normal;
  }
}

.index-block-title__divider {
  width: 100%;
  height: 1px;
  background-color: #D5D5D5;
  margin-left: 25px;
  margin-right: 25px;
}

@media (max-width: 992px) {
  .index-block-title__divider {
    display: none;
  }
}

.index-block-title__button {
  font-size: 15px;
  height: 49px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 28px;
  padding-right: 28px;
}

@media (max-width: 992px) {
  .index-block-title__button {
    display: none;
  }
}

.useful-section {
  padding-top: 0;
  margin-bottom: 100px;
}

@media (max-width: 992px) {
  .useful-section {
    margin-bottom: 40px;
  }
}

.useful-section__container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 992px) {
  .useful-section__container .index-block-button-mobile{
    margin-top: 15px;
  }
}

.useful-section__items {
  margin-left: -15px;
  margin-right: -15px;
}

.useful-section__item-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.useful-section-item {
  position: relative;
  height: 100%;
  min-height: 327px;
  background-color: #005398;
  color: #fff;
  border-radius: 6px;
}

@media (max-width: 992px) {
  .useful-section-item {
    min-height: 331px;
  }
}

.useful-section-item__title {
  font-size: 20px;
  font-weight: 600;
  padding: 16px 13px 14px 23px;
  border-bottom: 2px solid #ffffff;
}

.useful-section-item__title a:hover{
  text-decoration: underline;
}

.useful-section-item__button {
  height: 49px;
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding-left: 26px;
  padding-right: 26px;
}

.useful-section-list {
  padding: 25px 13px 90px 23px;
  font-size: 14px;
}

.useful-section-list__item {
  margin-bottom: 10px;
}

.useful-section-list__item:last-child {
  margin-bottom: 0;
}

.index-important {
  padding-top: 0;
  margin-bottom: 100px;
}

@media (max-width: 992px) {
  .index-important {
    margin-bottom: 40px;
  }
}

.index-important__container {
  padding-left: 15px;
  padding-right: 15px;
}

.index-important__items {
  margin-left: -15px;
  margin-right: -15px;
}

.index-important__items-wrapper {
  position: relative;
}

.index-important__item-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.index-important-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.index-important-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 202px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media (max-width: 992px) {
  .index-important-item__img {
    height: 239px;
  }
}

.index-important-item__img:hover::after {
  opacity: 1;
}

.index-important-item__img::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.index-important-item__img::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  opacity: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.index-important-item__title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
  max-width: 150px;
  text-align: center;
}

.index-important-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ffffff;
  padding: 20px 25px 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.index-important-item__list li {
  color: #4F6D90;
  margin-bottom: 5px;
}

.index-important-item__list li:hover {
  text-decoration: underline;
}

.index-important-item__list li:last-child {
  margin-bottom: 0;
}

.slider-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  background-color: #ffffff;
  border-radius: 6px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 992px) {
  .slider-control {
    display: none !important;
  }
}

.slider-control--prev {
  left: -70px;
}

.slider-control-img {
  width: 10px;
  height: 16px;
}

.slider-control--prev .slider-control-img {
  background: url("../img/icons/slider-control-left.svg");
}

.slider-control--prev:hover .slider-control-img {
  background: url("../img/icons/slider-control-left-hover.svg");
}

.slider-control--next .slider-control-img {
  background: url("../img/icons/slider-control-right.svg");
}

.slider-control--next:hover .slider-control-img {
  background: url("../img/icons/slider-control-right-hover.svg");
}

.slider-control--next {
  right: -70px;
}

.index-important__items-wrapper .slider-control--prev, .useful-section__items-wrapper .slider-control--prev {
  left: -85px;
}

.index-important__items-wrapper .slider-control--next, .useful-section__items-wrapper .slider-control--next {
  right: -85px;
}

.index-news {
  margin-bottom: 100px;
}

@media (max-width: 992px) {
  .index-news {
    margin-bottom: 40px;
  }
}

.index-news__container {
  padding-left: 15px;
  padding-right: 15px;
}

.index-events {
  margin-bottom: 100px;
}

@media (max-width: 992px) {
  .index-events {
    padding-top: 0;
    margin-bottom: 40px;
  }
}

.index-events__container {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.index-events__events {
  margin-left: -15px;
  margin-right: -15px;
}

.index-events__item-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.or {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  color: #002D40;
  margin-bottom: 55px;
}

@media (max-width: 992px) {
  .or {
    display: block;
    font-size: 24px;
    text-align: left;
    margin-bottom: 30px;
  }
}

.or::after,
.or::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D5D5D5;
}

@media (max-width: 992px) {

  .or::after,
  .or::before {
    display: none;
  }
}

.or span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 45px;
  margin-right: 45px;
}

@media (max-width: 992px) {
  .or span {
    margin-left: 0;
    margin-right: 0;
  }
}

.index-statistics {
  margin-bottom: 100px;
}

@media (max-width: 992px) {
  .index-statistics {
    padding-top: 0;
    margin-bottom: 60px;
  }
}

.index-statistics__container {
  padding-left: 15px;
  padding-right: 15px;
}

.index-statistics__items {
  margin-left: -15px;
  margin-right: -15px;
}

.index-statistics__item-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 992px) {
  .index-statistics__item-wrapper {
    margin-bottom: 15px;
  }
}

.index-statistics__item-wrapper:last-child {
  margin-bottom: 0;
}

.index-statistics__item-wrapper .index-statistic__desc {
  max-width: 220px;
}

.index-statistic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-top: 171px;
  padding-bottom: 54px;
  background-color: #ffffff;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position-y: 50px;
  background-position-x: 50%;
}

.index-statistics__item-wrapper:nth-child(1) .index-statistic {
    background-size: 22%;
}
.index-statistics__item-wrapper:nth-child(2) .index-statistic {
    background-size: 30%;
}
.index-statistics__item-wrapper:nth-child(3) .index-statistic {
    background-size: 17%;
}

.index-statistic__icon {
  position: absolute;
  left:50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 54px;
  margin-bottom: 32px;
}

.index-statistic__title {
  font-size: 40px;
  color: #005398;
  margin-bottom: 3px;
}

.index-statistic__desc {
  color: #333333;
  line-height: 1.5;
  max-width: 159px;
  text-align: center;
}

.index-dispensary {
  --imageurl: url('../img/index-dispensary.jpg');
  --trumbimageurl: url('../img/index-dispensary-mobile.jpg');
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding-top: 71px;
  padding-bottom: 247px;
  color: #fff;
  background-image: var(--imageurl);
}

@media (max-width: 992px) {
  .index-dispensary {
    padding-top: 82px;
    padding-bottom: 264px;
    background-image: var(--trumbimageurl);
  }
}

.index-dispensary::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(28.75%, rgba(0, 0, 0, 0)), to(rgba(12, 86, 126, 0.8)));
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 28.75%, rgba(12, 86, 126, 0.8) 100%);
}

.index-dispensary__container {
  position: relative;
  z-index: 1;
}

.index-dispensary-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 51px;
}

@media (max-width: 992px) {
  .index-dispensary-title {
    font-size: 24px;
    margin-bottom: 17px;
  }
}

.index-dispensary-title::after,
.index-dispensary-title::before {
  content: '';
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.index-dispensary-title__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-dispensary-title__first-col {
  height: 1px;
  background-color: #fff;
}

@media (max-width: 992px) {
  .index-dispensary-title__first-col {
    display: none;
  }
}

.index-dispensary-title__last-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-dispensary-title__last-col::after {
  content: '';
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background-color: #fff;
  margin-left: 22px;
  margin-right: -22px;
}

@media (max-width: 992px) {
  .index-dispensary-title__last-col::after {
    display: none;
  }
}

.index-dispensary__desc {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 32px;
}

@media (max-width: 992px) {
  .index-dispensary__desc {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 50px;
  }
}

.index-dispensary__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .index-dispensary__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.index-dispensary__controls .form-block__select-wrapper {
  margin-right: 15px;
}

@media (max-width: 992px) {
  .index-dispensary__controls .form-block__select-wrapper {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.index-dispensary__controls .form-block__select-wrapper span.select2-selection.select2-selection--single {
  height: 49px;
}

.index-dispensary__controls .form-block__select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 49px;
}

.index-dispensary__controls .form-block__select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  width: 11px;
  height: 7px;
}

.index-dispensary__button {
  font-size: 15px;
  height: 49px;
  padding-left: 28px;
  padding-right: 28px;
}

@media (max-width: 992px) {
  .index-dispensary__button {
    width: 100%;
  }
}

.medical-organizations-modal {
  height: 90vh;
  max-width: 1140px;
  padding: 0 !important;
}

.medical-organizations-modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 0 50px;
  position: relative;
}

@media (max-width: 992px) {
  .medical-organizations-modal__inner {
    padding: 0 20px;
  }
}

.medical-organizations-modal__top {
  position: absolute;
  left: 5px;
  right: 50px;
  top: 25px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .medical-organizations-modal__top {
    right: 20px;
    top: 20px;
  }
}

.medical-organizations-modal__map {
  width: 100%;
  height: 70%;
}

@media (max-width: 992px) {
  .medical-organizations-modal__map {
    height: 77%;
  }
}

.medical-organizations-map {
  margin-bottom: 70px;
}

@media (max-width: 992px) {
  .medical-organizations-map {
    margin-bottom: 60px;
  }
}

.medical-organizations-map__title {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .medical-organizations-map__title {
    margin-bottom: 30px;
  }
}

.medical-organizations-map__map {
    height: 80vh;
}

@media (max-width: 992px) {
  .medical-organizations-map__map {
    /*height: 415px;*/
  }
}

.hero-services {
    padding: 30px 15px;
}

.hero-services .flex-row, .hero-services .row {
    margin-left: -15px;
    margin-right: -15px;
}

.hero-services [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 992px) {
    .hero-services {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        padding-top: 20px;
        padding-bottom: 20px;
        grid-gap: 11px;
    }
  
  .hero-services .flex-row div:not(:last-child),
  .hero-services .row div:not(:last-child){
      margin-bottom: 5px;
  }
}

.hero-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 207px;
    border: 2px solid #F1F3F6;
    border-radius: 10px;
    -webkit-transition: 0.3s background-color, 0.3s border-color;
    transition: 0.3s background-color, 0.3s border-color;
    text-align: center;
}
.flex-row {
  flex-wrap: nowrap;
  display: flex;
}
.row-item {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 992px) {
    .hero-service {
        height: 131px;
    }
  .flex-row {
    flex-wrap: wrap;
  }

}

.hero-services .flex-row .row-item .hero-service--is-active,
.hero-services .row .hero-service--is-active{
    background-color: #00AA8A;
    border-color: transparent;
}

.hero-services .flex-row .row-item .hero-service--is-active .hero-service__title,
.hero-services .row .hero-service--is-active .hero-service__title{
    color: #fff;
}

.hero-services .flex-row .row-item .hero-service--is-active svg path,
.hero-services .row .hero-service--is-active svg path{
    fill: #fff;
}

#referralCancelLink.hero-service--is-active > svg > path {
    fill: #00aa8a;
    stroke: #fff;
}

@media (max-width: 992px) {
    .hero-service:first-child svg {
        width: 32px;
        height: 44px;
    }
}

.hero-services .flex-row .row-item .hero-service:hover,
.hero-services .row .hero-service:hover{
    background-color: #00AA8A;
    border-color: transparent;
}

.hero-services .flex-row .row-item .hero-service:hover .hero-service__title,
.hero-services .row .hero-service:hover .hero-service__title{
    color: #fff;
}

@media (max-width: 992px) {
    .hero-service__referral svg {
        width: 39px;
        height: 44px;
    }
}

@media (max-width: 992px) {
    .hero-service__dispensary svg {
        width: 32px;
        height: 34px;
    }
}

.hero-services .flex-row .row-item .hero-service:hover,
.hero-services .row .hero-service:hover{
    background-color: #00AA8A;
    border-color: transparent;
}

.hero-services .flex-row .row-item .hero-service:hover .hero-service__title,
.hero-services .row .hero-service:hover .hero-service__title{
    color: #fff;
}

.hero-services .flex-row .row-item .hero-service:hover svg path,
.hero-services .row .hero-service:hover svg path{
    fill: #fff;
}

.hero-services .flex-row .row-item .hero-service__referral.hero-service--is-active {
  background-color: #00AA8A;
  border-color: transparent;
}

.hero-services .flex-row .row-item .hero-service__referral.hero-service--is-active .hero-service__title {
  color: #fff;
}

.hero-services .flex-row .row-item .hero-service__referral.hero-service--is-active svg path {
  fill: #00aa8a;
  stroke: #fff;
}

.hero-services .flex-row .row-item .hero-service__referral:hover svg path {
  fill: #00aa8a;
  stroke: #fff;
}

/*#referralCancelLink:hover > svg > path {*/
/*    fill: #00aa8a;*/
/*    stroke: #fff;*/
/*}*/

@media (max-width: 992px) {
    .hero-service:last-child svg {
        width: 35px;
        height: 44px;
    }
}

.hero-service svg {
    margin-bottom: 15px;
}

.hero-service svg path {
    -webkit-transition: 0.3s fill, 0.3s stroke;
    transition: 0.3s fill, 0.3s stroke;
}

.hero-service__title {
    color: #002D40;
    max-width: 150px;
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
}

@media (max-width: 992px) {
    .hero-service__title {
        font-size: 12px;
        max-width: 110px;
    }
  
    .hero-service__title_dispensary-observation {
      max-width: 160px;
    }
}

.service-layout__dropdown {
  margin-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 992px) {
  .service-layout__dropdown {
    margin-bottom: 20px;
  }
}

.service {
  padding-bottom: 100px;
}

/*на планшетах карта не помещается в контейнер*/
@media (min-width: 455px) and (max-width: 774px) {
  .service.service-cancel {
    padding-bottom: 160px;
  }

  .service.service-cancel .service-districts-map {
    margin-top: 60px;
  }
}

@media (min-width: 775px) and (max-width: 992px) {
  .service.service-cancel {
    padding-bottom: 260px;
  }

  .service.service-cancel .service-districts-map {
    margin-top: 115px;
  }
}


@media (max-width: 992px) {
  .service {
    padding-bottom: 80px;
  }
}

.service__container {
  padding-left: 15px;
  padding-right: 15px;
}

.service__row {
  margin-left: -15px;
  margin-right: -15px;
}

.service__col {
  padding-left: 15px;
  padding-right: 15px;
}

.service-filters {
  margin-bottom: 45px;
}

@media (max-width: 992px) {
  .service-filters {
    margin-bottom: 0;
  }
}

.service-filter {
  margin-bottom: 30px;
}


@media (max-width: 992px) {
  .service-filter {
    margin-bottom: 20px;
  }
  .service-filter .filter-btn{
    margin-bottom: 0;
  }
}

.service-filter:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .service-filter:last-child {
    margin-bottom: 20px;
  }
}

.service-filter__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #005398;
}

@media (max-width: 992px) {
  .service-filter__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.service-filter__title--accent {
  color: #005398;
}

.service-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  
}

@media (max-width: 992px) {
  .service-progress {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .service-progress {
    flex-wrap: wrap;
  }
}

.service-progress--timetable .service-progress__item:last-child {
  width: 65%;
}

@media (max-width: 992px) {
  .service-progress--timetable .service-progress__item:last-child {
    width: 50%;
  }
}

.service-progress__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6B7786;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  width: 100%;
}

.service-progress--dispensary .service-progress__item {
    width: 28%;
}

@media (max-width: 576px) {
  .service-progress--dispensary .service-progress__item,
  .service-progress__item {
    flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    position: relative;
    width: 50%;
    margin-bottom: 5px;
  }
}

.service-progress__item:last-child {
  flex: 1 1 auto;
  width: auto;
}

@media (max-width: 576px) {
  .service-progress__item:last-child {
      flex: 1 1 50%;
      -ms-flex: 1 1 50%;
      width: 50%;
  }
}

.service-progress__item.is-prev {
  color: #005398;
}

.service-progress__item.is-prev svg path {
  fill: #005398;
}

.service-progress__item.is-active {
  color: #00AA8A;
}

.service-progress__item.is-active svg path {
  fill: #00AA8A;
}

.service-progress__num {
  font-size: 48px;
  margin-right: 11px;
}

@media (max-width: 992px) {
  .service-progress__num {
    font-size: 30px;
    margin-right: 5px;
  }
}

@media (max-width: 374px) {
  .service-progress__num {
    margin-right: 2px;
  }
}

.service-progress__text {
  font-weight: 600;
}

@media (max-width: 992px) {
  .service-progress__text {
    font-size: 10px;
  }
}

.service-progress__arrow {
  margin: 0 auto;
}

@media (max-width: 992px) {
  .service-progress__arrow {
    width: 35px;
    height: 12px;
  }
}

.service-progress__arrow path {
  -webkit-transition: 0.3s fill;
  transition: 0.3s fill;
}

.service-districts {
  margin-top: 70px;
}

@media (max-width: 992px) {
  .service-districts {
    position: relative;
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  .service-districts__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.service-districts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 460px;
}

@media (max-width: 992px) {
  .service-districts-list {
    max-height: 315px;
    position: relative;
    z-index: 10;
  }
}

.service-districts-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 47px;
  color: #002D40;
  padding-left: 24px;
  padding-right: 24px;
  border: 1px solid #DADADA;
  border-bottom: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .service-districts-list__item {
    height: 35px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.service-districts-list__item:first-child {
  border-top-left-radius: 6px;
}

.service-districts-list__item:nth-child(9) {
  border-bottom-left-radius: 6px;
}

.service-districts-list__item:last-child,
.service-districts-list__item:nth-child(9) {
  border-bottom: 1px solid #DADADA;
}

.service-districts-list__item:nth-child(9)~.service-districts-list__item {
  border-left: none;
}

.service-districts-list__item:nth-child(10) {
  border-top-right-radius: 6px;
}

.service-districts-list__item:last-child {
  border-bottom-right-radius: 6px;
}

.service-districts-list__item.is-active,
.service-districts-list__item:hover {
  color: #fff;
  background-color: #00AA8A;
  cursor: pointer;
}

.service-districts-map-wrapper {
  position: relative;
}

@media (max-width: 992px) {
  .service-districts-map-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
  }
}

.service-districts-map {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 420px) {
  .service-districts-map-wrapper {
    top: 120px;
  }
}

@media (min-width: 768px) {
  .service-districts-map-wrapper {
    top: 170px;
  }
}

@media (min-width: 780px) {
  .service-districts-map-wrapper {
    top: 190px;
  }
}

@media (min-width: 992px) {
  .service-districts-map-wrapper {
    top: 0;
  }
}

@media (max-width: 992px) {
  .service-districts-map {
    position: static;
    -webkit-transform: none;
    transform: none;
    max-width: 100%;
  }
}

@media (min-width: 480px) and (max-width: 780px) {
    .service-districts-map {
        max-width: 92%;
    }
}

.service-districts-map__path {
  cursor: pointer;
  -webkit-transition: 0.3s fill;
  transition: 0.3s fill;
}

.service-districts-map__path.is-active,
.service-districts-map__path:hover {
  fill: #00AA8A;
}

.billet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 6px;
}

@media (max-width: 992px) {
  .billet {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.billet--1 {
  font-size: 14px;
  padding-top: 22px;
  padding-bottom: 22px;
  color: #000;
  background-color: #F1F3F6;
}

@media (max-width: 992px) {
  .billet--1 {
    padding-top: 17px;
    padding-bottom: 16px;
  }
}

.billet--2 {
  background-color: #E4FBF6;
  color: #00AA8A;
}

.billet--3 {
  background-color: #FDEEEE;
  color: #EB5757;
}

.service-polis__billet {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .service-polis__billet {
    margin-bottom: 15px;
  }
}

.form-small-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 53px;
  padding-right: 57px;
  padding-top: 41px;
  padding-bottom: 40px;
  border: 1px solid #DADADA;
  border-radius: 6px;
}

@media (max-width: 992px) {
  .form-small-block {
    padding: 20px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.form-small-block--2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 30px;
  padding-bottom: 43px;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 992px) {
  .form-small-block--2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}

.form-small-block--2 .form-small-block__label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .form-small-block--2 .form-small-block__label {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.form-small-block--2 .form-small-block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: auto;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 17px;
}

@media (max-width: 992px) {
  .form-small-block--2 .form-small-block__title {
    margin-bottom: 10px;
  }
}

.form-small-block--2 .form-small-block__title .answer-circle {
  margin-left: 6px;
}

.form-small-block__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-small-block__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .form-small-block__label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 25px;
  }
}

.form-small-block__title {
  font-size: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 182px;
  margin-right: 85px;
}

.form-small-block__title.is-required::after {
    display: inline;
    color: #111111;
    content: '*';
    position: absolute;
}

@media (max-width: 992px) {
  .form-small-block__title {
    font-size: 16px;
    min-width: auto;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.form-small-block__field-wrapper {
  position: relative;
  width: 100%;
}

.form-small-block__descr {
  font-size: 14px;
  color: #BCBCBC;
  position: absolute;
  top: 100%;
  margin-top: 5px;
}

@media (max-width: 992px) {
  .form-small-block__descr {
    position: static;
    font-size: 12px;
  }
}

.service-block-1 {
  position: relative;
  color: #6B7786;
  border: 1px solid #DADADA;
  border-bottom: none;
}

.service-block-1:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.service-block-1:last-child {
  border-bottom: 1px solid #DADADA;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.service-block-1__title {
    color: #000;
    font-size: 18px;
}

.service-mo-1__tickets {
    color: #00AA8A;
    font-size: 16px;
    padding-left: 15px;
    position: relative;
    white-space: nowrap;
}

.service-mo-1__tickets-receive-time {
    color: #EB5757;
    display: none;
    font-size: 12px;
    left: calc(100% + 5px);
    position: absolute;
    top: 3px;
}

@media(max-width: 992px) {
    .service-mo-1__tickets {
        padding-left: 0;
    }
}

.service-block-1__button {
  width: 140px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
}

.service-block-1__toggler.is-active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.service-block-1__toggler::after {
  content: '';
  display: block;
  width: 10px;
  height: 7px;
  background-image: url("../img/icons/toggler-btn-arrow-white.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-left: 7px;
}

.service-mo-1 {
  padding: 29px 300px 33px 25px;
}

@media (max-width: 992px) {
  .service-mo-1 {
    padding: 20px;
  }
}

.service-mo-1__title {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .service-mo-1__title {
    margin-bottom: 15px;
  }
}

.service-mo-1__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .service-mo-1__line {
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}

.service-mo-1__address {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 13px;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .service-mo-1__address {
    padding-left: 15px;
    margin-bottom: 5px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .height-450 {
    height: 450px;
  }
}

.service-mo-1__address::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 13px;
  height: 13px;
  background-image: url("../img/icons/lk-result-marker.svg");
}

.service-mo-1__phone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  white-space: pre-wrap;
  min-width: 270px;
}

@media (max-width: 992px) {
  .service-mo-1__phone {
    padding-left: 17px;
  }
}

.service-mo-1__phone::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("../img/icons/phone-blue.svg");
}

.service-mo-1__button {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 992px) {
  .service-mo-1__button {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
}

.service-prev-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .service-prev-wrapper--desktop {
    display: none;
  }
}

.service-prev-wrapper--mobile {
  display: none;
}

@media (max-width: 992px) {
  .service-prev-wrapper--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 992px) {
  .service-prev-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.service-prev {
  width: 106px;
}

@media (max-width: 992px) {
  .service-prev {
    width: 100%;
  }
}

.service-prev svg {
  margin-right: 7px;
}

.service-speciality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 25px;
}

@media (max-width: 992px) {
  .service-speciality {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 20px;
  }
}

.service-speciality__title {
  padding-right: 10px;
  margin-right: auto;
}

@media (max-width: 992px) {
  .service-speciality__title {
    margin-bottom: 10px;
    padding-right: 0;
  }
}

.service-speciality__tickets {
  font-size: 18px;
  margin-left: auto;
  margin-right: 95px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .service-speciality__tickets {
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .service-speciality__button {
    width: 100%;
  }
}

.service-doctor-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
}

@media (max-width: 992px) {
  .service-doctor-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 20px;
  }
}

.service-doctor-top__col--first {
  margin-right: auto;
}

.service-doctor-top__list {
  margin-right: 51px;
  min-width: 153px;
}

.service-doctor-top__list_numbers {
  min-width: 200px;
  max-width: 200px;
}

@media (max-width: 992px) {
  .service-doctor-top__list {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 20px;
  }
  .service-doctor-top__list_numbers {
    min-width: auto;
    max-width: unset;
  }
}

.service-doctor-top__list li {
  font-size: 14px;
  margin-bottom: 7px;
}

@media (max-width: 992px) {
  .service-doctor-top__list li {
    margin-bottom: 5px;
  }
}

.service-doctor-top__list li:last-child {
  margin-bottom: 0;
}

.service-doctor-top__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .service-doctor-top__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.service-doctor-top__button {
  margin-right: 8px;
}

@media (max-width: 992px) {
  .service-doctor-top__button {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}

.service-doctor-top__button:last-child {
  margin-right: 0;
}

@media (max-width: 992px) {
  .service-doctor-top__button:last-child {
    margin-bottom: 0;
  }
}

.service-doctor__title {
  margin-bottom: 8px;
}

.service-doctor__title:last-child,
.service-doctor__title:only-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .service-doctor__title {
    margin-bottom: 5px;
  }
}

.service-doctor__speciality {
  font-size: 15px;
}

@media (max-width: 992px) {
  .service-doctor__speciality {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.service-doctor-drop {
  display: none;
  padding: 32px 40px;
  -webkit-transition: 0.3s border-color;
  transition: 0.3s border-color;
  border-top: 1px solid #DADADA;
  height: 420px;
}

.service-doctor-drop.dispensary-record-subitem-drop {
  height: 500px;
}

.service-doctor-drop__free {
    padding-right: 58px;
}

@media (max-width: 992px) {
  .service-doctor-drop, .service-doctor-drop.dispensary-record-subitem-drop {
    height: auto;
    padding: 20px;
    padding-bottom: 25px;
  }
}

.service-doctor-drop__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media (max-width: 992px) {
  .service-doctor-drop__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.service-doctor-drop__col--first {
  margin-right: 61px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .service-doctor-drop__col--first {
    margin-right: 0;
  }
}

.service-doctor-drop__col--last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 5px;
}

.service-doctor-drop__title {
  font-size: 20px;
  color: #EB5757;
  margin-bottom: 30px;
}

.service-doctor__tickets {
  margin-bottom: 20px;
  max-height: 170px;
}

@media (max-width: 992px) {
  .service-doctor__tickets {
    margin-bottom: 15px;
    max-height: 245px;
  }
}

@media (max-width: 576px) {
    .service-doctor__tickets {
        margin-bottom: 0px;
    }
}

.service-doctor__ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  color: #000;
  padding-left: 17px;
  padding-right: 17px;
  cursor: pointer;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}

@media (max-width: 992px) {
  .service-doctor__ticket {
    height: auto;
    padding-top: 17px;
    padding-bottom: 20px;
  }
}

.service-doctor__ticket.is-active,
.service-doctor__ticket:hover {
  background-color: #00AA8A;
  color: #FFFFFF;
}

.service-doctor-info-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .service-doctor-info-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.service-doctor-info-panel__msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  padding-left: 21px;
  padding-right: 21px;
  color: #00AA8A;
  background-color: #E4FBF6;
  border-radius: 6px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 10px;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  opacity: 0;
  pointer-events: none;
}

.service-doctor-info-panel__msg.is-active {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 992px) {
  .service-doctor-info-panel__msg {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.service-doctor-info-panel__msg--2 {
  color: #00AA8A;
  background-color: #E4FBF6;
}

@media (max-width: 992px) {
  .service-doctor-info-panel__msg {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #E4FBF6;
    color: #00AA8A;
  }
}

.service-doctor-info-panel__button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.service-doctor-no-journal-drop__title {
  font-size: 20px;
  color: #EB5757;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .service-doctor-no-journal-drop__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.service-doctor-no-journal-drop__descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111111;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .service-doctor-no-journal-drop__descr {
    display: inline-block;
  }
}

@media (max-width: 992px) {
  .service-doctor-no-journal-drop__send-appeal .send-appeal__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .service-doctor-no-journal-drop__send-appeal .send-appeal__button {
    height: 50px;
  }
}

.service-doctor-journal-drop__title {
  font-size: 20px;
  color: #EB5757;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .service-doctor-journal-drop__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.service-doctor-journal-drop__content {
  margin-bottom: 20px;
}

.service-doctor-journal-drop__content p {
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: justify;
}

.service-doctor-journal-drop__content p:last-child {
  margin-bottom: 0;
}

.service-doctor-journal-drop__content a{
  color: #005398;
}

.service-doctor-journal-drop__content a:hover {
  text-decoration: underline;
}

.service-doctor-journal-drop__content ol {
  padding: 0px;
}

.service-doctor-journal-drop__content ol li {
  text-align: justify;
  margin-bottom: 10px;
}

.service-doctor-journal-drop__content ol li:last-child {
  margin-bottom: 0px;
}

@media (max-width: 992px) {
    .service-doctor-journal-drop__content p,
    .service-doctor-journal-drop__content ol li {
        font-size: 14px;
    }
}


.service-doctor-journal-drop__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 992px) {
    .service-doctor-journal-drop__button-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .service-doctor-journal-drop__button-wrapper a:first-child {
        margin-bottom: 10px;
    }
}

.service-doctor-journal-drop__button,
.read-more__button {
  height: 50px;
  margin-left: 0px;
}

@media (max-width: 992px) {
  .service-doctor__date-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}

.answer-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border: 1px solid #005398;
  font-size: 11px;
  font-weight: 600;
  color: #005398;
  border-radius: 50%;
  margin-left: 10px;
}

@media (max-width: 992px) {
  .answer-circle {
    margin-left: 4px;
  }
}

.service-form {
  padding: 40px 53px 44px;
}

@media (max-width: 992px) {
  .service-form {
    padding: 20px;
  }
}

.service-form-apply .service-form__label--phone {
  margin-bottom: 35px;
}

.service-form-apply .service-form__dash-border {
  margin-bottom: 35px;
}

.service-form-apply .form-block-label__text {
  min-width: 228px;
  max-width: 228px;
}

@media (max-width: 992px) {
  .service-form-apply .form-block-label__text {
    min-width: auto;
    max-width: 100%;
  }
}

.service-form__title {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .service-form__title {
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .service-form__title span {
    margin-bottom: 0;
  }
}

.service-form__inner {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .service-form__inner {
    margin-bottom: 25px;
  }
}

.service-form__label {
  margin-bottom: 20px;
}

.service-form__message {
  max-width: 767px;
  margin-right: 30px;
}

.service-form__message::after {
  top: 18px;
}

.service-form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .service-form__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.service-form__submit {
  padding-left: 39px;
  padding-right: 39px;
  margin-left: auto;
}

@media (max-width: 992px) {
  .service-form__submit {
    width: 100%;
  }
}

.service-form__dash-border {
  width: 100%;
}

.service-form__agreement {
  max-width: 825px;
  margin-bottom: 0;
}

.service-apply-modal {
  max-width: 750px;
  padding: 30px 30px 42px 40px;
}

@media (max-width: 992px) {
  .service-apply-modal {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.service-apply-modal__top {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .service-apply-modal__top {
    margin-bottom: 25px;
  }
}

.service-apply-modal__title {
  font-size: 24px;
}

@media (max-width: 992px) {
  .service-apply-modal__title {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .service-apply-modal__close {
    width: 46px;
    height: 46px;
  }
}

.service-apply-modal__text {
  font-size: 20px;
  line-height: 1.65;
}

@media (max-width: 992px) {
  .service-apply-modal__text {
    font-size: 16px;
    line-height: 1.625;
    padding-right: 10px;
  }
}

.service-apply-modal__text span {
  font-weight: 600;
}

.service-block-2 {
  font-size: 14px;
  color: #6B7786;
  min-height: 251px;
}

@media (max-width: 992px) {
  .service-block-2 {
    font-size: 12px;
  }
}

.service-block-2--controls .service-block-2__col--last {
  padding-bottom: 100px;
}

@media (max-width: 992px) {
  .service-block-2--controls .service-block-2__col--last {
    padding-bottom: 0;
  }
}

.service-block-2--accent-1 {
  border-color: #6B7786;
}

.service-block-2--accent-1 .service-block-2__aside {
  background-color: #6B7786;
}

.service-block-2--accent-1 .service-block-2__col--first {
  border-color: #6B7786;
}

.service-block-2__aside {
  padding-top: 27px;
  padding-bottom: 27px;
}

@media (max-width: 992px) {
  .service-block-2__aside {
    padding-left: 41px;
    padding-right: 41px;
  }
}

.service-block-2__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 27px;
  padding-bottom: 27px;
}

@media (max-width: 992px) {
  .service-block-2__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
  }
}

.service-block-2__col {
  padding-left: 31px;
}

@media (max-width: 992px) {
  .service-block-2__col {
    padding-left: 0;
  }
}

.service-block-2__col--first {
  border-right: 1px solid #00AA8A;
  padding-right: 31px;
  width: 44%;
}

@media (max-width: 992px) {
  .service-block-2__col--first {
    border-bottom: 1px solid #00AA8A;
    border-right: none;
    padding-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}

.service-block-2__col--first .service-block-2__title {
  margin-bottom: 5px;
}

@media (max-width: 992px) {
  .service-block-2__col--first .service-block-2__title {
    margin-bottom: 3px;
  }
}

.service-block-2__col--last {
  width: 56%;
  position: relative;
}

@media (max-width: 992px) {
  .service-block-2__col--last {
    width: 100%;
    padding-top: 20px;
  }
}

.service-block-2__col--last .service-block-2__title {
  margin-bottom: 15px;
}

.service-block-2__col--last .service-block-2-list__link {
  padding-left: 0;
}

.service-block-2__title {
  font-size: 24px;
  font-weight: 600;
  color: #111;
}

@media (max-width: 992px) {
  .service-block-2__title {
    font-size: 18px;
  }
}

.service-block-2__doctor {
  font-size: 16px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .service-block-2__doctor {
    font-size: 11px;
    margin-bottom: 15px;
  }
}

.service-block-2__mo {
  color: #111111;
  margin-bottom: 12px;
}

@media (max-width: 992px) {
  .service-block-2__mo {
    margin-bottom: 8px;
  }
}

.service-block-2-list__item {
  margin-bottom: 5px;
}

.service-block-2-list__item:last-child {
  margin-bottom: 0;
}

.service-block-2-list__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 17px;
}

@media (max-width: 992px) {
  .service-block-2-list__link {
    padding-left: 15px;
  }
}

.service-block-2-list__icon {
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-block-2__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
}

@media (max-width: 992px) {
  .service-block-2__controls {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: static;
    margin-top: 30px;
  }
}

.service-block-2__cancel-button {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 992px) {
  .service-block-2__cancel-button {
    width: 100%;
  }
}

.service-block-2__message {
  max-width: 400px;
  padding-left: 18px;
  padding-right: 18px;
  margin-left: 20px;
}

@media (max-width: 992px) {
  .service-block-2__message {
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.service-block-2__message::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 11px 4px 0;
  border-color: transparent #FDEEEE transparent transparent;
  left: -11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 992px) {
  .service-block-2__message::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5.5px 0 5.5px;
    border-color: #FDEEEE transparent transparent transparent;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.service-record--1 .service-record__button {
  width: 130px;
  padding-left: 0;
  padding-right: 0;
}

.service-record--2 .service-record__cancel {
  padding-left: 20px;
  padding-right: 20px;
}

.service-record__block {
  margin-bottom: 20px;
}

.service-record__agreements {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .service-record__agreements {
    margin-bottom: 20px;
  }
}

.service-record-agreement {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .service-record-agreement {
    margin-bottom: 20px;
  }
}

.service-record-agreement:last-child {
  margin-bottom: 0;
}

.service-record-agreement__checkbox {
  width: 25px;
  height: 25px;
  margin-right: 12px;
}

@media (max-width: 992px) {
  .service-record-agreement__checkbox {
    width: 23px;
    height: 23px;
  }
}

.service-record-agreement__checkbox img {
  width: 14px;
  height: 14px;
}

.service-record-agreement__text {
  font-size: 18px;
  color: #6B7786;
}

@media (max-width: 992px) {
  .service-record-agreement__text {
    font-size: 13px;
  }
}

.service-record__message {
  padding-top: 16px;
  padding-bottom: 19px;
  padding-left: 27px;
  padding-right: 27px;
  margin-bottom: 20px;
}

.service-record__message::after {
  border-width: 10px 5px 0 5px;
  border-color: #FDEEEE transparent transparent transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
}

.service-record__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 992px) {
  .service-record__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.service-record__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .service-record__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.service-record__button {
  margin-right: 8px;
}

@media (max-width: 992px) {
  .service-record__button {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.service-record__button:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.service-record__service-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin-top: 0;
}

.service-record__billet {
  font-size: 16px;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px;
  padding-bottom: 22px;
  margin-bottom: 20px;
}

.service-record__billet_text {
    margin-bottom: 5px;
}

.service-record__billet_text:last-child {
    margin-bottom: 0;
}

.service-record__billet_link,
.service-record__billet_link:hover {
    font-weight: 600;
    text-decoration: underline;
}

.service-record__print-button {
  padding-left: 18px;
  padding-right: 18px;
}

.service-record__safe-pdf {
  padding-left: 20px;
  padding-right: 20px;
}

.fadeInAnimation {
  display: none;
  -webkit-animation: fadeIn .6s ease-in;
  animation: fadeIn .6s ease-in;
}

.fadeInAnimation.is-active {
  display: block !important;
}

.service-mo-2 {
  padding-left: 30px;
  padding-right: 24px;
}

@media (max-width: 992px) {
  .service-mo-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.service-mo-2:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.service-mo-2:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.service-mo-2__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (max-width: 992px) {
  .service-mo-2__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.service-mo-2__title {
  font-size: 24px;
  color: #111;
}

@media (max-width: 992px) {
  .service-mo-2__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.service-mo-2__drop {
  padding-bottom: 40px;
}

@media (max-width: 992px) {
  .service-mo-2__drop {
    padding-bottom: 25px;
  }
}

.service-mo-2-item {
  position: relative;
  background-color: #F1F3F6;
  border-radius: 10px;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-right: 384px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .service-mo-2-item {
    padding: 20px;
    margin-bottom: 15px;
  }
}

.service-mo-2-item:last-child {
  margin-bottom: 0;
}

.service-mo-2-item__title {
  font-size: 24px;
  color: #111;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .service-mo-2-item__title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.service-mo-2-item__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  color: #6B7786;
}

@media (max-width: 992px) {
  .service-mo-2-item__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}

.service-mo-2-item__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 13px;
}

@media (max-width: 992px) {
  .service-mo-2-item__address {
    margin-bottom: 5px;
  }
}

.service-mo-2-item__address::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 13px;
  height: 13px;
  background-image: url("../img/icons/lk-result-marker.svg");
}

.service-mo-2-item__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 15px;
}

.service-mo-2-item__phone::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url("../img/icons/phone-blue.svg");
}

.service-mo-2-item__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  width: 140px;
}

@media (max-width: 992px) {
  .service-mo-2-item__button {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
}

.service-mos-2 {
  margin-bottom: 70px;
}

@media (max-width: 992px) {
  .service-mos-2 {
    margin-bottom: 40px;
  }
}

.service-self-districts-wrapper__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #005398;
}

@media (max-width: 992px) {
  .service-self-districts-wrapper__title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.service-self-districts-wrapper__button {
  width: 108px;
  margin-bottom: 45px;
}

@media (max-width: 992px) {
  .service-self-districts-wrapper__button {
    width: 100%;
    margin-bottom: 20px;
  }
}

.service-self .service-districts {
  margin-top: 0;
}

.footer-slider__prev,
.footer-slider__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.resources__container {
  position: relative;
}

.resources-item-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.resources-item:focus {
  outline: 0;
}

.resources-item__icon img {
  width: 51px;
  height: 60px;
}

@media (max-width: 992px) {
  .resources-item__text {
    min-width: 200px;
    max-width: 200px;
  }
}

@media (max-width: 992px) {
  .service-tabs__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 992px) {
  .service-tabs__item--1 {
    padding-bottom: 180px;
  }
}

.service-polis-2__title {
  font-size: 24px;
  font-weight: 600;
  color: #005398;
  margin-bottom: 23px;
}

@media (max-width: 992px) {
  .service-polis-2__title {
    font-size: 14px;
    margin-bottom: 13px;
  }
}

.service-polis-2__form {
  margin-bottom: 20px;
}

.service-polis-2__message {
  padding-top: 16px;
  padding-bottom: 19px;
}

@media (max-width: 992px) {
  .service-polis-2__message {
    font-size: 14px;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 15px;
    padding-bottom: 21px;
    line-height: 1.5;
  }
}

.service-referrals {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 55px;
}

@media (max-width: 992px) {
  .service-referrals {
    margin-bottom: 40px;
  }
}

.service-referrals__row{
  margin-left: -12px; 
  margin-right: -12px; 
}

.service-referrals__col{
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 12px;
}

@media (max-width: 992px) {
  .page-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-title--service-margin-botton {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .page-title--service-margin-botton {
    margin-bottom: 20px;
  }
}

.service-cancel__billet {
  margin-top: 15px;
  padding-top: 22px;
  padding-bottom: 22px;
}

@media (max-width: 992px) {
  .service-cancel__billet {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.service-oms-check__billet {
  padding-top: 18px;
  padding-bottom: 18px;
}

.timetable__top-list {
  margin-right: 194px;
}

@media (max-width: 992px) {
  .timetable__top-list {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .timetable__toggler {
    width: 100%;
  }
}

.timetable__toggler.is-active {
  color: #fff;
  background-color: #005398;
}

.timetable-drop {
  border-top: 1px solid #DADADA;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 992px) {
  .timetable-drop {
    padding: 20px;
  }
}

.timetable-drop__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .timetable-drop__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.timetable-drop__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 193px;
  height: 46px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: 600;
  color: #005398;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 7px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .timetable-drop__control {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 46px;
    width: 100%;
    background-image: none !important;
    border: 1px solid #005398;
    border-radius: 6px;
    margin-right: 0;
    margin-bottom: 10px;
    padding-left: 0 !important;
  }
}

.timetable-drop__control:last-child {
  margin-right: 0;
}

.timetable-drop__control--prev {
  padding-left: 25px;
  background-image: url("../img/icons/round-button-prev.svg");
}

.timetable-drop__control--next {
  padding-left: 28px;
  background-image: url("../img/icons/round-button-next.svg");
}

.timetable-block {
  background-color: #F1F4F5;
  border-radius: 10px;
  padding: 16px;
  padding-bottom: 22px;
  min-height: 407px;
}

@media (max-width: 992px) {
  .timetable-block {
    min-height: 302px;
    padding-top: 25px;
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 33px;
  }
}

.timetable-block__date {
  margin-bottom: 5px;
}

.timetable-block__time-range {
  color: #000;
  margin-bottom: 20px;
}

.timetable-block__tickets-title {
  margin-bottom: 5px;
}

@media (max-width: 992px) {
  .timetable-block-tickets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.timetable-block-tickets__item {
  color: #000;
  margin-bottom: 3px;
}

.timetable-block-tickets__item:last-child {
  margin-bottom: 0;
}

.service-form-place-call__submit {
  padding-left: 24px;
  padding-right: 24px;
}

.homecall-time {
  padding-left: 56px;
  padding-right: 56px;
  padding-top: 42px;
  padding-bottom: 50px;
  border: 1px solid #00AA8A;
  border-radius: 6px;
}

@media (max-width: 992px) {
  .homecall-time {
    padding: 20px;
  }
}

.homecall-time__title {
  font-size: 24px;
  font-weight: 600;
  color: #005398;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .homecall-time__title {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

.homecall-time-list {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .homecall-time-list {
    margin-bottom: 30px;
  }
}

.homecall-time-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .homecall-time-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.homecall-time-list__item:last-child {
  margin-bottom: 0;
}

.homecall-time-list__key {
  color: #111;
  min-width: 230px;
  margin-right: 83px;
}

@media (max-width: 992px) {
  .homecall-time-list__key {
    font-size: 14px;
    min-width: auto;
    margin-right: 0;
    margin-bottom: 4px;
  }
}

.homecall-time-list__val {
  color: #6B7786;
}

.homecall-time-block {
  border-radius: 6px !important;
}

.homecall-time-block-top {
  padding-right: 48px;
}

@media (max-width: 992px) {
  .homecall-time-block-top {
    padding-right: 20px;
  }
}

.homecall-time-block-top__list {
  min-width: auto;
  margin-right: 0;
}

@media (max-width: 992px) {
  .homecall-time-block-top__list {
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .homecall-request-wrapper {
    margin-top: 10px;
  }
}

.homecall-request-wrapper__title {
  font-size: 20px;
  font-weight: 600;
  color: #005398;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .homecall-request-wrapper__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.homecall-request {
  max-width: 560px;
  padding-bottom: 30px;
}

.homecall-request__title {
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .homecall-request__title {
    margin-bottom: 15px;
  }
}

.homecall-request-list {
  margin-bottom: 20px;
  padding-bottom: 2px;
  border-bottom: 1px solid #00AA8A;
}

@media (max-width: 992px) {
  .homecall-request-list {
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}

.homecall-request-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
}

@media (max-width: 992px) {
  .homecall-request-list__item {
    font-size: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .homecall-request-list__item:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 992px) {
  .homecall-request-list__item:first-child .homecall-request-list__key {
    margin-bottom: 2px;
  }
}

.homecall-request-list__item:first-child .homecall-request-list__val {
  color: #111;
}

@media (max-width: 992px) {
  .homecall-request-list__item:first-child .homecall-request-list__val {
    font-size: 12px;
  }
}

.homecall-request-list__item:last-child {
  margin-bottom: 0;
}

.homecall-request-list__item:last-child .homecall-request-list__val {
  color: #00AA8A;
}

.homecall-request__toggler {
  margin-bottom: 10px;
}

.homecall-request .lk-direction-drop-list {
  padding-right: 40px;
  padding-bottom: 35px;
}

@media (max-width: 992px) {
  .homecall-request .lk-direction-drop-list {
    padding-right: 15px;
    padding-bottom: 20px;
  }
}

.homecall-request .lk-direction-drop-list__item {
  margin-bottom: 10px;
}

.homecall-request .lk-direction-drop-list__item:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 992px) {
  .homecall-request .lk-direction-drop-list__item:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media (max-width: 992px) {
  .homecall-request .lk-direction-drop-list__item:last-child .lk-direction-drop-list__key {
    margin-bottom: 5px;
  }
}

.homecall-request .lk-direction-drop-list__key {
  min-width: 160px;
  max-width: 160px;
}

@media (max-width: 992px) {
  .homecall-request .lk-direction-drop-list__key {
    min-width: 115px;
    max-width: 115px;
  }
}

.homecall-request__text-toggler {
  color: #005398;
  cursor: pointer;
}

.homecall-request__reason-calling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 992px) {
  .fill-my-data {
    margin-top: 20px;
  }
}

.questionnaire__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.questionnaire__title {
  font-size: 30px;
  font-weight: 600;
  color: #005398;
}

@media (max-width: 992px) {
  .questionnaire__title {
    font-size: 20px;
  }
}

.questionnaire__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 122px;
  height: 46px;
  border: 2px solid #F1F3F6;
  border-radius: 6px;
  font-size: 14px;
}

@media (max-width: 992px) {
  .questionnaire__counter {
    width: 117px;
    height: 50px;
    flex-shrink: 0;
  }
}

.questionnaire-block {
  border: 1px solid #00AA8A;
  border-radius: 6px;
  padding: 40px 45px;
  padding-right: 20px;
  height: 80vh;
}

@media (max-width: 992px) {
  .questionnaire-block {
    padding: 20px;
    padding-right: 10px;
  }
}

.questionnaire__partial {
  margin-bottom: 20px;
}

.questionnaire__partial:last-child {
  margin-bottom: 0;
}

.questionnaire__sub-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .questionnaire__sub-title {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.questionnaire__sub-title span {
  font-weight: 400;
}

.questionnaire-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .questionnaire-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

.questionnaire-item--freeAnswer .questionnaire-item__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.questionnaire-item:last-child {
  margin-bottom: 0;
}

.questionnaire-item__title {
  font-size: 18px;
  margin-right: 30px;
}

@media (max-width: 992px) {
  .questionnaire-item__title {
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.questionnaire-item .questionnaire__sub-title {
  margin-right: 30px;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .questionnaire-item .questionnaire__sub-title {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.questionnaire__radio-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .questionnaire__radio-buttons {
    width: 100%;
  }
}

.questionnaire-radio {
  position: relative;
  margin-right: 7px;
}

@media (max-width: 992px) {
  .questionnaire-radio {
    width: 100%;
    margin-right: 5px;
  }
}

.questionnaire-radio:last-child {
  margin-right: 0;
}

.questionnaire-radio__input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.questionnaire-radio__input:checked+.questionnaire-radio__button {
  color: #fff;
  background-color: #005398;
}

.questionnaire-radio__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  border: 1px solid #005398;
  border-radius: 6px;
  font-size: 14px;
  color: #005398;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .questionnaire-radio__button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.questionnaire__field {
  border-color: #005398;
}

.questionnaire__field::-webkit-input-placeholder {
  color: #6B7786;
}

.questionnaire__field:-ms-input-placeholder {
  color: #6B7786;
}

.questionnaire__field::-ms-input-placeholder {
  color: #6B7786;
}

.questionnaire__field::placeholder {
  color: #6B7786;
}

.service-dispensary__billet-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 992px) {
  .service-dispensary__billet-wrapper {
    margin-bottom: 30px;
  }
}

.service-dispensary__billet {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 23px;
  margin-bottom: 10px;
}

.service-dispensary__billet a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: underline;
}

.service-dispensary__billet:last-child {
  margin-bottom: 0;
}

.service-dispensary__skip-step {
  padding-left: 28px;
  padding-right: 28px;
  margin-left: auto;
}

@media (max-width: 992px) {
  .service-dispensary__skip-step {
    width: 100%;
  }
}

.dispensary-plan-descr-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 33px;
}

@media (max-width: 992px) {
  .dispensary-plan-descr-block {
    margin-bottom: 20px;
  }
}

.dispensary-plan-descr-block__title {
  color: #000;
  font-weight: 600;
}

.dispensary-plan-descr-block__button {
  padding-left: 22px;
  padding-right: 22px;
}

.dispensary-block {
  border: 1px solid #00AA8A;
  border-radius: 10px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .dispensary-block {
    margin-bottom: 15px;
  }
}

.dispensary-block:last-child {
  margin-bottom: 0;
}

.dispensary-block--available-services {
  margin-bottom: 33px;
}

@media (max-width: 992px) {
  .dispensary-block--available-services {
    margin-bottom: 40px;
  }
}

.dispensary-block--available-services .dispensary-block-top__title {
  font-size: 18px;
}

@media (max-width: 992px) {
  .dispensary-block--available-services .dispensary-block-top__title {
    font-size: 16px;
  }
}

.dispensary-block-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 25px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.dispensary-record-top__col .service-doctor-top__buttons {
  margin-left: 20px;
}

@media (max-width: 992px) {
  .dispensary-block-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 20px 20px 30px;
  }

  .dispensary-block-top .dispensary-record-top__col:first-child {
    margin-bottom: 20px;
  }

  .dispensary-record-top__col .service-doctor-top__buttons {
    margin-left: 0;
  }
}

.dispensary-block-top__title {
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .dispensary-block-top__title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  
  .dispensary-block-top__title_break-word {
    word-break: break-word;
  }
}

.dispensary-block-top__title:last-child:last-child {
  margin-bottom: 0;
}

.dispensary-block-top__descr {
  color: #6B7786;
  margin-left: auto;
  margin-right: 245px;
  white-space: nowrap;
}

@media (max-width: 992px) {
  .dispensary-block-top__descr {
    margin: 0;
  }
}

.dispensary-block-top__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .dispensary-block-top__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}

.dispensary-block-top__button {
  padding-left: 24px;
  padding-right: 24px;
  min-width: 140px;
}

.dispensary-block-top__buttons .dispensary-block-top__button {
    margin-right: 10px;
}

.dispensary-block-top__buttons .dispensary-block-top__button:last-of-type {
    margin-right: 0px;
}

@media (max-width: 992px) {
    .dispensary-block-top__button {
        width: 100%;
    }

    .dispensary-block-top__buttons .dispensary-block-top__button {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .dispensary-block-top__buttons .dispensary-block-top__button:last-of-type {
        margin-bottom: 0;
        margin-right: 0;
    }
}
 
.dispensary-block__toggler.is-active::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.dispensary-block__toggler::after {
  content: '';
  width: 10px;
  height: 7px;
  background-image: url("../img/icons/toggler-btn-arrow-white.svg");
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  margin-left: 10px;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}

.dispensary-block__drop {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 36px;
}

@media (max-width: 992px) {
  .dispensary-block__drop {
    padding: 30px 20px;
    padding-top: 10px;
  }
}

.dispensary-block-list {
  margin-bottom: 15px;
}

.dispensary-block-list:last-child {
  margin-bottom: 0;
}

.dispensary-block-list__item {
  color: #A9A9A9;
  margin-bottom: 6px;
}

.dispensary-block-list__item-blue {
  color: #6B7786;
}

.drop__list {
  display: none;
}

@media (max-width: 992px) {
  .dispensary-block-list__item {
    margin-bottom: 15px;
  }
}

.dispensary-block-list__item:last-child {
  margin-bottom: 0;
}

.dispensary-block__print-button {
  margin-top: 16px;
  margin-left: auto;
}

.dispensary-block__date-text {
  font-size: 16px;
  font-weight: 600;
  color: #00AA8A;
  margin-bottom: 15px;
}

.dispensary-records__title {
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .dispensary-records__title {
    margin-bottom: 15px;
  }
}

@media (max-width: 992px) {
  .dispensary-records__service-prev-wrapper {
    margin-bottom: 20px;
  }
}

.dispensary-record-top {
  padding: 25px;
  padding-right: 45px;
}

@media (max-width: 992px) {
  .dispensary-record-top {
    padding: 20px;
  }
}

.dispensary-record-top__title {
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.dispensary-record-top__address {
  color: #6B7786;
  margin-bottom: 5px;
}

.dispensary-record-top__phone {
  color: #6B7786;
}

@media (max-width: 992px) {
  .dispensary-record-top__button {
    margin-top: 20px;
  }
}

.dispensary-record-item__descr {
  color: #111111;
  margin-right: 94px;
}

.dispensary-record-subitem__top {
  padding-top: 22px;
  padding-bottom: 22px;
}

@media (max-width: 992px) {
  .dispensary-record-subitem__top {
    padding: 20px;
  }
}

.dispensary-record-subitem__title {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .dispensary-record-subitem__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .dispensary-record-subitem-drop {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.dispensary-record-subitem-drop__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dispensary-record-subitem-drop__col--first {
  margin-right: 146px;
}

.dispensary-record-subitem-drop__col--last {
  width: auto;
}

.dispensary-record-subitem__receiving-address {
  font-size: 18px;
  margin-bottom: 20px;
  color: #111;
}

@media (max-width: 1140px) {
    .dispensary-record-subitem-drop__col--first {
        margin-right: 0;
    }
}

@media (max-width: 992px) {
  .dispensary-record-subitem-drop__col--last .service-tickets-wrapper {
    margin-right: 30px;
  }

  .dispensary-record-subitem__receiving-address {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .dispensary-record-subitem-drop__col--last .service-tickets-wrapper {
    margin-right: 0;
  }
}

.service-tickets-list-wrapper {
    position: relative;
}

.service-tickets-list-wrapper::before {
    background-color: transparent;
    border: 1px solid #DADADA;
    border-radius: 6px;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.slots {
  margin-bottom: auto;
  display: block;
  max-height: 200px;
}

.slots-list {
    height: auto;
    margin-right: -30px;
    max-height: 276px;
}

.slots .mCSB_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slots__item {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 56px;
  border-radius: 0px;
  cursor: pointer;
  border: 1px solid #DADADA;
  color: #000;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 25px;
  margin-bottom: 25px;
}

.slots-list .slots__item {
    border: none;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    height: auto;
    min-height: 56px;
    margin: 0;
    padding-bottom: 17px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 17px;
    width: 100%;
}

.slots-list .slots__item:first-of-type {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.slots-list .slots__item:last-of-type {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.slots-list .slots__item:not(:last-of-type) {
    border-bottom: 1px solid #DADADA;
}

.slots-list .mCSB_scrollTools .mCSB_draggerRail,
.slots-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3px;
}

@media (max-width: 992px) {
  .slots__item {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .slots-list .slots__item {
/*    height: 81px;*/
/*    padding: 18px 20px 20px;*/
/*    display: -webkit-box;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-line-clamp: 3;*/
/*    overflow: hidden;*/
  }
}

@media (max-width: 576px) {
    .slots .mCSB_container {
        justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    .slots__item {
        font-size: 14px;
        margin-bottom: 20px;
        margin-right: 0;
        width: 45%;
    }

    .slots-list {
        margin-right: 0px;
        max-height: 100%;
    }

    .slots-list #mCSB_3_scrollbar_vertical {
        display: none;
    }
}

.slots__item:nth-child(4n) {
  margin-right: 0;
}

.slots__item.is-active,
.slots__item:hover {
  background-color: #00AA8A;
  color: #fff;
}

.slots__item.is-disabled {
  background-color: #F8F8F8;
  color: #C1C1C1;
  cursor: not-allowed;
}

.enter-modal {
  max-width: 444px;
  padding-top: 28px;
  padding-bottom: 36px;
  padding-left: 21px;
  padding-right: 21px;
  border-radius: 8px;
  background-color: #F0F4F9;
}

.enter-modal__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 47px;
}

.enter-modal__title {
  font-size: 40px;
  font-weight: 300;
  color: #005398;
}

.enter-modal-button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin-bottom: 5px;
}

.enter-modal-button:last-child {
  margin-bottom: 0;
}

.enter-modal-button__icon {
  margin-right: 10px;
}

.service-tabs-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .service-tabs-item-bottom {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.service-tabs-item-bottom__button {
  margin-right: 8px;
}

@media (max-width: 992px) {
  .service-tabs-item-bottom__button:first-child {
    margin-right: 0;
  }
}

.service-tabs-item-bottom__button:last-child {
  margin-right: 0;
}

@media (max-width: 992px) {
  .service-next--desktop {
    display: none;
  }
}

.service-next--mobile {
  margin-top: 10px;
  display: none;
}

@media (max-width: 992px) {
  .service-next--mobile {
    display: block;
  }
}

.service-next--mobile .service-next__button {
  width: 100%;
}

.js-service-edits {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
    .js-service-edits {
        display: none;
    }
  
    .js-service-edits_mobile-visible {
        display: block;
    }
}

.service-edit {
  min-height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px;
  /*border: 1px solid #DADADA;*/
  border-radius: 6px;
  margin-bottom: 10px;
  background-color: #fff;
  transition: 0.3s;
}

.service-edit_grey {
  background-color: #F1F3F6;
}

@media (max-width: 992px) {
  .service-edit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 20px;
    height: auto;
  }
}

.service-edit:last-child {
  margin-bottom: 0;
}

.service-edit__title {
  color: #000;
  display: flex;
}

.service-edit__key {
  min-width: 323px;
}

@media (max-width: 992px) {
  .service-edit__title {
    margin-bottom: 10px;
  }
}

.service-edit__value {
    color: #A9A9A9;
}

.service-edit__button {
  font-size: 14px;
  text-decoration: underline;
  color: #005398;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

@media (max-width: 992px) {
  .service-edit__button {
    font-size: 14px;
  }
}

.service-edit__button:hover {
  text-decoration: none;
}

.burger {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.burger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #F3F3F3;
  padding-top: 39px;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  pointer-events: none;
}

@media (max-width: 992px) {
  .burger-menu {
    padding-top: 30px;
  }
}

.burger-menu.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  pointer-events: auto;
}

.burger-menu-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 30px;
}

.burger-menu-top__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;  
  padding-right: 15px;  
}

.burger-menu__title {
  font-size: 26px;
  font-weight: 600;
  color: #00AA8A;
}

.burger-menu__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #DADADA;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
}

.burger-menu__items-col{
  padding-left: 15px;
  padding-right: 15px;
}

.burger-menu__partial--aside {
  border-left: 1px solid #DBDBDB;
  padding-left: 47px;
  padding-bottom: 51px;
}

.burger-menu__sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  color: #005398;
  margin-bottom: 20px;
}

a.burger-menu__sub-title:hover{
  text-decoration: underline;
}

.burger-menu__sub-title:hover {
  color: #005398;
}

.burger-menu__sub-title:last-child {
  margin-bottom: 0;
}

.burger-menu-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.burger-menu-block .burger-menu__sub-title {
  margin-bottom: 15px;
}

.burger-menu-block:last-child {
  margin-bottom: 0;
}

.burger-menu-list__item {
  font-size: 14px;
  color: #6B7786;
  margin-bottom: 7px;
}

.burger-menu-list__text_mobile, .index-services-list__text_mobile {
  display: none;
}

.burger-menu-list__text_desktop, .index-services-list__text_desktop {
  display: block;
}

.burger-menu-list__item:last-child {
  margin-bottom: 0;
}

.burger-menu-sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 4px;
}

.burger-menu-sublist__item {
  font-size: 13px;
  margin-bottom: 3px;
}

.burger-menu-sublist__item:last-child {
  margin-bottom: 0;
}

.burger-menu-sublist__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger-menu-sublist__link::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #005398;
  border-radius: 50%;
  margin-right: 5px;
}

.search-modal {
  max-width: 714px;
  background-color: #F0F4F9;
  padding-top: 26px;
  padding-bottom: 39px;
  padding-left: 32px;
  padding-right: 32px;
}

.search-modal__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

.search-modal__title {
  font-size: 40px;
  font-weight: 300;
  color: #005398;
}

.search-modal__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-modal__field {
  height: 49px;
  margin-right: 10px;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
}

.search-modal__field::-webkit-input-placeholder {
  color: #C5C5C5;
}

.search-modal__field:-ms-input-placeholder {
  color: #C5C5C5;
}

.search-modal__field::-ms-input-placeholder {
  color: #C5C5C5;
}

.search-modal__field::placeholder {
  color: #C5C5C5;
}

.search-modal__button {
  height: 49px;
  font-size: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.slider-dots {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 9px;
}

@media (max-width: 992px) {
  .slider-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.slider-dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
}


.slider-dots .slick-dots li {
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

    .slider-dots .slick-dots li.slick-active .slider-dot, .slick-dots-container > ul li.slick-active {
        width: 9px;
        min-height: 9px;
        max-height: 9px;
        background-color: #00AA8A;
    }

.slider-dots .slick-dots li:last-child {
  margin-right: 0;
}

.slider-dot {
  width: 6px;
  min-height: 6px;
  max-height: 6px;
  background-color: #D9D9D9;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*--------slider----------*/

.slick-dots-container {
    width: 10rem;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0.625rem auto;
    position: relative;
}


 .slick-dots-container > ul {
   padding: 0;
   display: flex;
   transition: all 0.25s;
   position: relative;
   margin: 0;
   list-style: none;
   transform: translateX(0);
   align-items: center;
   bottom: unset;
   height: 100%;
 }

   .slick-dots-container > ul li {
      width: 6px;
      height: 6px;
      margin-right: 10px;
      background-color: #D9D9D9;
      border: none;
      border-radius: 50%;
   }

   .slick-dots-container > ul li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 1.25rem;
      height: 1.25rem;
      padding: 0.3125rem;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: 0;
      background: 0 0;
   }

/*-----------------------*/

@media (max-width: 992px) {
  .useful-section__slider-dots {
    margin-bottom: 20px;
  }
}

.footer-slider-dots {
  margin-top: 35px;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .burger-menu__title {
    font-size: 22px;
  }

  .burger-menu-list__text_mobile, .index-services-list__text_mobile {
    display: block;
  }

  .burger-menu-list__text_desktop, .index-services-list__text_desktop {
    display: none;
  }
}

@media (max-width: 992px) {
  .burger-menu__partial--aside {
    padding-left: 0;
    border-left: none;
  }
}

@media (max-width: 992px) {
  .burger-menu__close {
    width: 36px;
    height: 36px;
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width: 992px) {
  .burger-menu__close img {
    width: 13px;
    height: 13px;
  }
}

@media (max-width: 992px) {
  .burger-menu-top {
    margin-bottom: 25px;
  }
}

@media (max-width: 992px) {
  .burger-menu-block {
    margin-bottom: 25px;
  }
}

@media (max-width: 992px) {
  .burger-menu-sublist {
    margin-top: 6px;
  }
}

@media (max-width: 992px) {
  .burger-menu-sublist__item {
    margin-bottom: 5px;
  }
}

@media (max-width: 992px) {
  .search-modal__title {
    font-size: 21px;
  }
}

@media (max-width: 992px) {
  .enter-modal__title {
    font-size: 21px;
  }
}

@media (max-width: 992px) {
  .enter-modal__top {
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .slider-controls {
    display: none;
  }
}

@media (max-width: 1460px) {
  .slider-control--prev {
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .slider-controls-top {
    top: -175px;
  }
}

.useful-section-list__link span {
    white-space: nowrap;
}

.popular-services {
  -webkit-transform: translateY(-26px);
  transform: translateY(-26px);
  margin-bottom: 63px;
}

@media (max-width: 992px) {
  .popular-services {
    -webkit-transform: none;
    transform: none;
    margin-bottom: 0;
    background-color: #fff;
  }
}

.popular-services__container {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 47px;
  padding-bottom: 72px;
}

@media (max-width: 992px) {
  .popular-services__container {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}

.popular-services .row {
  margin-left: -15px;
  margin-right: -15px;
}

.popular-services [class^="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.popular-services__bg-row {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.popular-services__bg {
  height: 100%;
}

.popular-services__bg::before {
  content: '';
  display: block;
  position: absolute;
  left: -1000%;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 10px;
}

@media (max-width: 992px) {
  .popular-services__bg::before{
    display: none;
  }
}

.popular-services__sub-title {
  text-transform: uppercase;
  color: #002D40;
}

@media (max-width: 992px) {
  .popular-services__sub-title {
    font-size: 24px;
    font-weight: 300;
  }
}

.popular-services__title {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  color: #002D40;
  margin-bottom: 65px;
}

@media (max-width: 992px) {
  .popular-services__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.popular-services__dots {
  margin-bottom: 0;
}

.popular-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .popular-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 271px;
    border: 1px solid #00AA8A;
    border-radius: 10px;
  }
}

.popular-service:hover .popular-service__text {
  color: #002D40;
  text-decoration: underline;
}

@media (max-width: 992px) {
  .popular-service:hover .popular-service__text {
    text-decoration: none;
  }
}

.popular-service__icon {
  margin-right: 15px;
  height: 81px;
}

@media (max-width: 992px) {
  .popular-service__icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.popular-service__text {
  font-size: 18px;
  color: #002D40;
  max-width: 150px;
}

@media (max-width: 992px) {
  .popular-service__text {
    width: 100%;
    max-width: 168px;
    text-align: center;
  }
}

.popular-service-wrapper:nth-child(1) {
  margin-left: -11px;
}

@media (max-width: 992px) {
  .popular-service-wrapper:nth-child(1) {
    margin-left: 0;
  }
}

.popular-service-wrapper:nth-child(2) {
  margin-left: 8px;
}

@media (max-width: 992px) {
  .popular-service-wrapper:nth-child(2) {
    margin-left: 0;
  }
}

.popular-service-wrapper:nth-child(3) {
  margin-left: 2.5px;
}

@media (max-width: 992px) {
  .popular-service-wrapper:nth-child(3) {
    margin-left: 0;
  }
}

.popular-service-wrapper:last-child .popular-service__text {
  max-width: 130px;
}

.footer-slider__dots {
  margin-bottom: 0;
}

.answer-tooltip-toggler {
  display: none;
  position: relative;
  cursor: pointer;
  pointer-events: all;
}

.answer-tooltip-toggler1 {
    display: inline-block;
    left: 2px;
}

.answer-tooltip-toggler.is-shown{
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; 
}

@media (max-width: 992px) {
  .answer-tooltip-toggler {
    position: static;
  }
}

.answer-tooltip-toggler.is-active .answer-tooltip,
.answer-tooltip-toggler.is-active .answer-tooltip__inner{
  opacity: 1;
  pointer-events: auto;
}

.answer-tooltip {
  position: absolute;
  /* https://jira.netrika.ru/browse/IPGORZDRAV-664 */
  z-index: 2;
  left: 100%;
  top: -7px;
  padding-left: 20px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  display: none;
}

.answer-tooltip_invisible {
  display: none;
}

.is-active .answer-tooltip_invisible {
  display: block;
}

.answer-tooltip__inner {
  position: relative;
  width: 238px;
  background-color: #FDFDFD;
  border: 1px solid #005398;
  border-radius: 10px;
  padding-left: 16px;
  padding-top: 13px;
  padding-right: 13px;
  padding-bottom: 18px;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  opacity: 0;
  pointer-events: none;
}

.answer-tooltip__inner::before {
  content: '';
  display: block;
  position: absolute;
  left: -11px;
  top: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #005398 transparent transparent;
}

.answer-tooltip__text {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  white-space: normal;
}

.answer-tooltip__text a {
  font-weight: 600;
  text-decoration: underline;
  color: #005398;
}

.burger-menu-list__link--disabled {
  opacity: 0.5;
}

.burger-menu__sub-title--disabled {
  opacity: 0.5;
}

.service-record__cancel-button {
  width: 130px;
}

.error-modal, 
.info-modal {
  max-width: 800px;
  padding: 30px;
}

.error-modal__top,
.info-modal__top {
  margin: 0;
  margin-bottom: 10px;
}

.error-modal__title,
.info-modal__title {
  font-size: 18px;
  color: #EB5757;
}

.info-modal__title {
    color: #005398;
}

.service-doctor__date-picker .day {
  cursor: not-allowed;
  pointer-events: none;
}

.service-doctor__date-picker .datepicker-slot {
  cursor: pointer;
  pointer-events: auto;
  background-color: #BEEFE6 !important;
  color: #111 !important;
  border-radius: 3.03039px;
}

.service-doctor__date-picker .active.datepicker-slot {
  background-color: #00AA8A !important;
  color: #fff !important;
}

.visit-date-picker .day.datepicker-slot,
.visit-date-picker .day.datepicker-slot:hover {
  cursor: pointer;
  pointer-events: auto;
  background-color: #00AA8A !important;
  color: #fff !important;
  border-radius: 4px;
}

.visit-date-picker .active.datepicker-slot,
.visit-date-picker .active.day,
.visit-date-picker .active.day:hover {
  background-color: #005398 !important;
  color: #fff !important;
  border-radius: 4px !important;
}

.visit-date-picker .day:hover {
  background-color: #fff !important;
}

.cancel-booking-modal {
  max-width: 770px;
  padding: 30px;
}

.cancel-booking-modal__top {
  margin-bottom: 0;
}

.cancel-booking-modal__title {
  font-size: 18px;
  margin-right: 10px;
}

.slots-title {
  font-size: 18px;
  color: #111111;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .slots-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

#appointmentButton {
  margin-right: 8px;
}

@media (max-width: 992px) {
  #appointmentButton {
    margin-right: 0;
  }
}

.home-call-info-panel-msg {
  font-size: 14px;
}

.paginationjs-pages ul {
  display: flex;
}

.paginationjs-pages li {
  margin-right: 10px;
}

#notFoundMsg {
  font-size: 18px;
}

.test-hidden {
  display: none;
}

#paginationOutput {
  display: none;
}

#paginationOutput.is-active {
  display: block !important;
}

.medical-organizations #paginationOutput {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.not-work {
  display: none;
  background-color: yellow;
}

#dispensaryBtn[disabled] {
  opacity: 0.8;
}

.lk-result-list__val {
  width: 50%;
}

.result-modal-table__minmax-val div:first-child {
  margin-bottom: 5px;
}

.result-modal__button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 25px;
}

.result-modal__button {
  width: 120px;
}

.js-doctor-toggler {
  width: 180px;
}

@media (max-width: 992px) {
  .js-doctor-toggler {
    width: 100%;
  }
}

.service-speciality__description {
  font-size: 14px;
  margin-top: 2px;
}

@media (max-width: 992px) {
  .service-speciality__description{
    margin-bottom: 15px;
  }
}

.journall-access-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 33px 30px;
}

@media (max-width: 992px) {
  .journall-access-block {
    padding: 15px !important;
    margin-bottom: 15px;
  }
}

.journall-access-block:last-child {
  margin-bottom: 0;
}

.journall-access-block__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.journall-access-block__address::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background-image: url('../img/icons/lk-result-marker.svg');
  background-size: cover;
  margin-right: 3px;
}

@media (max-width: 992px) {
  .journall-access-block__address::before {
    margin-right: 6px;
  }
}

.journall-access-block__title {
  font-size: 22px;
  margin-bottom: 15px;
}

.journall-access-block__title:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .journall-access-block__title {
    font-size: 16px;
  }
}

.journall-access-block--doctor {
  padding-top: 26px;
  padding-bottom: 26px;
}

@media (max-width: 992px) {
  .journall-access-block--doctor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.journall-access-block--doctor .journall-access-block__title {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .journall-access-block--doctor .journall-access-block__title {
    font-size: 18px;
  }
}


.journall-access-block__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 6px;
}

@media (max-width: 992px) {
  .journall-access-block__button {
    width: 100%;
  }
}

.journall-access__small-title {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}

.journall-access-form {
  width: 100%;
  max-width: 485px;
}

.journall-access-form__select-wrapper {
  margin-bottom: 10px;
}

.journall-access-form__select-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #6B7786;
}

.journall-access-form-wrapper {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .journall-access-form-wrapper {
    margin-bottom: 25px;
  }
}

.journall-access-form__button {
  width: 100%;
}

.journall-access-form__field {
  margin-bottom: 10px;
}

.journall-access-form__field::placeholder {
  color: #6B7786;
}

#searchOutputWrapper {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  #searchOutputWrapper {
    margin-bottom: 25px;
  }
}

.cancel-access-modal {
  padding: 30px;
}

.cancel-access-modal__title {
  font-size: 18px;
  line-height: 1.45;
}

@media (max-width: 992px) {
  .journall-access-block__speciality {
    margin-bottom: 20px;
  }
}

.service-progress--cancel .service-progress__item:last-child {
  width: 40%;
}

.service-block-2--cancel .lk-visit__control {
  margin-right: 10px;
}

.service-block-2--cancel .lk-visit__control:last-child {
  margin-right: 0;
}

.service-layout__dropdown--no-services {
  margin-top: 35px;
}

.service-doctor-journal-drop {
  height: auto;
}

.service-prev--apply {
  width: 106px;
}

@media (max-width: 992px) {
  .service-prev--apply {
    width: 100%;
  }
}

.service-prev--apply svg {
  margin-right: 7px;
}

.lk-lpu__not-found {
  font-size: 16px;
  color: #111;
}

.timetable__not-found {
  color: #111;
  font-size: 16px;
  margin-left: 9px;
  margin-right: 9px;
}

@media (max-width: 576px) {
  .timetable__not-found {
    font-size: 13px;
  }
}

.service-apply-modal__btn-wrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 35px;
}

#lkUpcomingVisitsOutput .lk-visit-wrapper,
#visitsOutput .lk-visit-wrapper{
  margin-bottom: 8.5px;
}

#journalOutput .lk-direction-wrapper {
  margin-bottom: 17px;
}

.success-modal .modal__title{
  color: #00AA8A;
}

.form-block__field[disabled] {
  background-color: #fff;
  color: #BCBCBC;
}

.questionnaire-item--multiSelect{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.questionnaire-item--multiSelect .questionnaire__radio-buttons{
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
}

.questionnaire-item--multiSelect .questionnaire-radio{
  margin-bottom: 7px;
}

.questionnaire-item--multiSelect .questionnaire__sub-title,
.questionnaire-item--multiSelect .questionnaire-item__title{
  margin-bottom: 10px;
}

.js-journal-drop-toggler{
width: 180px;
} 

@media (max-width: 992px) {
  .js-journal-drop-toggler{
    width: 100%;
  }
}

.sitemap{
  padding-top: 45px;
}

.index-important-item__list li:nth-child(1n+4){
  display: none;
}

.dispensary-modal-1__title-3{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.dispensary-modal-1__text{
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 25px;
}

.dispensary-modal-1__list{
  margin-bottom: 30px;
}

.dispensary-modal-1__list li{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.dispensary-modal-1__list li:last-child{
  margin-bottom: 0;
}

.dispensary-modal-msg b{
  font-weight: 700;
}

.dispensary-modal__button-wrapper{
  margin-top: 25px;
}

.lk-clinic-list__link{
  white-space: nowrap;
}

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

.info-content__output a {
    color: #00AA8A;
}

.info-content__output a:visited {
    color: #005398;
}

.info-content__output a:hover {
    text-decoration: underline;
}

.info-content__output p {
    font-weight: inherit;
}

.info-content__output ul {
    margin: 0px 0px 15px 40px;
    font-weight: inherit;
}

.info-content__output ul li {
    list-style-type: disc;
}

.info-content__output ol li {
    list-style-type: decimal;
}

.cabinet__row{
  width: 100%;
}

.event-top{
  border: 0.5px solid #DADADA;
}

.js-service-districts-drop{
  display: none;  
}

.referralschedule-tooltip-toggler-wrapper{
  position: relative;
}

.referralschedule-tooltip-toggler{
  position: relative; 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

@media (max-width: 992px) {
  .referralschedule-tooltip-toggler{
    position: static;
  }
}

.referralschedule-tooltip-toggler .answer-circle{
  cursor: pointer;
}

.referralschedule-tooltip-toggler.is-active .referral-schedule-tooltip-wrapper{
  opacity: 1;
  pointer-events: auto;
}

.referral-schedule-tooltip-wrapper{
  position: absolute; 
  left: 100%;
  padding-left: 20px;
  top: -20px;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s opacity;
}

@media (max-width: 992px) {

  .referral-schedule-tooltip-wrapper{
    top: 35px; 
    left: -20px;
    padding-left: 0; 
  }

}

.referral-schedule-tooltip{
  display: block;
  min-width: 591px;
  max-width: 591px;
  border: 1px solid #005398;
}

@media (max-width: 992px) {

  .referral-schedule-tooltip{
    min-width: 330px;
    max-width: 330px;
  }

}

.referral-schedule-tooltip__top{
  margin-bottom: 25px;
}

@media (max-width: 992px) {

  .referral-schedule-tooltip__top{
    margin-bottom: 15px;
  }

}

.referral-schedule-tooltip__title{
  font-size: 16px;
  margin-bottom: 0;
  padding-right: 40px;
  font-weight: 600;
}

@media (max-width: 992px) {
  
  .referral-schedule-tooltip__title{
    font-size: 12px;
    padding-right: 20px; 
  }

}

.footer__copyright span{
  display: block;  
}

.footer__copyright span:last-child{
  font-size: 12px;
}

@media (max-width: 992px) {

  .footer__copyright span:last-child{
    font-size: 10px;
  } 

}

.service-block-2--accent-1 .block-2-aside__day,
.lk-visit-wrapper--canceled .block-2-aside__day,
.service-block-2--accent-1 .block-2-aside__year,
.lk-visit-wrapper--canceled .block-2-aside__year{
  color: #9FACBD;
}

.header{
  border-bottom: 2px solid #F1F3F6;  
}

.cabinet-wrapper .header{
  border-bottom: 2px solid #F1F3F6;  
}

.index-events .event-top{
  border: none;
}

.journall-access__small-title-wrapper{
  margin-bottom: 15px;
}

@media (max-width: 992px) {

  .journall-access__small-title-wrapper{
    margin-bottom: 10px;
  }

}

#index-useful-section .useful-section-list__link:hover{
  text-decoration: underline;
}

.header-blind-toggler svg path{
  -webkit-transition: 0.3s fill;
  transition: 0.3s fill; 
}

.header-blind-toggler:hover svg path{
  fill: #00aa88;
}

.burger svg path{
  -webkit-transition: 0.3s stroke;
  transition: 0.3s stroke;  
}

.burger:hover svg path{
  stroke: #00aa88;
}

.burger-menu-list__link:hover,
.burger-menu-sublist__link:hover{
  text-decoration: underline;
}

.index-hero__button--registration:hover{
  color: #fff;
  border-color: #005398;
  background-color: #005398!important;
}

@media (max-width: 992px) {
  .send-message .select2-results__option{
    height: auto;
    padding-top: 10.4px;
    padding-bottom: 10.4px;
    white-space: normal;
  }
}

.datepicker table tr td.highlighted,
.date-picker table tr td.highlighted,
.visit-date-picker table tr td.highlighted{
  position: relative;
  border-radius: 4px;
}

.datepicker table tr td.highlighted div,
.date-picker table tr td.highlighted div,
.visit-date-picker table tr td.highlighted div{
  position: relative;
}

.datepicker table,
.date-picker table,
.visit-date-picker table{
  border-spacing: 3px;
  border-collapse: separate;
}

.date-picker--has-months .datepicker td {
  border: none !important;
}

.datepicker table tr td.highlighted::before,
.date-picker table tr td.highlighted::before,
.visit-date-picker table tr td.highlighted::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-color: #F7F7F7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td.active::before,
.date-picker table tr td.active::before,
.visit-date-picker table tr td.active::before {
  background-color: #00AA8A;
}

.datepicker table tr td.highlighted:last-child::before,
.date-picker table tr td.highlighted:last-child::before,
.visit-date-picker table tr td.highlighted:last-child::before{
  right: 0;
}

.service-referral--disabled,
.service-referral--disabled .lk-direction-status{
  border-color: #6B7786; 
}

.service-referral--disabled .lk-direction-status__val{
  color: #6B7786;
}

.about img{
  margin: 30px;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.info-content-panel__link-wrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; 
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.info-content-panel__link{
  padding-left: 0;
  padding-right: 0;
}

.info-content-panel__link::after{
  display: none;
}

.info-content-panel__toggler{
  cursor: pointer; 
  display: block;
  width: 20px;
  height: 21px;
  background-image: url('../img/icons/user-menu-arrow.svg');
  background-repeat: no-repeat;
  background-size: 10px 7px;
  background-position: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: auto;
  flex-shrink: 0;
  flex-grow: 0;
}

.info-content-panel__toggler.is-active {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (max-width: 992px) {
  .article__content video,
  .article__content iframe{
    max-width: 100% !important;
    height: auto;
  }
}

.timetable-drop__dots{
  height: auto;
  margin-bottom: 0;
  margin-top: 0;
}

.user-toggler {
  display: none !important;
  position: absolute;
  right: 0;
  top: 115px;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  background-color: rgba(0, 170, 138, 0.8);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

@media (max-width: 992px) {
  .user-toggler{
    display: none;  
  }
}

.user-toggler__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.user-toggler__icon--1 {
  left: 15px;
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}

.user-toggler__icon--2 {
  right: 15px;
}

@media (max-width: 992px) {
  .user-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.care-drop-item__top-button{
  padding-left: 15px;
  padding-right: 15px;
}

.article table{
  width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 3px;
  margin-left: -3px;
  margin-right: -3px;
}

.article table td{
  font-size: 14px;
  padding: 15px;
  color: #111111;
  background-color: #F1F3F6;
  vertical-align: top;  
}

.article table tr:first-child td{
  height: 46px;
  font-weight: 700;
  color: #fff;
  background-color: #00AA8A;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}

.agreement-modal-block__content ul,
.agreement-modal-block__content ul li{
  list-style-type: disc;
} 

.agreement-modal-block__content ul{
  display: block;
  list-style-type: disc;
  padding-inline-start: 40px;  
  margin-bottom: 10px;
}

@media (max-width: 576px) {
    .agreement-modal-block__content ul {
        padding-inline-start: 20px;
    }
}

.agreement-modal-block__content ul li{
  display: list-item;
  text-align: justify;
}

.agreement-modal__agreements{
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.agreement-modal{
  padding-top: 50px;
  padding-bottom: 50px;
}

.agreement-modal__top{
  margin-bottom: 40px;
}

.agreement-modal-block__date{
  border-bottom: 1px solid #000;
}

.agreement-modal-block__fio {
    border-bottom: 1px solid #dadada;
    line-height: 40px;
    text-align: center !important;
    text-indent: 0px !important;
}

.agreement-modal-block__fio-description {
    font-size: 10px;
    text-align: center !important;
}

.agreement-modal-paragraph {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    width: 100%;
}

.agreement-modal-paragraph__value {
    border-bottom: 1px solid;
    flex-grow: 1;
    position: relative;
    text-align: center;
}

.agreement-modal-paragraph__value::after {
    color: black;
    content: '.';
    display: block;
    position: absolute;
    right: 0;
    top:0;
}

@media (max-width: 768px) {
    .agreement-modal-paragraph {
        text-indent: 0px!important;
    }

    .agreement-modal-paragraph:nth-child(2n) {
        flex-direction: column;
    }
}

.agreement-modal-paragraph__footnote {
    font-size: 14px;
    font-style: italic;
    margin-top: 20px;
}

.breadcrumbs-col-wrapper{
  margin-bottom: 30px;
}

.info-content-panel__toggler{
  user-select: none;
}

.info-content-panel__btn{
  /*display: none !important;*/
}

.lk-index-loader{
  pointer-events: none;
}

#upcomingVisitsOutput .block-2{
  margin-bottom: 20px;
  min-height: 250px;
}

.polis-modal{
  display:block;
  max-width: 100%;
  border: 1px solid #DADADA;
  margin-bottom: 30px;
}

.polis-modal__title{
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .polis-modal__title{
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.polis-modal__middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.polis-modal__middle--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: normal;
}

.polis-modal__middle:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
  .polis-modal__middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: normal;
    margin-bottom: 0;
  }
}

.polis-modal__text{
  max-width: 100%;
  text-align: justify;
}

@media (max-width: 992px) {
  .polis-modal__text{
    margin-bottom: 10px;
    text-align: left;
  }
}

.polis-modal__button{
  padding-left: 15px;
  padding-right: 15px;
}

.polis-modal__button:hover{
  color: #fff;
}

.polis-modal__link{
  color: #005398;
  cursor: pointer;
}

.polis-modal__link:hover {
    color: #0056b3;
    text-decoration: underline;
}

@media (max-width: 992px) {
    .polis-modal__link {
        margin-bottom: 10px;
    }
}

.polis-modal__list {
    margin-top: 10px;
    padding-left: 30px;
}

.polis-modal__list-item {
    list-style-type: square;
}

.polis-not-specified {
  display: flex; 
  justify-content: space-between
}

.polis-not-specified__text {
  flex-direction: column; 
  align-items: flex-start;
  margin-right: 10px;
}

.polis-not-specified .polis-modal__title {
  margin-bottom: 18px;
}

.burger-menu__items{
  padding-left: 15px;
  padding-right: 15px;
}

.burger-menu__items-row{
  margin-left: -15px;
  margin-right: -15px;
}

.burger-menu__items-row .col-lg-3{
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 992px) {
  .burger-menu__items-row .col-lg-3{
    margin-bottom: 25px;  
  }
}

.index-important-item{
  border: 1px solid transparent;
}

.error-modal__error-code,
.info-modal__description {
  color: gray;
  font-size: 14px;
  white-space: pre-line;
}

.agreement-modal__button--link{
  width: auto;
  margin-right: 0px;  
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  opacity: 0;
  background-color: #005398; 
}

.agreement-modal__button--link:hover{
  background-color: #005398 !important; 
}

@media (max-width: 992px) {
  .agreement-modal__button--link{
    margin-right: 8px;
    margin-top: 5px;
    width: 100%;
  }
}

.agreement-modal__button--link.is-active{
  opacity: 1;  
}

.agreement-modal__buttons{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .agreement-modal__buttons{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;   
  }
}

.medical-care-title,
.results-title{
  position: absolute; 
  left: 42px;
  top: 30px; 
}

@media (max-width: 992px) {
  .medical-care-title,
  .results-title{
    top: 20px;
    left: 20px;
  }
}

#protected-content{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
}

/*FIXME */
.m_page-news__container,
.m_page-news__container .slick-dots {
  overflow: visible !important;
}

@media (max-width: 992px) {
  .m_page-news__container {
    overflow: hidden !important;
  }

  .m_page-news__container {
    flex-wrap: wrap;
  }

  .m_page-news__container .slick-dots li {
    margin-bottom: 8px;
  }
}

.page-news__container{
  padding-left: 15px;
  padding-right: 15px;
}

.page-news__items{
  margin-left: -15px;
  margin-right: -15px;
}

.page-news__item-wrapper{
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  max-width: 100%;
}

@media (max-width: 992px) {
  .page-news__item-wrapper{
    margin-bottom: 15px;
  } 
}

.page-news__item-wrapper .news-item{
  height: 100%;
}

.page-news__item-wrapper:nth-child(10n + 1),
.page-news__item-wrapper:nth-child(10n + 7){
  width: 58.32%;
  height: 556px;
}

@media (max-width: 992px) {
  .page-news__item-wrapper:nth-child(10n + 1),
  .page-news__item-wrapper:nth-child(10n + 7){
    height: 284px;
  }
}

.page-news__item-wrapper:nth-child(10n + 1) .news-item__title,
.page-news__item-wrapper:nth-child(10n + 7) .news-item__title{
  font-size: 26px;
}

@media (max-width: 992px) {
  .page-news__item-wrapper:nth-child(10n + 1) .news-item__title,
  .page-news__item-wrapper:nth-child(10n + 7) .news-item__title{
    font-size: 18px;  
  }
}

.page-news__item-wrapper:nth-child(10n + 2),
.page-news__item-wrapper:nth-child(10n + 3),
.page-news__item-wrapper:nth-child(10n + 6),
.page-news__item-wrapper:nth-child(10n + 8){
  width: 41.66667%;
  height: 263px;  
}

@media (max-width: 992px) {
  .page-news__item-wrapper:nth-child(10n + 2),
  .page-news__item-wrapper:nth-child(10n + 3),
  .page-news__item-wrapper:nth-child(10n + 6),
  .page-news__item-wrapper:nth-child(10n + 8){
    height: 284px;  
  }
}

.page-news__item-wrapper:nth-child(10n + 4),
.page-news__item-wrapper:nth-child(10n + 5),
.page-news__item-wrapper:nth-child(10n + 9),
.page-news__item-wrapper:nth-child(10n + 10){
  width: 50%;
  height: 326px;
}

@media (max-width: 992px) {
  .page-news__item-wrapper:nth-child(10n + 4),
  .page-news__item-wrapper:nth-child(10n + 5),
  .page-news__item-wrapper:nth-child(10n + 9),
  .page-news__item-wrapper:nth-child(10n + 10){
    height: 284px;
  } 
}

@media (max-width: 992px) {
    .page-news__item-wrapper:nth-child(10n + 1),
    .page-news__item-wrapper:nth-child(10n + 4),
    .page-news__item-wrapper:nth-child(10n + 5),
    .page-news__item-wrapper:nth-child(10n + 8),
    .page-news__item-wrapper:nth-child(10n + 9) {
        width: 58.33%;
    }

    .page-news__item-wrapper:nth-child(10n + 2),
    .page-news__item-wrapper:nth-child(10n + 3),
    .page-news__item-wrapper:nth-child(10n + 6),
    .page-news__item-wrapper:nth-child(10n + 7),
    .page-news__item-wrapper:nth-child(10n + 10) {
        width: 41.66%;
    }
}

@media (max-width: 576px) {
    .page-news__item-wrapper:nth-child(n) {
        font-size: 18px;
        height: 300px;
        width: 100%;
    }
}

.lk-visits--homecall{
  border-color: #6B7786;
}

.visit-application-list__val--homecall{
  color: #6B7786 !important;
}

.service-cancel__home-button{
  padding-left: 25.5px;
  padding-right: 25.5px;
}

.journall-access__small-title--mb20{
  margin-bottom: 20px;
}

.index-events__slider-controls{
  display: none;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .index-hero{
    padding-top: 110px !important;
  }
}

@media (max-width: 992px) {
  .select2-results__option{
    overflow: visible;
    white-space: normal;
    text-overflow: initial;
  }
}

.test-section{
  display: flex;  
  align-items: center; 
  justify-content: center;
  height: 100vh;
  border: 1px solid #000;
  background-color: gray; 
  display: none;  
}

.test-section-scroll{
  height: 200px;
  width: 100px;
  max-width: 100px;
  overflow: hidden; 
}

@media (max-width: 992px) {
  .select2-results__option {
    min-height: 40px;
    height: auto;
  }
}

.user-panel__close{
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; 
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; 
  width: 59px;
  height: 59px;
  border: 1px solid #6B7786;
  border-radius: 6px;
  cursor: pointer;
}

@media (max-width: 992px) {
  .user-panel__close{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    width: 36px;
  }
}

.datepicker-drop__select-wrapper--year{
  width: 80px;
}

.datepicker-drop__select-wrapper--year .select2-search__field{
  font-size: 12px;
}

.datepicker-drop__select-wrapper--year .select2-results__message{
  font-size: 11px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.header-clap-text{
  max-width: 120px;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 992px) {
  .header-clap-text{
    max-width: 60px;
  } 
}

.visit-application-wrapper--opened .lk-visits--homecall{
  border-color: #00AA8A; 
}

.visit-application-wrapper--opened .visit-application-list__val--homecall{
  color: #00AA8A !important; 
}

.visit-application-wrapper--closed .lk-visits--homecall,
.visit-application-wrapper--canceled .lk-visits--homecall{
  border-color: #6B7786; 
}

.visit-application-wrapper--closed .visit-application-list__val--homecall,
.visit-application-wrapper--canceled .visit-application-list__val--homecall{
  color: #6B7786 !important; 
}

.expand{
  padding-bottom: 5px;
}

.expand.is-active .expand__title::before{
  transform: rotate(-180deg);
}

.expand__title{
  position: relative;
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #111;
  padding-bottom: 10px;
  cursor: pointer; 
  user-select: none; 
}

.expand__title::before{
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 14px;
  height: 11px;
  background-size: cover; 
  background-repeat: no-repeat;
  background-image: url('../img/icons/expand-arrow.svg');
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.expand__content{
  display: none;
  font-size: 16px;
}

.expand__content p {
  font-size: 16px;
  margin-bottom: 10px;
}

.expand__content p:last-child{
  margin-bottom: 10px;
}

body.compensate-for-scrollbar{
  overflow-y: auto;
}

.compensate-for-scrollbar{
  margin-right: 0 !important;
}

.service-progress__item.two-elements {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  width: auto;
  flex: none;
}

.service-progress__item.two-elements:last-child {
  margin: 0 0 0 50px;
}

.two-elements__container {
  justify-content: normal;
}

.two-elements > .service-progress__arrow {
  margin-left: 20px;
}

.button__ico {
    display: none;
    margin: 3px 10px 0 0;
}

.admission-procedure-link {
  font-size: 13px;
  color: #005398;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
  width: auto;
  flex: 0 0 auto;
}

.button__find-referrals {
  padding: 0 10px;
  margin-bottom: 5px;
  height: 35px;
  font-size: 10px;
}

.button__find-referrals .button__ico {
    display: none;
}

.lk-direction__btn {
  padding: 0 10px;
}

.admission-procedure__buttons {
  display: flex;
  width: auto;
  flex-shrink: 0;
  flex-grow: 0;
  flex-direction: column;
}

@media screen and (min-width: 480px) {
  .admission-procedure__buttons {
    flex-direction: row;
  }

  .button__find-referrals {
    margin-right: 10px;
    margin-bottom: 0;
  }

  .admission-procedure-link {
    width: auto;
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .button__find-referrals {
    height: 46px;
    font-size: 13px;
  }

  .lk-direction__btn {
    font-size: 13px;
  }
}

@media screen and (min-width: 1200px) {
  .button__find-referrals {
    padding: 0 20px;
    font-size: 14px;
  }

  .lk-direction__btn {
    padding: 0 25.5px;
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
    .admission-procedure-link {
        align-items: center;
        -ms-flex-align: center;
        -webkit-flex-align: center;
        justify-content: start;
        -ms-flex-pack: start;
        -webkit-flex-pack: start;
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }

    .admission-procedure__buttons {
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-flex-pack: justify;
        width: 100%;
    }

    .button__find-referrals,
    .lk-direction__btn {
        margin-bottom: 0;
        flex: 0 0 49%;
        max-width: 49%;
    }
}

@media (max-width: 768px) {
    .admission-procedure-link {
        margin-bottom: 0;
        width: auto;
    }

    .admission-procedure__buttons {
        width: auto;
    }

    .button__find-referrals,
    .lk-direction__btn {
        margin-bottom: 0;
        flex: 0 0 auto;
        max-width: initial;
    }
}

@media (max-width: 576px) {
    .admission-procedure-link {
        align-items: center;
        -ms-flex-align: center;
        -webkit-flex-align: center;
        justify-content: start;
        -ms-flex-pack: start;
        -webkit-flex-pack: start;
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }

    .admission-procedure__buttons {
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-flex-pack: justify;
        width: 100%;
    }

    .button__find-referrals,
    .lk-direction__btn {
        margin-bottom: 0;
        flex: 0 0 49%;
        max-width: 49%;
    }
}

.lk-direction__bottom-row .admission-procedure-link {
    margin-bottom: 0;
    width: auto;
}

.list-referrals-modal {
  width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  border-radius: 10px;
}

.list-referrals-modal__title {
  font-size: 24px;
}

@media (max-width: 576px) {
    .list-referrals-modal {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 13px 21px;
    }

    .list-referrals-modal__title {
        font-size: 18px;
    }
}


.list-referrals-block__inner {
  /*its rounded value*/
  max-height: 578px;
  overflow-x: hidden;
}

.row__margin-bottom {
  margin-bottom: 15px;
}

.email-field-class {
    display: none;
    width: 75.5%;
    margin-right: 1rem;
    margin-top: 30px;
    float: left;
}

.agreement-checkbox {
    background: #00AA8A;
    border-radius: 2px;
}

.message-modal {
    display: none;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    align-items: center;
    color: #00AA8A;
    margin: 30px 0 60px 0;
    text-align: center;
}
.message-modal-delete {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    align-items: center;
    color: #00AA8A;
    margin: 30px 0 60px 0;
    text-align: center;
}

.notif-item {
    margin-bottom: 20px;
    padding-top: 20px;
}

.text-top {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 54.18%;
    /* or 9px */
    color: #111111;
}

.lk-message__button {
    position: absolute;
    right: 24px;
    top: 30px;
}

.agree-check {
    background: #FFFFFF;
    /* с_6 */
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 2px;
}

/*----checkbox green and blue--------*/
.big_chk {
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    cursor: pointer;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
}

    .big_chk input {
        padding: 0px;
        margin-right: -13px;
        visibility: hidden;
    }

        .big_chk input + span {
            display: inline-block;
            background: #FFFFFF;
            border: 1px solid #DADADA;
            box-sizing: border-box;
            border-radius: 2px;
            margin: 0;
        }

        .big_chk .check-describe {
            font-weight: 600;
            position: relative;
            top: 0px;
        }

.big_chk_green input + span {
    flex-shrink: 0;
    -ms-flex: 0;
    -webkit-flex-shrink: 0;
    height: 26px;
    margin-right: 9px;
    width: 26px;
}

.big_chk_green input:checked + span {
    background-image: url('../img/icons/checkbox_checked_green.svg');
}


.big_chk_blue input + span {
    width: 31px;
    height: 31px;
}

.big_chk_blue input:checked + span {
    background: url('../img/icons/checkbox_checked_blue.svg') left top no-repeat;
}

/*--------------------*/

.integral-history__info-panel-title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #005398;
  padding-bottom: 15px;
}

.integral-history__info-panel-rows {
  margin: 15px 20px;
}

.integral-history__info-panel-row {
  display: flex;
}

.integral-history__info-panel-rows .integral-history__info-panel-row:last-child {
  border-bottom: 1px solid #DADADA;
  margin: 0 -20px;
  padding: 0 20px 20px;
}

.integral-history__info-panel-row__title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  color: #005398;
  width: 235px;
}

.integral-history__diseases_item {
  border: 1px solid #00AA8A;
  border-radius: 10px;
  padding: 30px 25px;
  margin-bottom: 15px;
}

.integral-history__diseases_item-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.integral-history__diseases_item-count {
  background-color: #005398;
  padding: 5px 15px;
  color: #fff;
  border-radius: 4px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
}

.integral-history__diseases_item-more {
  margin-top: 25px;
  display: none;
}

.integral-history__diseases_item-more__item-value {
  color: #002D40;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}

.integral-history__diseases_item-more__item {
  display: flex;
  flex-direction: column;
  background: #F0F4F9;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 20px;
}

.integral-history__diseases_item-more__item-row {
  display: flex;
  width: 100%;
  margin-bottom: 12px;
}

.integral-history__diseases_item-more__item-title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #A9A9A9;
  width: 18%;
  flex-shrink: 0;
  flex-grow: 0;
}

.integral-history_items {
  display: flex;
  flex-directon: column;
}

.integral-history__allergies_item {
  display: flex;
  padding: 30px 25px;
  border: 1px solid #00AA8A;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
}

.integral-history__allergies_item-left {
  width: 19%;
  flex-shrink: 0;
  flex-grow: 0;
  border-right: 2px solid rgba(107, 119, 134, 0.5);
}

@media(max-width: 1200px) {
  .integral-history__allergies_item-left {
    border-right: none;
  }
}

.integral-history__allergies_item-right {
  margin-left: 40px;
}

.integral-history__allergies_item-left__title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #002D40;
  margin-bottom: 15px;
}

.integral-history__allergies_item-right__title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #002D40;
  margin-bottom: 15px;
  min-height: 19px;
}

.integral-history__view_title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #005398;
  margin-bottom: 20px;
  margin-top: 20px;
}

.integral-history__allergies_item-left__title:last-child,
.integral-history__allergies_item-right__title:last-child {
  margin-bottom: 0;
}

.lk-allergy-info__panel-logo {
  width: 600px;
  height: 514px;
  background-image: url('../img/allergy/background.png');
  margin:0 auto;
  position: relative;
  padding: 50px 0;
}

.lk-allergy-info__panel-logo__pulse {
  background-image: url('../img/allergy/pulse.png');
  width: 372px;
  height: 123px;
  margin: 0 auto;
}

.lk-allergy-info__panel-logo__button {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color: #005398;
  text-align: center;
  border: 2px solid #A9A9A9;
  border-radius: 30px;
  padding: 12px 0;
  position: relative;
  width: 434px;
  margin: 40px auto 0;
  cursor: pointer;
}

.lk-allergy-info__panel-logo__button:after {
  background-image: url('../img/allergy/add_button.png');
  content: '';
  width: 74px;
  height: 74px;
  display: block;
  position: absolute;
  right: -5px;
  top: -8px;
}

.modal-lk-allergy {
  width: 940px;
}

.modal-lk-allergy__body {
  margin-top: 45px;
}

.modal-lk-allergy__body-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  position: relative;
}

.modal-lk-allergy__body-reaction-allergy_reaction-item-wrapper .service-record-agreement__checkbox img {
  width: auto;
  height: auto;
}

.modal-lk-allergy__body-reaction-allergy_reaction-item-wrapper .service-record-agreement__checkbox {
  width: 22px;
  height: 22px;
}

.modal-lk-allergy__body-view-allergy {
  width: 48%;
  padding: 10px 20px;
  font-size: 16px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  border: 1px solid #DADADA;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
}

.modal-lk-allergy__body-clinical-status-allergy {
  width: 48%;
  padding: 10px 20px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #DADADA;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
}

.modal-lk-allergy__body-allergen-allergy {
  width: 100%;
  padding: 10px 20px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #DADADA;
  box-sizing: border-box;
  border-radius: 10px;
  color: #A9A9A9;
}

.modal-lk-allergy__body-allergen-allergy_label {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin: 0 0 5px 5px;
}

.modal-lk-allergy__body-reaction-allergy {
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  border: 1px solid #DADADA;
  box-sizing: border-box;
  border-radius: 10px;
}

.modal-lk-allergy__body-button {
  float: right;
  padding: 0 20px;
}

.lk-allergy-info__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lk-allergy-info__item {
  border: 1px solid #00AA8A;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px;
  width: 49.5%;
  margin-bottom: 15px;
}

.lk-allergy-info__item-title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #005398;
  margin-bottom: 12px;
}

.lk-allergy-info__item-info {
  display: flex;
  flex-wrap: wrap;
}

.lk-allergy-info__item-info_row {
  width: 50%;
  display: flex;
  font-size: 12px;
  margin-bottom: 3px;
}

.lk-allergy-info__item-info_title {
  width: 65%;
}

.lk-allergy-info__item-info_value-green {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #00AA8A;
}

.lk-allergy-info__item-info_value-blue {
  color: #005398;
}

.lk-allergy-info__item-info_value-bold {
  font-weight: 600;
  color: #6B7786;
}

.lk-allergy-info__item-buttons {
  display: flex;
  margin-top: 15px;
}

.lk-allergy-info__item-button {
  border: 1px solid #D4D8E0;
  box-sizing: border-box;
  border-radius: 6px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  padding: 10px 10px;
  font-size: 11px;
  margin-right: 12px;
  padding-left: 35px;
  cursor: pointer;
}

.lk-allergy-info__item-button-edit:before {
  content: '';
  background-image: url('../img/allergy/edit_button.png');
  display: block;
  position: absolute;
  width: 17px;
  height: 23px;
  margin-left: -23px;
  margin-top: -3px;
}

.lk-allergy-info__item-button-delete:before {
  content: '';
  background-image: url('../img/allergy/delete_button.png');
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  margin-left: -25px;
}

.input__drug {
  position: relative;
}

.datepicker-drop__drug-from,
.datepicker-drop__drug-to {
  position: absolute;
}

.lk-polic-info-list__val {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 170.23%;
    color: #002D40;
    margin: 20px 0 20px 0;
}

.lk-polic-info-list__tit {
    margin: 20px 0 5px 0;
    font-weight: 600;
}

    .chat-error {
        background-color: #FDEEEE !important;
        margin-top: 20px;
    }

.lk-polic-info-list__error {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #EB5757;
}

.lk-polic-info__block-title {
    font-size: 18px;
    color: #005398;
    display: inline-flex;
    margin: 10px 0 20px;
}

.polic-info__val {
    font-weight: 700;
    margin-left: 10px;
}

.lk-policy {
    position: relative;
    padding: 20px 20px 20px 20px;
}

.lk-policy-list {
    font-size: 16px;
    margin-right: 5px;
}

.policy_info_val {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #002D40;
    width: 32%;
    flex-shrink: 0;
    flex-grow: 0;
}

.policy_info_val__city {
  width: 32%;
  flex-shrink: 0;
  flex-grow: 0;
}

.policy_block_title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    display: inline-block;
    align-items: center;
    color: #002D40;
    width: 100%;
}

.lk-policy__button {
    position: absolute;
    right: 24px;
    top: 10px;
}

.lk-policy__button-error {
    position: absolute;
    right: 24px;
    top: 40px;
}

.lk-policy-wrapper {
    padding-left: 8.5px;
    padding-right: 8.5px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

    .lk-policy-wrapper:last-child {
        z-index: 0;
    }


.lk-policy-chat {
    background-color: #F1F3F6;
    border-radius: 10px;
    padding: 20px 50px 20px 42px;
    margin-bottom: 20px;
}

@media (max-width: 500px) {
  .lk-policy-chat {
    padding: 12px 20px;
    margin-bottom: 10px;
  }
  .chat-error {
    padding: 20px 50px 20px 42px;
  }
}

.policy-inf-list li {
    margin-bottom: 15px;
}

.lk-error-policy-wrapper {
    border: 1px solid #DADADA;
    margin-bottom: 15px;
    padding: 0 30px;
}

.policy-block-title-bold {
    font-size: 18px;
    font-weight: 600;
}

#toggler1_policy {
    display: unset;
    top: 3px;
    left: 10px;
}

.error-description {
    max-width: 75%;
    font-size: 18px;
    margin: 10px 0 10px 0;
}

.lk-allergy-info__panel {
    margin: 0 auto;
}

.lk-allergy-info__panel-logo {
  width: 600px;
  height: 514px;
  background-image: url('../img/allergy/background.png');
  margin:0 auto;
  position: relative;
  padding: 50px 0;
}

.lk-allergy-info__panel-logo__text {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  color: #00AA8A;
  text-transform: uppercase;

}

.lk-allergy-info__panel-logo__pulse {
  background-image: url('../img/allergy/pulse.png');
  width: 372px;
  height: 123px;
  margin: 0 auto;
}

.lk-allergy-info__panel-logo__button {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color: #005398;
  text-align: center;
  border: 2px solid #A9A9A9;
  border-radius: 30px;
  padding: 12px 0;
  position: relative;
  width: 434px;
  margin: 40px auto 0;
  cursor: pointer;
}

.lk-allergy-info__panel-logo__button:after {
  background-image: url('../img/allergy/add_button.png');
  content: '';
  width: 74px;
  height: 74px;
  display: block;
  position: absolute;
  right: -5px;
  top: -8px;
}

.modal-lk-allergy {
  width: 940px;
}

.modal-lk-allergy__body {
  margin-top: 45px;
}

.modal-lk-allergy__body-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.modal-lk-allergy__body-view-allergy {
  width: 48%;
  padding: 10px 20px;
  font-size: 16px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  border: 1px solid #DADADA;
  box-sizing: border-box;
  border-radius: 10px;
}

.modal-lk-allergy__body-clinical-status-allergy {
  width: 48%;
  padding: 10px 20px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #DADADA;
  box-sizing: border-box;
  border-radius: 10px;
}

.modal-lk-allergy__body-allergen-allergy {
  width: 100%;
  padding: 10px 20px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #DADADA;
  box-sizing: border-box;
  border-radius: 10px;
  color: #A9A9A9;
}

.modal-lk-allergy__body-allergen-allergy_label {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin: 0 0 5px 5px;
}

.modal-lk-allergy__body-reaction-allergy {
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  border: 1px solid #DADADA;
  box-sizing: border-box;
  border-radius: 10px;
}

.modal-lk-allergy__body-button {
  float: right;
  padding: 0 20px;
}

.lk-allergy-info__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lk-allergy-info__item {
  border: 1px solid #00AA8A;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px;
  width: 49.5%;
  margin-bottom: 15px;
}

.lk-allergy-info__item-title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #005398;
  margin-bottom: 12px;
}

.lk-allergy-info__item-info {
  display: flex;
  flex-wrap: wrap;
}

.lk-allergy-info__item-info-procedure {
  flex-direction: column;
  align-items: baseline;
}

.lk-allergy-info__item-info_row {
  width: 50%;
  display: flex;
  font-size: 12px;
  margin-bottom: 3px;
}

.lk-allergy-info__item-info_title {
  width: 65%;
}

.lk-allergy-info__item-reactions {
  display: flex;
}

.lk-allergy-info__item-info_value-green {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #00AA8A;
}

.lk-allergy-info__item-info_value-blue {
  color: #005398;
}

.lk-allergy-info__item-info_value-bold {
  font-weight: 600;
  color: #6B7786;
}

.lk-allergy-info__item-buttons {
  display: flex;
  margin-top: 15px;
}

.lk-allergy-info__item-button {
  border: 1px solid #D4D8E0;
  box-sizing: border-box;
  border-radius: 6px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  padding: 10px 10px;
  font-size: 11px;
  margin-right: 12px;
  padding-left: 35px;
}

.lk-allergy-info__item-button-edit:before {
  content: '';
  background-image: url('../img/allergy/edit_button.png');
  display: block;
  position: absolute;
  width: 17px;
  height: 23px;
  margin-left: -23px;
  margin-top: -3px;
}

.modal-lk-allergy__body-view-allergy-drug {
  border: 1px solid #DADADA;
  box-sizing: border-box;
  border-radius: 5px;
}

.modal-lk-allergy__body-row__three {
  display: flex;
  justify-content: space-between;
}

.lk-allergy-info__item-button-delete:before {
  content: '';
  background-image: url('../img/allergy/delete_button.png');
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  margin-left: -25px;
}

.lk-allergy-info__item-info-procedure-row,
.lk-allergy-info__item-info-procedure-row__custom {
  display: flex;
  width: 100%;
}

.lk-allergy-info__item-info-procedure-row {
  border-bottom: 1px solid #A9A9A9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.lk-allergy-info__item-info-procedure-row__custom:last-child {
  border-bottom: 1px solid #A9A9A9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.lk-allergy-info__item-info-procedure-date__title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #005398;
  width: 70%;
  flex-shrink: 0;
  flex-grow: 0;
}

.lk-allergy-info__item-info-procedure .lk-allergy-info__item-info-procedure-date__title {
  width: 65%;
}

.lk-allergy-info__item-info-procedure-date__title-grey {
  color: #6B7786;
}

.lk-allergy-info__item-info-procedure-date__value {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #005398;
}

.lk-allergy-info__item-info-procedure-date__value-grey {
  color: #6B7786;
  font-style: bold;
}

.datepicker-drop__drug-from {
  left: -30px;
  top: 225px;
}

.datepicker-drop__drug-to {
  left: -30px;
  top: 225px;
}

.pagination-select {
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 6px;
    width: 52px;
    height: 46px;
    margin: 0 10px 0 10px;
}

.pagination-select:hover {
    cursor: pointer;
}

@media (max-width: 500px) {
  .pagination-select {
    padding-left: 7px;
  }
}

.modal-lk-allergy__body-view-allergy-drug-title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #002D40;
  margin-bottom: 8px;
  margin-left: 2px;
}

.lk-allergy__body-reaction-allergy_reaction-item__label {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #002D40;
}

.modal-lk-allergy__body-allergen-allergy__label {
  color: #111111;
  margin-bottom: 8px;
  margin-left: 2px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}

.modal-lk-allergy {
  overflow: visible;
}

.modal-lk-allergy-procedure_create .form-block__datepicker-wrapper,
.modal-lk-allergy-procedure_edit .form-block__datepicker-wrapper {
  width: 48%;
}

.modal-lk-allergy-procedure_create .filter-range,
.modal-lk-allergy-procedure_edit .filter-range{
  width: 100%;
}

.modal-lk-allergy-procedure_create .modal-lk-allergy__body-button,
.modal-lk-allergy-procedure_edit .modal-lk-allergy__body-button {
  width: 190px;
}

#notification-modal {
    padding: 35px 48px;
}

#notif-form .big_chk:first-child {
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    #notif-form .big_chk:first-child {
        margin-bottom: 26px;
    }
}

.notification__title-description {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
}

.notification-select {
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 6px;
    width: 52px;
    height: 46px;
}

    .lk-notification-right-menu {
        height: 24px;
        margin-bottom: 12px;
    }

.modal__title_notification {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #005398;
}

.modal-save-button {
    float: right;
    margin-top: 30px;
}

.modal__top_notification {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px;
}

@media (max-width: 992px) {
    .modal__top_notification {
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
  .message-modal_mobile {
    margin: 10px 0 0 !important;
  }
}

.pregency__item-info {
  display: none;
  background: #F1F3F6;
  margin: 0 20px 10px 20px;
  border-radius: 10px;
  padding: 40px;
}

.pregency__item-info-title {
  font-family: Open Sans;
  color: #111111;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 30px;
}

.pregency__item-info-row_value {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #111111;
}

.pregency__item-info-row {
  display: flex;
}

.pregency__item-info-row_title {
  width: 40%;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #A9A9A9;
  margin-bottom: 5px;
}

.lk-visit-top__right-direction {
  position: absolute;
  right: 20px;
  font-weight: 600;
  top: 90px;
  color: #005398;
}

.lk-visit-direction {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .lk-visit-direction {
    justify-content: flex-start;
  }

  .lk-visit-direction__text {
    font-size: 10px;
  }
}

.lk-visit-direction__text {
  color: #005398;
  font-weight: 600;
  font-size: 12px;
}

.lk-visit-direction ~ .lk-visit-middle > .lk-visit-middle__left {
  margin-top: 5px;
}

#reaction__main-wrapper .vaccination__item-col {
  width: 26%;
}

.modal-lk-allergy__body-view-allergy-drug__time-end {
  text-decoration: underline;
  color: #005398;
  font-size: 14px;
  position: absolute;
  top: 55px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  left: 0px;
  cursor: pointer;
}

.modal-lk-vaccination-reaction__row {
  align-items: center;
  padding: 15px 25px;
  border: 1px solid #DADADA;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  margin-bottom: 8px;
}

.modal-lk-vaccination-reaction__row-title {
  width: 55%;
  font-weight: 600;
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  flex-grow: 0;
}

.modal-lk-vaccination-reaction__row-value {
  color: #005398;
  font-weight: 600;
  width: 45%;
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  flex-grow: 0;
}

.modal-lk-vaccination-reaction {
  width: 740px;
  padding: 50px;
}

.lk-vaccination-reaction-button__description {
  width: 140px;
}

.filter-btn-notification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
     display: flex; 
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media(max-width: 768px) {
    #paginationOutput {
        margin:auto;
    }
}

.map__service-districts-map-wrapper {
  display: none;
}


/*----------------------Policy---------------------------------*/

.policy_hr {
    margin: 20px 0 20px 0;
    opacity: 0.2;
    border: 1px solid rgba(107, 119, 134, 0.5);
}


@media(max-width: 990px) {
    .lk-polic-info__block-title {
        font-size: 14px;
        line-height: 24px;
    }

    .lk-policy__button {
        position: inherit;
        margin-top: 10px;
    }

    .lk-policy {
        padding: 0 0 0 0;
    }

    .lk-polic-info-list__val {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        /*display: flex;*/
        align-items: center;
    }

    .lk-policy__button-error {
        position: unset;
    }

    .policy-block-title-bold {
        font-size: 16px;
    }

    #toggler1_policy {
        position: relative;
        display: unset;
        top: 3px;
        left: 5px;
    }
    
    .lk-polic-info-list__tit {
      font-weight: 600;
    }
}

/*--------------------------------------------------------------*/

/*-------------------Modal notification------------------*/
@media(max-width:500px) {
    .modal__title_notification {
        font-size: 18px;
        line-height: 25px;
        text-align: left
    }

    .check-describe {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        align-items: center;
        color: #000000;
    }

    .modal-email-message {
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .modal-save-button {
        float: none;
    }

    .email-field-class {
        width: 100%;
        margin-top: -10px;
    }

    .modal__close {
        margin-bottom: 1rem;
    }
    
    .modal__top_notification .modal__close {
      margin-left: 20px;
    }

    .message-modal, message-modal-delete {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        padding: 0 40px;
        margin-bottom: 36px;
    }

  .message-modal-delete {
    margin: 6px 0 0 0;
    font-size: 16px;
    padding: 0 20px;
  }

}
    /*------------------------------------------------------*/
.checkbox-toggler__inner {
  z-index: -1;
  position: relative;
}

.dropdown__toggler_danger {
  color: #e55555;
}

.dropdown__toggler_danger:before {
  background-image: url('../img/icons/send-message-icon_danger.svg');
}

.dropdown__toggler_danger:after {
  background-image: url('../img/icons/dropdown-1-icon_danger.svg');
}





.message-layout {
  padding: 0 15px;
}

.message-block {
  border: 1px solid #dadada;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 36px 40px;
  max-width: 100%;
}

.message-block__title {
  color: #005398;
  font-size: 24px;
  margin-bottom: 20px;
}

.message-block__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.message-block__text {
  margin-right: 20px;
}

.message-block__button {
  padding-left: 30px;
  padding-right: 30px;
}

.message-block__button:hover {
  color: #fff;
}

@media (max-width: 992px) {
  .message-block {
      padding: 20px;
  }

  .message-block__title {
      font-size: 20px;
  }

  .message-block__body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: normal;
  }

  .message-block__text {
      margin-bottom: 20px;
      margin-right: 0;
      max-width: 100%;
  }
}

.message-block__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    justify-content: flex-end;
}

.message-block__buttons .button:first-child {
    margin-right: 10px;
}

@media (max-width: 992px) {
    .message-block__buttons {
        display: block;
    }
    
    .message-block__buttons .button:first-child {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

.medical-flash-map-link {
    font-size: 16px;
    color: #6B7786;
}

.medical-organizations-map-flash {
    overflow-x: auto;
}

.medical-organizations-map-flash__map {
    width: 1060px;
    height: 780px;
}

.medical-organization-flash__top {
    background-color: #F1F3F6;
    padding-top: 43px;
    padding-bottom: 30px;
    border-bottom: 3px solid #00AA8A;
    margin-bottom: 26px;
}

.error-modal-free-shedule {
    max-width: 500px;
    padding: 30px;
}

@media(max-width: 992px) {
  hr {
    display: none;
  }
  
  .policy_hr {
    display: block;
  }

  .policy-answer-tooltip {
    left: -210px !important;
  }

  .get-policy-info-answer-tooltip {
    top: 90px !important;
    text-align: left;
  }
}

.answer-tooltip-toggler.is-active .answer-tooltip__inner {
  opacity: 1;
  pointer-events: auto;
}

.lk-message-top-policy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.block-1-policy {
  padding: 13px 30px;
  margin-bottom: 12px;
  position: relative;
}

@media (max-width: 500px) {
  .block-1-policy {
    padding-bottom: 11px !important;
  }
}

.button--1-policy {
  width: 100%;
  text-align: center;
}

.drop__list-ok {
  width: 100%;
}

.block-1_-drop {
  padding: 22px 30px;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.lk-policy-chat-row {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .lk-policy-chat-row {
    flex-direction: column;
    align-items: center;
  }
  
  .policy_info_val {
    margin-bottom: 5px;
    width: 100%;
  }

  .policy_info_val__city {
    width: 100%;
  }
  
  .polis-not-specified {
    flex-direction: column;
  }
  
  .polis-not-specified__text {
    margin-bottom: 20px;
  }

  .polis-modal__text {
    margin-bottom: 0;
  }
}

@media screen and (min-width : 992px) {
  .lk-message-top-policy {
    flex-direction: row;
  }

  .policy_block_title {
    margin-right: 20px;
  }

  .button--1-policy {
    width: 128px;
  }

  .lk-message-top-column {
    flex-direction: column;
    position: relative;
  }
}

/*Пожалуйста , не дописывайте сюда ничего , пишите выше. Потом мы создадим notification.css и перенесем этот кусок туда.*/

.left_panel__user-notification-ico {
  background-image: url('../img/icons/notification.svg');
  width: 59px;
  height: 59px;
  cursor: pointer;
  border: 1px solid #6B7786;
  border-radius: 6px;
  background-size: 26px;
  background-position: center;
  background-repeat: no-repeat;
}

.left_panel__user-notification_count {
  font-size: 11px;
  position: absolute;
  left: calc(100% / 2 - 3px);
  top: 10px;
  display: none;
  padding: 1px 4px 0;
  min-width: 18px;
}

.font-size-big .left_panel__user-notification_count {
  height: unset;
  border-radius: 9px;
  right: 0;
  top: 0;
}

.left_panel__user-notification_items {
  width: 340px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 8px;
  top: 65px;
  left: -70px;
  position: absolute;
  z-index: 2;
  border-color: #005398;
  display: none;
  z-index: 1000;
}

.left_panel__user-notification_items:before {
  content: ' ';
  border: 5px solid transparent;
  border-bottom: 7px solid #005398;
  position: absolute;
  z-index: 2;
  left: 94px;
  top: -13px;
}

.left_panel__user-notification_item {
  flex-direction: column;
  display: flex;
  padding: 10px 15px;
  border-radius: 8px;
  margin: 6px 6px 6px 0;
  font-size: 14px;
  background-color: #F1F3F6;
  position: relative;
}

.left_panel__user-notification_item-text {
  font-weight: 600;
  padding-right: 14px;
}

.left_panel__user-notification_item-date {
  font-size: 12px;
  color: #6B7786;
  text-align: right;
  margin-top: 5px;
}

.left_panel__user-notification_item-close-b {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  background-image: url('../img/icons/close-modal.svg');
  width: 11px;
  height: 11px;
  background-size: contain;
  display: none;
}

.left_panel__user-notification_all-b {
  display: block;
  margin: 5px;
  background-color: #005398;
  border-radius: 4px;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  margin: 15px;
}

.left_panel__user-notification_all-b:hover {
  color: #fff;
}

@media screen and (min-width : 992px) {
  .left_panel__user-notification-ico {
    position: absolute;
    right: 20px;
    background-image: url('../img/icons/notification.svg');
    width: 23px;
    height: 27px;
    cursor: pointer;

    left: auto;
    top: auto;
    border: 0;
    border-radius: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .left_panel__user-notification_count {
      top: -5px;
  }
  
  .font-size-big .left_panel__user-notification_count {
    right: -14px;
    top: -14px;
  }

  .left_panel__user-notification_items {
    width: 400px;
    right: -407px;
    left: auto;
    top: auto;
  }

  .left_panel__user-notification_items:before {
    content: ' ';
    border: 5px solid transparent;
    border-right: 7px solid #005398;
    position: absolute;
    z-index: 2;
    left: -12px;
    top: 10px;
  }
}

.left_panel__user-notification_mobile {
  display: none;
  position: relative;
}

@media (max-width: 992px) {
  .left_panel__user-notification_mobile {
    display: block;
  }

  .left_panel__user-notification_desktop {
    display: none;
  }
}

@media screen and (max-width: 576px) {
    .js-tooltip-close {
        align-items: center;
        border: 1px solid #dadada;
        border-radius: 4px;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        height: 16px;
        position: absolute;
        right: 15px;
        top: 15px;
        width: 16px;
        -webkit-box-align: center;
        -webkit-box-pack: center;
    }

    .js-tooltip-close::after {
        background-image: url(../img/icons/popup-close.svg);
        background-repeat: no-repeat;
        background-size: cover;
        content: '';
        display: block;
        height: 8px;
        width: 8px;
    }
}

.form-address-home {
    flex-shrink: 0;
    flex-grow: 0;
    width: 24%;
    display: block;
}

.form-address-home:disabled {
    background: #ededed;
}

.form-address-kladr {
    position: absolute;
    top: 0;
}

@media (max-width: 992px) {
    .form-address-home {
        width: 100%;
    }
}

.form-check-for-mobile {
    display: none;
}

.form-check-for-mobile:first-of-type {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .form-check-for-mobile {
        display: flex;
    }
}

.select2-dropdown-position {
    position: relative;
}

.service-doctor__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 22px 25px;
}

.service-doctor__b-title {
  width: 45%;
  flex-shrink: 0;
  flex-grow: 0;
  color: #000;
  font-size: 18px;
}

.service-doctor__count-ticket {
  width: auto;
  flex-shrink: 0;
  flex-grow: 0;
  color: #6B7786;
  font-size: 14px;
}

.service-doctor__speciality {
  flex-shrink: 0;
  flex-grow: 0;
  color: #6B7786;
  font-size: 14px;
  max-width: 470px;
}

.service-doctor__buttons {
  width: auto;
  flex-shrink: 0;
  flex-grow: 0;
}

.button__green {
  background-color: #00AA8A;
}

.block-margin-0-20-20 {
    margin: 0 20px 20px !important;
}

.block-margin-bottom-20 {
    margin-bottom: 20px;
}

.block-margin-bottom-20:last-child {
    margin-bottom: 0px;
}

.dispensary-block__lists {
  width: 85%;
}

.dispensary-block__lists-flex {
  display: flex;
  justify-content: space-between;
}

.dispensary-block__lists-buttons {
  flex-shrink: 0;
  flex-grow: 0;
  width: auto;
}

.dispensary-block-top__button-_margin-b {
  margin-bottom: 8px;
}

@media (max-width: 576px) {
    .dispensary-block__lists-flex {
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .dispensary-block__lists-buttons {
        width: 100%;
    }
}

#list-referrals-wrapper {
  margin-right: -8.5px;
  margin-left: -8.5px;
}

@media (max-width: 992px) {
  #list-referrals-wrapper, #service_referral_cancel-result-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  .list-referrals-block__inner {
    padding-right: 8px;
  }
}

#list-referrals-wrapper .lk-visit-wrapper {
  margin-bottom: 15px;
  padding-left: 8.5px;
  padding-right: 8.5px;
}

#list-referrals-wrapper .lk-visit-wrapper:nth-child(2n) {
  padding-right: 15px;
}

.list-referrals-modal__top {
  margin-bottom: 24px;
}

.hint {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color:#005398;
}
@media (min-width: 992px) {
  .hint {
    min-height: 65px;
  }
}
.hint span {
  color:#111111;
}
.hint.active::after {
  content: attr(data-hint);
  opacity: 0;
  padding: 3px 7px;
  left: 20px;
  top: 5px;
  position: absolute;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  background: #F1F3F6;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  color: #111111;
  font-size: 24px;
  width: calc(100% - 40px);
  z-index: 2;
}

.hint_small.active::after {
  font-size: 14px;
  left: 0;
  top: 115px;
  width: calc(100% - 20px);
}

@media (max-width: 992px) {
  .hint.active::after {
    font-size: 16px;
  }

  .hint_small.active::after {
    font-size: 10px;
    width: 100%;
  }
}

.hint.active:hover::after, .hint.active:active::after {
  opacity: 1;
  visibility: visible;
}

.lk-referral {
  height: 100%;
}

@media (max-width: 992px) {
  #list-referrals-wrapper .hint span {
    color:#111111;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .list-referrals-modal__top {
    margin-bottom: 41px;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }

  .list-referrals-modal__top .modal__close {
      margin-bottom: 0;
  }
}

#list-referrals-modal .custom-scroll-y::-webkit-scrollbar {
  width: 7px;
}

#list-referrals-modal .custom-scroll-y::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid #DADADA
}

#list-referrals-modal .custom-scroll-y::-webkit-scrollbar-thumb {
  background: #00AA8A;
  border-radius: 10px;
}

@media (max-width: 576px) {
  #list-referrals-wrapper .lk-visit-wrapper {
    padding-right: 15px;
  }

  #list-referrals-wrapper .block-2-aside {
    justify-content: space-around;
    padding: 13px 21px;
  }

  #list-referrals-wrapper .block-2-aside__date {
      font-size: 30px;
  }

  #list-referrals-wrapper .block-2-aside__month,
  #list-referrals-wrapper .block-2-aside__day {
      font-size: 14px;
  }

  #list-referrals-wrapper .block-2__content {
      padding: 12px 10px;
  }

  #list-referrals-wrapper .block-1__title {
      font-size: 24px;
      margin-bottom: 12px;
  }

  #list-referrals-wrapper .lk-visit-top {
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      padding-bottom: 5px;
  }

  #list-referrals-wrapper .lk-visit-top,
  #list-referrals-wrapper .lk-visit-direction {
      font-size: 10px;
  }

  #list-referrals-wrapper .lk-visit-list__item {
      margin-bottom: 5px;
  }

  #list-referrals-wrapper .lk-visit__control {
      margin-right: 5px;
  }
}

.hint_small {
  min-height: 40px;
}

@media (max-width: 320px) {
    #list-referrals-wrapper .block-2-aside__date {
        font-size: 26px;
    }

    #list-referrals-wrapper .block-2-aside__month,
    #list-referrals-wrapper .block-2-aside__day {
        font-size: 11px;
    }

    #list-referrals-wrapper .block-2-aside__time {
        font-size: 20px;
    }
}

.lkdoc-item {
  display: flex;
  flex-direction: column;
  padding: 33px 60px 30px 60px;
  border: 1px solid #00AA8A;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;  
}

.lkdoc-item__row {
  display: flex;
}

.lkdoc-item__row_left {
  border-right: 1px solid #00AA8A;
  color: #000000;
  font-size: 14px;
  min-width: 260px;
  max-width: 260px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.lkdoc-item__row_right {
  margin-left: 42px;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .lkdoc-item {
    padding: 5px 11px 10px 11px;
  }
  .lkdoc-item__row {
    flex-direction: column;
    border-bottom: 1px solid #00AA8A;
  }

  .lkdoc-item__row:last-child {
    border-bottom: none;
  }

  .lkdoc-item__row_left {
    border-right: none;
    padding-top: 10px;
    padding-right: 9px;
    padding-left: 9px
  }

  .lkdoc-item__row_right {
    padding-right: 9px;
    padding-left: 9px;
    margin-left: 0;
  }
}
.splitter {
  display: none
}
@media (max-width: 990px) {
  .splitter {
    display: block;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    margin-top: -20px;
    display: block;
    background: #FFFFFF;
    height: 20px;
  }

  .link-item {
    padding-left: 10px !important;
  }
}

@media (max-width: 576px) {
    .select2-selection__clear {
        margin-right: 15px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        font-size: 24px;
    }

    .form-block__select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow::after {
        height: 10px;
        width: 16px;
    }
}

.content-container__text {
  text-align: left;
  line-height: normal;
}

.lk-message-drop {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%; 
  align-items: center
}

.filter-btns__settings {
  margin-bottom: 17px;
  margin-top: 16px;
}

@media (max-width: 992px) {
  .lk-message-drop {
    flex-direction: column;
  }
}

.left_panel__user-notification-top {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 15px;
}

.left_panel__user-notification-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #005398;
}

.left_panel__user-notification-no-messages {
  font-size: 16px;
  font-weight: 600;
  margin-left: 16px;
  margin-bottom: 20px;
}

.left_panel__user-notification-no-permission {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-left: 16px;
  margin-right: 16px;
}

.left_panel__user-notification-no-permission a {
  font-size: 16px;
  color: #005398;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.left_panel__user-notification-no-permission a:hover {
  color: #08364f;
}

.left_panel__user-notification_items-list {
  max-height: 440px;
  overflow-y: auto;
  margin: 0 15px;
}

.left_panel__user-notification_items-list::-webkit-scrollbar {
  width: 7px;
}

.left_panel__user-notification_items-list::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid #DADADA
}

.left_panel__user-notification_items-list::-webkit-scrollbar-thumb {
  background: #005398;
  border-radius: 10px;
}

.notification-settings {
    cursor: pointer;
    display: flex;
    margin-bottom: 25px;
    margin-left: auto;
    margin-top: -10px;
}

@media(max-width: 992px) {
    .notification-settings {
        margin-bottom: 10px;
    }
}

.notification-settings__text {
    color: #005398;
    transition: color 0.3s;
}

.notification-settings__gear {
    margin-left: 10px;
}

.notification-settings__gear path {
    fill: #005398;
    transition: fill 0.3s;
}

.notification-settings--disabled {
    cursor: default;
    pointer-events: none;
}

.notification-settings--disabled .notification-settings__text {
    color: #6B7786;
}

.notification-settings--disabled .notification-settings__gear path {
    fill: #6B7786;
}

.error-modal__error-description_text {
  display: none;
  padding-bottom: 18px;
  font-size: 14px;
  color: gray;
}

.is-active + .error-modal__error-description_text {
  display: block;
}

@media (max-width: 500px) {
  .error-modal__error-description_text {
    word-break: break-word;
  }
}

.error-modal__error-link {
  margin-bottom: 15px;
  display: none;
  color: #007bff;
}

.error-description__toggler {
  font-size: 14px;
  color: gray;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.error-description__toggler::after {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  background-image: url('../img/icons/user-menu-arrow.svg');
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 10px;
}

.error-description__toggler.is-active::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.block-1__title.care__title {
  margin-right: 15px;
}

@media (max-width: 992px) {
  .save-notification-settings {
    font-size: 14px;
  }
}

.select-full-height {
  height: 40px !important;
}

@media (max-width: 992px) {
  .lk-visit-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 992px) {
    .index__slider-wrapper {
        position: relative;
    }

    #index-slider-dots {
        position: absolute;
        top: calc(100% - 49px);
        width: 100%;
    }
}

.index__slider-arrow {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  opacity: 0.5;
}

.index__slider-arrow:hover {
    opacity: 1;
}

.slick-prev {
  margin-left: 20px;
  z-index: 1;
  position: absolute;
  top: 50%;
  background-image: url("../img/arrow-left.svg");
}

.slick-next {
  margin-right: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  background-image: url("../img/arrow-right.svg");
}

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

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

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

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

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

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

.answer-tooltip__inner .answer-tooltip__text a {
  pointer-events: auto;
}

@media (max-width: 992px) {
  .article__content img, .info-content__output img {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 500px) {
  .article__content img, .info-content__output img {
    margin: 30px;
  }
  
  .article__content img.note-float-left, .info-content__output img.note-float-left {
    margin-right: 30px;
    margin-left: 0;
  }

  .article__content img.note-float-right, .info-content__output img.note-float-right {
    margin-left: 30px;
    margin-right: 0;
  }
}

.event-page__img-block img.article__content-preview-img {
  margin: 0;
}

.link {
  color: #005398;
  font-weight: 600;
  text-decoration: underline;
  outline: none;
}

.link--normal {
    font-weight: 400;
}

.link:hover {
  color: #08364f;
  text-decoration: underline;
}

.attachment-block {
    align-items: flex-end;
    -ms-flex-align: end;
}

.attachment-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-right: 0;
    padding-bottom: 46px;
    -ms-flex-pack: end;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-flex-wrap: wrap;
    width: 100%;
}

.attachment-list-item {
    display: flex;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 300px;
}

.attachment-button {
    bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    right: 0;
}

.attachment-list-item__text,
.attachment-list-item__ext {
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 16px;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.attachment-list-item__text {
    border: 1px solid #DADADA;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    color: #005398;
    display: -webkit-box;
    flex: 0 0 70%;
    padding: 5px 18px;
    overflow: hidden;
    width: 70%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.attachment-list-item__ext {
    background-color: #005398;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    flex: 0 0 30%;
    padding-left: 5px;
    padding-right: 5px;
    width: 30%;
}

@media (max-width: 992px) {
    .attachment-list {
        flex-direction: column;
        padding-bottom: 15px;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }

    .attachment-button {
        bottom: initial;
        position: initial;
        right: initial;
        width: 100%;
    }

    .attachment-list-item {
        margin-left: 0;
        width: 100%;
    }

    .attachment-list, 
    .attachment-list-item__text {
        width: 100%;
    }

    .attachment-list-item__ext,
    .attachment-list-item__text {
        font-size: 14px;
    }

    .attachment-list-item__text {
        padding-bottom: 0;
        padding-top: 0;
        -webkit-line-clamp: 2;
    }
}

.period-message {
  margin-bottom: 30px; 
  font-size: 15px; 
  font-weight: 600; 
  display: none
}

@media (max-width: 500px) {
  .period-message {
    text-align: center;
    font-size: 14px;
  }
}

.popular-services .js-mobile-slider {
  display: none;
}

@media (max-width: 992px) {
  .popular-services .js-desktop-slider {
    display: none;
  }

  .popular-services .js-mobile-slider {
    display: flex;
  }
}

input.js-autocomplete-datalist::-webkit-calendar-picker-indicator {
  display: none !important;
}

#userProfileModal {
    padding: 35px 48px;
    max-width: 611px;
    overflow: hidden;
}

#userProfileModal .modal__top {
    margin-bottom: 30px;
}

#userProfileModal .modal-2__title {
    color: #111111;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
}

#userProfileModal .modal-2__links {
    margin-bottom: 30px;
}

#userProfileModal .modal-2__link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

#userProfileModal .modal-2__link-wrapper:last-child {
    margin-bottom: 0;
}

#userProfileModal .modal-2__buttons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#userProfileModal .page-service-list__circle {
    font-size: 14px;
    height: 22px;
    width: 22px;
}

#userProfileModal .answer-tooltip {
    padding-left: 15px;
}

#userProfileModal .answer-tooltip__inner {
    padding: 15px 15px 20px;
    width: 214px;
}

#userProfileModal .answer-tooltip__text {
    font-weight: 600;
}

#userProfileModal .notification-counter {
    margin-left: 10px;
    margin-top: 2px;
}

#userProfileModal .notification-counter,
#userProfilesLeftPanel .notification-counter {
    display: none;
}

@media (max-width: 992px) {
    #userProfilesLeftPanel {
        display: none;
    }
}

#userProfilesLeftPanelMobile .user__img {
    position: relative;
}

#userProfilesLeftPanelMobile .left_panel__user-notification_count {
    left: calc(100% / 2 + 10px);
    top: -7px;
}

#userProfilesLeftPanelMobile .user-menu {
    padding-left: 5px;
}

#userProfilesLeftPanelMobile .user-menu__item.is-active {
    background-color: transparent;
}

#userProfilesLeftPanelMobile .user-menu__link {
    padding-bottom: 5px;
    padding-left: 0;
}

#userProfilesLeftPanelMobile .user-menu__link::after {
    margin-left: 10px;
}

#userProfilesLeftPanelMobile .user-menu-sub {
    background-color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-left: -15px;
    padding: 15px;
    position: absolute;
    z-index: 1;
}

#userProfilesLeftPanelMobile .user-menu-sub::before {
    color: #111111;
    content: attr(title);
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 20px;
}

#userProfilesLeftPanelMobile .user-menu-sub__item:not(:last-child) {
    margin-bottom: 15px;
}

#userProfilesLeftPanelMobile .user-menu-sub__link {
    padding-left: 0;
    padding-right: 0;
}

#userProfilesLeftPanelMobile .user-menu-sub__link[target], #userProfilesLeftPanel .user-menu-sub__link[target]{
    color: #005398;
    text-decoration: underline;
}

@media (min-width: 992px) {
    #userProfilesLeftPanelMobile {
        display: none;
    }
}

.lk-visits-filters .filter-btns {
    display: flex;
}

.lk-visits-filters .filter-dropdown {
    display: none;
}

@media (max-width: 992px) {
    .lk-visits-filters .filter-btns {
        display: none;
    }

    .lk-visits-filters .filter-dropdown {
        display: flex;
    }
}

.form-block-column_theme_visits .form-block-column__label {
    color: #005398;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

.form-block-column_theme_visits .form-block__select-wrapper .select2-dropdown {
    border: 1px solid #DADADA;
    border-radius: 10px;
    margin-top: 2px;
}

.form-block-column_theme_visits .form-block__select-wrapper .select2-results__options {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.form-block-column_theme_visits .select2-dropdown .select2-results__option[aria-selected=true] {
    display: block;
}

.form-block-column_theme_visits .form-block__select-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::after {
    transform: rotate(180deg);
}

.form-block-column_theme_visits .form-block__select-wrapper span.select2-selection.select2-selection--single {
    border: 1px solid #DADADA;
    border-radius: 10px;
    height: 46px;
}

.form-block-column_theme_visits .form-block__select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 48px;
}

.form-block-column_theme_visits .form-block__select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 20px;
}

.form-block__select-wrapper .select2-container--default .select2-results__option[aria-selected=true] {
    color: #00AA8A;
    background-color: transparent;
}

.form-block__select-wrapper .select2-container--default .select2-results__option[aria-selected=true] {
    position: relative;
}

.form-block-column_theme_visits .select2-container--default .select2-results__option[title] {
    flex-direction: column;
    align-items: flex-start;
}

.form-block-column_theme_visits .select2-container--default .select2-results__option[title]::after {
    content: attr(title);
    color: #A9A9A9;
    display: block;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 9px;
    padding-right: 15px;
    padding-top: 4px;
}

.form-block__select-wrapper .select2-container--default .select2-results__option[aria-selected=true]::before {
    content: '';
    display: block;
    background: url("../img/icons/dropdown-selected-icon.svg") no-repeat center / contain;
    height: 9.5px;
    left: calc(100% - 30.5px);
    position: absolute;
    top: 10.5px;
    width: 10.5px;
}

.form-block-column_theme_visits .form-block__select-wrapper .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-color: #DADADA;
}

.form-block-column_theme_visits .form-block__select-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    text-overflow: initial; 
}

.form-block__select-wrapper_size_lg {
    width: 365px;
}

.form-block__select-wrapper_size_sm {
    width: 175px;
}

@media (max-width: 992px) {
    .form-block-column_theme_visits {
        width: 100%;
    }

    .form-block__select-wrapper_size_lg,
    .form-block__select-wrapper_size_sm {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .form-block-column_theme_visits .form-block__select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow::after {
        height: 5px;
        width: 8px;
    }
}
