@charset "utf-8";

/* CSS Document */

:root {
  --all-white: #ffffff;
  --all-blue: #007cc3;
  --all-yell: #ffd050;
}

@font-face {
  font-family: 'Montserrat';
  src: url(/site/styles/css/Montserrat/Montserrat-Medium.ttf);
}

html,
body {
  width: 100%;
  max-width: 100vw;
  scroll-behavior: smooth;
}

body {
  color: var(--text-color);
  background: var(--bg-color);
  /* font-family: 'Montserrat', sans-serif; */
  font-family: 'Arial', sans-serif;
  font-size: calc(0.5em + 0.35vw);
  font-weight: 500;
  overscroll-behavior: none;
  overflow-x: hidden !important;
  background: url(/site/styles/images/site-fon-8.png) center 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}

a {
  color: var(--all-blue);
  text-decoration: none;
}

a:hover {
  color: var(--text-color);
}

a {
  color: var(--all-blue) !important;
}

b {
  font-weight: 700 !important;
  font-size: 110%;
  line-height: 1.6;
}

section {
  width: 100vw;
  max-width: 100%;
  overflow-x: hidden;
}

.btn-primary {
  background: var(--all-blue) !important;
  color: var(--all-white) !important;
  font-size: 100% !important;
  border-radius: 5px !important;
}

.btn-warning {
  background: var(--all-yell);
  border: none;
  color: #2f5d81 !important;
  font-size: 100% !important;
  border-radius: 0 !important;
}

.btn-warning img {
  width: 30px;
  margin-right: 10px;
}

hr {
  width: 200px !important;
  height: 3px;
  background: var(--all-yell);
  border: 0;
  opacity: 1;
}

main {
  max-width: 100vw;
  max-width: 100%;
}

/*********************************************/

.about,
.mobile,
.news {
  max-width: 100vw;
  max-width: 100%;
  overflow-x: hidden;
}

.navbar-brand img {
  height: 70px;
}

.nav-item a img {
  height: 22px;
}

.nav-item:hover {
  background-color: #f2f9fe;
  border-radius: 5px !important;
}

.nav-item2 a img {
  height: 22px;
}

.nav-item2:hover {
  background-color: #fff;
  border-radius: 5px !important;
}

.topTel img {
  width: 16px;
}

.topTel:hover {
  color: #ffc720 !important;
}

nav a.nav-link {
  /* color: #000 !important; */
  font-weight: 600;
  /* color: var(--all-blue) !important; */
  color: #555555 !important;
}

.top-button {
  border-radius: 5px !important;
  border: 1px solid #f2f9fe;
}

.top-button:hover {
  background-color: #fff;
  border: 1px solid #eeeeee;
}

/**topMenu*********************************************/

.topMenuOne {
  background: #f2f9fe;
  height: 100px;
}

.topMenuTo {
  top: 0px;
  transition: all 0.65s;
}

.topMenuTo.scrolled {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: all 0.65s;
}

.chan .lizCh {
  display: block;
}

.chan .telCh {
  display: none;
}

.chan.scrolledChan .lizCh {
  display: none;
}

.chan.scrolledChan .telCh {
  display: block;
  font-size: 100%;
  font-weight: 700;
}

/**intro*********************************************/

.intro .carousel-item .inc {
  height: 60vh;
}

.intro .carousel-item .inc .carousel-caption {
  bottom: auto;
}

.top-caption {
  top: 20%;
}

.intro .carousel-item .inc small {
  letter-spacing: 0.2rem;
}

/**info*********************************************/



.info .lead {
  list-style: none;
  color: var(--all-blue) !important;
  font-weight: 500;
}

/**history*********************************************/

.about .bg-block {
  background: url(/site/styles/images/about-1.jpg) no-repeat left top / 60%;
}

.history .container-fluid {
  text-align: center;
  position: absolute;
  z-index: -1;
}

.history .h1 {
  color: #88b3d4;
  text-transform: uppercase;
  font-size: 13vw;
  font-weight: 900;
  opacity: 0.2;
}

.history #dates {
  width: 5972px;
  margin-left: 538px;
}

.history #issues {
  width: 32972px;
  margin-left: 0px;
}

.history #issues h1 {
  float: left;
}

/** part **/

.part {
  opacity: 1;
  transition-duration: 1s;
}

.part:hover {
  opacity: 0.6;
  transition-duration: 1s;
}

/**sliderPersonal*********************************************/

#sliderPersonal .owl-carousel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

#sliderPersonal .col-3 {
  margin-bottom: 20px;
}

#sliderPersonal .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#sliderPersonal .owl-prev {
  top: 45%;
  margin-left: -13px;
  transform: rotate(90deg);
  color: var(--all-blue) !important;
  /* height: 36px; */
  width: 36px;
  border-radius: 15%;
  /* border: 2px solid var(--all-blue) !important; */
  border: 1px solid #f0f0f0;
  padding-top: 8px;
  font-size: 1.5rem;
  background-color: #fff;
}

#sliderPersonal .owl-prev:hover {
  color: #fff !important;
  background-color: #007cc3;
}

#sliderPersonal .owl-next {
  top: 45%;
  margin-right: -13px;
  transform: rotate(-90deg);
  color: var(--all-blue) !important;
  /* height: 36px; */
  width: 36px;
  border-radius: 15%;
  /* border: 2px solid var(--all-blue) !important; */
  border: 1px solid #f0f0f0;
  padding-top: 7px;
  font-size: 1.5rem;
  background-color: #fff;
}

#sliderPersonal .owl-next:hover {
  color: #fff !important;
  background-color: #007cc3;
}

/**advantages*********************************************/

.advantages {
  margin: 0px;
  /*background: radial-gradient(
      50% 50% at 50% 50%,
      #f2f9fe 0%,
      rgba(255, 255, 255, 0.7) 100%
    ),
    url(/site/styles/images/bg-child-2.png) no-repeat center/cover;*/
}

.advantages .border-end {
  border-right: 1px solid #4ca3d5 !important;
}

/**reviews*********************************************/

.reviews .bg-block {
  background: #f2f9fe;
}

.reviews .bg-block .inc {
  display: flex;
  justify-content: flex-start;
  background: url(/site/styles/images/kavichki.png) no-repeat right top;
}

.reviews .bg-block .rounded-circle {
  background: url(/site/styles/images/user.png) no-repeat center / cover;
}

.reviews .bg-block .blockStar {
  display: flex;
  justify-content: space-between;
}

.reviews .bg-block .star {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(/site/styles/images/star.png) no-repeat center/cover;
}

/****/

.videoBlock a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.videoBlock a img {
  width: 52px;
}

/**news*********************************************/

.topLink {
  float: right;
}

.topLink a {
  color: #232536 !important;
  text-decoration: underline;
  margin-right: 20px;
}

.news .lead {
  list-style: none !important;
}

.news .lead li a {
  display: block;
  color: var(--all-blue) !important;
  font-weight: 500;
}

/**question*********************************************/

.question {
  background: #007cc3;
}

/**mobile*********************************************/

.mobile .lead {
  line-height: 1.4;
}

/**mailing*********************************************/

.mailing {
  background: #f2f9fe;
}

/**footer*********************************************/

.footer {
  background: url(/site/styles/images/bg-footer.png) center bottom / cover;
}

/*****************************************************/

.bottomFix {
  position: fixed;
  bottom: -100px;
  z-index: 1;
  width: 100%;
  background: #f2f9fe;
  text-align: center;
  transition: all 0.65s;
}

.bottomFix .row .too {
  background: #ffd050;
  color: #fff !important;
  color: #007cc3 !important;
}

.bottomFix.scrolled {
  position: fixed;
  bottom: -2px;
  z-index: 1;
  width: 100%;
  transition: all 0.65s;
}

/******************/

.modal-body * {
  list-style: none;
}

.modal-body a {
  text-decoration: none;
}

/*---  дополнительные стили ----*/
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.btn-shedule {
  border-radius: 5px 5px 0 0;
  background-color: #fff;
  cursor: pointer;
}

.btn-shedule:hover {
  background-color: #f2f9fe;
}

.btn-shedule-selected {
  border-radius: 5px 5px 0 0;
  color: #2f5d81;
  background-color: #ffd050;
  cursor: pointer;
}

.btn-shedule-next {
  float: left;
}

.btn-shedule-back {
  float: right;
}

h2 {
  font-size: 1.5em;
}

.content-section {
  width: 100vw;
  max-width: 100%;
  min-height: 50vh;
  overflow-x: hidden;
  background: url(/site/styles/images/bg-footer-alt.png) center bottom no-repeat;
}

.form-group {
  position: relative;
  width: 100%;
  height: 60px;
  margin: 0 0 20px;
  border: 1px solid #3695eb;
  border-radius: 3px;
  padding: 0 40px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #4f4f4f;
}

.form-group input {
  border: none;
  border-radius: 0;
  padding: 0;
  height: 19px;
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 300;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'Roboto', sans-serif;
}

.form-group input::-webkit-input-placeholder {
  color: #afafaf;
}

.form-group input::-moz-placeholder {
  color: #afafaf;
}

.form-group input::-ms-input-placeholder {
  color: #afafaf;
}

.form-group input::placeholder {
  color: #afafaf;
}

.form-group input:hover,
.form-group input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0 14px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  /* background: url('../images/arrow-bottom.svg') no-repeat right center; */
  background-size: 14px;
  border: none;
  border-radius: 0;
}

.form-group select:hover,
.form-group select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group-error {
  border: 1px solid #eb5757;
  color: #eb5757;
}

.form-group-error input {
  color: #eb5757;
}

.form-group-error input::-webkit-input-placeholder {
  color: #eb5757;
}

.form-group-error input::-moz-placeholder {
  color: #eb5757;
}

.form-group-error input::-ms-input-placeholder {
  color: #eb5757;
}

.form-group-error input::placeholder {
  color: #eb5757;
}

.img-border {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
}

.doctor-slider {
  position: absolute;
  right: 20%;
  bottom: 0;
  width: 25%;
}

.accordion {
  --bs-accordion-border-radius: 5px;
  --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-active-bg: #f2f9fe;
  --bs-accordion-active-color: #f2f9fe;
  --bs-accordion-btn-focus-box-shadow: none;
}

#accordion-team button {
  color: #007cc3;
  font-weight: 600;
}

#accordion-team button-active {
  background-color: #f2f9fe;
}

.shablon-content {
  min-height: 20vh;
}

.text table th {
  background-color: #f2f9fe;
  padding: 1rem;
}

.text td {
  border: 1px solid #c0c0c0;
  padding: 10px 10px;	
}

.text td p {
  margin: 0.25rem;	
}

blockquote {
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  margin: 16px 16px 50px 16px;
  padding: 16px 24px;
  position: relative;
  font-size: 16px;
  background: #007cc3;
  color: #fff;
  font-style: italic;
  border-radius: 5px;
}

blockquote::before {
  border: 14px solid transparent;
  border-top: 14px solid #007cc3;
  border-bottom: 0;
  height: 0;
  width: 0;
  border-top-width: 25px;
  content: '';
  display: block;
  position: absolute;
  left: 40px;
  bottom: -25px;
  transform-origin: center;
  transform: rotate(90deg) skew(-25deg) translateY(17px);
}

blockquote cite {
  position: absolute;
  bottom: -24px;
  left: 62px;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  color: #000;
}

.shadow-text-intro {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.background-split {
  background: #f2f9fe;
}

.social-button {
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 4px;
}

.social-button:hover {
  opacity: 0.8;
  border: 1px solid #007cc3;
  transition: all 0.65s;
}

.footer-menu {
  border: 1px solid #c0c0c0;
  border-left: 10px solid #ffd050;
  border-radius: 0 3px 3px 0;
  background-color: #fff;
  opacity: 1;
}

.footer-menu:hover {
  border: 1px solid #007cc3;
  background-color: rgb(242, 249, 254);
  transition: all 0.35s;
  opacity: 0.8;
}

.personal-card {
  opacity: 1;
  background-color: #fff;
}

.personal-card:hover {
  opacity: 1;
  transition: all 0.65s;
  background-color: #f2f9fe;
}

.menu-shadow {
  box-shadow: 0px 1px 2px 0px rgba(0, 124, 195, 0.1),
    0px 1px 2px 0px rgba(0, 124, 195, 0.1),
    0px 1px 2px 0px rgba(0, 124, 195, 0.1),
    0px 1px 2px 0px rgba(0, 124, 195, 0.1);
}

.container-header4__menu nav.navbar .dropdown:hover > .dropdown-menu {
  display: block;
}

.container-header4__menu nav.navbar .dropdown-submenu:hover > .submenuright {
  display: flex;
  flex-wrap: wrap;
}

.dropdown-menu {
  --bs-dropdown-bg: #fff;
  --bs-dropdown-link-active-bg: #f2f9fe;
}
