.smt-panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #efefef;
}

.smt-panel-group .panel + .panel {
  margin-top: 0;
  border-top: 0;
}

.smt-panel-group .panel-heading {
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  padding: 11px 20px 10px 20px;
}

.smt-panel-group .panel-heading + .panel-collapse > .panel-body,
.smt-panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}

.smt-panel-group .panel-heading:after {
  font-family: "Glyphicons Halflings";
  line-height: 41px;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 10px;
  content: "\002b";
}

.smt-panel-group .panel-title {
  font-size: 16px;
}

.smt-panel-group .panel-title > a {
  display: block;
}

.smt-panel-group .panel-title > a:hover, .smt-panel-group .panel-title > a:focus {
  text-decoration: none;
  color: #000;
}

.smt-panel-group .panel-body {
  padding: 21px 20px;
}

.smt-panel-primary {
  border-color: #efefef;
}

.smt-panel-primary > .panel-heading {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}

.smt-panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #efefef;
}

.smt-panel-primary > .panel-heading .badge {
  color: transparent;
  background-color: #000;
}

.smt-panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #efefef;
}
.shaking-block{/*:hover нужен для того, чтобы эффект работал при наведении*/
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;/*Вот эта строчка нужна для того, чтобы работало дрожание*/
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

/*Вот эта часть задаёт отклонение элемента.*/
/*Допустим, наша анимация длится 1 секунду = 1 000 миллисекунд*/
@keyframes shake {
  10%, 90% {/*Здесь задано положение блока в 100 и 900 миллисекунду*/
    transform: translate3d(-1px, 0, 0);  /*Здесь первое число - это отклонение по горизонтали, а второе - отклонение по вертикали.*/
  }

  20%, 80% {/*Здесь задано положение блока в 200 и 800 миллисекунду*/
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {/*Здесь задано положение блока в 300, 500 и 700 миллисекунду*/
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {/*Здесь задано положение блока в 400 и 600 миллисекунду*/
    transform: translate3d(4px, 0, 0);
  }
}
.smt-panel-primary_in .panel-heading:after {
  content: "\2212";
}

.smt-panel-group_colored .smt-panel-primary_in .panel-title > a {
  color: #fff;
}

.smt-panel-group_colored .smt-panel-primary_in .panel-title > a:hover, .smt-panel-group_colored .smt-panel-primary_in .panel-title > a:focus {
  color: #fff;
}

.smt-panel-group_colored .smt-panel-primary_in .panel-heading:after, .smt-panel-group_colored .smt-panel-primary_in .panel-heading:before {
  color: #fff;
}

.smt-panel-group_left .panel-heading:after {
  left: 10px;
  right: auto;
}

.smt-panel-group_left .panel-title {
  padding-left: 20px;
}

.smt-panel-group_left .panel-body {
  padding-left: 40px;
}

.smt-panel-group_services .panel-heading:before {
  font-family: "Glyphicons Halflings";
  line-height: 41px;
  font-size: 14px;
  position: absolute;
  top: 0;
  content: "\e080";
  left: 10px;
  right: auto;
}

.smt-panel-group_services .panel-title {
  padding-left: 20px;
}

.smt-panel-group_services .panel-body {
  padding-top: 11px;
  padding-left: 40px;
}

.smt-alert {
  padding: 10px 10px 9px 53px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  position: relative;
}

.smt-alert:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 42px;
  content: '';
}

.smt-alert:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  text-align: center;
  width: 42px;
  font-size: 21px;
  line-height: 1;
  font-family: 'Glyphicons Halflings';
}

.smt-alert h4 {
  margin-top: 0;
  color: inherit;
}

.smt-alert .alert-link {
  font-weight: bold;
}

.smt-alert > p,
.smt-alert > ul {
  margin-bottom: 0;
}

.smt-alert > p + p {
  margin-top: 5px;
}

.smt-alert_lg {
  padding-top: 15px;
  padding-bottom: 15px;
}

.smt-banner-list {
  margin-top: -21px;
}

.smt-banner-list__item {
  margin-top: 21px;
}

.smt-banner {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 4px;
  display: block;
}


.smt-banner__content {
  height: 252px;
  border: 2px solid;
  text-align: center;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.smt-banner__content:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.smt-banner:hover{
  cursor: pointer;
}

.smt-banner:hover .smt-banner__link {
  text-decoration: underline;
}

.smt-banner__link {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 42px;
  color: #fff;
  font-weight: 200;
}

.smt-banner__link:hover {
  color: #fff;
}

@media (min-width: 992px) {
  .smt-benefit__item_left {
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .smt-benefit__item_center {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .smt-benefit__item_right {
    padding-left: 0;
  }
}

.smt-benefit-square {
  color: #fff;
  padding: 42px 40px;
  position: relative;
  z-index: 2;
}

.smt-benefit-square__icon {
  font-size: 57px;
  line-height: 63px;
}

.smt-benefit-square__header {
  display: block;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 21px;
  text-decoration: none;
  color: #fff;
}

.smt-benefit-square__header:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .smt-benefit-square {
    margin-top: -42px;
    min-height: 315px;
  }
}

.smt-breadcrumb {
  padding: 0;
  margin: 0 0 21px 0;
  list-style: none;
}

.smt-breadcrumb__item {
  display: inline-block;
}

.smt-breadcrumb__item:after {
  content: "/";
  padding-left: 0.4em;
}

.smt-breadcrumb__item:last-child:after {
  display: none;
}

.smt-breadcrumb__link {
  font-size: 12px;
}

.smt-btn-topbar {
  padding: 9px 9px 10px;
  font-size: 11px;
  line-height: 11px;
  border-radius: 0;
}

.smt-btn-topbar:hover {
  text-decoration: underline;
}

.smt-btn {
  border: none;
  border-radius: 0;
  padding: 11px 12px;
}

.smt-btn-border {
  border-radius: 0;
  border: 2px solid;
  padding: 9px 12px;
}

.smt-btn-border.smt-btn-lg {
  padding-top: 13px;
  padding-bottom: 13px;
}

.smt-btn-border.smt-btn-sm {
  padding-top: 5px;
  padding-bottom: 5px;
}

.smt-btn-border.smt-btn-xs {
  padding-top: 1px;
  padding-bottom: 1px;
}

.smt-btn_shadow {
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
}

.smt-btn_shadow:focus, .smt-btn_shadow.focus {
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
}

.smt-btn_shadow:hover {
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
}

.smt-btn-lg {
  padding: 15px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

.smt-btn-sm {
  padding: 7px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.smt-btn-xs {
  padding: 3px 5px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 0;
}

.smt-call-action {
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.smt-call-action:hover .smt-call-action__overlay {
  background-color: rgba(55, 68, 81, 0.8);
}

.smt-call-action__overlay {
  background-color: rgba(55, 68, 81, 0.6);
  height: 252px;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  vertical-align: middle;
  text-align: center;
}

.smt-call-action__overlay:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.smt-call-action__content {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.smt-call-action__label {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 42px;
}

@media (min-width: 992px) {
  .smt-call-action__label {
    font-size: 32px;
  }
}

.smt-call-action__button {
  padding-top: 21px;
}

.smt-call-action-main {
  background-color: #efefef;
  vertical-align: middle;
  position: relative;
  height: 105px;
  padding-left: 105px;
}

.smt-call-action-main:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.smt-call-action-main__content {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.smt-call-action-main__icon {
  color: #fff;
  position: absolute;
  height: 105px;
  width: 105px;
  text-align: center;
  vertical-align: middle;
  top: 0;
  left: 0;
  font-size: 42px;
  line-height: 105px;
}

.smt-call-action-main__icon > span {
  line-height: inherit;
}

.smt-call-action-main__label {
  text-transform: uppercase;
  font-size: 15px;
  color: #000;
  position: relative;
}

@media (min-width: 992px) {
  .smt-call-action-main__label {
    font-size: 21px;
    padding: 8px 0;
  }
}

.smt-call-action-main__label:after {
  content: "";
  width: 28px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.smt-call-action-main__button {
  margin-top: 4px;
}

@media (min-width: 992px) {
  .smt-call-action-main__button {
    margin-top: 0;
    text-align: right;
  }
}

.smt-chart-pie {
  width: 210px;
}

.smt-chart-pie__container {
  height: 210px;
  position: relative;
}

.smt-chart-pie__value {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 42px;
  margin-top: -11px;
}

.smt-chart-pie__label {
  margin-top: 11px;
  font-size: 22px;
  line-height: 42px;
  text-align: center;
}

.smt-content {
  margin-bottom: 21px;
}

@media (min-width: 1200px) {
  .smt-content {
    min-height: 378px;
  }
}

.smt-content h1 {
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  font-size: 22px;
  line-height: 42px;
  margin-bottom: 21px;
  margin-top: 21px;
}

.smt-content h1:after {
  content: "";
  width: 28px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.smt-content h2, .smt-content h3 {
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  margin-bottom: 21px;
}

.smt-content h2:after, .smt-content h3:after {
  content: "";
  width: 28px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.smt-content h2 {
  font-size: 22px;
  line-height: 42px;
}

.smt-content h3 {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}

.smt-content__sidebar {
  margin-bottom: 21px;
}

@media (min-width: 992px) {
  .smt-content__sidebar {
    margin-bottom: 0;
  }
}

.smt-counter__value {
  font-size: 57px;
  line-height: 63px;
}

.smt-counter__label-before {
  text-transform: uppercase;
}

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

.smt-counter-list__item {
  margin-bottom: 21px;
}

@media (min-width: 992px) {
  .smt-counter-list__item {
    margin-bottom: 0;
  }
}

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #4090E2;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #4090E2;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #4090E2;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.smt-divider {
  height: 0;
  line-height: 0;
  border-top: 1px solid #efefef;
  margin-top: 20px;
  margin-bottom: 21px;
}

.smt-doctor-list {
  position: relative;
}

.smt-doctor-list__arrow {
  position: absolute;
  top: -42px;
  right: 15px;
  width: 32px;
  height: 32px;
  padding-top: 4px;
  border: 2px solid;
  text-align: center;
  cursor: pointer;
}

.smt-doctor-list__arrow_left {
  right: 51px;
}

.smt-doctor-list__button-all {
  margin: 21px 0 0 0;
  text-align: center;
}

@media (min-width: 992px) {
  .smt-doctor-list__button-all {
    margin: 21px 15px 0 0;
    text-align: center;
  }
}

.smt-doctor-list__item {
  margin-top: 21px;
}

.smt-doctor {
  border: 1px solid #efefef;
}

.smt-doctor__image-content {
  overflow: hidden;
  position: relative;
  display: block;
  height: 294px;
  vertical-align: middle;
  border-bottom: 1px solid #efefef;
  text-align: center;
}

.smt-doctor__image-content:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .smt-doctor__image-content {
    height: 294px;
  }
}

.smt-doctor__over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.smt-doctor__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  font-size: 24px;
}

.smt-doctor__image {
  display: "inline-block";
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.smt-doctor__link-content {
  display: block;
  margin-top: 11px;
  text-align: center;
}

.smt-doctor__link {
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
}

.smt-doctor__content {
  padding: 0 0 11px 0;
  position: relative;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.smt-doctor__content:after {
  content: "";
  width: 28px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -14px;
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.smt-doctor__text {
  text-align: center;
  font-size: 12px;
}

.smt-doctor:hover .smt-doctor__over {
  opacity: 1;
  visibility: visible;
}

.smt-doctor:hover .smt-doctor__content:after {
  left: 0;
  width: 100%;
  margin-left: 0;
}

.smt-doctor-detail__image-content {
  overflow: hidden;
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  border: 4px solid;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .smt-doctor-detail__image-content {
    margin: 0;
  }
}

.smt-doctor-detail__image-content:hover .smt-doctor-detail__over {
  opacity: 1;
  visibility: visible;
}

.smt-doctor-detail__over {
  position: absolute;
  left: -4px;
  top: -4px;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.5);
  border: 4px solid;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.smt-doctor-detail__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  font-size: 24px;
}

.smt-doctor-detail__image {
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  max-height: 100%;
}

@media (min-width: 992px) {
  .smt-doctor-detail__content {
    padding: 0 0 0 20px;
  }
}

.smt-doctor-detail__name {
  margin-top: 11px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.owl-theme_doctor {
  position: relative;
}

.owl-theme_doctor .owl-nav {
  text-align: center;
  position: absolute;
  top: -42px;
  right: 0;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme_doctor .owl-nav [class*='owl-'] {
  border: 2px solid #B2BFCC;
  font-size: 14px;
  width: 32px;
  height: 32px;
  display: inline-block;
  cursor: pointer;
  padding-top: 4px;
}

.owl-theme_doctor .owl-nav [class*='owl-']:hover {
  color: #4090E2;
}

.owl-theme_doctor .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme_doctor .owl-prev {
  margin-right: 5px;
}

.owl-theme_doctor .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme_doctor .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme_doctor .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme_doctor .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity, 200ms, ease;
  -o-transition: opacity, 200ms, ease;
  transition: opacity, 200ms, ease;
  border-radius: 30px;
}

.owl-theme_doctor .owl-item img.smt-doctor__image {
  display: inline-block;
}

.smt-footer {
  color: #fff;
  padding-top: 32px;
  position: relative;
}

@media (min-width: 992px) {
  .smt-footer {
    height: 420px;
  }
}

.smt-footer__content {
  margin-bottom: 42px;
}

.smt-footer__header {
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  font-size: 22px;
  margin-bottom: 21px;
  line-height: 42px;
  margin-top: 0;
}

.smt-footer__header:after {
  content: "";
  width: 28px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.smt-copyright {
  padding: 25px 0 25px 0;
  font-size: 13px;
  text-align: center;
}

.smt-form__buttons {
  margin-top: 11px;
}

.smt-form .form-group {
  margin-bottom: 11px;
}

.smt-form .form-group-relative {
  position: relative;
}

.smt-form .form-control {
  padding: 11px 10px;
  height: 42px;
  border-radius: 0;
}

@media (min-width: 768px) {
  .smt-form .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .smt-form .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .smt-form .form-inline .form-control-static {
    display: inline-block;
  }
  .smt-form .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .smt-form .form-inline .input-group .input-group-addon,
  .smt-form .form-inline .input-group .input-group-btn,
  .smt-form .form-inline .input-group .form-control {
    width: auto;
  }
  .smt-form .form-inline .input-group > .form-control {
    width: 100%;
  }
  .smt-form .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .smt-form .form-inline .radio,
  .smt-form .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .smt-form .form-inline .radio label,
  .smt-form .form-inline .checkbox label {
    padding-left: 0;
  }
  .smt-form .form-inline .radio input[type="radio"],
  .smt-form .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .smt-form .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

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

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

.smt-form .form-horizontal .form-group:before, .smt-form .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.smt-form .form-horizontal .form-group:after {
  clear: both;
}

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

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

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

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

.smt-form textarea.form-control {
  height: auto;
}

.smt-form .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}

.smt-form .radio,
.smt-form .checkbox {
  margin-top: 11px;
  margin-bottom: 11px;
}

.smt-form .radio label,
.smt-form .checkbox label {
  min-height: 21px;
}

.smt-form_bordered {
  border: 1px solid;
  padding: 21px 24px;
}

@media (min-width: 992px) {
  .smt-form_fixed-width {
    width: 440px;
  }
}

@media (min-width: 992px) {
  .smt-form_search .smt-form__submit {
    margin-left: -0.25em;
  }
  .smt-form_search .smt-form__search-field.form-control {
    border-right: 0;
    width: 190px;
  }
}

.smt-icon {
  display: inline-block;
  height: 42px;
  width: 42px;
  font-size: 42px;
  line-height: 42px;
  text-align: center;
}

.smt-icon_lg {
  height: 53px;
  width: 53px;
  font-size: 53px;
  line-height: 53px;
}

.smt-icon_sm {
  height: 32px;
  width: 32px;
  font-size: 32px;
  line-height: 32px;
}

.smt-icon-list__item {
  margin-right: 4px;
}

.smt-img-thumbnail, .smt-img-thumbnail-left, .smt-img-thumbnail-right {
  padding: 4px;
  line-height: 21px;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.smt-img-thumbnail-left {
  float: left;
  margin-right: 20px;
}

.smt-img-thumbnail-right {
  float: right;
  margin-left: 20px;
}

.smt-email {
  float: right;
  padding-top: 7px;
  font-size: 15px;
}

.smt-email__icon {
  vertical-align: baseline;
  font-size: 0.75em;
  padding-right: 0.5em;
}

.smt-phone {
  float: right;
  padding-top: 7px;
  font-size: 15px;
}

.smt-phone__icon {
  vertical-align: baseline;
  font-size: 0.75em;
  padding-right: 0.5em;
}

.smt-email + .smt-phone, .smt-phone + .smt-email {
  padding-right: 10px;
}


.smt-list {
  padding: 0;
  margin: 0 0 21px 0;
  list-style: none;
}

.smt-list li {
  padding: 5px 15px 5px 0;
  margin: 0;
  list-style: none;
}

.smt-list_arrow > li {
  position: relative;
  padding-left: 15px;
}

.smt-list_arrow > li:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border: solid 4px transparent;
}

.smt-list_menu > li {
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: 1px solid;
}

.smt-list_menu > li:before {
  top: 19px;
}

.smt-list_menu > li:last-child {
  border-bottom: 1px solid;
}

.smt-list_icon ul {
  padding-left: 35px;
  font-size: 13px;
}

.smt-list_icon ul .smt-list__icon {
  font-size: 13px;
}

.smt-list__icon {
  margin-right: 6px;
  font-size: 15px;
}

.smt-list-type {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}

.smt-list-type li {
  padding: 5px 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #C1C1C1;
}

.smt-list-type li:last-child {
  border-bottom: none;
}

.smt-list_sidebar > li {
  border-top: 1px solid;
}

.smt-list_sidebar > li:last-child {
  border-bottom: 1px solid;
}

.smt-list_sidebar .smt-list__link {
  text-transform: uppercase;
}

.smt-list_sidebar-bordered > li {
  border-top: 1px solid;
}

.smt-list_sidebar-bordered > li:first-child {
  border-top: 4px solid;
}

.smt-list_sidebar-bordered > li:last-child {
  border-bottom: 1px solid;
}

.smt-list_sidebar-bordered .smt-list__link {
  text-transform: uppercase;
}

.smt-logo {
  vertical-align: middle;
  white-space: nowrap;
  float: left;
  height: 63px;
}

.smt-logo:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.smt-logo__content {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.smt-logo__content img {
  max-width: 100%;
}

.smt-logo__img {
  max-width: 100%;
}

.smt-logo__link {
  text-decoration: none;
}

.smt-logo__link:hover {
  text-decoration: none;
}

.smt-menu__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.smt-menu__list > .smt-menu__item {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}

@media (max-width: 991px) {
  .smt-menu__list > .smt-menu__item {
    margin-left: 10px;
  }
}

.smt-menu__item {
  margin: 0;
  list-style: none;
  padding: 22px 0 20px 0;
  text-align: left;
}

.smt-menu__list .smt-menu__list .smt-menu__item {
  margin: 0;
  list-style: none;
  display: block;
  padding: 8px 10px 8px 10px;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.smt-menu__list .smt-menu__list .smt-menu__item:last-child {
  border-bottom: none;
}

.smt-menu__list .smt-menu__list .smt-menu__item:hover {
  padding-left: 13px;
  padding-right: 7px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.smt-menu__link {
  text-decoration: none;
  text-transform: uppercase;
}

.smt-menu__link:hover {
  text-decoration: underline;
}

.smt-menu__link_has-submenu {
  position: relative;
}

.smt-menu__link_has-submenu:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  border: solid 4px transparent;
  margin-top: -2px;
}

@media (max-width: 991px) {
  .smt-menu__link {
    font-size: 13px;
  }
}

.smt-menu__list > .smt-menu__item > .smt-menu__list {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: auto;
  right: auto;
  min-width: 140px;
  float: left;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-top: 4px solid;
  z-index: 100;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  display: block;
}

.smt-menu__list > .smt-menu__item > .smt-menu__list:before {
  position: absolute;
  content: "";
  top: 0;
  left: 10px;
  width: 0;
  height: 0;
  border: solid 4px transparent;
  margin-left: -2px;
  margin-top: -12px;
}

.smt-menu__item:hover > .smt-menu__list {
  visibility: visible;
  opacity: 1;
}

.smt-menu__list .smt-menu__list .smt-menu__list {
  top: 0;
  left: 100%;
}

.smt-menu__list .smt-menu__list .smt-menu__list:before {
  display: none;
}

@media (max-width: 767px) {
  .smt-header__logo:before, .smt-header__logo:after {
    content: " ";
    display: table;
  }
  .smt-header__logo:after {
    clear: both;
  }
}

.smt-menu_left {
  float: left;
}

.smt-menu_left .smt-menu__list > .smt-menu__item {
  margin-left: 0;
  margin-right: 20px;
}

.smt-menu_right {
  float: right;
}

@media (max-width: 767px) {
  .smt-menu_navbar {
    float: none;
  }
  .smt-menu_navbar .smt-menu__list > .smt-menu__item > .smt-menu__list {
    visibility: visible;
    opacity: 1;
    position: static;
    float: none;
    border-top: none;
    border-top: 4px solid;
    min-width: auto;
  }
  .smt-menu_navbar .smt-menu__list > .smt-menu__item > .smt-menu__list:before {
    display: none;
  }
  .smt-menu_navbar .smt-menu__list > .smt-menu__item {
    display: block;
    margin-left: 0;
    position: static;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #efefef;
  }
}

.smt-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}

.smt-collapse:before, .smt-collapse:after {
  content: " ";
  display: table;
}

.smt-collapse:after {
  clear: both;
}

.smt-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .smt-collapse {
    width: auto;
  }
  .smt-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
  .smt-collapse.in {
    overflow-y: visible;
  }
}

.smt-toggle {
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  height: 63px;
  float: right;
}

.smt-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.smt-toggle__content {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.smt-toggle__button {
  position: relative;
  padding: 0;
  width: auto;
  margin-top: 4px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
}

.smt-toggle__button:focus {
  outline: 0;
}

.smt-toggle__button .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.smt-toggle__button .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .smt-toggle {
    display: none;
  }
}

@media (min-width: 992px) {
  .smt-news__date {
    font-size: 17px;
    background: #efefef;
    text-transform: uppercase;
    padding: 4px;
    text-align: right;
  }
}

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

.smt-news__text {
  margin-top: 11px;
}

.smt-news__text p {
  margin-bottom: 0;
}

.smt-news__button-all {
  margin-top: 11px;
}

.smt-news__list {
  margin-bottom: 0;
}

.smt-news_line {
  margin-bottom: 0;
}

.smt-news_line .smt-news__date {
  display: block;
  font-size: 12px;
  padding: 0;
  margin: 0;
  text-transform: none;
  text-align: left;
}

.smt-news-list {
  margin-top: -21px;
}

.smt-news-list__item {
  margin-top: 21px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
}

.smt-news-list__pagination {
  margin-top: 21px;
}

.smt-news-list__pagination_border {
  border-top: 1px solid #efefef;
  padding-top: 20px;
}

.smt-news-list__pagination_center {
  text-align: center;
}

.smt-page-header {
  margin-bottom: 21px;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 0;
}

.smt-page-header__overlay {
  /*background: linear-gradient(to right, #0b0b0b, #ffffff);*/
  background: #ffc062;
}

.smt-page-header__inner {
  padding: 42px 0;
}

.smt-page-header__header {
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
}

.smt-page-header__header:after {
  content: "";
  width: 28px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 992px) {
  .smt-page-header__header {
    float: left;
  }
}

.smt-page-header__breadcrumb {
  position: relative;
  top: 10px;
}

@media (min-width: 992px) {
  .smt-page-header__breadcrumb {
    float: right;
  }
}

.smt-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
}

.smt-pagination__first span:last-child, .smt-pagination__last span:last-child {
  margin-left: -6px;
}

.smt-pagination > li {
  display: inline;
}

.smt-pagination > li > a,
.smt-pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 15px 9px 15px;
  line-height: 21px;
  text-decoration: none;
  color: #4090E2;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.smt-pagination > li:first-child > a,
.smt-pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.smt-pagination > li:last-child > a,
.smt-pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.smt-pagination > li > a:hover, .smt-pagination > li > a:focus,
.smt-pagination > li > span:hover,
.smt-pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.smt-pagination > .active > a, .smt-pagination > .active > a:hover, .smt-pagination > .active > a:focus,
.smt-pagination > .active > span,
.smt-pagination > .active > span:hover,
.smt-pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
}

.smt-pagination > .disabled > span,
.smt-pagination > .disabled > span:hover,
.smt-pagination > .disabled > span:focus,
.smt-pagination > .disabled > a,
.smt-pagination > .disabled > a:hover,
.smt-pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.smt-pagination-lg > li > a,
.smt-pagination-lg > li > span {
  padding: 14px 15px;
  font-size: 18px;
  line-height: 1.33333;
}

.smt-pagination-lg > li:first-child > a,
.smt-pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.smt-pagination-lg > li:last-child > a,
.smt-pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.smt-pagination-sm > li > a,
.smt-pagination-sm > li > span {
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.smt-pagination-sm > li:first-child > a,
.smt-pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.smt-pagination-sm > li:last-child > a,
.smt-pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.smt-photo-gallery {
  margin-top: -21px;
  height: 910px;
  overflow: hidden;
}

.third-row:after {
  content: "";
  height: 60px;
  width: 100%;
}

.smt-photo-gallery__item {
  margin-top: 21px;
}


.photo__toggle {
  width: 50px;
  height: 50px;
  text-align: center;
  border: 2px #ccc solid;
  border-radius: 50px;
  position: absolute;
  bottom: 0;
  left: 47%;
}

.photo__toggle:hover,.photo__toggle:focus {
  bottom: 2px;
  left: 47%;
  cursor: pointer;
}

.photo__link_toggle {
  font-size: 30px;
  color: #c7006c;
}

.photo__link_toggle:hover{
    color: #631740;
}

.photo__icon_down, .photo__icon_up {
  top: 20%;
}

.photo__icon_up {
  display: none;
}

.smt-photo-item {
  border: 1px solid #efefef;
}

.smt-photo-item__image-content {
  overflow: hidden;
  position: relative;
  display: block;
  height: 210px;
  vertical-align: middle;
  border-bottom: 1px solid #efefef;
  text-align: center;
  white-space: nowrap;
}

.smt-photo-item__image-content:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .smt-photo-item__image-content {
    height: 210px;
  }
}

.smt-photo-item__over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.smt-photo-item__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  font-size: 24px;
}

.smt-photo-item__image {
  display: "inline-block";
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.smt-photo-item__content {
  margin-top: 11px;
  padding: 0 5px 11px 5px;
  position: relative;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.smt-photo-item__content:after {
  content: "";
  width: 28px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -14px;
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.smt-photo-item__text {
  text-align: center;
}

.smt-photo-item:hover .smt-photo-item__over {
  opacity: 1;
  visibility: visible;
}

.smt-photo-item:hover .smt-photo-item__content:after {
  left: 0;
  width: 100%;
  margin-left: 0;
}

.smt-popup {
  position: relative;
  width: auto;
  padding: 7px 20px 21px 20px;
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
}

button.smt-popup-close {
  width: 53px;
  height: 53px;
  font-size: 42px;
  font-weight: lighter;
  font-family: "Times New Roman", serif;
}

button.smt-popup-close_out {
  width: 42px;
  height: 42px;
}

.smt-response-list {
  position: relative;
  margin-top: -21px;
}

.smt-response-list__item {
  margin-top: 21px;
}

.smt-response__text {
  font-style: italic;
  background-color: #efefef;
  padding: 21px 65px;
  position: relative;
  border-radius: 4px;
}

.smt-response__text:before {
  position: absolute;
  content: "";
  bottom: -22px;
  left: 65px;
  width: 0;
  height: 0;
  border: solid 11px transparent;
  border-top-color: #efefef;
}

.smt-response__quote {
  font-size: 36px;
  position: absolute;
}

.smt-response__quote_left {
  margin-left: -25px;
}

.smt-response__quote_right {
  margin-left: 5px;
}

.smt-response__content {
  margin-top: 21px;
  margin-left: 45px;
}

.smt-response__image-content {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  overflow: hidden;
  text-align: center;
  float: left;
}

.smt-response__image {
  height: 100%;
}

.smt-response__name {
  margin-left: 20px;
}

.smt-response__name_image {
  margin-top: 21px;
}

.smt-response__descr {
  font-style: italic;
  font-size: 12px;
  display: block;
}

.smt-response-carousel {
  position: relative;
}

.smt-response-carousel__image-content {
  width: 110px;
  height: 110px;
  border-radius: 55px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 21px;
  text-align: center;
}

.smt-response-carousel__image {
  height: 100%;
}

.smt-response-carousel__name {
  margin-top: 11px;
  display: block;
  text-align: center;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.smt-response-carousel__text {
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  font-style: italic;
}

.smt-response-carousel__quote {
  font-size: 36px;
  position: absolute;
}

.smt-response-carousel__quote_left {
  margin-left: -25px;
}

.smt-response-carousel__quote_right {
  margin-left: 5px;
}

.owl-theme_response {
  position: relative;
}

.owl-theme_response .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme_response .owl-nav [class*='owl-'] {
  font-size: 42px;
  display: inline-block;
  cursor: pointer;
}

.owl-theme_response .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme_response .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0;
}

.owl-theme_response .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 0;
}

.owl-theme_response .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme_response .owl-dots {
  margin-top: 11px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme_response .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme_response .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity, 200ms, ease;
  -o-transition: opacity, 200ms, ease;
  transition: opacity, 200ms, ease;
  border-radius: 30px;
}

.owl-theme_response .owl-item img.smt-response-carousel__image {
  display: inline;
  width: auto;
  -webkit-transform-style: inherit;
          transform-style: inherit;
}

.smt-schedule-mini {
  margin-top: 42px;
  border: 2px solid #cbcbcb;
  min-height: 189px;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 21px;
  padding-top: 21px;
}

.smt-schedule-mini__header {
  font-size: 22px;
  line-height: 32px;
  text-align: left;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 21px;
  position: relative;
}

.smt-schedule-mini__header:after {
  content: "";
  width: 28px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

@media (min-width: 992px) {
  .smt-schedule-mini {
    margin-right: 15px;
  }
}

.smt-services-list {
  min-height: 273px;
  padding-top: 42px;
}

.smt-services-list__header {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 42px;
  margin-bottom: 42px;
  position: relative;
}

.smt-services-list__header:after {
  content: "";
  width: 42px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -21px;
}

.smt-services-item {
  position: relative;
  border: 2px solid;
  min-height: 84px;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 21px;
  cursor: pointer;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.smt-services-item:after {
  position: absolute;
  content: "";
  top: 28px;
  right: 8px;
  width: 0;
  height: 0;
  border: solid 4px transparent;
}

.smt-services-item:hover {
  border: 2px solid;
}

.smt-services-item__name {
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  text-align: left;
  padding-top: 21px;
}

.smt-services-item__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 40px;
}

.smt-services-item__descr {
  padding-bottom: 21px;
}

.smt-services-item__img {
  position: absolute;
}

.smt-services-item__button {
  text-align: center;
}

.smt-slider__item {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.smt-slide {
  vertical-align: middle;
  height: 546px;
}

.smt-slide:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.smt-slide__content {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.smt-slide__header {
  font-size: 60px;
  line-height: 63px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 21px;
  font-weight: 400;
}

.smt-slide__text {
  font-size: 17px;
}

@media (max-width: 991px) {
  .smt-slide {
    height: 378px;
  }
  .smt-slide__header {
	font-size: 18px;
    line-height: 28px;
  }
  .smt-slide__content {
    padding: 21px 40px;
    /*background-color: rgba(255, 255, 255, 0.4);*/
  }
}
@media (max-width: 769px){
	.smt-slide__content {
    padding: 21px 40px;
    background-color: rgba(32, 46, 59, 0.2);
	}
}

.smt-slide_bg .smt-slide__content {
  padding: 21px 20px;
}

.owl-theme_slider {
  position: relative;
}

.owl-theme_slider .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme_slider .owl-nav [class*='owl-'] {
  font-size: 32px;
  padding: 21px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme_slider .owl-nav [class*='owl-']:hover {
  background: transparent;
  text-decoration: none;
}

.owl-theme_slider .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme_slider .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0;
}

.owl-theme_slider .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 0;
}

.owl-theme_slider .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme_slider .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme_slider .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme_slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity, 200ms, ease;
  -o-transition: opacity, 200ms, ease;
  transition: opacity, 200ms, ease;
  border-radius: 30px;
}

.smt-social {
  margin-top: 10px;
  margin-bottom: 21px;
}

.smt-social__icon {
  font-size: 21px;
  display: inline-block;
  text-decoration: none;
}

.smt-nav-tabs {
  border-color: #efefef;
}

.smt-nav-tabs > li > a {
  border-radius: 0;
  line-height: 21px;
}

.smt-nav-tabs > li > a:hover, .smt-nav-tabs > li > a:focus {
  background-color: #efefef;
}

.smt-nav-tabs > li.active > a, .smt-nav-tabs > li.active > a:hover, .smt-nav-tabs > li.active > a:focus {
  border-color: #efefef;
  border-bottom-color: transparent;
}

.smt-tab-content {
  padding: 11px 10px;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.smt-nav-tabs_colored > li > a {
  border-radius: 0;
  line-height: 21px;
  background-color: #efefef;
}

.smt-nav-tabs_colored > li > a:hover, .smt-nav-tabs_colored > li > a:focus {
  background-color: #efefef;
}

.smt-nav-tabs_colored > li.active > a, .smt-nav-tabs_colored > li.active > a:hover, .smt-nav-tabs_colored > li.active > a:focus {
  border-color: transparent;
}

.smt-nav-tabs_vertical {
  padding-right: 0;
}

.smt-nav-tabs_vertical > li > a {
  border-radius: 0;
  line-height: 21px;
  background-color: #efefef;
}

.smt-nav-tabs_vertical > li > a:hover, .smt-nav-tabs_vertical > li > a:focus {
  background-color: #efefef;
}

.smt-nav-tabs_vertical > li.active > a, .smt-nav-tabs_vertical > li.active > a:hover, .smt-nav-tabs_vertical > li.active > a:focus {
  border-color: transparent;
}

.smt-tab-content_vertical {
  padding: 11px 10px;
  border: 1px solid #efefef;
  min-height: 315px;
}

.smt-tab-content_services {
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}

.smt-nav-pills > li > a {
  border-radius: 0;
  line-height: 21px;
}

.smt-nav-pills > li + li {
  margin-left: 2px;
}

.smt-nav-pills > li.active > a, .smt-nav-pills > li.active > a:hover, .smt-nav-pills > li.active > a:focus {
  border-color: transparent;
}

.smt-nav-pills_services > li {
  position: relative;
}

.smt-nav-pills_services > li > a {
  text-transform: uppercase;
  padding-left: 30px;
}

.smt-nav-pills_services > li > a:before {
  font-family: "Glyphicons Halflings";
  line-height: 41px;
  font-size: 14px;
  position: absolute;
  top: 0;
  content: "\e013";
  left: 10px;
  right: auto;
}

.smt-nav-pills_services > li.active > a:before, .smt-nav-pills_services > li.active > a:hover:before, .smt-nav-pills_services > li.active > a:focus:before {
  color: #fff;
}

.smt-table {
  margin-bottom: 21px;
}

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

.smt-table_services {
  margin-bottom: 0;
}

.smt-topbar {
  border-bottom: 1px solid;
}

@media (max-width: 991px) {
  .smt-topbar__col {
    padding-left: 0;
    padding-right: 0;
  }
}

.smt-topbar__button > .smt-btn-topbar {
  margin-right: 4px;
}

@media (max-width: 991px) {
  .smt-topbar__button > .smt-btn-topbar {
    margin-right: 0px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 9px;
  }
}

@media (min-width: 992px) {
  .smt-topbar {
    height: 32px;
  }
}

@media (max-width: 991px) {
  .smt-topbar__button {
    text-align: center;
  }
  .smt-topbar__link {
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .smt-topbar__link .smt-phone, .smt-topbar__link .smt-email {
    float: none;
    padding-left: 10px;
    font-size: 14px;
  }
}

.smt-widget {
  margin-top: 21px;
  margin-bottom: 0;
}

.smt-widget_no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.smt-widget_sidebar {
  margin-top: 0;
  position: relative;
}

.smt-widget__container_padding {
  padding: 21px 20px;
}

.smt-widget__container_gray {
  background: #efefef;
}

.smt-widget__header {
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  margin-bottom: 21px;
}

.smt-widget__header:after {
  content: "";
  width: 28px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.smt-widget__header_normal {
  font-size: 22px;
  line-height: 42px;
}

.smt-widget__pagination {
  margin-top: 21px;
}

.smt-widget__pagination_border {
  border-top: 1px solid #efefef;
  padding-top: 20px;
}

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

.about_menu_link{
  display: flex;
  flex-direction: column;
  padding: 10px ;
  justify-content: center;
  align-items: center;
}

.about_menu_link a{
  display: block;
  width: 100%;
  color:#631740;
  text-align: center;
  margin-bottom: 20px;
}

.about_menu_link a .about_menu_ico{
  width: 52px;
  height: 52px;
  margin: 0 auto;
  margin-bottom: 10px;
  display: block;
}

.about_menu_link a:nth-child(1) .about_menu_ico{
  background: url(/bitrix/templates/main_site/assets/img/mission_menu1.png) 0 0 no-repeat;
}

.about_menu_link a:nth-child(2) .about_menu_ico{
  background: url(/bitrix/templates/main_site/assets/img/mission_menu2.png) 0 0 no-repeat;
}

.about_menu_link a:nth-child(3) .about_menu_ico{
  background: url(/bitrix/templates/main_site/assets/img/mission_menu3.png) 0 0 no-repeat;
}

.about_menu_link a:nth-child(4) .about_menu_ico{
  background: url(/bitrix/templates/main_site/assets/img/mission_menu4.png) 0 0 no-repeat;
}

.about_cistak_img{
  margin-bottom: 20px;
  width: 100%;
}

.about_name{
  color: #681842;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 15px;
}

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

.about_name span {
  font-size: 22px;
  display: inline-block;
  margin-bottom: 10px;
}

.abot_tag {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #f38638;
  margin-top: 5px;
}

.panel-group .about_panel_heading{
  background-color: #630c4a;
}

.panel-group .panel:nth-child(1) .about_panel_heading{
  background: linear-gradient(to top, #dd1aa4, #ce178e);
}

.panel-group .panel:nth-child(2) .about_panel_heading{
  background: linear-gradient(to top, #ce178e, #be178e);
}

.panel-group .panel:nth-child(3) .about_panel_heading{
  background: linear-gradient(to top, #be178e, #af1582);
}

.panel-group .panel:nth-child(4) .about_panel_heading{
  background: linear-gradient(to top, #af1582, #a01377);
}

.panel-group .panel:nth-child(5) .about_panel_heading{
  background: linear-gradient(to top, #a01377, #91116c);
}

.panel-group .panel:nth-child(6) .about_panel_heading{
  background: linear-gradient(to top, #91116c, #820f60);
}

.panel-group .panel:nth-child(7) .about_panel_heading{
  background: linear-gradient(to top, #820f60, #720e55);
}

.panel-group .panel:nth-child(8) .about_panel_heading{
  background: linear-gradient(to top, #720e55, #630c4a);
}


.panel-group .about_panel_collapse_link{
  color:#fff;
  font-size: 18px;
  width: 100%;
  display: block;
  font-weight: normal;
}

h3.mission_h3{
  margin-top: 30px;
  font-size: 20px;
}

.mission_list{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.mission_list_box{
  width: 18.5%;
  position: relative;
  margin-bottom: 20px;
  height: 250px;
  overflow: hidden;

}

.mission_list_box_img{
  width: 100%;
  text-align: center;
  padding: 15px;
  margin-bottom: 10px;
}

.mission_list_box_text{
  width: 100%;
  text-align: center;
  padding: 0 15px;
  position: absolute;
  background-color: #fff;
  z-index: 10;
  border-radius: 5px;
}

.mission_list_box:hover {
  overflow: visible;
}

.mission_list_box:hover .mission_list_box_text{
  height: auto;
}
.mission_img{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mission_img img{
  width: 33%;
  height: 100%;
}

.mission_princip_title{
  font-size: 22px;
    line-height: 24px;
    color: #681842;
    font-weight: 700;
    margin-bottom: 20px;
}

.new_castom_group{
  width: calc(100% - 105px);
}

.new_castom_input{
  width: 100%!important;
}

.new_castom_btn{
  width: 100px;
}

.main_base_section{
  margin: 30px;
}

.white_link a{
  color:#fff;
}

.main_page_creators{
  margin-top: 30px;
}

.main_page_creators_dop{
  margin-top: 30px;
  /*min-height: 380px;*/
}

.main_page_creators_dop_link{
  text-align: center;
}

.main_reviews{
  margin-bottom: 20px;
}

.main_reviews h2{
  margin-top: 30px;
  margin-bottom: 50px;
}

.main_reviews_btn{
  text-align: center;
  margin-top: 30px;
}

.more_city{
  padding-left: 10px;
  display: flex;
  width: 50%;
  flex-flow: row wrap;
  justify-content: space-between;
}

.main_contact_city{
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 20px auto;
  margin-bottom: 40px;
}

.main_contact_city a{
  background-color: #88245a;
  color:#fff;
  padding: 15px 0;
  min-width: 110px;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #88245a;
}

.main_contact_city a:hover{
  border: 2px solid #88245a;
  background-color: #ffc062;
  color:#88245a;
  cursor: pointer;
}

.main_contact_city a.active{
  border: 2px solid #88245a;
  background-color: #ffc062;
  color:#88245a;
}

.fraim_video{
  text-align: right;
  margin: 0 auto;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  width: 560px;
  height: 315px;
}

.smt-response-photo{
  margin-top: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;

}

.smt-response-photo a{
  width: 20%;
  margin-bottom: 10px;
}

.smt-response-photo a img{
  padding: 0 10px;
  width: 100%;
}

.smt-response-video{
  margin-top: 20px;
}

.smt-response-video_frame{
  width: 60%;
  height: 40vh;
}

.fixed_menu{
  position: fixed;
  top:0;
  left:0;
  right: 0;
  z-index: 500;
  transition: 0.5s;
}

.base_detail_baner{
  margin-bottom: 20px;
}

.rev_otvet{
	display: none;
}

.rev_otvet.good{
	display: block;
}

.fum_404{
  text-align: center;
}

.fum_404 img{
  width: 80%;
}

.copyright_body_parus{
  float: right;
}

.copyright_body_parus a:hover{
  cursor: pointer;
}

.copyright_body_parus a img{
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .main_contact_city{
    flex-flow: row wrap;
    justify-content: space-around;
  }

  .main_contact_city a{
    width: 30%;
    margin-bottom: 20px;
  }

  .base_detail img{
    max-width: 75%;
    height: auto;
  }

  .mission_list{
    justify-content: flex-start;
  }

  .mission_list_box{
    width: 25%;
  }

  .smt-response-video_frame{
    width: 100%;
  }
}

@media (max-width: 800px) {
  .new_castom_group{
    width: calc(99% - 100px);
	display: inline-block;
  }
  .fraim_video{
    float:inherit;
    width: auto;
    height: auto;
  }

  .about_menu_link{
    flex-flow: row wrap;
    align-items: flex-start;
  }

  .about_menu_link a{
    width: 20%;
  }

  .mission_list_box{
    width: 33%;
  }

  .smt-response-photo a{
    width: 33.3%;
  }

  .fixed_menu{
    position: static;
  }

  .smt-header{
    padding-top: 0!important;
  }
}

@media (max-width: 500px) {

  .new_castom_group{
    display: inline-block;
  }

  .main_contact_city a{
    width: 40%;
    margin-bottom: 20px;
  }

  .about_menu_link a{
    width: 50%;
  }

  .mission_list_box{
    width: 50%;
  }

  .smt-response-photo a{
    width: 50%;
  }

  .copyright_body_parus{
    float: auto;
  }
}

@media (max-width: 400px) {
  .mission_list_box{
    width: 100%;
  }
}

@media (max-width: 350px) {
  .new_castom_group{
    width: calc(98% - 100px);
  }

  .smt-response-photo a{
    width: 100%;
  }
}

.fack_fly_btn{
  position: fixed;
  z-index: 666;
  transition: 0.3s;
  border: 3px solid #b50f0f!important;
  color:#b50f0f!important;
}
/*26.05.2017 Множественные правки и доработки*/
.h2_click
{

}
.h2_click:hover{
  cursor:pointer;
}
#up img{
  width: 100%;
}
#up {
    width: 45px;
    /*border: 1px solid #ccc;*/
    background: #c7006c;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 20px;
    right: 140px;
    cursor: pointer;
    display: none;
    color: #333;
    font-family: verdana;
    font-size: 11px;
	   z-index: 10;
}

.panel-heading {
  position: relative;
}

.panel-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -4px;
  border-width: 8px;
  border-style: solid;
  border-top-color: #c7006c;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.panel-heading_active::after {
  margin-top: -12px;
  border-top-color: transparent;
  border-bottom-color: #c7006c;
}
.smt-content__main .row .col-md-3 {
	z-index: 10;
}
@media(max-width: 990px) {
	.base_detail {
		margin-top: 2rem;
	}
}


/*Начало Суворов Д.М. 13.07.2021*/
.suv-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.suv-phone {
  float: none;
}

.suv-email {
  float: none;
  margin-right: 10px
}

.suv-phone-email {
  width: unset;
}

.suv-button {
  padding: 10px 15px;
  background-color: #efefef;
  color: #c7006c;
  font-weight: bold;
  cursor: pointer;
}

.suv-display {
  diplay: block;
}
.suv-display-mobil {
  display: none;
}

.nav > li > .suv-visible {
  display: none;
}

.suv-text-background {
  padding: 15px 0;
  line-height: 25px;
  font-weight: 400;
  background: rgb(99,23,64);
  background: -moz-linear-gradient(0deg, rgba(99,23,64,0.3) 0%, rgba(99,23,64,0.7) 15%, rgba(99,23,64,1) 40%, rgba(99,23,64,1) 60%, rgba(99,23,64,0.7) 85%, rgba(99,23,64,0.3) 100%);
  background: -webkit-linear-gradient(0deg, rgba(99,23,64,0.3) 0%, rgba(99,23,64,0.7) 15%, rgba(99,23,64,1) 40%, rgba(99,23,64,1) 60%, rgba(99,23,64,0.7) 85%, rgba(99,23,64,0.3) 100%);
  background: linear-gradient(0deg, rgba(99,23,64,0.3) 0%, rgba(99,23,64,0.7) 15%, rgba(99,23,64,1) 40%, rgba(99,23,64,1) 60%, rgba(99,23,64,0.7) 85%, rgba(99,23,64,0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#631740",endColorstr="#631740",GradientType=1);
}

@media (max-width: 769px) {
	.suv-header {
		justify-content: center;
	}
}


@media (max-width: 991px) {
  .smt-topbar__button > .suv-but-mar{
    margin-right: 4px;
  }

  .suv-display {
    display: none;
  }

  .suv-display-mobil {
    display: block;
  }
}

@media (max-width: 405px) {
  .smt-topbar__button > .suv-but-mar{
    margin-bottom: 4px;
  }
}
/*Конец Суворов Д.М. 13.07.2021*/

.contact-photo img{
  max-width: 100%;
  padding: 10px;
}