body,
html {
  margin: 0;
  counter-reset: h2;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
}
.section {
  overflow-x: hidden;
}
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.page {
  overflow-y: hidden;
  width: 100vm;
  background-size: cover;
}
article {
  position: relative;
  overflow: hidden;
}
#page-1 {
  min-height: 100vh;
  background-image: url("images/background-1.jpg?1");
  background-size: 110%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
#page-6 {
  background-color: #272c2e;
}
.page-contact {
  background-image: url("images/background-5.jpg?1");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #272c2e;
  width: 100vm;
}
.left-menu {
  position: fixed;
  width: 10vw;
  /*border-bottom: 2px solid rgba(128,128,128,0.4);*/
  height: 90vh;
  left: 5vw;
  top: 10vh;
  z-index: 99998;
}
.left-menu ul {
  padding-left: 0;
}
.left-menu ul li:before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 3px solid #4c4c4c;
  right: -3px;
  top: 5px;
  z-index: 99998;
}
.left-menu ul li {
  position: relative;
  margin-left: -3vw;
  width: 3vw;
  color: #4c4c4c;
  margin-top: 10vh;
  display: block;
  font-weight: bold;
  height: 19px;
}
.left-menu ul li span {
  color: rgba(0, 0, 0, 0);
}
.left-menu ul li:nth-child(2) {
  margin-top: 8vh;
}
.left-menu ul li:nth-child(3) {
  margin-top: 10vh;
}
.left-menu ul li:nth-child(4) {
  margin-top: 15vh;
}
.left-menu ul li:nth-child(5) {
  margin-top: 20vh;
}
.left-menu ul li.active {
  color: #fc0022;
  margin-left: 0;
  padding-left: 2vw;
  width: 150px;
}
.left-menu ul li.active span {
  color: #fc0022;
  display: block;
  margin-top: -25px;
  margin-left: 30px;
}
.left-menu ul li.active:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 4px solid #fc0022;
  left: -4px;
  top: 5px;
  z-index: 99998;
}
.left-menu ul li.active:after {
  z-index: 99999;
  position: absolute;
  content: ' ';
  width: 1px;
  height: 20vh;
  left: -1px;
  top: -7vh;
  /*background: rgb(2,0,36);*/
  background: -moz-linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, #fc0022 40%, #fc0022 60%, rgba(0, 212, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, #fc0022 40%, #fc0022 60%, rgba(0, 212, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, #fc0022 40%, #fc0022 60%, rgba(0, 212, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#00d4ff", GradientType=1);
}
.right-menu {
  position: fixed;
  width: 10vw;
  /*border-bottom: 2px solid rgba(128,128,128,0.4);*/
  height: 90vh;
  right: 5vw;
  top: 10vh;
  z-index: 999;
}
.logo {
  font-family: "Avenir Next Cyr";
  color: #FFF;
  font-size: 66px;
  font-weight: 700;
  line-height: 70px;
  text-transform: uppercase;
  padding-top: 40vh;
}
.sub {
  font-family: "Avenir Next Cyr";
  text-transform: uppercase;
  margin-top: 1em;
  color: #EEE;
}
.logo .red {
  color: #fc0022;
}
.top-menu {
  font-family: "Avenir Next Cyr";
  text-transform: uppercase;
  position: fixed;
  color: #FFF;
  right: 0px;
  left: 0px;
  top: 0px;
  text-align: center;
  font-size: 0.8rem;
  z-index: 999;
  background: #191919;
  padding: 2rem 0;
}
#top-logo {
  font-size: 0px;
}
.black-menu .nav-link {
  color: #000 !important;
}
.black-menu #top-logo strong {
  color: #000 !important;
}
.black-menu .nav-link.btn {
  border-color: #000;
}
.contact-form {
  width: 30vw;
  margin: 0 auto;
  color: #FFF;
  font-family: "Avenir Next Cyr";
  text-align: left;
}
.left-menu ul {
  display: none;
}
.icon {
  width: 25px;
}
.text-caps {
  text-transform: uppercase;
}
.mrt-btn {
  transition: all 0.3s linear !important;
}
.mrt-btn:hover {
  transition: all 0.3s linear !important;
  color: #fc0022 !important;
  border-color: #fc0022 !important;
}
.nav-item .nav-link {
  color: #FFF;
  font-family: "Avenir Next Cyr";
  font-size: 11px;
  font-weight: 500;
  transition: all 0.3s linear !important;
}
.nav-item .animate-link:hover {
  color: #fc0022;
  transition: all 0.3s linear !important;
}
.nav-item.active .nav-link {
  color: #fc0022 !important;
}
.nav-item .btn {
  border: 1px solid #FFF;
  border-radius: 50px;
  max-width: 200px;
}
#mouse {
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -18px;
  cursor: pointer;
}
#mouse img {
  height: 80px;
}
.bg-light {
  background: #e8e8e8;
}
.bg-gray {
  background: #282828;
}
.h2 {
  color: #000000;
  font-family: "Avenir Next Cyr";
  font-size: 18px;
  font-weight: 600;
  line-height: 82.96px;
  padding: 4rem 0;
  position: relative;
}
.h2:before {
  counter-increment: h2;
  content: "0" counter(h2);
  font-weight: bold;
  position: absolute;
  color: #fc0022;
  width: 40px;
  left: -100px;
}
.h2:after {
  content: " ";
  border-bottom: 1px solid #fc0022;
  font-weight: 500;
  position: absolute;
  color: #fc0022;
  width: 40px;
  left: -60px;
  margin-top: 40px;
}
.h2-sub {
  padding-top: 0;
  padding-bottom: 3rem !important;
}
p {
  color: #000000;
  font-family: "Avenir Next Cyr";
  font-size: 17px;
  font-weight: normal;
  line-height: 30px;
}
.ul-line {
  list-style: none;
  margin-left: 100px;
  padding-left: 0;
}
.ul-line li {
  font-family: "Avenir Next Cyr";
  position: relative;
  line-height: 50px;
  font-size: 22px;
}
.ul-line li:before {
  content: " ";
  position: absolute;
  background: url("images/ul-line.png");
  width: 65px;
  height: 1px;
  top: 23px;
  left: -100px;
}
.bg-image {
  height: 100%;
}
.text-red {
  color: #fc0022;
}
.text-red:hover {
  color: #fc0022;
}
.text-white {
  color: #fff;
}
textarea.form-control {
  height: 70px;
}
.btn-gray {
  font-size: 11px;
  border: 1px solid #191919;
  border-radius: 0;
  text-transform: uppercase;
  color: #191919;
  font-family: "Avenir Next Cyr";
  padding: 8px 30px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-gray:active,
.btn-gray:focus {
  outline: none;
}
.btn-gray:hover {
  color: #fc0022;
  border-color: #fc0022;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control {
  background: none;
  border-radius: 0;
  font-family: "Avenir Next Cyr";
  font-size: 12px;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}
.form-control:active {
  background: rgba(255, 255, 255, 0.1);
  border-color: inherit;
  box-shadow: none;
  color: #FFF;
}
.form-control:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: inherit;
  box-shadow: none;
  color: #FFF;
}
.form-control::-webkit-input-placeholder {
  font-size: 12px;
}
.form-control::-moz-placeholder {
  font-size: 12px;
}
.form-control:-moz-placeholder {
  font-size: 12px;
}
.btn-line-red {
  font-size: 11px;
  border: 1px solid #FFF;
  border-radius: 0;
  text-transform: uppercase;
  color: #FFF;
  font-family: "Avenir Next Cyr";
  padding: 8px 30px;
}
.btn-line-red:active,
.btn-line-red:focus {
  outline: none;
}
.btn-line-red:hover {
  color: #fc0022;
  border-color: #fc0022;
}
footer {
  background-color: #1c1c1c;
  padding: 40px;
  z-index: 999;
}
.container-fluid {
  margin-left: 15vw;
  margin-right: 15vw;
  width: auto;
}
.footer-logo {
  font-family: "Avenir Next Cyr";
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 70px;
  text-transform: uppercase;
}
.red {
  color: #fc0022;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  color: #FFF;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "Avenir Next Cyr";
}
.year {
  font-size: 8px;
}
.navbar-expand-lg {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0;
  padding-right: 0;
}
.text-black {
  color: #000 !important;
  border-color: #000 !important;
}
.service-icon {
  margin-bottom: 20px;
  height: 50px;
}
.service-box {
  margin-top: 15px;
}
.service-box p {
  font-size: 12px;
  line-height: 17px;
  font-weight: 100;
}
.text-red {
  color: #fc0022;
}
.specialist-photo img {
  max-width: 60%;
}
.specialist-desc {
  position: absolute;
  bottom: 0;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
}
.news-title {
  font-size: 18px;
  font-weight: bold;
}
.new-box {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.new-box .title {
  font-family: "Avenir Next Cyr";
  font-size: 22px;
  font-weight: bold;
}
.new-box .number {
  color: #fc0022;
  background: #f8f9fa;
  height: 30px;
  position: relative;
  z-index: 500;
}
.new-box .number .new-number {
  font-size: 12px;
}
.new-box .number .new-line {
  border-bottom: 1px solid #4c4c4c;
  height: 12px;
}
.new-box .number .new-date {
  font-size: 12px;
  text-align: right;
}
.new-box .img-fluid {
  width: 110%;
  max-width: none !important;
  margin-top: 0%;
  margin-left: 0%;
  transition: all 0.5s linear !important;
}
.new-box:hover .img-fluid {
  width: 120%;
  margin-left: -5%;
  transition: all 0.5s linear !important;
}
.new-box .new-item {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  color: #FFF;
  padding: 20px;
}
.new-box .new-item .new-desc {
  position: absolute;
  bottom: -10px;
  color: #fff9fe;
  font-family: "Avenir Next Cyr";
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
}
.new-box .new-item .date {
  margin-top: 10px;
  color: #fff9fe;
  font-family: "Avenir Next Cyr";
  font-size: 12px;
  font-weight: normal;
}
.new-box .new-item .img-number {
  font-size: 12px;
}
.new-box .title {
  color: #000000;
  font-family: "Avenir Next Cyr";
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
.new-box p {
  color: #000000;
  font-family: "Avenir Next Cyr";
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
}
.parallax {
  perspective: 1px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.bg-specialties {
  background: url("images/bg-specialties.jpg?1");
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 113%;
  min-height: 60vh;
}
.bg-specialties .parallax__content {
  padding-top: 60vh !important;
}
.parallax__content {
  padding-top: 100vh;
}
.specialties-box {
  background: #1c1c1c;
  padding-bottom: 50px;
}
.img-doctor-left-fluid {
  max-width: 50%;
  margin-right: 50px;
  margin-left: 50px;
}
.img-doctor-left {
  max-width: 50%;
  margin-right: 50px;
  margin-left: 50px;
}
.doctor-info {
  padding: 15px 50px;
}
.doctor-post {
  color: #ffffff;
  font-family: "Avenir Next Cyr";
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
  text-transform: uppercase;
}
.doctor-fio {
  margin-top: 5px;
  color: #e61818;
  font-family: "Avenir Next Cyr";
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  text-transform: uppercase;
}
.doctor-desc {
  margin-top: 30px;
  color: #7f7f7f;
  font-family: "Avenir Next Cyr";
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 0;
}
.hidden {
  visibility: hidden;
}
#text-1 p {
  width: 100%;
  font-weight: 100;
  margin: 0;
  font-size: 15px;
  line-height: 22px;
}
.parallax-window {
  min-height: 400px;
  background: transparent;
}
@media (min-width: 1200px) {
}
.cf {
  position: relative;
  margin: 0 auto 15px auto;
  width: 100%;
  height: 50px;
}
.cf img {
  position: absolute;
  left: 50%;
  margin-left: -24px;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.cf img.bottom {
  opacity: 0;
}
.cf:hover .bottom {
  opacity: 1;
}
.cf:hover .top {
  opacity: 0;
}
.owl-carousel .item img {
  height: 50px !important;
  width: auto !important;
  margin: 0 auto;
}
.owl-carousel .item {
  text-align: center;
}
.owl-dots.disabled {
  display: block !important;
}
#contact-form {
  min-height: 95vh;
}
.owl-item .item img {
  -webkit-transition: all 0.5s linear;
}
.owl-item {
  overflow: hidden;
  height: 120px;
}
.owl-item .item:hover img {
  height: 60px !important;
  -webkit-transition: all 0.5s linear;
}
.owl-item .item:hover .partner-title {
  opacity: 1;
  transition: all 0.3s linear !important;
  color: #000;
}
.partner-title {
  opacity: 0;
  transition: all 0.3s linear !important;
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 100;
  color: #191919;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: none;
}
.form-mrt {
  text-transform: uppercase;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  padding-left: 0;
  color: #000;
}
.form-mrt:focus {
  color: #000;
}
.modal-title {
  margin: 0 auto;
  padding-left: 140px;
  font-family: "Avenir Next Cyr";
}
.modal-content {
  background: #e8e8e8;
  border-radius: 0;
  border: 0;
}
.modal-body {
  padding: 2rem 5rem;
}
.form-dnd {
  position: relative;
  font-family: "Avenir Next Cyr";
  background: #d0cecf;
  border-radius: 10px;
  text-align: center;
  padding: 32px 10px;
  line-height: 19px;
  font-size: 13px;
  -webkit-transition: all 0.3s linear;
}
.form-dnd-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.form-dnd:hover {
  background: #c1d2dc;
  -webkit-transition: all 0.3s linear;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s linear;
}
.btn-black {
  color: #000;
}
.modal-header {
  border-radius: 0;
  border-bottom: 0;
}
button.close {
  -webkit-transition: all 0.5s linear;
}
button.close:hover {
  -webkit-transition: all 0.5s linear;
  -moz-transform: rotate(45deg);
  /* Для Firefox */
  -ms-transform: rotate(45deg);
  /* Для IE */
  -webkit-transform: rotate(45deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(45deg);
  /* Для Opera */
  transform: rotate(45deg);
  color: #e61818;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 650px;
    margin: 1.75rem auto;
  }
}
.new-content {
  position: absolute;
  left: 100%;
  top: 0;
  padding: 2rem;
  background: #f8f9fa;
  height: 100%;
  width: 40px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  z-index: -1;
  overflow: hidden;
  font-family: "Avenir Next Cyr";
}
.new-content div {
  font-size: 22px;
  font-weight: bold;
}
.new-content p {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
}
.new-item-box:hover .new-content {
  width: calc(100% + 30px);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  z-index: 999;
}
.owl-prev {
  float: left;
  margin-left: 3em !important;
}
.owl-next {
  float: right;
  margin-right: 3em !important;
}
.doctor-img-box {
  text-align: right;
}
@media (max-width: 767px) {
  .partner-title {
    opacity: 1;
  }
  .mrt-btn {
    color: #fc0022 !important;
    padding-left: 0 !important;
  }
  .navbar-toggler {
    padding: 0 !important;
  }
  .nav-link.animate-link {
    padding-left: 0 !important;
  }
  .btn:focus {
    box-shadow: none !important;
  }
  #MrtModalLabel {
    margin-left: -50px;
  }
  .modal-body {
    padding: 2rem;
  }
  .form-dnd {
    margin-top: 2rem;
  }
  .footer-logo {
    margin-bottom: -15px;
    margin-top: 15px;
  }
  #page-1 {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position-y: 0 !important;
  }
  .bg-specialties {
    -webkit-background-size: 200% auto !important;
    -moz-background-size: 200% auto !important;
    -o-background-size: 200% auto !important;
    background-size: 200% auto !important;
    background-attachment: scroll !important;
    background-position-y: 0 !important;
  }
  .bg-specialties .parallax__content {
    padding-top: 50vh !important;
  }
  .page-contact {
    background-position-y: 0px !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-attachment: scroll !important;
  }
  .doctor-info {
    padding: 0;
  }
  .btn.btn-line-red {
    margin-bottom: 2rem;
    margin-top: 3rem;
  }
  .container-fluid {
    margin-right: 5vw;
    margin-left: 5vw;
  }
  #text-1 p {
    width: 100%;
    text-align: justify;
  }
  .doctor-img-box {
    text-align: center;
  }
  .doctor-post {
    text-align: center;
  }
  .doctor-desc {
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
  }
  .doctor-fio {
    text-align: center;
  }
  .col-sm-6.p-0.order-1.order-sm-12 {
    text-align: center;
  }
  .doctor-info {
    margin-top: 15px;
  }
  #top-logo {
    font-size: 16px !important;
  }
  .nav-item .btn {
    border: 0;
  }
  .top-menu {
    padding: 0.5rem 0;
  }
  .h2 {
    margin-left: 6rem;
  }
  .icon-scroll {
    margin-left: 0;
  }
  .navbar-dark .navbar-toggler {
    border: 0;
  }
  .navbar-dark .navbar-toggler:focus {
    outline: none !important;
  }
  .footer-menu {
    margin: 0 !important;
    padding: 0 !important;
  }
  footer {
    padding: 0 30px;
  }
  .footer-logo {
    line-height: 45px;
  }
  .year {
    padding-bottom: 15px;
  }
  #footer-menu-block {
    margin-left: 0;
    margin-right: 0;
  }
  .nav-link.animate-link {
    padding: 0.5rem;
  }
  .footer-logo {
    font-size: 16px;
  }
  .badge {
    min-width: 26%;
    font-size: 10px;
    padding: 0.4rem 0.5rem !important;
    display: inline-block;
  }
  .list-specialist-box {
    margin-top: 4rem;
  }
}
.footer-menu {
  margin-top: 20px;
}
button.navbar-toggler {
  color: #FFF;
}
.no-underline {
  text-decoration: none;
}
.no-underline:hover {
  text-decoration: none;
}
.news-t {
  padding-bottom: 100px;
}
.new-box p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 100;
}
.breadcrumb {
  padding: 0.75rem 0rem;
  background-color: #f8f9fa;
}
.breadcrumb a {
  font-family: "Avenir Next Cyr";
  color: #000;
}
.mtext,
.mtext * {
  font-size: 15px;
  line-height: 22px;
  font-family: "Avenir Next Cyr";
  font-weight: 100;
}
.btn.btn-secondary {
  background-color: #ebecf0;
  border-radius: 19px;
  font-family: "Avenir Next Cyr";
  font-weight: 100;
  text-transform: uppercase;
  padding: 0.8rem 3rem;
  font-size: 12px;
  color: #000;
}
.badge {
  font-weight: 100;
  padding: 0.4rem 2rem;
  border-radius: 1rem;
  margin-right: 1rem;
  background: #ebecf0;
  color: #353a40;
}
.badge.active {
  background: #353a40;
  color: #FFF;
}
@media (max-width: 1200px) {
  .partner-title {
    font-family: "Avenir Next Cyr";
    font-size: 10px;
    padding: 0 5px;
    text-align: center;
    display: block;
  }
}
@media (max-width: 800px) {
  .modal-title {
    font-size: 14px;
    padding-left: 0;
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
  }
  .owl-carousel .item img {
    height: 45px !important;
    width: auto !important;
    margin: 0 auto;
  }
  .h2 {
    padding: 4rem 0 !important;
    line-height: normal !important;
  }
  .h2:after {
    margin-top: 11px !important;
  }
  #text-1 p {
    font-size: 12px;
    line-height: 15px;
    font-weight: 100;
  }
  .new-box p {
    font-size: 12px;
    line-height: 15px;
    font-weight: 100;
  }
  .p {
    font-size: 12px;
    line-height: 15px;
  }
  .doctor-desc {
    font-size: 12px;
    line-height: 15px;
  }
  .service-box p {
    font-size: 12px;
    line-height: 15px;
    font-weight: 100;
  }
  body {
    font-size: 14px;
  }
  .logo {
    font-size: 35px;
  }
  .contact-form {
    width: 80vw;
  }
  .left-menu ul {
    display: none;
  }
  .page {
    background-position: 60%;
  }
  .news-t {
    padding-bottom: 70px;
    padding-top: 30px;
  }
  .news .col-md-4 {
    padding: 0;
  }
  .owl-item .item:hover img {
    height: 60px !important;
  }
  .specialist-desc {
    position: relative;
    margin-top: 30px;
  }
  .specialist-desc .btn {
    float: none !important;
    margin: 0 auto;
    display: inherit;
    margin-bottom: 30px;
  }
}
.btn-secondary {
  border: 0;
}
.badge {
  margin-bottom: 8px;
}
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 20px;
  height: 35px;
  top: 50%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  margin-left: -2px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
@-moz-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(23px);
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(23px);
  }
}
@-o-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(23px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(23px);
  }
}
#fullpage {
  min-height: 100%;
}
.card {
  background-color: inherit;
  background-clip: border-box;
  border: none;
  border-radius: 0;
}
.equal > .equal-child:nth-child(3n+1) {
  clear: left;
}
@media (max-width: 768px) {
  .spec-btns {
    text-align: center !important;
  }
  .equal > .equal-child:nth-child(2n+1) {
    clear: left;
  }
  .bg-doc {
    min-height: 300px !important;
    padding: 20px;
    background-position-x: 44%;
  }
  blockquote {
    font-family: "Avenir Next Cyr";
    line-height: 16px !important;
    margin-bottom: 2rem !important;
    margin-left: 2rem !important;
    margin-right: 2rem !important;
    margin-top: 0 !important;
    font-size: 12px !important;
    width: auto !important;
  }
  blockquote:before {
    top: -2rem !important;
    width: 110px !important;
    height: 86px !important;
    left: -13px !important;
    display: block !important;
    opacity: 0.5;
  }
  blockquote:after {
    right: -20px !important;
    bottom: -1rem !important;
    width: 120px!important;
    height: 100px!important;
    display: block !important;
    z-index: 99;
    opacity: 0.5;
  }
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: none;
}
.btn-secondary:hover {
  transition: all 0.3s linear !important;
  background: #474747;
  color: #FFF !important;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
blockquote {
  font-weight: 100;
  font-size: 2rem;
  max-width: 600px;
  line-height: 1.4;
  position: relative;
  margin: 0;
  padding: 0.5rem;
}
blockquote {
  font-family: "Avenir Next Cyr";
  margin-top: 6rem;
  margin-left: 50px;
}
blockquote:before,
blockquote:after {
  position: absolute;
  color: #f1efe6;
  font-size: 8rem;
  font-family: Helvetica, Arial, sans-serif;
  background-size: cover;
}
blockquote:before {
  content: '';
  left: -6rem;
  top: -3rem;
  width: 150px;
  height: 120px;
  background-image: url("images/qa_ap.png");
}
blockquote:after {
  content: '';
  right: -6rem;
  bottom: -3rem;
  width: 180px;
  height: 140px;
  background-image: url("images/qa_down.png");
}
.new-text-b {
  height: 198px;
  overflow: hidden;
  margin-bottom: 10px;
}
.bg-doc {
  background-image: url("images/doctor_bg.png");
  min-height: 400px;
  background-position-y: 30px;
}
.image-circle {
  border-radius: 50%;
}
.badge-danger {
  background: #dc3545 !important;
  color: #FFF !important;
}
.navbar-toggler[aria-expanded="true"] span {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QA/wD/AP+gvaeTAAACJUlEQVRoge2YvW/TQBiHn7sjY9UFiSIYOjSiVGyt5HYAUkLyR0NVRwgJkBiRGGAEqaIsSQZKFfsYiFFUXXJ3vtdIiHtG34d/j+9svzZkMplMJhPIfFgcTEdFv6v5p4OTvfmwOIgZo0M7zsaH+wp7Zmr7av78+GF8vM1MR0XfmGqisOV8fPQodJwK6TQbH+7rypwDd5eHLqzSz7bO3n5sE/Ym01HRN7UtgXvLQ9+sqYdbL95/8I31CjjCN4hIOMI3BEl4t1DvuncF/HQ07Shbn6dspw3hAWrqW5VvjqAt9GNwvFuZugR2Hc2tVsITPnjOIAGQlZAKDxECICMhGR4iBSBNQjo8tBCAdhJdhIeWAhAn0VV4SBCAMIla2UVX4SFRADwSikssNXDHMVTkRZgsAN6VcCFWiogIQJSEaB0lJgC/JRamfq3c+x0L31H6iVR4iCinQ7ju2Z62mHXtoldriZhA86i0ip0N3W6nFoA3Ebkonue8C7H7IHkFNoa3XAIXjmHJpXhDkoD3Dav106oyj4EvjnYRidZbKKY8mA5O9oypSuC+r28srQTa1DZdSUQLpBRmXUhECUhUlUuJScocqwTfxFIl8fbkzedKq1Pgq6M5+sYOWoEu6vm/9lHf5ceIxNzeLaQWlV7TL/ltuv3y3acN20mjF2vrqj/5Qk40Oz16oLUu+Rd/LTasSCjJ8A0rEr3Q8NF0/nt9VPRjf69nMplM5v/mF/i6x8b172ZWAAAAAElFTkSuQmCC");
}
.on-underline {
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #fc0022;
}
/*# sourceMappingURL=style.css.map */