html,
body {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  height: 100%;
}

body {
  padding: 0;
}

button {
  border: 0;
}

input:focus {
  border: 1px solid #555 !important;
}

#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

/* -----------------------------------------------
  App styles
  ------------------------------------------------ */
.italic {
  font-style: italic;
}

.article, .comment {
  padding: 15px 0;
  border-bottom: 1px solid #e8e8e8;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.error,
a.error,
a.error:hover,
a.error:focus,
button.error,
button.error:hover,
button.error:focus {
  color: #D9534F;
}

.form-actions {
  background: #fff;
  border: 0;
}

#spacer {
  display: inline-block;
}

.muted {
  color: #aaa;
  font-size: 12px;
}

.alert {
  margin-top: 30px;
}

.navbar-right > li > a {
  padding-left: 5px;
  padding-right: 5px;
}

.navbar-toggler-icon {
  width: 40px;
  height: 40px;
  background-image: url("/images/icons/btn.svg") !important;
}

.form-signin input#email {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input#password {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin input[type="text"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

label {
  padding-top: 0px !important;
  font-size: 17px;
  font-weight: 400;
}

.rem-15 {
  font-size: 1.5rem;
}

#smileTitle {
  width: 220px;
  text-align: center;
  margin-top: 20px;
}

.invisible {
  display: none;
}

.visible {
  display: block;
}

.noActive {
  height: 40px;
  margin-top: 10px;
}

#radioBtn {
  height: 50px;
  padding-top: 5px;
  width: auto;
  display: flex;
}

#radioBtn > a {
  cursor: pointer;
  width: 60px;
}
#radioBtn > a > img:hover {
  margin-top: 10px;
  height: 50px;
  filter: saturate(5) contrast(140%);
}
.form-group {
  margin-bottom: 15px;
}

.page-header {
  padding: 0; 
  margin: 10px 0 10px;
  border: 0;
}

.has-error {
  border: 1px solid #ff0000;
}

.has-success {
  border: 1px solid #ccc;
}

.info-header {
  text-align: center;
  color: #fff;
  background-color: #428bca;
  padding: 10px;
  margin: 20px 0;
}

.covid-video {
  display:flex;
  margin: 20px 0;
}

.covid-video-mobile {
  display: none;
}

.covid-video > iframe:first-child {
  margin-right: 20px;
}

.center {
  text-align: center;
}

h4 {
  font-size: 1.2rem;
}

.modal-header {
  border: 0;
  justify-content: flex-end;
}

.modal-header span {
  font-size: 20px;
}

.modal-header, .modal-body {
  background: rgba(79, 163, 211, 0.1);
}

input[type="checkbox"]:required:invalid + label { color: #dc3545; }

input[type="checkbox"]:required:valid + label { color: #212529; }

input[type="checkbox"] {
  visibility: hidden;
  width: 0px;
}

input[type="checkbox"]:required:invalid + label:before {
  border: 1px solid #dc3545;
}

input[type="checkbox"] + label:before {
  border: 1px solid #D6D8E1;
  border-radius: 3px;
  content: "\00a0";
  display: inline-block;
  font: 18px/1em sans-serif;
  height: 18px;
  margin-top: 3px;
  margin-right: 5px;
  padding: 0;
  vertical-align: top;
  width: 18px;
  background-color: #fff;
}

input[type="checkbox"]:checked + label:before {
  background: #FFF;
  content: url("/images/check.svg");
  text-align: center;
}

label > a {
  color: inherit;
  text-decoration: underline;
}

.card {
  border: 0;
}

.map-main {
  margin-top: 10px;
  width: 68%; 
  height: 700px; 
  background: none;
}

.wrapper {
  width: 50%;
  margin: 0 auto;
  position: relative; /* Ensure absolute positioned child elements are relative to this*/
  height: 720px;
}

/* Absolute positioned wrapper for the element you want to fix position */
.fixed-wrapper {
  width: 25%;
  position: absolute;
  top: 0;
  left: -50%;
}

/* The element you want to fix the position of */
.width-20 {
  width: 20vw;
}
.fixed {
  position: fixed;
  top: 100px;
}

.map-center {
  height: 300px; 
  background: none;
  margin-bottom: 10px;
}

.map-center-530 {
  height: 530px !important; 
}

h2 {
  font-size: 22px;
  font-weight: 600;
  color: #1c1c1c;
  margin-top: 0.5rem;
}

.h-20 {
  height: 24px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.t-15 {
  position: relative;
  top: -15px;
}

p, li {
  margin: 0;
  font-size: 17px;
  color: #1c1c1c;
  font-weight: 400;
  text-align: left;
}

.checkbox-menu {
  max-height: 300px;
  overflow-y: auto;
  width: 274px;
}

.checkbox-menu li label {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  margin:0;
  transition: background-color .4s ease;
}
.checkbox-menu li input {
  margin: 0px 5px;
  top: 2px;
  position: relative;
}

.checkbox-menu li.active label {
  background-color: #ffffff;
  font-weight:bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
  background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
  background-color: #fbfbff;
}

.form-check {
  display: flex;
  padding-left: 0;
  flex-direction: row;
  width: 50%;
}

.bold {
  font-weight: bold !important;
}

#show-more-btn {
  margin-bottom: 10px;
}

.main-nav {
  position: fixed;
  top: 0;
  z-index: 1;
}

.filter-block {
  display: block;
  margin-left: 15px;
  margin-top: 10px;
}

.block {
  display: block !important;
}

.pict-line {
  display:flex;
  margin-bottom: 10px;
}

.pict-line-vertical {
  display: block;
  width: 136px;
}

.image-small {
  margin-right: 10px;
  width: 120px;
  height: 120px;
}

.pict-line-vertical .image-small {
  width: 136px;
  margin-bottom: 5px;
}

.center-params {
  margin-left: 40px;
}

.logo-image {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 51px;
}

.article-image {
  width: 145px;
  height: 145px;
  align-self: center;
  border-radius: 15px;
  margin-right: 10px;
}

.flex {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-col-rating-params {
  display:flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 30px;
  width: 150px;
}

.flex-row {
  flex-direction: row !important;
}

.fw-300 {
  font-weight: 300;
}

.flex-rating-params-mob {
  display: none;
}

.card-header {
  padding: 0;
}

.dropdown-menu .dropdown-menu {
	top: auto;
	left: 100%;
	transform: translateY(-2rem);
}

.dropdown-item + .dropdown-menu {
	display: none;
}

.dropdown-item.submenu::after {
	content: '▸';
	position: absolute;
  right: 0;
  margin-right: 5px;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
	display: block;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.top-40 {
  top: 40px;
}

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

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.height-40 {
  height: 40px;
}

.day-price {
  position: absolute;
  right: 270px;
}

.night-price {
  position: absolute;
  right: 120px;
}

.more-price {
  position: absolute;
  right: 0px;
}

.price-more {
  position: absolute;
  right: 45px;
  color: #4868B9 !important;
}

.height-50 {
  height: auto;
}

.height-60 {
  height: 60px;
}

.bg-white {
  background-color: #fff !important;
}

.bg-light {
  background-color: #f2f2f2 !important;
}

.default-btn {
  background: #4868B9;
  color:#fff;
  border-radius: 3px;
  width: 151px;
  height: 40px;
  margin-right: 10px;
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  line-height: 40px;
}

.header-phone {
  display: flex;
  justify-content: center;
}

.call-btn {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px 8px 7px;
  height: 40px;
  width: 223px;
  background: #FFFFFF;
  border: 1px solid #FF5B5A;
  border-radius: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
  color: #1C1C1C;
  text-decoration: none;
  cursor: pointer;
}

.call-btn img {
  margin-right: 10px;
}

.top-100 {
  top: 100px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.bar-blue {
  background: #297BAA;
  border-radius: 64px;
  flex: none;
  order: 1;
  flex-grow: 0;
  height: 50px;
}

.call-btn:hover {
  color: #fff;
  background-color: #FF5B5A;
  text-decoration: none;
}

#navbarDropdownUslugi:hover, #navbarDropdownAbout:hover {
  background: #4FA3D3;
  border-radius: 20px;
}

#navbarDropdownUslugi, #navbarDropdownAbout {
  padding-left: 15px;
  padding-right: 15px;
}

.uslugi-menu {
  min-width: 1100px;
  min-height: 260px;
  border: 1px solid #4FA3D3;
  border-radius: 20px;
}

.uslugi-btn {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
  width: 145px;
  height: 42px;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #FF5B5A;
  border-radius: 30px;
  margin-left: 10px;
  margin-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 130%;
  text-decoration: none;
  color: #1C1C1C;
}

.uslugi-btn:hover {
  align-items: center;
  background: #FF5B5A;
  border-radius: 30px;
  color: #fff;
}

.uslugi-main-btn[aria-expanded="true"], .uslugi-main-btn:hover {
  background: #FFFFFF;
  border: 1px solid #FF5B5A !important;
  color: #FF5B5A !important;
}

.uslugi-main-btn[aria-expanded="true"] .mrt-img, .uslugi-main-btn:hover .mrt-img {
  content:url(/images/mrt.svg) !important;
}

.uslugi-main-btn .mrt-img {
  content:url(/images/mrt-white.svg) !important;
}

.uslugi-main-btn[aria-expanded="true"] .kt-img, .uslugi-main-btn:hover .kt-img {
  content:url(/images/kt.svg) !important;
}

.uslugi-main-btn .kt-img {
  content:url(/images/kt-white.svg) !important;
}

.uslugi-main-btn[aria-expanded="true"] .uzi-img, .uslugi-main-btn:hover .uzi-img {
  content:url(/images/uzi.svg) !important;
}

.uslugi-main-btn .uzi-img {
  content:url(/images/uzi-white.svg) !important;
}

.service-block {
  position: absolute;
  right: 0;
  padding: 5px 50px;
  border-left: 1px solid #4FA3D3;
  margin-left: 20px;
  font-weight: 600;
  height: 95%;
}

.border-b-1 {
  border-bottom: 1px solid #E0E0E0;
}

.service-item {
  padding: 5px;
}

.service-item img {
  padding-right: 10px;
}

.uslugi-item {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #FFFFFF;
  border: 1px solid #ffffff;
  border-radius: 15px;
  padding: .5rem .5rem;
}

.uslugi-subitem {
  font-style: normal;
  font-size: 15px;
  line-height: 110%;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #FFFFFF;
  padding: .5rem .5rem;
}

.uslugi-subitem:hover {
  font-weight: 600;
  background: #FFFFFF;
}

.uslugi-item:hover {
  border: 1px solid #E0E0E0;
  background: #FFFFFF;
}

.uslugi-main-item {
  border: 1px solid #E0E0E0;
  background: #FFFFFF;
  font-weight: 600;
  font-size: 19px;
  line-height: 120%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #1C1C1C;
  padding: .7rem 1.5rem;
  border-radius: 30px;
}

.uslugi-main-item:hover {
  text-decoration: none;
}

.uslugi-sub-item {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #1C1C1C;
}

.uslugi-sub-item:hover{
  font-weight: 600;
  color: #1C1C1C;
  text-decoration: none;
}

.uslugi-item:hover img {
  content:url(/images/right-arrow-2.svg) !important;
  float: right;
}

.main-subzone {
  margin: 0;
}

#dropdownMRTCatMenu, #dropdownKTCatMenu, #dropdownUZICatMenu {
  margin-left: 15px;
  width: 220px;
}

#dropdownSubMenu {
  width: 330px;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
}

ul.main-subzone li::marker {
	position: absolute;
  width: 6px;
  height: 6px;
  left: 7px;
  top: 7px;
  color: #FF5B5A;
}

.call-btn img {
  content:url(/images/phone.svg) !important;
}

.call-btn:hover img {
  content:url(/images/phone-white.svg) !important;
}

.uslugi-btn:hover .dropdown-menu {
  display: block;
}

.uslugi-btn .mrt-img {
  content:url(/images/mrt.svg) !important;
}

.uslugi-btn:hover .mrt-img {
  content:url(/images/mrt-white.svg) !important;
}

.uslugi-btn .kt-img {
  content:url(/images/kt.svg) !important;
}

.uslugi-btn:hover .kt-img {
  content:url(/images/kt-white.svg) !important;
}

.uslugi-btn .uzi-img {
  content:url(/images/uzi.svg) !important;
}

.uslugi-btn:hover .uzi-img {
  content:url(/images/uzi-white.svg) !important;
}

.online-btn, .banner-online-btn, .night-btn, .expert-btn, .footer-btn, .search-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 18px 5px 17px;
  gap: 6px;
  width: auto;
  height: 40px;
  background: #FF5B5A;
  border-radius: 20px;
  border: 0;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 100;
}

.white-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 18px 5px 18px;
  gap: 6px;
  width: 204px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #E0E0E0;
  color: #1C1C1C;
  text-decoration: none;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
}

.white-btn:hover {
  border: 1px solid #FF5B5A;
}

.banner-online-btn {
  width: 144px;
  position: relative;
}

.banner-phone-right {
  position: relative;
}

.banner-phone-right input {
  height: 40px !important;
  border: 1px solid #E0E0E0;
  border-radius: 20px !important;
  position: absolute;
  left: 0px;
  width: 220px !important;
}

.banner-117 {
  min-height: 117px !important;
  height: 117px !important;
}

.calc-main-1 {
  display: flex;
  justify-content: space-between;
}

.calc-zones {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 16px 0px;
  width: 772px;
  background: rgba(79, 163, 211, 0.1);
  border-radius: 20px 20px 0px 0px;
}

.calc-options {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 20px;
  width: 409px;
  background: #FFFFFF;
  border: 1px solid #4FA3D3;
  border-radius: 20px;
  margin-bottom: 20px;
}

.calc-logo {
  position: relative;
  left: 2%;
  min-height: 100px;
}

.calc-preview {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 16px 20px;
  width: 740px;
  height: auto;
  background: #FFFFFF;
  border-radius: 20px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
}

.calc-preview label {
  padding-right: 30px;
}

.calc-slider-item {
  text-decoration: none;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 500;
  height: 36px;
  text-align: center;
  padding: 5px;
  display: flex;
  justify-content: space-evenly;
  cursor: pointer; 
}

.calc-slider-selected {
  align-items: center;
  background: #297BAA;
  border-radius: 19px;
  font-weight: 500 !important;
  color: #fff !important;
}

.calc-selector {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.calc-selector span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 116.2%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #1C1C1C;
  text-transform: uppercase;
}

.calc-zones-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.calc-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: 30px;
  margin-right: 30px;
  width: 100%;
}

.team-doctor:hover, .online-btn:hover {
  text-decoration: none;
  color: #fff;
}

.our-team {
  display: flex;
  flex-wrap: wrap;
}

.team-scroll-area {
  display: flex;
  height: 210px;
  width: 790px;
  overflow-x: auto;
  overflow-y: hidden;
}

.team-widescroll-area {
  display: flex;
  width: 99%;
  overflow-x: auto;
}

.team-doctor, .team-doctor-simple {
  width: 378px;
  min-width: 378px;
  height: 190px;
  background: rgba(242, 242, 242, 0.7);
  border: 1px solid rgba(242, 242, 242, 0.7);
  border-radius: 20px;
  display: flex;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}

.wmax-450 {
  max-width: 360px;
}

.team-doctor:hover {
  border: 1px solid #FF5B5A;
}

.article-quistions-area, .article-sources-area {
  margin-top: 20px;
  background: rgba(242, 242, 242, 0.7);
  border: 1px solid rgba(242, 242, 242, 0.7);
  border-radius: 20px;
  width: 100%;
  padding: 10px 20px;
}

.articles {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.article-question-container {
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #E0E0E0;
}

.team-question-container { 
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
  margin-top: 10px;
  border: 1px solid #E0E0E0;
  width: 570px;
  min-width: 570px;
  min-height: 278px;
  margin-bottom: 10px;
  position: relative;
  margin-right: 20px;
}

.article-question-name {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 23px;
}

.article-question-comments {
  padding: 20px;
}

.article-question-comment {
  padding: 20px 0;
}

.article-question-comment p {
  font-size: 15px;
  color: #505259;
}

.questions-pages {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.question-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.question-footer-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding-top: 10px;
}

.comment-bottom-border {
  border-bottom: 1px solid #E0E0E0;
}

.articles .h-2, .h-2-header {
  border-bottom: 5px solid #297BAA;
  display: inline-block;
  line-height: 40px;
}

.article-any-link {
  min-width: 335px;
  max-height: 183px;
  background-color: #F2F2F2;
  border-radius: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
}

.article-any-link > div {
  height: 94px;
  border-radius: 20px 20px 0 0;
}

.article-any-link > p {
  padding: 20px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.article-sources-area a {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  color: #1C1C1C;
  font-weight: 400;
}

.team-doctor-small {
  width: 380px;
  min-height: 94px;
  background: rgba(242, 242, 242, 0.7);
  border: 1px solid rgba(242, 242, 242, 0.7);
  border-radius: 20px;
  display: flex;
  margin-top: 20px;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}

.team-doctor-small img {
  width: 74px;
  height: 74px;
  margin: 0 15px;
  border-radius: 87px;
  border: 1px solid #E0E0E0;
  background-color: #FFFFFF;
}

.team-small-subitems {
  display: flex;
  flex-direction: column;
}

.team-small-work, .team-small-exp {
  color: #1C1C1C;
}

.team-small-work {
  margin-right: 10px;
  font-size: 17px;
}

.team-small-exp {
  font-size: 15px;
}

.team-doctor-name {
  font-weight: 600;
  font-size: 17px;
  line-height: 130%;
  display: flex;
  align-items: center;
  color: #297BAA;
  margin-top: 10px;
  margin-right: 10px;
}

.team-doctor-img {
  height: 178px;
  margin-left: 15px;
  margin-top: 10px;
}

.team-doctor-work {
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
  color: #1C1C1C;
  margin-top: 10px;
  margin-bottom: 10px;
}

.team-doctor-exp {
  padding: 5px 10px;
  width: 115px;
  height: 34px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 17px;
  margin-top: 5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 150.2%;
  color: #505259;
  text-align: center;
}

.team-card-exp {
  padding: 5px 10px;
  width: 240px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 20px;
  margin-top: 10px;
  font-weight: 600;
  font-size: 19px;
  line-height: 150.2%;
  color: #505259;
  text-align: center;
}

.team-chart-text {
  margin-top: 20px;
  font-size: 22px;
  color: #1C1C1C;
}

.team-subitems {
  position: relative;
}

.team-bottom-btn {
  padding: 8px 46px;
  gap: 15px;
  position: absolute;
  width: 189px;
  height: 35px;
  right: 24px;
  bottom: 0px;
  background: #FF5B5A;
  border-radius: 20px 20px 0px 0px;
  font-weight: 400;
  font-size: 15px;
  line-height: 150.2%;
  color: #FFFFFF;
  display: none;
}

.team-card {
  height: 567px;
  display: flex;
  flex-direction: row; 
}

.team-card-img > .circle {
  z-index: -1;
  position: absolute;
  width: 440px;
  height: 440px;
  top: 85px;
  left: 20px;
  background: rgba(79, 163, 211, 0.1);
  border-radius: 220px;
}

.team-card-work {
  font-weight: 600;
  font-size: 22px;
  line-height: 116.2%;
  color: #297BAA;
}

.team-request {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 23px;
  width: 100%;
  height: 122px;
  background: rgba(79, 163, 211, 0.1);
  border-radius: 20px;
  font-weight: 600;
  font-size: 22px;
  line-height: 116.2%;
  color: #1C1C1C;
  margin-top: 10px;
  margin-bottom: 20px;
}

.team-request > div {
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.team-request .form-group {
  margin-right: 10px;
}

.team-request .btn {
  width: 140px;
  height: 40px;
  background: #FF5B5A;
  border-radius: 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 98.7%;
  text-align: center;
  color: #FFFFFF;
}

.team-request .form-control {
  min-width: 240px;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 20px;
}

.phone-top, .phone-footer {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #1C1C1C;
}

.phone-top:hover, .phone-footer:hover {
  color: #000;
  text-decoration: none;
}

.phone-bottom {
  color: #1c1c1c;
  font-size: 19px;
  font-weight: 600;
  margin-right: 20px;
}

.phone-bottom:hover {
  color: #000;
  text-decoration: none;
}

.default-btn > img {
  padding: 10px;
  position: relative;
  top: -3px;
}

.default-btn:hover {
  color: #fff;
  text-decoration: none;
}

.default-btn > span {
  margin-left: 15px;
}

.nav-link {
  font-weight: 500;
  font-size: 15px;
  color: #ffffff !important;
}

.navbar-nav {
  margin-left: 5px;
  align-items: center;
}

.main-menu .nav-item {
  margin-right: 20px;
}

.right-top {
  float: right;
}

.right-top > a, .line-height-40 > span, .center-submenu a {
  font-size: 15px;
  color: #1c1c1c;
  font-weight: 400;
  text-decoration: none;
  padding-left: 30px;
}

.line-height-40 > span {
  padding-left: 10px;
}

.right-top img, .center-submenu img {
  margin-right: 5px;
}

.line-height-40 {
  line-height: 40px;
}

.line-height-50 {
  line-height: 50px;
}

.line-height-60 {
  line-height: 60px;
}

.flex-50 {
  display: flex;
  align-items: center;
  height: auto;
  flex-wrap: wrap;
}

.flex-60 {
  display: flex;
  align-items: center;
  height: 60px;
}

.flex-60 .top-img {
  margin-left: auto;
} 

.vcenter {
  align-items: center;
}

.m-w-200 {
  min-width: 200px;
  display: block;
}

.flex-space {
  justify-content: space-between;
}

#devices_list a {
  color: #1c1c1c !important;
}

.yellow-block {
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  height: 180px;
  width: 255px;
  min-height: 180px;
  min-width: 255px;
  margin-bottom: 10px;
  border: 2px solid #FCBD1C;
  padding: 10px;
}

.yellow-btn {
  background-color: #FCBD1C;
  color: #fff;
  width: 132px;
  height: 28px;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  border-top-left-radius: 3px;
  position: absolute;
  bottom: 0px;
  left: 120px;
}

.yellow-btn2 {
  background-color: #FCBD1C;
  color: #fff;
  text-align: center;
}

.yellow-btn img, .yellow-btn2 img {
  margin-right: 5px;
}

.relative {
  position: relative;
}

.blue-block {
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  height: 180px;
  width: 255px;
  min-height: 180px;
  min-width: 255px;
  margin-bottom: 10px;
  border: 2px solid #4868B9;
  padding: 10px;
}

.blue-btn {
  background-color: #4868B9;
  color: #fff;
  width: 132px;
  height: 28px;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  border-top-left-radius: 3px;
  position: absolute;
  bottom: 0px;
  left: 120px;
}

.blue-btn img {
  margin-right: 5px;
}

.blue-block .logo-image, .yellow-block .logo-image {
  width: auto;
}

.blue-block .rating img, .yellow-block .rating img {
  width: 13px;
}

.blue-block .rating, .yellow-block .rating {
  font-size: 17px;
  line-height: 14px;
}

.blue-block a.bold, .yellow-block a.bold {
  font-size: 17px;
  color: #1c1c1c;
  margin-top: 20px;
  display: block;
  line-height: 20px;
}

.doc-pane {
  padding: 20px;
  border: 3px solid #FCBD1C;
}

.doc-tab {
  margin-bottom: 0 !important;
  justify-content: left !important;
}

.main-tab {
  margin-top: 10px;
}

.main-tab > ul {
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.main-tab .nav-pills .nav-link, .sort-btn[sort-down="false"], .filter-btn[sort-down="false"] {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  width: 150px;
  text-align: center;
  font-size: 17px;
  color: #1c1c1c;
  font-weight: 400;
}

.main-tab .nav-pills .nav-link.active, .main-tab .nav-pills .show>.nav-link, .sort-btn[sort-down="true"], .filter-btn[sort-down="true"] {
  background-color: #fff;
  border: 1px solid #4868B9;
  border-radius: 3px;
  width: 150px;
  text-align: center;
  font-size: 17px;
  color: #1c1c1c;
  font-weight: 600;
}

.doc-link.active {
  background-color: #FCBD1C !important;
  border: inherit !important;
  font-size: 20px !important;
}

.doc-link {
  padding-bottom: 0px;
  height: 46px;
  border-radius: 0 !important;
}

.doc-tab .show>.nav-link {
  background-color: #fff;
  border: 3px solid #FCBD1C;
  width: 150px;
  text-align: center;
  font-size: 17px;
  color: #1c1c1c;
  font-weight: 600;
}

.sorting {
  margin: 10px 0;
}

.sorting p {
  line-height: 40px;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 600;
  color: #4868B9;
}

.sort-btn {
  width: 242px !important;
  height: 40px;
  line-height: 35px;
  cursor: pointer;
  text-align: left !important;
  padding-left: 20px !important;
}

.sort-btn img {
  float: right;
  position: relative;
  right: 10px;
  top: 10px;
  width: 13px;
  height: 13px;
}

.center-tab {
  text-align: left !important;
}

.center-tab img {
  float: right;
  position: relative;
  right: 0px;
  top: 7px;
  width: 13px;
  height: 13px;
}

.group-card {
  border: 1px solid #e0e0e0;
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.group-card .card-header {
  background-color: #fff;
  border-top: 1px solid rgba(0,0,0,.125);
  margin-top: 10px;
}

.group-card .card-header .mb-0 {
  margin: 0 10px;
  padding: 10px 0;
}

.group-card .card-header .mb-0 a, .ext-block a {
  font-style: normal;
  font-size: 17px;
  /* color: #1c1c1c !important; */
  font-weight: 400;
  padding: 0;
  color: #4868B9 !important;
  text-decoration: underline;
}

.article-sources-area a[aria-expanded="false"] img, .filter-menu a[aria-expanded="false"] img, .center-btn[aria-expanded="false"] img {
  transition: transform 333ms ease-out, color 333ms;
}

.article-sources-area a[aria-expanded="true"] img, .filter-menu a[aria-expanded="true"] img, .center-btn[aria-expanded="true"] img {
  transition: transform 333ms ease-out, color 333ms;
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

h3.group-header {
  font-family: 'Ubuntu';
  font-style: normal;
  font-size: 20px;
  color: #1c1c1c !important;
  font-weight: bold;
  margin: 0 10px;
  padding: 15px 0 10px
}

h3.group-header img {
  display: none;
  float: right;
  position: relative;
  top: 7px;
  right: 10px;
}

.action-card h2 {
  font-size: 43px;
  margin-bottom: 5px;
  line-height: 50px;
  margin-top: 20px;
}

.action-card h3 {
  font-size: 22px;
  font-weight: 600;
}

.action-text-block a {
  color: #1C1C1C;
  font-size: 20px;
  font-weight: 600;
}

.action-big-text .red {
  font-size: 33px;
}

.group-items {
  overflow: auto;
  margin: 0 10px;
  font-style: normal;
  font-size: 17px;
  color: #1c1c1c !important;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.group-items a, .filter-menu a {
  color: #1c1c1c !important;
  text-decoration: underline !important;
}

.group-items p {
  float: left;
  text-align: left;
  background-color: #FFF;
  text-decoration: underline;
}

.btn-274 {
  width: 274px !important;
}

.select-btn-rating {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-size: 17px;
  font-weight: 600;
  background-color: #4868B9;
  border-radius: 3px;
  width: 60%;
  text-align: left;
  position: relative;
}

.rating-box {
  width: 58.6%;
}

.rating-card {
  margin-bottom: 15px;
}

.rating-block {
  display: block;
  height: 100px;
  border: #e0e0e0 1px solid;
}

.big-rating-block {
  width: 100%;
  margin-left: 15px;
  padding-left: 20px;
  font-size: 17px;
  font-weight: 600;
  color: #1c1c1c;
  position: relative;
  display: flex;
  align-content: space-around;
  align-items: center;
}

.rating-call-block {
  display: none;
}

.rating-right-block {
  line-height: 45px;
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.rating-index {
  font-size: 32px;
  font-weight: 600;
  min-width: 50px;
  line-height: 100px;
  text-align: center;
}

.rating-row {
  margin: 0;
}

.rating-row .rating-block {
  margin-bottom: 15px;
}

.rating-row .col-sm {
  padding-right: 0;
}

.rating-img {
  height: 15px;
}

.rating-header {
  padding-left: 10px;
  font-size: 17px;
  font-weight: 600;
  color: #1c1c1c;
  position: relative;
  display: flex;
  align-content: space-around;
  align-items: center;
  height: 100px;
  border: #e0e0e0 1px solid;
  margin-bottom: 15px;
}

.rating-index img, .rating-index span {
  display: none;
}

.select-btn-rating .right-img {  
  position: absolute;
  top: 15px;
  right: 10px;
}

.select-btn-rating span {  
  text-align: left;
  float: left;
  width: 100%;
}

.select-btn-rating[aria-expanded="false"] .right-img {
  transition: transform 333ms ease-out, color 333ms;
}

.select-btn-rating[aria-expanded="true"] .right-img {
  transition: transform 333ms ease-out, color 333ms;
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}


.select-btn-1 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-size: 17px;
  font-weight: 600;
  background-color: #4868B9;
  border-radius: 3px;
  width: 274px;
  text-align: left;
}

.select-btn-1 img {  
  position: absolute;
  right: 15px;
  top: 28px;
}

.select-btn-1 span {  
  text-align: left;
  float: left;
  width: 220px;
  overflow-x: hidden;
  white-space: nowrap;
}

.select-btn-1[aria-expanded="false"] img {
  transition: transform 333ms ease-out, color 333ms;
}

.select-btn-1[aria-expanded="true"] img {
  transition: transform 333ms ease-out, color 333ms;
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select-btn-feed {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-size: 17px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  width: 230px;
  text-align: left;
  margin-bottom: 20px;
  height: 30px;
  padding: 0 10px;
  margin-top: 10px;
}

.select-btn-feed img {  
  position: relative;
  right: 2px;
  top: 10px;
  float: right;
}

.select-btn-feed span {  
  color:#1c1c1c;
  text-align: left;
  float: left;
  overflow-x: hidden;
  white-space: nowrap;
}

.select-btn-feed[aria-expanded="false"] img {
  transition: transform 333ms ease-out, color 333ms;
}

.select-btn-feed[aria-expanded="true"] img {
  transition: transform 333ms ease-out, color 333ms;
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uslugi-main-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 10px 8px 11px;
  width: 380px;
  height: 42px;
  background: #FF5B5A;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.uslugi-main-btn img {
  margin-right: 10px;
}

.uslugi-main-btn:hover {
  color: #fff;
}

.uslugi-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dropdown-menu.show {
  z-index: 100000;
}

.text-35 { 
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
}

.text-25 {
  font-style: normal;
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.m-bottom-10 {
  margin-bottom: 3px;
}

.container-top {
}

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

.m-10 {
  margin: 10px;
}

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

.weight-200 {
  font-weight: 200 !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 7px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

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

.m-top-60 {
  margin-top: 60px; 
}

.m-top-20 {
  margin-top: 20px; 
}

.m-bottom-20 {
  margin-bottom: 20px; 
}

.base-color {
  color: #4868B9 !important;
}

.price-header {
  width: 33.3%;
  margin-left: 10px;
}

.filter-block > span {
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  padding-bottom: 5px;
  display: block;
}

.doc-pane .select-btn-feed > span {
  font-weight: 600 !important;
  line-height: 38px;
}

.doc-pane .select-btn-feed {
  height: 40px;
}

.doc-pane .select-btn-feed img {
  top: 15px !important;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.fs-22-600 {
  font-size: 22px;
  font-weight: 600;
}

.w-400 {
  width: 400px !important;
} 

.w-330 {
  width: 330px !important;
} 

.w-200 {
  width: 200px !important;
} 

.flex-col {
  flex-direction: column !important;
}

.center-card {
  display: block;
  width: 825px;
  padding: 20px;
}

.center-header {
  margin-left: 10px;
  margin-bottom: 10px;
  width: 510px;
}

.center-header h2, .rating, .center-phone, .text-20 {
  font-family: "Ubuntu";
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  color: #1c1c1c;
  margin: 0;
}

.h2 {
  font-size: 1.5rem;
  color: #1c1c1c;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}


.center-header h1 {
  font-family: "Ubuntu";
  font-style: normal;
  font-size: 25px;
  font-weight: 700;
  color: #1c1c1c;
  margin: 0;
}

.center-header a:hover {
  text-decoration: none;
}

.center-header p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-size: 17px;
  font-weight: 400;
  color: #1c1c1c;
}

.center-header p a, .center-params p a, .center-address p a {
  font-size: 17px;
  font-weight: 400;
  color: #828282;
  text-decoration: underline;
}

.card-prices {
  color: #1c1c1c;
  font-size: 17px;
  font-weight: 400;
  width: 510px;
}

.card-prices a {
  color: #4868B9;
  font-size: 17px;
  font-weight: 400;
  text-decoration: underline;
}

#prepare_description_short a, #direct_description_short a, #prepare_description a, #direct_description a {
  color: #828282;
  font-size: 17px;
  font-weight: 400;
  text-decoration: underline;
}

.price-block {
  overflow: auto;
  padding-top: 10px;
}

.price-block p {
  color: #1c1c1c;
  float: left;
}

.price-block span {
  color: #1c1c1c;
  font-weight: 600;
  float: right;
}

.pb-20 {
  padding-bottom:20px;
}

.ptb-10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

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

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

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

.ratings {
  position: absolute;
  right: 20px;
}

.feedback {
  float: right;
}

.card-flex {
  display: flex;
}

.card-calendar {
  display: flex;
  justify-content: space-evenly;
}

.day-of-week {
  text-align: center;
}

.calendar-wrapper {
  margin-left: 30px;
  max-width: 250px;
}

.calendar-wrapper p {
  font-size: 17px;
  font-weight: 600;
}

.day {
  margin: 2px;
  padding: 5px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  width: 35px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.day:hover {
  background-color: #4868B9;
  color: #fff;
}

.selected-day {
  background-color: #4868B9;
  color: #fff !important;
}

.slots {
  display: none;
  flex-wrap: wrap;
}

.time-slots {
  margin: 10px 0;
  height: auto;
}

.menu-underline-2 {
  text-decoration: underline;
  color: #4868B9;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.menu-underline {
  text-decoration: underline;
  color: #4868B9;
  text-underline-offset: 3px;
}

.time {
  font-size: 17px;
  font-weight: 600;
  color: #1c1c1c;
  padding: 0 3px;
  margin: 2px 3px;
  border-radius: 3px;
  cursor: pointer;
}

.time:hover {
  background-color: #4868B9;
  color: #fff;
}

.booking-btn {
  width: 173px;
  margin-bottom: 10px;
  cursor: pointer;
}

.cener-logo {
  min-height: 95px;
}

.ext-center {
  display: flex;
  margin: 10px 0;
}

.ext-center img {
  margin-right: 10px;
}

.ext-center p {
  font-weight: 400;
}

.footer-container {
  position: relative;
  background: #297BAA;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer {
  margin-top: 20px;
  padding: 20px 0;
  font-size: 17px;
  font-style: normal;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.zone {
  display: block;
  color: #1c1c1c;
  font-size: 17px;
  font-weight: 400;
  margin-right: 40px;
  margin-top: 30px;
}

.zone h1 {
  font-family: "Ubuntu";
  font-style: normal;
  font-size: 25px;
  font-weight: bold;
  line-height: 29px;
}

.zone-params {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: nowrap;
  margin-top: 10px;
}

.param {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-end;
  flex-wrap: nowrap;
}

.param-text {
  padding: 5px 20px;
}

.price {
  font-size: 20px;
  font-weight: 700;
  margin: 0 10px;
}

.flex-end {
  align-items: flex-end;
}

.flex-end-align {
  align-items: flex-end;
}

.small-gray {
  font-size: 15px;
  color: #828282;
  font-weight: 400;
}

.b-crumb a, .b-crumb p {
  font-size: 15px;
  color: #297BAA;
  font-weight: 400;
}

.b-crumb a {
  text-decoration: underline;
}

.b-crumb img {
  margin: 0 5px;
}

.black {
  color: #1c1c1c !important;
}

.param-text .badge {
  font-size: 17px;
  font-weight: 400;
  border: 1px solid #e2e2e2;
  margin-right: 5px;
  margin-bottom: 5px;
}

.center-params > .param {
  align-items: baseline;
  margin-bottom: 10px;
}

.center-params > .param > img {
  position: relative;
  top: 30px;
}

.center-pills {
  justify-content: left !important;
}

.center-pills .nav-link {
  width: auto !important;
}

.center-pills .nav-link.active {
  background-color: #4868B9 !important;
  color: #fff !important;
}

.center-time .booking-btn {
  width: 100% !important;
}

.center-time .center-phone {
  text-align: center !important;
}

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

.price-btn {
  width: 100%;
  text-align: left;
  background-color: #fff;
  border: 1px solid #4868B9;
  border-radius: 3px;
  color: #1c1c1c;
  margin-bottom: 10px;
  text-decoration: none;
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 17px;
  color: #1c1c1c;
  text-decoration: none !important;
}

.price-btn:hover {
  text-decoration: none !important;
}

.price-data {
  overflow: auto;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 10px;
  min-height: 36px;
  display: flex;
}

.price-data > a > p {
  display:inline-block;
}

.price-data span {
  display:block;
  float:right;
  margin-right:40px;
  font-weight: 400;
  font-size: 17px;
  color: #1c1c1c;
  line-height: 24px;
  min-width: 40px;
}

.price-title {
  font-weight: 400;
  font-size: 15px;
  color: #1c1c1c;
  display:block;
  float:right;
  margin-right:110px;
}

.over-auto {
  overflow: auto;
}

.upcost {
  display:block;
  float:right;
  margin-right:10px;
  font-weight: 400;
  font-size: 14px;
  color: #EB5757;
  text-decoration: line-through;
  min-width: 40px;
  line-height: 24px;
}

.price-btn img {  
  position: absolute;
  right: 25px;
  margin-top: 7px;
}

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

.price-btn[aria-expanded="false"] img, .discount-link[aria-expanded="false"] img {
  transition: transform 333ms ease-out, color 333ms;
}

.price-btn[aria-expanded="true"] img, .discount-link[aria-expanded="true"] img {
  transition: transform 333ms ease-out, color 333ms;
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.feedback {
  font-size: 17px;
  font-weight: 400;
  color: #828282;
}

.underline {
  text-decoration: underline !important;
}

.feedback-content {
  margin-bottom: 10px;
  font-size: 12px;
}

.text-17 {
  font-weight: 600;
  font-size: 17px;
  color: #1c1c1c;
}

.text-16 {
  font-size: 16px;
}

.feedback-name > h4, .text-17 {
  display: inline-block;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 17px;
}

.feedback-name > span {
  float: right;
  display: flex;
}

.feedback-name > span > .link-img {
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
}

.feedback-btn {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
  width: 255px;
}

.feedback-name .rating {
  margin-left: 5px; 
}

.feedback-likes {
  float: right;
  display: inline;
}

.feedback-likes > span {
  font-weight: 400;
  font-size: 17px;
  padding: 0 10px;
}

.alert-success {
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  background-color: #4868B9;
}

doctor {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: 15px;
  max-width: 255px;
  display: flex;
  flex-direction: column;
}

doctor:nth-child(2) {
  margin: 0 30px;
}

doctor > p {
  line-height: 22px;
  margin: 10px 0;
}

doctor > div {
  margin-top: auto;
}

doctor b, discount b {
  font-weight: 600;
}

.doctor-header, .doctor-header-all {
  display: flex;
  margin-top: 0px;
  justify-content: space-between;
}

.doctor-header > div, .doctor-header-all > div {
  margin-left: 10px;
  margin-bottom: 10px;
}

.doctor-header > img, .doctor-header-all > img {
  height: fit-content;
  max-width: 100px;
}

.doctor-header > div p, .doctor-header-all > div p {
  line-height: 20px;
}

.flex-important {
  display: flex !important;
  margin-bottom: 20px;
}

.flex-unset {
  flex: unset !important;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50px;
}

.w-145 {
  width: 145px;
}

.w-10 {
  width: 10px;
}

.ml-5 {
  margin-left: 5px;
}

#place p, #about-clinic p {
  margin: 20px 0;
}

.ratings-mobile {
  display: none;
}

.footer-top {
  display: none;
}

.rating-stars {
  display: flex;
}

.rating-stars span {
  margin-right: 20px;
}

.rating-stars img {
  width: 24px;
  height: 24px;
}

.zone-container {
  position: relative;
  background-color: #fff;
  padding: 0px 15px;
}

.zone-border {
  display: block;
  width: 100%;
  height: 5px;
  background-color: #4868B9;
}

.bb-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.price-values p, .center-address, .mobile-filters, .bottom-sort, .bottom-map, .sort-container, .footer-enable-item, #accordionMRTHeadBar, #accordionKTHeadBar, .phone-items, .center-submenu {
  display: none;
}

.price-data a {
  max-width: 400px;
}

.ruble {
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  text-align: left;
  vertical-align: top;
}

.ruble:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: '₽';
  text-indent: 0;
  color: inherit;
}

.enabled-item, .enabled-div-block {
  display: none !important;
}

.center-btn {
  text-align: center;
  width: 147px;
  margin: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.center-address {
  margin-bottom: 10px;
}

.mt-0 {
  margin-top: 0;
}

.navbar-nav li:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
} 

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-acenter {
  align-items: center;
}

.underline {
  text-decoration: underline;
}

.m-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-0 {
  margin: 0;
}

.none {
  display: none;
}

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

.flex-end {
  justify-content: flex-end;
}

.feed-pages {
  flex-wrap: wrap;
}

.center-phone:hover {
  text-decoration: none;
  color: #1c1c1c;
}

.article-h2 {
  color: #828282 !important;
}

.article-mini {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: flex;
}

b {
  font-weight: 700;
}

.fix-width {
  width: 100% !important;
  margin-top: 10px !important;
}

#district_link, #filter_link, #metro_link, #district2_link, #filter2_link, #metro2_link {
  font-weight: bold;
}

.doctor-sign {
  margin-top: 1cm;
  margin-bottom: 1cm;
  border-bottom: 1px #c2c2c2 solid;
  border-top: 1px #c2c2c2 solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.lic-min {
  padding: 20px;
  cursor: pointer;
  width: 200px;
}

.img-avtor {
  width: 380px;
  margin-right: 30px;
}

.devices-hidden {
  display: none;
}

.devices-header {
    margin-top: 20px;
    border-bottom: 1px solid #4868B9;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.ml-220 {
  margin-left: 200px;
}

.doctor-more span {
  background-color: #e5e5e5;
  padding: 5px;
  margin-right: 10px;
  border-radius: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.stage-doc {
  text-align: left;
  position: absolute;
  border: 1px solid rgba(0,0,0,.125);
  padding: 5px;
  font-weight: 300;
}

.doc-sel-btn {
  border: 1px solid rgba(0,0,0,.125);
  padding: 10px;
  border-radius: 5px;
  font-weight: 300;
  cursor: pointer;
}

.active-doc-sel {
  background-color: #FCBD1C;
}

.a-doc {
  font-size: 22px;
}

.doc-head {
  max-width:100%;
  min-height: 95%;
  border: 1px solid #4868B9;
}

.doc-head a {
  color: #1c1c1c !important;
}

.doc-address {
  height: 24px;
  margin-right: 5px;
}

.ml-5p {
  margin-left: 5px;
}

.rating-name {
  width: 300px;
}

.rating-param {
  width: 110px;
  line-height: 18px;
}

.rating-param span {
  font-size: 14px;
  font-weight: 600;
}

.rating-name a {
  color: #1c1c1c !important;
}

.rating-name img {
  margin-right: 5px;
} 

.rating-address-mobile {
  display: none;
}

.rating-param-header {
  padding-left: 455px;
  margin-bottom: 10px;
  border-bottom: 1px #4868B9 solid;
  padding-bottom: 10px;
  align-items: flex-end;
}

.rating-params-mobile-block {
  display: none;
}

.block-top-address {
  display: flex;
  flex-wrap: wrap;
}

.middle-address {
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.middle-address img {
  padding-right: 5px;
}

.middle-line {
  width: 1px;
  height: 60px;
  border-left: 1px solid #E0E0E0;
  margin-left: 25px;
}

.block-top-phone {
  margin-left: 15px;
  margin-bottom: 1px;
}

.back-day-img, .back-price-img {
  transform: rotate(90deg);
  cursor: pointer;
}

.next-day-img, .next-price-img {
  transform: rotate(-90deg);
  cursor: pointer;
}

.calc-day-selector {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin-top: 10px;
}

.current-date {
  width: 80px;
  height: 23px;
  background-color: #f2f2f2;
  color: #1C1C1C;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  line-height: 23px;
}

.tour-frame {
  position: relative;
  overflow: hidden;
  max-width: 890px;
  height: 400px !important;
}

.tour-frame > iframe {
  width: 890px;
  position: relative;
}

.tour-frame-450 {
  display: contents;
  position: relative;
  overflow: hidden;
  max-width: 450px;
  height: 400px !important;
}

.tour-frame-450 > iframe {
  width: 450px;
  position: relative;
}

.articte-text img, .content-text img {
  max-width: 650px; 
}

.question-footer-inner-list {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-top: 10px;
}

.hidden-options-row {
  display: none !important;
}

.hidden-row-wide {
  display: none !important;
}

.feedback-center-item {
  padding: 5px 20px;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  color: #1C1C1C;
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  margin: 5px;
}

.phone-footer:hover {
  color: #fff;
}

.interview-outer > img {
  width: 306px;
  height: fit-content;
  border-radius: 20px;
}

.team-card-img img {
  width: 495px;
  margin-top: 10px;
}

.header-menu-item {
  cursor: pointer;
  text-transform: uppercase;
}

.header-menu {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  flex-direction: column;
}

.ceny-center-dropdown {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  align-content: center;
}

.sub-ceny-center-inner {
  display: flex;
  justify-content: space-between;
  padding: 5px 15px;
}

.sub-ceny-center-inner span {
  font-weight: 600;
}

.ceny-sub-item-link-header, .ceny-center-item-disabled {
  display: none;
}

.center-view-img {
  height: 340px;
}

.contact-area {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 890px;
}

.contact-service {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}

.contact-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.contact-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-info-outer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.team-name-data {
  display: flex;
  flex-direction: column;
}

.header-area {
  justify-content: space-between !important;
  align-items: center !important;
  width: 100%;
}

.online-btn-top {
  display: none;
  width: 83px;
  height: 34px;
  border-radius: 20px;
  padding: 5px 21px;
  background: rgba(255, 91, 90, 1);
  color: #fff;
  font-size: 12px;
  line-height: 11px;
}

.online-btn-top:hover {
  font-weight: 500;
  color: #fff;
}

.width-115 {
  width: 120px;
}

.flex-fio, .flex-weight {
  display: flex;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1200px;
      padding: 0;
  }
}

/* ------------------------------------------------------------------------------------------------------ */
@media (max-width: 767px) {
  #zonesCarousel .carousel-inner .carousel-item > div {
      display: none;
  }
  #zonesCarousel .carousel-inner .carousel-item > div:first-child {
      display: block;
      width: inherit;
      margin: 0 20px;
  }
}

#zonesCarousel .carousel-inner .carousel-item.active,
#zonesCarousel .carousel-inner .carousel-item-next,
#zonesCarousel .carousel-inner .carousel-item-prev {
  display: flex;
  justify-content: center;
}

/* medium and up screens */
@media (min-width: 768px) {
  #zonesCarousel .carousel-inner .carousel-item-end.active,
  #zonesCarousel .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  
  #zonesCarousel .carousel-inner .carousel-item-start.active, 
  #zonesCarousel .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

#zonesCarousel .carousel-inner .carousel-item-end,
#zonesCarousel .carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

#zonesCarousel .carousel-control-next, #zonesCarousel .carousel-control-prev {
  width: inherit;
}

#zonesCarousel .carousel-inner {
  width: 90%;
  margin: 0 auto;
}

#zonesCarousel {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* ------------------------------------------------------------------------------------------------------ */

.calc-zones-slider {
  width: 100%;
}

.calc-buttons, .article-buttons {
  display: flex;
  flex-wrap: wrap;
}

.question-answer-text {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 5px solid #297BAA;
}

.reverse-180 {
  transform: rotate(180deg);
}

.search-blue-btn {
  width: 140px !important;
  color: #297BAA;
  background-color: #fff;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
}

.calc-button {
  width: 93px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 20px;
  color: #1C1C1C;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
}

.article-button, .feed-link {
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 20px;
  color: #1C1C1C;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  padding: 8px 20px;
}

.feed-link {
  font-weight: 600;
  font-size: 17px;
}

.calc-button:hover, .calc-button-selected, .article-button:hover, .article-button-selected, 
.feed-link:hover, .yellow {
  background: #297BAA;
  color: #fff;
  border: 1px solid #297BAA;
}

.calc-selected-zones {
  font-size: 17px;
  font-weight: 600;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.close-btn, .close-btn-discount2, .close-btn-discount3 {
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 10px;
}

.close-btn:hover, .close-btn-discount2:hover, .close-btn-discount3:hover {
  opacity: 1;
}

.close-btn:before, .close-btn:after, .close-btn-discount2:before, .close-btn-discount3:before, .close-btn-discount2:after, .close-btn-discount3:after {
  position: absolute;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #FF5B5A;
}

.close-btn:before, .close-btn-discount2:before, .close-btn-discount3:before {
  transform: rotate(45deg);
}

.close-btn:after, .close-btn-discount2:after, .close-btn-discount3:after {
  transform: rotate(-45deg);
}

.close-btn-discount2, .close-btn-discount3 {
  display: inline-block;
}

.calc-center-map-20 {
  width: 100%;
}

.discount3-next {
  background: #297BAA;
  margin: 10px;
  padding: 0;
  border-radius: 20px;
  display: flex;
  padding: 10px;
  transform: rotate(-90deg);
  cursor: pointer;
}

.calc-centers {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: rgba(79, 163, 211, 0.1);
  border-radius: 0 20px 20px 20px;
}

.prices-desktop-area {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  flex-direction: row;
  width: 100%;
  margin-top: 10px;
  margin-left: 20px;
}  

.calc-centers .tab-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 16px 0px;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.calc-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px 20px;
  max-width: 280px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 20px;
  /* min-height: 880px; */
  margin-bottom: 20px;
}

.calc-center-disabled {
  background: #FFFFFF;
  opacity: 0.5;
}

.calc-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
}

.calc-middle-area {
  margin-top: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.calc-last-corner {
  width: 20px;
  height: 20px;
  background: rgba(79, 163, 211, 0.1);
  position: absolute;
  right: -36px;
  bottom: 0px;
}

.calc-last-corner-inner {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 0 0 0 20px;
}

.calc-center-map {
  cursor: pointer;
}

.calc-center-header {
  display: flex;
  font-weight: 600;
  font-size: 17px;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  height: 50px;
}

.calc-center-header img {
  margin-right: 10px;
}

.flex-shrink {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 100px;
  padding-left: 10px;
}

.calc-middle-address {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 5px;
  justify-content: space-between;
}

.calc-middle-address img {
  margin-right: 5px;
  cursor: pointer;
}

.zoom-container {
  position: relative;
  display: inline-block;
  max-width: 50px;
}

.overlay {
  position: absolute;
  top: 50%;   
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 80%;
}

.zoom-container img:not(.overlay) {
  display: block;
}

.discount-link {
  color: #1C1C1C;
  cursor: pointer;
  margin-bottom: 10px; 
}

.discount-link:hover, .discount-link[aria-expanded="true"] {
  color: #1C1C1C;
  font-weight: 600;
}

.discount-link img {
  margin-left: 10px;
}

.calc-days-title {
  background: #F2F2F2;
  border-radius: 5px;
  width: 100%;
  height: 28px;
  font-weight: 600;
  font-size: 17px;
  display: flex;
  color: #1C1C1C;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
}

.calc-days .red, .calc-days-title .red, .red, .red > p, .red > p > a {
  color: #FF5B5A;
}

.red > p {
  font-weight: 100 !important;
  padding: 0 !important;
}

.red > p > a {
  font-weight: 600 !important;
}

.calc-days span, .calc-days-title span {
  width: 25px;
}

.calc-days {
  background: #FFF;
  width: 100%;
  font-weight: 400;
  font-size: 17px;
  display: flex;
  color: #1C1C1C;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  cursor: pointer;
}

.selected-day {
  background: #297BAA;
  color: #fff !important;
  padding: 0 3px;
  border-radius: 3px;
}

.day-disabled {
  opacity: 0.3;
}

.single-time {
  padding: 2px;
  margin: 3px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  flex: 0 0 76px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  padding-left: 5px;
}

.single-time > span {
  font-size: 15px;
  font-weight: 400;
  color: #505259;
}

.calc-time-selector {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: center;
  height: 150px;
  overflow-y: clip;
  align-content: flex-start;
  position: relative;
  width: 100%;
  max-width: 300px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 3px;
}

.single-time.selected-time {
  border: 2px solid #297BAA !important;
  padding: 1px;
  padding-left: 4px;
}

.circle-in-day {
  background-color: #fff;
  width: 0px;
  height: 0px;
}

.single-time.selected-time > div > .circle-in-day {
  margin-left: 3px;
  margin-right: 10px;
  display: inline-block;
  transform: rotate(45deg);
  height: 15px;
  width: 8px;
  border-bottom: 2px solid #297BAA;
  border-right: 2px solid #297BAA;
  position: relative;
  top: -2px;
}

.single-time > div {
  display: flex;
}

.single-time.selected-time > div > .img-in-day {
  display: none;
}

.single-time.selected-time > div {
  display: flex;
  align-items: center;
}

.gradient-back {
  position: absolute;
  bottom:0px;
  left:0px;
  width:100%;
  height:50px;
  background: -moz-linear-gradient(top,  rgba(137,255,241,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,255,241,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(137,255,241,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.calc-down-area {
  height: 18px;
  margin-bottom: 10px;
}

.calc-down-area img {
  cursor: pointer;
}

.mt-auto {
  margin-top: auto;
}

.calc-booking-btn {
  cursor: pointer;
  color: #fff;
  width: 170px;
  height: 40px;
  background: #FF5B5A;
  border-radius: 20px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.calc-booking-btn-disabled {
  color: #1c1c1c;
  background: #FFF;
  border: 1px solid #FF5B5A;
}

.time-full {
  height: auto;
}

.hidden-options-button {
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  cursor: pointer;
  color: #297BAA;
}

.hidden-button-wide {
  cursor: pointer;
  color: #297BAA;
}

.calc-options-row {
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.calc-options-row-last {
  border-bottom: 0px;
}

.calc-options-row img {
  margin-right: 10px;
}

.calc-options-row ul {
  margin-left: 30px;
  margin-bottom: 0;
}

.calc-prices-header {
  display: flex;
  font-size: 13px;
}

.calc-prices-images {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0px;
}

.calc-prices-images > img {
  margin-bottom: 8px;
}

.calc-prices-container {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-left: 40px;
  overflow: auto;
}

.calc-prices-area {
  border-radius: 10px;
  background-color: #fff;
}

.calc-prices-area input {
  height: 30px;
}

.calc-prices-area label {
  margin-right: 10px;
}

.calc-add {
  display: flex;
  width: 100%;
}

.calc-add > div {
  width: 50%;
}

.form-check-input:checked[type=radio] {
  background-image: url("/images/circle.svg");
  background-color: #FFF;
  border-color: #aaa;
}

.price-img {
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.calc-weight-desc {
  font-weight: 100;
  font-size: 14px;
  padding-left: 20px;
}

.calc-final-params {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
}

.calc-final-time {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
  flex-wrap: wrap;
}

.calc-final-time-inner {
  display: flex;
  margin: 5px 10px;
  padding: 7px 30px;
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
}

.modal-body {
  padding: 0;
}

.modal-header img {
  cursor: pointer;
}

.calc-final-time-inner span {
  font-size: 22px;
  font-weight: 600;
  margin-left: 10px;
}

.calc-final-time-inner img {
  margin-right: 10px;
}

.calc-final-buttons, .calc-final-phone {
  background: rgba(79, 163, 211, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-wrap: wrap;
  flex-direction: column;
}

.calc-final-buttons p, .calc-final-phone p {
  font-weight: 600;
  padding: 10px;
  text-align: center;
}

input[type="text"] {
  border: 1px #fff solid;
  padding: 8px 10px;
  border-radius: 20px;
}

#search-text-main, #header-search-text {
  border: 1px #297BAA  solid;
}

.calc-final-phone input[type="text"] {
  width: 100%;
  max-width: 300px;
  margin: 5px;
  text-align: center;
}

.calc-final-phone .discount3-field {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 300px;
  margin: 5px;
  text-align: center;
}

.calc-final-area {
  border: 1px #fff solid;
  padding: 8px 10px;
  border-radius: 20px;
}

.red-border {
  border: 1px red solid !important;
}

.br-20 {
  border-radius: 20px;
}

.calc-online-header {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.calc-online-header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.calc-online-header-inner > span {
  font-size: 22px;
  font-weight: 600;
}

.calc-online-header img {
  margin-right: 10px;
}

.calc-online-header > span {
  font-size: 17px;
  font-weight: 100;
  padding: 5px;
  margin-left: 10px;
}

#finalBookingZones img, #pricesBookingZones img {
  margin-left: 10px;
  margin-right: 10px;
}

.d-flex {
  align-items: center;
}

.uslugi-inner {
  display: flex;
  flex-direction: column;
  max-width: 380px;
}

.qa-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 100px;
}

.qa-flex-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
  margin-bottom: 20px;
}

.qa-flex-inner img {
  margin-right: 10px;
}

.qa-flex-inner p {
  font-weight: 100;
  width: 700px;
  text-align: left;
  padding: 0;
}

.qa-flex-inner span {
  font-weight: 100;
  font-size: 15px;
  color: #505259;
}

a, .blue-text {
  color: #297BAA;
  text-decoration: none;
}

.contact-left-block {
  background: rgba(79, 163, 211, 0.1);
  width: 278px;
  height: 113px;
  padding: 15px 18px;
  border-radius: 20px;
  border: 1px solid rgba(79, 163, 211, 0.1);
  font-size: 17px;
  color: #1C1C1C;
  margin-bottom: 20px;
}

.contact-left-block img {
  width: 34px !important;
  height: 34px !important;
  margin-right: 20px;
}

.contact-left-block > div {
  display: flex;
  align-items: center;
  line-height: 22px;
}

a.contact-left-block:hover, .contact-left-block-selected {
  color: #1C1C1C;
  border: 1px #297BAA solid;
  font-weight: 600;
}

.contact-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-between;
}

.contact-right-head {
  border: 1px #4FA3D3 solid;
  width: 100%;
  margin-left: 20px;
  padding: 20px;
  border-radius: 20px;
}

.contact-right-head h2 {
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  margin-left: 30px;
}

.center-map {
  margin-top: 20px;
  height: 500px;
}

.final-label {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  top: 10px;
}

.final-label span {
  color: #EB5757;
}

.final-sub-text span {
  font-weight: 400;
}

.final-block {
  display: flex;
  margin-top: 20px;
}

.final-sub-text {
  text-align: left !important;
  width: 800px;
  color: #505259;
}

.final-sub-text li {
  color: #505259;
}

.final-block input {
  border: 1px #fff solid;
  padding: 8px 10px;
  border-radius: 20px;
}

#centerTab {
  align-items: center;
  margin-top: 20px;
  justify-content: center;
  display: none;
}

#centerTab .nav-link {
  cursor: pointer;
}

#centerTab .nav-link img, .calc-center-header img {
  width: 34px;
  height: 34px;
}

#centerTab .nav-link.active {
  background-color: #fff; /* rgba(79, 163, 211, 0.1); */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#centerContactTab .nav-link.active {
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 1px #4FA3D3 solid;
  border-left: 1px #4FA3D3 solid;
  border-right: 1px #4FA3D3 solid;
}

.contact-info {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  font-size: 17px;
}

.contact-info > span {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.contact-info span > img {
  margin-right: 10px;
  height: 32px;
}

.flex-between {
  justify-content: space-between;
}

.flex-start {
  align-items: flex-start;
}

.center-view-img {
  margin-top: 20px;
  border-radius: 20px;
  margin-left: 20px;
}

.round {
  color: #1c1c1c;
  border: 1px #4FA3D3 solid;
  padding: 5px 10px;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.ceny-main-item, .ceny-main-inner, .ceny-subzone, .ceny-centers-header, .ceny-centers-header-default {
  display: flex;
}

.ceny-main-item a, .ceny-subzone a, .ceny-centers-header a {
  color: #1C1C1C;
}

.ceny-subzone {
  flex-direction: column;
}

.ceny-main-inner {
  padding: 7px 0;
  background: rgba(242, 242, 242, 1);
  border-radius: 10px;
  align-items: center;
}

.ceny-main-item {
  padding: 0 10px;
  align-items: center;
  font-weight: 600;
  font-size: 19px;
  color: #1C1C1C;
  width: 310px;
  flex: 1;
}

.ceny-center-item {
  padding: 0 10px;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  color: #1C1C1C;
  width: 177px;
  margin-left: 8px;
}

.rating-center-item {
  padding: 0 10px;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  color: #1C1C1C;
  width: 250px;
  display: flex;
}

.rating-value {
  margin-right: 10px;
  font-size: 15px;
  font-weight: 100;
}

.rating-value span {
  color: rgba(255, 91, 90, 1);
  font-size: 17px;
  font-weight: 600;
  margin-right: 5px;
}

.ceny-sub-item {
  padding: 7px 0;
  height: 62px;
  display: flex;
  align-items: center;
  width: 300px;
  margin-left: 10px;
  flex: 1;
}

.ceny-subzone-inner.collapsed, .rating-inner {
  border: 1px solid #fff;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fff !important;
}

.ceny-subzone-inner:hover {
  border-radius: 10px;
  border: 1px solid rgba(79, 163, 211, 1);
  background: rgba(79, 163, 211, 0.1);
  cursor: pointer;
}

.ceny-subzone-inner:not(.collapsed), .ceny-subzone-inner:not(.collapsed):hover {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid rgba(79, 163, 211, 0.3);
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: linear-gradient(0deg, rgba(79, 163, 211, 0.3), rgba(79, 163, 211, 0.3)), 
  linear-gradient(0deg, rgba(79, 163, 211, 0.29), rgba(79, 163, 211, 0.29));
}

.ceny-subzone-inner:not(.collapsed) .ceny-sub-item-link, .ceny-subzone-inner:hover .ceny-sub-item-link, .ceny-price-item:hover span {
  font-weight: 600;
}

.ceny-subzone-inner:not(.collapsed-2), .ceny-subzone-inner:not(.collapsed-2):hover {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid rgba(79, 163, 211, 0.3);
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: rgba(79, 163, 211, 0.1);
}

.ceny-subzone-inner-no-border {
  border-bottom: 1px solid #fff;
}

.ceny-subzone-inner-no-border:hover {
  border-bottom: 1px solid rgba(79, 163, 211, 1);
}

.ceny-centers-header {
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  height: 42px;
  align-items: center;
}

.ceny-centers-header-default {
  height: 42px;
  align-items: center;
}

.ceny-price-item {
  padding-left: 20px;
  align-items: center;
  font-weight: 100;
  font-size: 17px;
  color: #1C1C1C;
  width: 177px;
  height: 48px;
  border-radius: 10px;
  display: flex;
}

.ceny-price-item-nope {
  padding: 0;
  width: 0px;
}

.ceny-price-item:hover {
  border: 1px solid rgba(79, 163, 211, 0.5);
  background: rgba(255, 255, 255, 1);
  font-weight: 500;
  cursor: pointer;
}

.ceny-pencil {
  margin-left: 10px;
}

.ceny-price-item:hover .ceny-pencil {
  content:url(/images/pencil.svg);
}

.ceny-price-item > img:hover, .ceny-sub-item-link-header > img:hover {
  content:url(/images/ceny_down_fill.svg);
}

.navbar-expand-lg {
  justify-content: space-between;
}

.sub-ceny-outer {
  display: flex;
  background-color: #F3F9FC;
  width: 100%;
  border-right: 1px solid rgba(79, 163, 211, 0.25);
  border-bottom-left-radius: 10px;
}

.close-flex {
  display: flex;
  width: max-content;
}

.sub-ceny-inner {
  display: flex;
  align-items: center;
  font-weight: 600;
  border-bottom: 1px solid rgba(79, 163, 211, 0.25)
}

.sub-ceny-outer {
  flex-direction: column;
}

.sub-ceny-outer-upper {
  display: flex;
  justify-content: space-between;
  border-left: 1px solid rgba(79, 163, 211, 0.5);
  border-right: 1px solid rgba(79, 163, 211, 0.5);
  border-bottom: 1px solid rgba(79, 163, 211, 0.5);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sub-ceny-inner p {
  width: 300px;
  margin-left: 10px;
  flex: 1;
}

.sub-ceny-inner span {
  margin: 5px 0;
  border-radius: 10px;
  padding-left: 25px;
  align-items: center;
  font-size: 17px;
  color: #1C1C1C;
  width: 157px;
  margin-right: 20px;
  height: 35px;
  display: flex;
  cursor: pointer;
}

.sub-ceny-inner span:hover {
  border: 1px solid rgba(79, 163, 211, 0.5);
  background: rgba(255, 255, 255, 1);
}

.sub-ceny-inner span:hover .ceny-pencil {
  content:url(/images/pencil.svg);
}

.online-btn-small {
  background: rgba(255, 91, 90, 1);
  color: #fff;
  width: 143px;
  height: 26px;
  padding: 4px 11px 7px 11px;
  border-radius: 20px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 15px;
}

.sub-ceny-right-block {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 173px;
  padding: 0 15px;
  min-height: 230px;
  background-color: #fff;
  border-bottom-right-radius: 10px;
}

.sub-ceny-right-block p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 18px;
}

.sub-ceny-right-block span {
  color: rgba(255, 91, 90, 1);
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.right-or-text {
  background-color: #fff;
  z-index: 100;
  width: 30px;
  text-align: center;
}

.ceny-phone-right {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}

.ceny-phone-right img {
  cursor: pointer;
}

.ceny-phone-right input {
  border: 1px solid rgba(224, 224, 224, 1);
  width: 110px;
  height: 30px;
  border-radius: 20px;
  margin-right: 5px;
  font-size: 14px;
  text-align: center;
}

.ceny-phone-right input:active {
  border: 1px solid rgba(224, 224, 224, 1);
}

.mr-15 {
  margin-right: 15px;
}

.ml-auto {
  margin-left: auto;
  width: 177px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ceny-header-nope {
  width: 177px;
}

.action-card, .action-flex {
  display: flex;
  flex-wrap: wrap;
}

.action-card {
  align-items: center;
}

.action-image-block {
  width: 688px;
  height: 260px;
  border-radius: 20px;
  border: 1px solid rgba(41, 123, 170, 1);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

.action-flex {
  flex-direction: column;
  justify-content: center;
  margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
}

.action-flex-50 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-left: 50px;
}

.action-text-block {
  width: 482px;
}

.action-left {
  width: 215px;
  height: 30px;
  background: rgba(255, 91, 90, 1);
  color: #fff;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  position: absolute;
  padding: 2px 10px 2px 10px;
  border-radius: 20px 0px 20px 0px;
  align-items: center;
  justify-content: center;
}

.action-right {
  width: 215px;
  height: 30px;
  background: rgba(255, 91, 90, 1);
  color: #fff;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  position: absolute;
  padding: 2px 10px 2px 10px;
  border-radius: 0px 20px 0px 20px;
  align-items: center;
  justify-content: center;
  right: 0;
}

.action-call-btn {
  background: rgba(255, 91, 90, 1);
  width: 218px;
  height: 40px;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 20px;
}

.action-call-btn:hover {
  color: #fff;
}

.action-big-text {
  display: flex;
  font-size: 22px;
  font-weight: 600;
  align-items: center;
  line-height: 32px;
}

.action-ubuntu-text {
  display: flex;
  font-size: 25px;
  font-weight: 700;
  align-items: center;
  line-height: 30px;
  font-family: "Ubuntu";
  letter-spacing: 0em;
  text-align: left;
}

.action-card {
  margin-bottom: 30px;
}

.action-text-block li::marker {
  font-weight: 600;
}

.article-container, .page-container {
  display: flex;
}

.banner-container {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}

.banner-container > img {
  width: 381px;
  height: 381px;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.banner-left {
  width: 381px;
  padding: 15px 32px 15px 24px;
  border-radius: 20px;
  min-height: 175px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.banner-color-1 {
  background: rgba(79, 163, 211, 0.1);
}

.banner-color-2 {
  background: rgba(79, 163, 211, 0.25);
}

.banner-content {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.banner-content img {
  margin-right: 20px;
}

.banner-content p {
  font-weight: 600;
  font-size: 19px;
}

.banner-content span {
  font-size: 17px;
}

.article-topics {
  margin-top: 10px;
}

.article-topics a {
  font-size: 15px;
}

.feedback-container {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  justify-content: center;
  padding: 24px 60px 32px 60px;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.feedbacks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; 
  align-items: flex-start;
  width: 100%;
}

.answer-feedback-btn {
  text-align: center;
  border: 1px solid rgba(224, 224, 224, 1);
  border-radius: 20px;
  width: 175px;
  height: 28px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 25px;
}

.gradient-feedback {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #EDF6FB 90.94%);
  width: 314px;
  height: 86px;
  bottom: 50px;
  position: absolute;
}

.gradient-answer {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 90.94%);
  width: 94%;
  height: 200px;
  bottom: 20px;
  position: absolute;
}

.feedback-outer {
  display: flex;
  flex-direction: column;
  width: 349px;
  border-radius: 15px;
  border: 1px solid rgba(79, 163, 211, 1);
  /* min-height: 424px; */
  padding: 17px 18px 17px 18px;
  margin-top: 10px;
  margin-right: 10px;
  position: relative; 
}

.feedback-outer-2 {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  margin: 10px 0;
  width: 100%;
}

.feedback-outer-2 > img {
  max-height: 200px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.feedback-outer span {
  font-weight: 600;
  padding-top: 10px;
  color: #297BAA;
}
 
.feedback-inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  justify-content: flex-start;
}

.feedback-inner > img {
  cursor: pointer;
}

.feedback-inner-2 {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  padding-top: 20px;
}

.feedback-inner-2 p {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
}

.feedback-inner-2 span {
  margin-bottom: 10px;
  padding-right: 10px;
}

.feedback-inner-2 a {
  margin-bottom: 10px;
}

.feedback-date {
  font-weight: 400;
  font-size: 15px;
  color: #828282;
  text-decoration: none;
}

.feedback-comment {
  padding: 10px 0;
}

.feedback-name > p {
  display: inline-block;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 17px;
  background-color: #fff;
  border: 1px solid #4868B9;
  border-radius: 3px;
}

.feedback-filter-block {
  width: 100%;
}

.feedback-check {
  width: 253px;
  height: 58px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

.feedback-check input {
  width: 20px;
  height: 20px;
  margin: 0;
}

.feedback-checked {
  border: 1px solid rgba(79, 163, 211, 1);
}

.feedback-center-filter {
  display: flex;
  margin-bottom: 10px;
}

.large-btn {
  width: 256px;
}

.mt-30 {
  margin-top: 30px !important; 
}

.feedback-filter-block > p {
  font-size: 19px;
  font-weight: 600;
  margin: 10px 0;
}

.flex-feedback-2 {
  display: flex;  
  flex-wrap: wrap;
  flex-direction: column;
  width: 50%;
}

.pr-20 {
  padding-right: 20px;
}

#feedbackSMS input, .flex-feedback-2 input, .flex-feedback-2 textarea {
  border-radius: 20px;
  margin-bottom: 10px;
  border: 1px solid rgba(224, 224, 224, 1);
  background-color: #fff !important;
  padding: 10px 20px;
}

.flex-feedback-2 input {
  height: 40px;
}

.flex-feedback {
  display: flex;
  width: 870px;
  justify-content: space-between;
  align-items: center;
}

.feedback-header {
  display: flex;  
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

.feedback-inner span {
  color: #aaa;
  font-weight: 100;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 0;
}

.feedback-header span {
  padding: 0;
}

.feedback-header img {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin-right: 10px;
}

.article-selector {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  margin-right: 20px;
}

.article-selector span {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  color: #1C1C1C;
  margin-bottom: 0px;
}

.question-mini {
  display: flex;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 20px;
}

.question-mini span {
  margin-right: 10px;
  color: #FF5B5A;
  font-weight: 600;
}

.question-mini a {
  color: #1C1C1C; 
}

.team-blue-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 23px;
  width: 100%;
  background: rgba(79, 163, 211, 0.1);
  border-radius: 20px;
  font-weight: 600;
  font-size: 22px;
  line-height: 116.2%;
  color: #1C1C1C;
  flex-wrap: nowrap;
}

.team-blue-block .doctor-img {
  width: 300px;
}

.team-blue-block .online-btn {
  width: 200px;
  font-size: initial;
  margin-top: 20px;
}

.team-blue-block ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.team-blue-block ul > li {
  background: url('/images/icons/check.png') no-repeat left top;
  padding-top: 0px;
  padding-left: 35px;
  margin-bottom: 20px;
  font-weight: 600;
}

.team-education {
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  align-items: flex-start;
}

.team-educaion-border {
  border-bottom: 1px solid #E0E0E0;
}

.team-card-2 {
  display: flex;
}

.team-content-left {
  width: 495px;
  min-width: 495px;
}

.team-content-left h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 19px;
} 

.team-content-right {
  margin-left: 20px;
}

.img-diploma {
  margin-bottom: 20px;
  margin-right: 20px;
  border-radius: 20px;
}

.interview-outer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.interview-area {
  margin-right: 20px;
  height: 520px; 
  overflow: hidden;
  position: relative;
}

.interview-inner {
  display: flex;
  flex-direction: column;
}

.zoom, .zoom-article {
  text-align: center;
  cursor: pointer;
  margin-top: 5px;
  margin-right: 20px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.zoom .text, .zoom-article .text {
  position: relative;
  color: #297BAA; 
  font-weight: 600;
  background-color: #fff;
  z-index: 100;
  width: 150px;
}

.zoom-article-area {
  height: 325px;
  overflow: hidden;
}

.zoom-line {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  position: relative;
  top: -12px;
}

.zoom-line-2 {
  height: 1px;
  width: 40%;
  border-bottom: 1px solid #E0E0E0;
}

.content-text {
  height: 380px;
  overflow: hidden;
}

.interview-question-container {
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  background: rgba(79, 163, 211, 0.1);
}

.team-article-link {
  width: 50%;
  padding-bottom: 10px;
  padding-right: 10px;
}

.line-questions {
  display: flex;
  justify-content: space-between;
  overflow: auto;
  flex-wrap: nowrap;
}

.uslugi-question-container { 
  width: 85%;
  min-height: 200px;
  margin-right: 0;
}

.horizont-teams {
  display: flex;
  overflow-x: auto; 
  max-width: 790px;
  flex-wrap: nowrap;
  overflow-y: hidden;
}

.footer-last, .footer-feedback, .footer-first, .footer-second { 
  display: flex;
  flex-direction: column;
}

.footer-cookies {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-cookies span {
  color: #fff;
  font-size: 19px;
  display: flex;
  margin: 5px;
  flex-wrap: wrap;
  align-items: center;
}

.footer-cookies a {
  color:rgba(79, 163, 211, 1);
}

.accept-cookie {
  color: #fff;
  background-color: #4FA3D3;
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 20px;
}

.footer-second {
  align-items: center;
}

.footer-feedback {
  width: 300px;
}

.footer-feedback p {
  color: #fff;
  font-size: 24px; 
}

.footer-feedback span {
  font-size: 14px;
  font-weight: 100;
}

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

.vracham-link {
  background-color: #FCBD1C;
  padding: 5px 18px 5px 18px;
  border-radius: 20px;
  text-align: center;
  color: #1C1C1C !important; 
}

.discount {
  display: flex;
  position: relative;
}

.discount-form {
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 0px;
  background-color: #297BAA;
  padding: 10px;
  border-bottom-right-radius: 20px;
}

.white-container {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.white-container a {
  color: #1C1C1C !important;
  font-size: 15px;
  font-weight: 600;
}

.white-container a img {
  margin-right: 10px;
}

.border-bottom-blue {
  border-bottom: 1px #297BAA solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

/* box animation */
.red-animate-border {
  border: 1px solid #FF5B5A !important;
  -webkit-transition: border-color 1s ease-out;
  -moz-transition: border-color 1s ease-out;
  -o-transition: border-color 1s ease-out;
  transition: border-color 1s ease-out;
}

.white-animate-border {
  border: 1px solid #CCC;
  -webkit-transition: border-color 1s ease-out;
  -moz-transition: border-color 1s ease-out;
  -o-transition: border-color 1s ease-out;
  transition: border-color 1s ease-out;
}


@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
      display: none !important;
      flex-basis: auto;
  }
}

/* ***************************************************************************** */
.high-contrast .footer-container, .high-contrast .team-blue-block, .high-contrast .interview-question-container,
.high-contrast .team-doctor, .high-contrast .team-doctor-simple, .high-contrast .contact-left-block,
.high-contrast .calc-zones, .high-contrast .calc-centers, .high-contrast .calc-centers .tab-content, .high-contrast .calc-last-corner,
.high-contrast .calc-final-buttons, .high-contrast .calc-final-phone,
.high-contrast .modal-header, .high-contrast .modal-body, .high-contrast .action-left, .high-contrast .action-right, 
.high-contrast .b-crumb a, .high-contrast .b-crumb p, .high-contrast .team-doctor-name, .high-contrast a,
.high-contrast .footer-cookies span {
  color: #000;
  background-color: #FFF;
}

.high-contrast .accept-cookie, .high-contrast .search-btn, .high-contrast .footer-feedback p, 
.high-contrast .footer a, .high-contrast .nav-link {
  color: #000 !important;
}

.high-contrast input[type="text"], .high-contrast .feedback-checked {
  border: 1px #000 solid;
}

.high-contrast .online-btn, .high-contrast .banner-online-btn, .high-contrast .night-btn, 
.high-contrast .expert-btn, 
.high-contrast .footer-btn, .high-contrast .call-btn, .high-contrast .bar-blue, .high-contrast .uslugi-main-btn,
.high-contrast .team-request .btn, .high-contrast .online-btn-small, .high-contrast .banner-color-1,
.high-contrast .banner-color-2, .high-contrast .team-bottom-btn, .high-contrast .calc-booking-btn,
.high-contrast .article-quistions-area, .high-contrast .article-sources-area,
.high-contrast .team-doctor:hover, .high-contrast .team-doctor-simple:hover, 
.high-contrast .calc-button:hover, .high-contrast .article-button:hover, 
.high-contrast .article-button-selected, .high-contrast .feed-link:hover, .high-contrast .yellow,
.high-contrast .team-request, .high-contrast .action-call-btn, .high-contrast .uslugi-btn, 
.high-contrast .calc-options, .high-contrast .search-btn, .high-contrast .accept-cookie  {
  color: #000;
  background-color: #FFF;
  border: 1px #000 solid;
}

.high-contrast .articles .h-2, .high-contrast .h-2-header {
  border-bottom: 5px solid #000;
}

.high-contrast .calc-slider-selected, .high-contrast .calc-button-selected, .high-contrast .selected-day {
  background-color: #000;
  color: #fff;
}

.high-contrast .single-time.selected-time {
  border: 2px solid #000 !important;
}

.high-contrast .single-time.selected-time > div > .circle-in-day {
  background-color: #000;
}

.high-contrast .uslugi-main-btn img, .high-contrast .uslugi-btn img {
  display: none;
}

.high-contrast .uslugi-main-btn, .high-contrast .uslugi-btn {
  text-align: center;
}

.high-contrast ul.main-subzone li::marker,
.high-contrast .error,
.high-contrast a.error,
.high-contrast a.error:hover,
.high-contrast a.error:focus,
.high-contrast button.error,
.high-contrast button.error:hover,
.high-contrast button.error:focus {
  color: #000;
}

.high-contrast .ceny-subzone-inner:not(.collapsed), .high-contrast .ceny-subzone-inner:not(.collapsed):hover,
.high-contrast #navbarDropdownUslugi:hover, .high-contrast #navbarDropdownAbout:hover {
  color: #000;
  background-color: #FFF;
  border: 1px #000 solid;
}

.photo-carousel {
  margin: 20px 0;
}

.photo-carousel .carousel-item {
  height: 338px;
}

.photo-carousel .carousel-caption {
  position: initial;
  padding: 0;
}

.photo-carousel .carousel-caption > img {
  width: 450px;
}

.team-card-img {
  display: flex;
  position: relative;
  justify-content: center;
}

.ceny-price-item:has(img[aria-expanded="true"]) {
  background: rgba(79, 163, 211, 0.07) !important;
}

.ceny-price-item img[aria-expanded="true"], .header-menu-item[aria-expanded="true"] img,
.ceny-sub-item-link-header[aria-expanded="true"] img {
  transition: transform 333ms ease-out, color 333ms;
  transform: rotate(-180deg);
}

.ceny-price-item img[aria-expanded="false"], .header-menu-item[aria-expanded="false"] img,
.ceny-sub-item-link-header[aria-expanded="false"] img {
  transition: transform 333ms ease-out, color 333ms;
}

.discount-form > input {
  width: 140px;
}

.discount-form > .footer-btn { 
  width: 200px;
}

.header-menu-item img {
  margin-left: 7px;
  position: relative;
  top: -2px;
}

.mb-60 {
  margin-bottom: 90px;
}

.left-37 {
  left: -35px;
}

.right-37 {
  right: -35px;
}

.left-15 {
  left: -15px;
}

.right-15 {
  right: -15px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    background-image: url(/images/icons/close-blue.svg) !important;
}

.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
  width: 40px;
  height: 40px;
  background-image: url("/images/icons/btn.svg") !important;
}

.menu-btn[aria-expanded="false"] {
  color: #1C1C1C !important;
  background-color: #FFF !important;
  width: 100%;
  border: 0;
}

.menu-btn[aria-expanded="true"] {
  color: #fff !important;
  background-color: #FF5B5A;
  text-decoration: none;
}

.menu-btn[aria-expanded="false"] .mrt-img {
  content:url(/images/mrt.svg) !important;
}

.menu-btn[aria-expanded="true"] .mrt-img {
  content:url(/images/mrt-white.svg) !important;
}

.menu-btn[aria-expanded="false"] .kt-img {
  content:url(/images/kt.svg) !important;
}

.menu-btn[aria-expanded="true"] .kt-img {
  content:url(/images/kt-white.svg) !important;
}

.menu-btn[aria-expanded="false"] .uzi-img {
  content:url(/images/uzi.svg) !important;
}

.menu-btn[aria-expanded="true"] .uzi-img {
  content:url(/images/uzi-white.svg) !important;
}

.group-main-item[aria-expanded="true"] {
  border: 1px solid #fff;
  border-radius: 20px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.group-main-item[aria-expanded="true"] > .down-group-img, .menu-btn[aria-expanded="true"] .down-group-img {
  content:url(/images/right-arrow.svg) !important;
  transition: transform 333ms ease-out, color 333ms;
  transform: rotate(90deg);
}

.group-main-item[aria-expanded="false"] {
  border: 1px solid #297BAA;
  border-radius: 20px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

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

.small-menu-btn {
  width:auto !important;
  padding: 8px 16px;
  font-size: 13px;
}

#accordionMRTBar, #accordionKTBar, #accordionUZIBar {
  margin-top: 5px;
}

.ceny-price-item-last > .sub-ceny-right-block{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#no-time-text {
  justify-content: flex-start;
}

.action-fire {
  display: flex;
  align-items: center;
}

.team-card-2 p, .team-card-2 li, .article-question-answer p {
  color: rgba(80, 82, 89, 1);
  font-size: 17px;
  line-height: 24px;
}

.f-19 {
  font-size: 19px !important;
}

.expert-btn {
  width: 197px;
  font-size: 15px !important;
}

.team-blue-block-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: 20px;
}

.carousel-500 {
  width: 500px;
  height: 210px;
}

.carousel-500 .carousel-inner {
  padding-left: 60px;
}

.carousel-500 .carousel-indicators {
  bottom: -5px;
  margin-bottom: 0;
}

.carousel-500 .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #297BAA;
}

.header-flex {
  display: flex;
}

.doc-margin {
  margin-left: 515px;
}

.dots {
  font-weight: 600;
  margin-right: 5px;
}

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

li.col-lg-4 { 
  list-style-type: none;
}

.error-404 .banner-container {
  flex-direction: row;
  margin-right: 0px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.error-404 .banner-left {
  margin-bottom: 20px;
}

.center-schedule {
  display: flex;
  font-size: 15px;
  font-weight: 600;
  align-items: center;
  border: 1px solid rgba(224, 224, 224, 1);
  border-radius: 10px;
  padding: 3px 13px;
  margin-bottom: 10px;
  flex-wrap: nowrap;
}

.center-schedule a:last-child {
  margin-left: auto;
  transform: rotate(-90deg);
}

.center-schedule-data {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.center-schedule-header {
  min-width: 230px;
  font-weight: 100;
}

.center-schedule-header > img {
  margin-right: 5px;  
}

.gray-weight-border {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
}

.center-schedule span {
  height: 22px;
  width: 22px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.schedule-block {
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 20px;
  margin: 5px;
  padding: 5px;
}

.schedule-block:hover {
  background: #297BAA;
  color: rgb(255, 255, 255);
}

.schedule-record {
  cursor: pointer;
}

.modal-h {
  display: flex;
  width: 100%;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}

.modal-h > img{
  width: 20px;
  cursor: pointer;
}

.empty-price {
  width: 157px;
  margin-right: 20px;
}

.action-root .carousel-body {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.action-root .action-image-block {
  max-width: 360px;
  width: 100%;
  margin-bottom: 20px;
  height: 346px;
}

.action-root .action-reverse-image {
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.action-root .action-column-image {
  flex-direction: column;
  justify-content: flex-end;
}

.action-root .action-left-top {
  top: 0;
  width: 128px;
  font-size: 19px;
  border-radius: 20px 0px 20px 0px;
  left: 0;
}

.action-root .action-flex, .action-root .action-flex-50 {
  align-content: center;
  align-items: center;
  margin-left: 0;
}

.action-root .action-big-text {
  font-size: 17px;
  line-height: 22px;
}

.action-root .action-big-text .red {
  font-size: 20px;
}

.action-root .action-call-btn {
  margin-top: 10px;
  width: 95%;
  margin-bottom: 10px;
}

.action-root .action-image-block > img {
  max-height: 200px;
}

.pictures-dlg {
  cursor: pointer;
}

.article-mobile-preview {
  display: none;
}

.article-desktop-preview {
  display: block;
}

.brain-mode {
  cursor: pointer;
}

.tab-content>.active {
  display: flex;
  width: 280px;
  height: 100%;  
}

.calc-middle-prices {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-left: 5px;
  align-content: flex-start;
  min-height: 70px;
}

.calc-middle-prices > div {
  padding: 5px 0;
}

@media (max-width: 768px) {
 
  tbody td, table {
    width: 100% !important;
  }

  .container {
    overflow: hidden;
    padding: 0 10px !important;
  }

  .container-fluid {
    padding: 0 !important;
  }

  h3.group-header {
    font-size: 17px;
    padding: 17px 0;
    cursor: pointer;
  }

  .group-card .card-header .mb-0 a img {
    right: 20px;
  }
 
  .param-metro, .center-header > p, .desktop-sorting, .group-card-middle > .sub-block, .price-data > span, .price-data > .upcost, .price-title, #center-crumb, ul.navbar-nav, #zone-banner, #crumb-data, #katalog-btn, #spb-top, #service-drop, #metro-drop, #district-drop, .ratings, .filter-block, .footer-right, .footer-left {
    display: none;
  }

  .disabled-item {
    display: none !important;
  }

  .price-values p, .ratings-banner, .center-address, .sort-container, .footer-enable-item, .footer-first-column, h3.group-header img, #zone-banner-350, .ratings-mobile, .b-rating, .y-rating, .center-submenu {
    display: block;
  }

  .enabled-div-block {
    display: flex !important;
    flex-wrap: nowrap;
    width: 100%;
    flex-direction: row;
    position: relative;
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .enabled-item {
    display: flex !important;
    justify-content: space-around;
  }
    
  .center-submenu {
    width: 250px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
  }

  .navbar-collapse {
    padding: 10px;
    background: #297BAA;
  }

  .collapse a {
    color: #fff;
    line-height: inherit;
  } 

  .collapse a:hover {
    color: #fff;
  }

  .sub-items {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
  }

  .header-phone {
    display: block;
    text-align: center;
    padding: 20px 10px;
  }

  .top-40 {
    top: 0px;
  }

  .row, .footer, .sorting, .card-flex {
    flex-direction: column;
    width: 100%;
    margin: 0;
  }

  .doc-margin {
    margin-left: 0px !important;
    margin-bottom: 0 !important;
    text-align: center !important;
  }

  .group-card {
    border: 1px solid #297BAA;
  }

  .phone-group-card {
    border: none;
  }  

  .navbar {
    justify-content: left;
    border-bottom: 1px solid #297BAA;
  }

  .navbar-toggler {
    margin-left: 5px;
    margin-right: 5px;
    border: 0;
    padding: 0;
  }

  .navbar-fixed-container {
    padding: 0 !important;
    margin-top: 2px !important;
    margin-bottom: 3px !important;
  }

  .navbar-toggler:focus {
    border: 0;
    padding: 0;
    box-shadow: inherit !important;
  }

  .col-sm {
    padding: 0;
  }

  .flex-60 {
    justify-content: center;
    background-color: #fff;
  }

  .bg-light {
    background-color: #fff;
  }

  .flex-60 .top-img {
    margin: 0 3px;
  }

  .text-25 {
    /* margin: 0; */
    font-size: 22px;
  }

  .sort-btn, .footer-left-256 {
    width: 100% !important;
  }

  .center-card, .card-prices {
    width: auto;
  }

  .pict-line {
    overflow-x: scroll;
  }

  .calendar-wrapper {
    margin-top: 20px;
    margin-left: 0;
    max-width: 100%;
    text-align: center;
  }

  .slots {
    justify-content: center;
  }

  .booking-btn {
    width: 100%;
  }

  .center-header {
    width: 100%;
    margin-top: 0;
  }

  .center-header h2, .text-20 {
    font-size: 17px;
  } 

  .ratings-mobile img {
    width: 14px;
  }

  .ratings-mobile .rating {
    font-size: 17px;
  }  

  .ratings-mobile a.feedback{
    color: #828282;
  }  

  .footer-left-256 {
    margin-top: 30px;
  }

  .footer-left-256 p, .footer-left p {
    text-align: center;
  }

  .footer-left-256 .flex {
    justify-content: center;
  }

  .footer-left-256 .call-btn {
    width: 100%;
    margin-top: 10px;
  }

  .fixed {
    position: inherit;
    top: 0;
  }

  .fixed-wrapper {
    position: inherit;
    width: 100%;
    left: 0px;
  }

  .width-20, .wrapper, .map-main {
    width: 100%;
  }

  .map-main {
    margin-bottom: 20px;
  }

  .footer-top {
    justify-content: center;
    display: flex;
    flex-direction: row;
  }

  .ext-mobile, .mobile-filters, #accordionMRTHeadBar, #accordionKTHeadBar, .phone-items {
    display: flex;
    flex-direction: column;
  }

  #accordionMRTHeadBar, #accordionKTHeadBar {
    margin-bottom: 5px;
  }

  #accordionMRTHeadBar > a[aria-expanded="true"], #accordionKTHeadBar > a[aria-expanded="true"] {
    border: 1px solid #4868B9;
  }  

  #accordionMRTHeadBar > a > img, #accordionKTHeadBar > a > img {
    right: 23px;
  }

  #accordionMRTHeadBar #accordionMRTBar > a > img, #accordionKTHeadBar #accordionKTBar > a > img {
    right: 23px;
    position: inherit;
    margin: 0;
  }

  #accordionMRTHeadBar #accordionMRTBar > a, #accordionKTHeadBar #accordionKTBar > a, #accordionUZIHeadBar #accordionUZIBar > a {
    display: flex;
    justify-content: space-between;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 17px;
    padding-left: 0;
    cursor: pointer;
    padding: 3px 0;
  }

  #zone-data, .zone-params, #main-center-card > .flex:nth-child(2) {
    flex-direction: column;
  }

  .group-card-middle, .group-card-middle > .sub-block { 
    min-height: auto;
  }

  .col-lg {
    padding: 0;
  }

  .pict-line-vertical {
    display: flex;
    width: auto;
    overflow-x: scroll;
  }

  .center-params {
    margin: 0;
  }

  .center-header h1 {
    font-size: 20px;
  }

  .yellow-block, .blue-block {
    width: 100%;
  }

  .yellow-btn, .blue-btn {
    right: 0px;
    left: inherit;
  }

  .internal-center > li {
    width: 100% !important;
  }

  .feedback-btn {
    width: 100%;
  }

  .price-data {
    display: block;
  }

  .price-data > a {
    width: 100%;
    float: left;
  }

  .gray-bg {
    background-color: #e0e0e0;
  }

  .footer-container {
    height: auto;
  }

  .footer-first-column {
    text-align: center;
    margin: 0;
  }

  .footer-first-column > div {
    float: left;
    width: 50%;
  }

  .footer-first-column > div a {
    margin-bottom: 8px;
  }

  .bottom-sort, .bottom-map {
    width: 100%;
    padding: 10px;
    margin: 0;
    background-color: #fff;
    height: 670px;
  }  

  .bottom-sort {
    overflow-y: auto;
  }

  .bottom-map {
    position: absolute;
    transform: translate3d(0px, -670px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
  }

  .bottom-map .map-main {
    height: 630px !important;
  }

  #btn-params img {
    position: relative;
    top: -40px;
    right: -57px;
  }

  #btn-map img {
    position: relative;
    top: -40px;
    right: -37px;
  }

  .select-btn-1 {
    width: 100%;
    margin-bottom: 10px;
  }

  .select-btn-1 img {
    top: 17px;
  }

  .sorting .sort-btn {
    margin-bottom: 10px;
  }

  .filter-btn {
    height: 40px;
    width: 100% !important;
    line-height: 35px;
    cursor: pointer;
    text-align: left !important;
    padding-left: 20px !important;
  }

  .mobile-filters {
    justify-content: center;
    flex-flow: wrap;
  }

  .mobile-filters > div {
    flex: 0 0 47%;
    margin: 0 3px;
  }

  .question-footer-inner {
    align-items: center !important;
    width: 100% !important;
  }

  .sorting p {
    line-height: 25px;
    height: 25px;
  }

  .footer {
    margin-bottom: 40px;
  }

  .flex-50 {
    height: auto;
  }

  .ext-center {
    flex-direction: column;
    align-content: center;
    cursor: pointer;
  }

  .ext-center img {
    margin: 0 auto;
    width: 20px;
    height: 15px;
  }

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

  .center-schedule {
    flex-wrap: wrap !important;
    margin-top: 10px;
    justify-content: center;
  }

  .center-schedule > a {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ext-mobile {
    border-top: 1px solid #d6d8e1;
    margin: 10px;
    padding-top: 10px;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .center-card {
    padding-bottom: 0;
  }

  .pict-line-vertical .image-small {
    width: auto;
    height: 90px;
  }

  #doctors .flex-important {
    overflow-y: scroll;
  }

  .height-50, .container-top {
    margin-top: 0px !important;
    height: auto !important;
  }

  .feedback-name {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .feedback-name p {
    margin-left: 0;
    margin-bottom: 10px;
  }

  #zoneTab > li {
    width: 100% !important;
  }

  .price-values {
    display: inline-flex;
    flex-direction: row-reverse;
  }

  .price-more {
    right: 20px;
  }
  
  .price-values p {
    color: #828282;
    font-size: 15px;
  }

  .calendar-wrapper p {
    text-align: center;
  }

  .articte-text img, .content-text img {
    width: 100% !important; 
  }
  
  .m-bottom-10 {
    margin-bottom: 5px;
  }

  .day-price, .more-price, .night-price {
    position: inherit;
  }

  .img-avtor {
    width: 200px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .select-btn-1 span {  
    width: auto;
  }

  .devices-flex {
    flex-direction: column !important;
    align-items: initial;
    padding: 15px;
  }

  .prices-flex {
    flex-direction: column !important;
    align-items: initial;
  }
  
  .ml-10-i {
    margin-left: 7px !important;
  }

  .devices-hidden {
    display: block;
    margin-top: 10px;
    border-bottom: 1px solid #4868B9;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  
  .devices-header {
    display: none;
  }

  .ml-220 {
    margin-left: 40px;
  }

  .price-header {
    width: 100%;
    margin-left: 0px;
  }

  .price-header:not(:first-child) {
    margin-top: 20px;
  }

  .doc-sel-btn {
    margin-bottom: 10px;
    margin-right: 0 !important;
  }

  .w-400, .w-330,.w-200 {
    width: 100% !important;
  }

  .doc-pane .mr-30 {
    margin-right: 0 !important;
  }

  #zoneTabContent img {
    max-width: 100%;
  }

  .bb-0 {
    border-radius: 0 !important;
  }

  .rating-address, .rating-right-block {
    display: none;
  }

  .rating-block {
    border: 0;
  }

  .rating-call-block {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }

  .rating-call-block .default-btn {
    width: 170px;
    margin: 0 auto;
  }

  .big-rating-block {
    margin-left: 0;
    border: 0;
  }

  .rating-card {
    border: #e0e0e0 1px solid;
  }
  
  #dropdownRating .dropdown-item {
    white-space: inherit;
  }

  .select-btn-rating, .rating-box{
    width: 95%;
  }

  .rating-address-mobile, .rating-index img, .rating-index span {
    display: block;
  }
  
  .rating-index {
    line-height: inherit;
    height: inherit;
    font-size: 20px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .rating-index img {
    height: 25px;
  }

  .rating-address-mobile {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0 !important;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .flex-col-rating-params, .rating-param-header, .rating-param-end {
    display: none;
  }

  .flex-rating-params-mob {
    display: flex;
    margin-left: 20px;
  }

  .rating-params-mobile-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .params-mobile-values {
    width: 100%;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 5px;
  }

  .params-mobile-values .rating p {
    font-size: 14px;
    font-weight: 600;
  }

  .doctor-header {
    flex-wrap: wrap;
  }
  .doctor-image, .doctor-name {
    flex: 1 0 50%;
  }
  .doctor-feedback-btn-outer {
    flex-basis: 100%;
    margin-left: 0 !important;
    margin-top: 10px;
    margin-bottom: 0 !important;
  }
  
  .calc-zones, .calc-center, .calc-preview .form-check, .calc-preview, .calc-options, .calc-add > div, .uslugi-inner, .uslugi-main-btn {
    width: 100% !important;
    max-width: 100% !important;
  }

  .calc-add {
    flex-wrap: wrap;
  }

  .article-any-link {
    margin-right: 0 !important;
    width: 100% !important;
  }
  
  .calc-main-1 {
    flex-direction: column-reverse !important;
  }

  .block-top-address, .block-top-phone, .container-main {
    display: none;
  }

  .navbar-brand img {
    width: 47px;
    height: 47px;
    margin-left: 5px;
    margin-bottom: 3px;
  }

  h1.text-35 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .articles .h-2, .h-2-header {
    line-height: 25px;
    padding-bottom: 5px;
  }

  h2 {
    font-size: 20px;
  }

  .calc-logo img {
    width: 43px;
  }

  .calc-selector span {
    font-size: 19px;
  }

  .final-sub-text {
    width: auto !important;
    padding: 0 !important;
    padding-top: 20px !important;
  }

  .final-block {
    margin-left: 10px;
    margin-right: 10px;
    flex-direction: column;
  }

  .calc-final-params {
    margin: 0 10px !important;
  }

  .calc-online-header {
    justify-content: flex-start !important;
    margin: 0 10px !important;
    font-size: 17px !important;
  }

  .calc-center-map {
    width: 100% !important;
    height: auto !important;
    max-width: 300px;
  }

  .calc-online-header-inner > span, .calc-online-header > div {
    display: flex;
    margin-bottom: 10px !important;
    font-size: 17px !important;
  }

  .calc-final-time-inner span {
    font-size: 17px !important;
  }

  .ceny-subzone {
    width: 100%;
    font-size: 17px;
    margin-bottom: 5px;
    background: rgba(242, 242, 242, 1);
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  .calc-online-header span { 
    margin: 0 auto !important;
  }

  .qa-flex {
    margin: 0 10px !important;
  }

  .qa-flex-inner p {
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .action-fire img {
    height: 46px;
  }

  .flex-fio {
    flex-wrap: wrap !important;
    width: 100%;
    justify-content: center;
  }

  .feed-link {
    font-weight: 400 !important;
    font-size: 15px !important;
    padding: 10px !important;
  }
  
  .qa-flex-inner {
    flex-wrap: wrap !important;
    margin-bottom: 10px !important;
    justify-content: center !important;
  }

  .flex-weight, .d-flex{
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .calc-final-time-inner {
    margin: 5px 10px;
  }

  #centerTab {
    display: flex !important;
  }

  #centerContactTab {
    display: flex !important;
    position: relative;
    top: 1px;
    margin: 0 auto !important;
  }

  .calc-last-corner {
    display: none !important;
  }

  .calc-centers {
    border-radius: 20px !important;
    justify-content: center !important;
    margin-top: 20px;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .ceny-centers-header {
    display: none !important;
  }

  .action-reverse {
    flex-direction: column-reverse !important;
  }

  .feedback-outer-2, .feedback-outer {
    flex-wrap: wrap;
    width: 100% !important;
  }

  .flex-feedback, .flex-feedback-2 {
    width: 100% !important;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .rating-center-item {
    width: 100% !important;
    justify-content: flex-end !important;
  }

  .flex-feedback {
    padding: 0 20px !important;
  }

  .pr-20 {
    padding-right: 0 !important;
  }

  .rating-stars {
    margin-top: 20px !important;
  }

  .feedback-container {
    padding: 0 !important;
  }

  .feedback-center-filter {
    flex-direction: column;
    align-items: center;
  }

  .feedback-check {
    width: 90% !important;
    margin-bottom: 20px;
    margin-right: 0;
    height: 45px !important;
  }

  .feedback-filter-block > p {
    text-align: center !important;
    font-size: 17px !important;
  }

  .h2 {
    font-size: 19px !important;
    text-align: center !important;
    font-weight: 600 !important;
  }

  .article-container {
    flex-wrap: wrap;
  }

  .page-container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .questions-pages {
    flex-direction: column;
  }

  .questions-pages > .flex {
    justify-content: center;
    margin-top: 20px;
  }

  .pictures-dlg > img {
    width: 100%;
  }

  .banner-left {
    width: 100% !important;
  }

  .banner-container {
    margin-right: 0 !important;
  }

  .articles {
    margin-bottom: 20px;
  }

  .article-mini {
    flex-wrap: wrap !important;
    justify-content: center !important; 
  }

  .article-image {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
  }

  .article-mini > a {
    margin-bottom: 20px !important;
  }

  .interview-outer {
    flex-wrap: wrap !important;
    flex-direction: column-reverse !important;
  }

  .interview-outer > img {
    margin-bottom: 20px;
  }

  .footer-last, .footer-feedback, .footer-first, .footer-second {
    align-items: center;
    width: 100% !important;
    margin-top: 10px;
  }
  
  .team-request {
    height: auto !important;
  }

  .team-request > div {
    flex-direction: column !important; 
  }

  .calc-button {
    width: 75px !important;
    height: 32px !important;
  }

  .action-text-block {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .action-image-block {
    width: 100% !important;
    margin-bottom: 20px;
    height: 346px !important;
  }

  .action-reverse-image {
    flex-direction: column-reverse !important;
    justify-content: flex-end !important;
  }

  .action-card h2, .action-ubuntu-text {
    font-size: 22px !important;
    line-height: 24px !important;
    margin-top: 10px !important;
  }

  .action-card h3 {
    font-size: 19px !important;
    line-height: 20px !important;
  }

  .action-big-text {
    font-size: 17px !important;
    line-height: 22px !important;
  }

  .action-call-btn {
    margin-top: 10px !important;
    width: 95% !important;
    margin-bottom: 10px !important; 
  }

  .action-big-text .red {
    font-size: 20px !important;
  }

  .action-flex, .action-flex-50 {
    align-content: center !important;
    align-items: center !important;
    margin-left: 0 !important;
  }

  .action-column-image {
    flex-direction: column !important;
    justify-content: flex-end !important;
  }

  .action-left-top {
    top: 0 !important;
    width: 128px !important;
    font-size: 19px !important;
    border-radius: 20px 0px 20px 0px !important;
    left: 0 !important;
  }

  .action-image-block > img {
    max-height: 200px !important;
  }

  .action-image-block > img.image-240 {
    max-height: 240px !important;
  }

  .footer-cookies span {
    font-size: 15px !important;
  }

  .phone-top {
    font-size: 20px;
  }
  .online-btn-top {
    display: block !important;
  }

  .team-doctor, .team-doctor-simple, .team-content-left {
    width: 100% !important;
    min-width: 100% !important;
  }

  .team-card, .team-card-2 {
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
  }

  .team-blue-block {
    flex-direction: column !important;
    flex-wrap: wrap !important;
  }

  .team-card-img > .circle {
    width: 250px;
    height: 250px;
    left: -10px;
    top: -250px;
  }

  .team-card-img > img {
    width: 300px;
  }

  .team-card-img {
    border-bottom: 1px solid #297BAA;
    margin-top: 10px;
  }

  .team-name-data {
    margin-left: 0 !important;
    align-items: center;
  }

  .team-card-work {
    text-align: center;
    margin-top: 10px;
  }

  .interview-area {
    margin-right: 0px !important;
  }

  .interview-outer > img, .white-btn, .expert-btn {
    width: 100% !important; 
  }

  .calc-centers .tab-content {
    padding-top: 0 !important;
  }

  .br-20-min {
    border-radius: 20px !important;
  }

  .mb-20-min {
    margin-bottom: 20px !important;
  }
  
  .contact-info-outer {
    flex-direction: column !important;
    margin-top: 0 !important;
    align-content: center !important;
  }

  .center-view-img {
    height: auto !important;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .contact-right-head {
    margin-left: 0px !important;
  }
  
  .contact-group {
    display: none !important;
  }

  .calc-center-map {
    width: 100% !important;
    max-width: 100% !important;
  }

  .contact-header img {
    width: 34px !important;
    height: 34px !important;
  }
  
  .contact-header h2 {
      font-size: 17px !important;
      margin-left: 10px !important;
  }

  .contact-header {
    margin-bottom: 20px !important;
  }

  .ceny-center-item-disabled {
    display: flex !important;
  }

  .ceny-sub-item {
    margin: 0px !important;
    padding-left: 20px !important;
    align-items: flex-start !important;
    width: 100% !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  .ceny-sub-item, .ceny-centers-header-default, .sub-ceny-outer, .sub-ceny-outer-upper {
    height: auto !important;
    flex-direction: column !important;
  }

  .ceny-pencil {
    margin-right: 10px;
    width: 20px;
  }

  .ceny-subzone-inner {
    flex-direction: column !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    align-content: center !important;    
  }

  .ml-auto {
    display: none !important;
  }
  
  .ceny-subzone-inner.collapsed, .rating-inner {
    border-left: 1px solid rgba(224, 224, 224, 1) !important;
    border-right: 1px solid rgba(224, 224, 224, 1) !important;
    background: #fff !important;
  }
  
  .ceny-header-nope {
    width: 0 !important;
  }

  .ceny-phone-right {
    margin-left: 0 !important;
    margin: 10px 0;
  }

  .ceny-phone-right input {
    text-align: left !important;
  }
 
  .center-768 {
    text-align: center;
    display: block;
  }
  
  .ceny-main-item {
    width: 100% !important;
    justify-content: center;
  }

  .header-flex {
    justify-content: center;
  }

  .ceny-price-item {
    width: 100% !important;
    padding-left: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    justify-content: space-between !important;
  }

  .sub-ceny-right-block {
    width: 100% !important;
    min-height: 200px !important;
    background: #CAE3F2 !important;
  }

  .right-or-text {
    background: transparent !important;
  }

  .zoom-line-2 {
    border-bottom: 1px solid rgba(79, 163, 211, 0.25) !important;
  }

  .ceny-sub-item > .ceny-sub-item-link, .ceny-centers-dropdown {
    display: none !important;
  }

  .ceny-price-item[aria-expanded="true"]{
    background-color: rgb(255, 255, 255) !important;
  }

  .ceny-main-inner {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .carousel-500 {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  
  .carousel-500 .carousel-inner {
    padding-left: 0px !important;
  }

  .ceny-subzone-inner:hover {
    border-radius: 0 !important;
    border: 1px solid #fff !important;
    border-bottom: 1px solid rgba(224, 224, 224, 1) !important;
    border-left: 1px solid rgba(224, 224, 224, 1) !important;
    border-right: 1px solid rgba(224, 224, 224, 1) !important;
  }

  .sub-ceny-right-block span {
    margin-bottom: 5px !important;
  }
  
  .ceny-price-item:hover {
    border: 0 !important;
  }

  .ceny-subzone-inner:not(.collapsed-2) .ceny-sub-item {
    background: #CAE3F2 !important;
  }

  .ceny-subzone-inner:not(.collapsed-2) .ceny-sub-item .ceny-sub-item-link-header {
    font-weight: 600;
  }

  .ceny-subzone-inner:not(.collapsed-2) .ceny-sub-item .ceny-sub-item-link-header > span {
    width: 100%;
    text-align: center;
  } 

  .ceny-subzone-inner:not(.collapsed), .ceny-subzone-inner:not(.collapsed):hover {
    border-radius: 10px !important;
  }

  .ceny-subzone-inner:not(.collapsed):hover {
    background-color: #fff !important;
  } 
  
  .ceny-subzone-inner:not(.collapsed-2), .ceny-subzone-inner:not(.collapsed-2):hover {
    border-radius: 10px !important;
    border: 1px solid #4FA3D3 !important;
    background: #fff !important;
  }

  .ceny-center-dropdown {
    background: rgba(79, 163, 211, 0.07) !important;
  }

  .ceny-price-item > img {
    margin-right: 20px !important;
  }
  
  .ceny-centers-header-default, .ceny-phone-right input {
    width: 100% !important;
  }

  .ceny-sub-item-link-header {
    display: flex !important;
    cursor: pointer;
    justify-content: space-between;
    width: 100% !important;
  }

  .ceny-sub-item-link-header img {
    margin-right: 20px !important;
  }

  .ceny-subzone-inner-no-border:hover {
    border-bottom: 1px solid rgba(224, 224, 224, 1) !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  .calc-box {
    width: auto !important;
    margin: 0;
  }

  .calc-preview label {
    padding: 0 !important;
  }

  .calc-selected-zones {
    padding-left: 5px !important;
  }

  .team-card-img img, .team-card-image {
    width: 227px !important;
    display: flex;
    position: relative;
    justify-content: center;
  }
  
  .team-content-right {
    margin-left: 0 !important;
  }

  .team-question-container { 
    width: 100%;
    min-width: 100%;
  }

  .team-blue-block-inner {
    align-items: center;
  }

  .team-blue-block-inner h2 {
    font-size: 22px !important;
  }
  
  .team-article-link {
    width: 100% !important;
  }

  .ceny-subzone-inner-no-border {
    border-bottom: 1px solid rgba(224, 224, 224, 1) !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }
  
  .navbar-collapse {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    max-height: 100vh;
    overflow-y: auto;
  }
  
  .call-btn {
    width: auto !important;
  }

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

  .flex-center-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .discount-form {
    position: initial !important;
    flex-direction: column !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    width: 100% !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  .discount-form > .footer-btn {
    width: 100% !important;
  }

  .discount-small-img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .team-blue-block .doctor-img {
    width: 146px !important;
  }

  .team-request .btn {
    width: 100% !important;
  }

  .team-request {
    font-size: 19px !important;
    padding: 20px 10px !important;
    justify-content: center !important;
  }

  .team-request .form-group {
    margin-right: 0px !important;
  }

  .discount-form > input {
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .discount {
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
  }

  .phone-footer {
    font-size: 20px !important;
  }

  .flex-reverse {
    flex-direction: column-reverse;
  }

  .banner-container > img {
    width: 100% !important;
    height: auto !important;
  }

  #centerContactTab img {
    height: 34px;
    width: 34px;
  }

  .team-bottom-btn {
    display: inline-block;
  }

  .question-answer-text {
    margin-left: 0px !important;
    border-left: 0 !important;
    padding-left: 0px !important;
  }

  .hidden-options-button {
    display: flex !important;
  }
  
  .hidden-options-row {
    display: none !important;
  }

  .feedback-view-xl {
    flex-direction: column !important;
  }

  .feedback-view-xl > img, .feedback-view-xl > div {
    width: 100% !important;
  }

  .feedback-view-xl > div {
    margin-top: 10px !important;
  }

  .tour-frame, .tour-frame-450 {
    max-width: 100%;
  }
  
  .tour-frame > iframe, .tour-frame-450 > iframe {
    width: 100%;
  }

  .article-mobile-preview {
    display: block;
  }

  .article-desktop-preview {
    display: none;
  }

  .team-doctor-small {
    width: 100%;
  }

  .text-16 {
    font-size: 15px;
  }

  .left-short {
    width: 30px;
    margin-right: 10px;
    overflow: hidden;
  }

  .right-short {
    max-width: 30%;
    margin-left: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .calc-middle-address img {
    margin-right: 5px;
  }

  .mobile-zone-selector {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .mobile-zone-selector > .card {
    width: auto;
    min-width: 50%;
  }

  .tab-content > .active {
    display: flex;
    width: 100%;
  }

  .static-prev, .static-next {
    position: absolute;
    display: none;
  }

  .static-next {
    right: -7px;
    top: 5px;
  }

  .static-prev {
    top: 5px;
  }

  .calc-final-phone {
    padding-top: 0px;
  }

  .calc-preview .form-check {
    display: block;
  }

  .close-flex {
    width: auto;
  }  

  .close-flex, .close-btn {
    display: inline-block;
  }

  .calc-text-all-prices {
    width: 100%;
    justify-content: space-between;
  }

  .center-schedule-data {
    justify-content: center;
  }

  .modal-header span, .calc-final-phone p {
    font-size: 16px;
  }
}
