@charset "UTF-8";
@import url("https://nadezda52ru3222f.zapwp.com/m:0/a:https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif; }

p {
  margin: 0; }

ul {
  list-style: none; }

a,
button,
input {
  outline: none; }

button {
  transition: all .2s;
  cursor: pointer; }

button:hover {
  opacity: 0.8; }

.service-title span:hover {
  opacity: 0.8; }

.service-title span {
  cursor: pointer; }

a:hover {
  opacity: 0.8;
  border-bottom: none !important; }
.main-button:hover{
  opacity: 0.8;
}
.main-container {
  margin: 0px !important; }

.header-top-content,
.fix {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.header {
  display: grid;
  justify-content: center;
  align-content: space-between; }

.header-top-content {
  display: inline-flex;
  width: 960px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px; }
  .header-top-content .block-numbers {
    display: grid;
    justify-content: center;
    text-align: center;
    margin-left: -40px; }
    .header-top-content .block-numbers .numbers {
      font-weight: 600;
      font-size: 26px;
      line-height: normal;
      display: grid;
      grid-auto-flow: column;
      color: #000000; }
      .header-top-content .block-numbers .numbers span {
        color: #3BBCA0; }
    .header-top-content .block-numbers .number-description {
      font-size: 14px;
      line-height: 24px;
      display: grid;
      grid-auto-flow: column;
      color: #000000; }
  .header-top-content .logo {
    margin: 0 auto;
    width: 215px;
    height: 76px;
    background: url("..//img/logo.svg") no-repeat center left; }

.header-menu {
  border-bottom: 1px solid rgba(111, 207, 151, 0.5);
  width: 100%;
  /*.arrow-down-menu:hover{
  	.sub-menu{
  	display: block;
  	
  	}
  }*/ }
  .header-menu .sub-menu {


    display: none;
    background: #3BBCA0;
    position: absolute;
    height: auto;
    margin-top: 41px;
    z-index: 1111;
    grid-auto-flow: row;
    min-width: 122px;
    margin-left: -2px;
    padding-left: 0px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); }



  .header-menu .menu-item-has-children:nth-child(2) .sub-menu{
            width: auto;

    grid-template-columns: auto auto;
  }








    .header-menu .sub-menu li:not(:nth-child(1)){
      border-top: 1px solid #fff; }
    .header-menu .sub-menu li:nth-child(2){
      border-top: none;
    }

      .header-menu .menu-item-has-children:nth-child(2) .sub-menu li:nth-child(2n+1){
          border-right: 1px solid #fff;
        }  
    .header-menu .sub-menu li {
      display: flex;
      align-items: center;
      justify-content: center;
      transition: .2s; }
      .header-menu .sub-menu li:hover {
        background: #FF5400;
        /*border-bottom: 1px solid #FF5401;*/ }
    .header-menu .sub-menu a {
      color: #fff;
      width: 100%;
      padding: 10px; }


.menu-active {
  border-bottom: 2px solid #3BBCA0; }
  .menu-active .main-link-menu {
    color: #000;
    font-weight: bold; }
    .menu-active .main-link-menu span {
      font-size: 22px;
      color: #3687E6;
      font-weight: normal; }

      .current-menu-item{
      	 border-bottom: 2px solid #3BBCA0;
      }
      .current-menu-item .main-link-menu {
    color: #000;
    font-weight: bold; }

       .current-menu-item .main-link-menu span {
      font-size: 22px;
      color: #3687E6;
      font-weight: normal; }

/* меню */
/*жирный при наведении*/
.main-link-menu {
  display: inline-block;
  text-decoration: none;
  color: #333; }

.main-link-menu::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden; }

/*жирный при наведении*/
.nav {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  height: 41px; }

.nav ul {
  margin: 0;
  padding: 0;
  height: 41px;
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between; }

.nav li {
  font-size: 16px;
  list-style: none;
  height: 41px;
  width: 100%;
  text-align: center;
  display: grid;
  align-content: center; }

.nav a {
  text-decoration: none;
  color: #000;
  font-weight: normal;
  font-size: 16px;
  opacity: 1 !important; }
  .nav a span {
    font-size: 22px;
  line-height:0;}

.cont {
  display: none; }

.slider {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*слайдер майн*/
  /*слайдер майн*/ }
  .slider .owl-stage-outer {
    width: 1020px; }
  .slider .owl-item {
    opacity: 0;
    transition: 1s; }
  .slider .active {
    opacity: 1 !important; }
  .slider .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -57px;
    text-align: left;
    position: absolute;
    z-index: 9999; }
  .slider .owl-theme .owl-dots .owl-dot span {
    background: #3BBCA0;
    opacity: 0.5;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 0;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease; }
  .slider .owl-theme .owl-dots .owl-dot {
    margin: 0 10px; }
  .slider .owl-theme .owl-dots .owl-dot:first-child {
    margin-left: 0; }
  .slider .owl-theme .owl-dots .owl-dot.active span, .slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #3BBCA0;
    opacity: 1; }
  .slider .owl-carousel {
    width: 100%;
    max-width: 960px;
    max-height: 490px; }
  .slider .post-img {
    width: 58%;
    border-radius: 40px; }
  .slider .post-img img {
    z-index: 1;
    width: 100%;
    -webkit-box-shadow: 0px 21px 30px rgba(54, 135, 230, 0.12);
    -moz-box-shadow: 0px 21px 30px rgba(54, 135, 230, 0.12);
    box-shadow: 0px 21px 30px rgba(54, 135, 230, 0.12);
    height: auto;
    border-radius: 40px; }
  .slider .post-slide {
    align-items: center;
    width: 100%;
    height: 490px;
    display: inline-flex;
    justify-content: flex-end;
    align-content: center; }
  .slider .buttons {
    position: absolute;
    background: #fff;
    z-index: 3;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }
  .slider .post-text {
    position: absolute;
    left: 2px;
    max-width: 440px;
    display: grid;
    height: 100%;
    align-content: center;
    grid-row-gap: 15px; }
  .slider .post-text .title {
    font-weight: bold;
    font-size: 48px;
    margin-top: -20px;
    line-height: normal; }
  .slider .post-text .title span {
    color: #3BBCA0; }
  .slider .post-text .sub-title {
    font-size: 24px;
    line-height: normal;
    max-width: 260px; }
  .slider .slider-button {
    border-radius: 18.5px;
    background-color: #3BBCA0;
    font-size: 16px;
    width: 190px;
    line-height: normal;
    text-align: center;
    padding: 8px 21px;
    border: none;
    color: #FFFFFF; }

.main-title {
  display: flex;
  align-items: center; }
  .main-title a {
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #FF5400;
    margin-left: 15px;
    color: #FF5400; }
  .main-title h1,
  .main-title h2 {
    font-size: 36px;
    font-weight: bold;
    color: #4F4F4F;
    margin-bottom: 35px;
    margin-top: 40px; }
.uslugi h2{
    font-size: 36px;
    font-weight: bold;
    color: #4F4F4F;
    margin-bottom: 5px;
    margin-top: 40px; }



.block-under-slider {
  width: 100%;
  background: url("..//img/Vector.webp") no-repeat;
  height: 470px;
  margin-top: 14px;
  background-size: cover; }
  .block-under-slider img {
       width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 23px 23px 0 0; }
  .block-under-slider .blocks {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between; }
  .block-under-slider .block {
    width: 300px;
    height: 300px;
    border-radius: 23px;
    -webkit-box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.1); }
    .block-under-slider .block .block-image {
     /* background: url("..//img/Rectangle.png") bottom;*/
      width: 300px;
      height: 140px;
      height: 150px;
      border-radius: 23px 23px 0 0; }
    .block-under-slider .block .block-text {
      background-color: #fff;
      height: 152px;
      border-radius: 0 0 23px 23px; }
    .block-under-slider .block .block-text-title {
      width: 240px;
      margin-left: 35px;
      font-weight: bold;
      font-size: 16px;
      padding-top: 25px;
      margin-bottom: 5px;
      line-height: normal;
      color: #FF5400; }
    .block-under-slider .block .block-main-text {
      width: 220px;
      margin-left: 35px;
      font-size: 14px;
      line-height: normal;
      height: 75px;
      color: #000000; }


.block-articles .line:last-child{
	display: none;
}
.about-us {
  /*background: url('..//img/moveimg1.jpg') no-repeat right;*/
  margin-top: 26px; }
  .about-us .parallax-block {
    position: absolute;
    right: 0; }
  .about-us .main-title p {
    margin-bottom: 25px;
    margin-top: 25px; }

.about-us-block {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between; }
  .about-us-block .block-text {
    max-width: 500px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #000000; }
  .about-us-block .block-images {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    grid-gap: 40px; }

.services {
  margin-top: 50px; }

.block-services {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    /* height: 330px; */
    padding-left: 0;
    max-width: 860px;
    grid-row-gap: 20px;
}
  .block-services .service-name {
    /* max-height: 30px; */
    display: flex;
    min-height: 56px;
    align-items: center;
}
  .block-services .services-down-menu {
    display: none;
    padding-left: 10px;
    position: absolute;
    z-index: 9999;
    max-width: 210px;
    background: #fff;
    box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px; }
    .block-services .services-down-menu li {
      padding: 10px 5px 10px 5px; }
      .block-services .services-down-menu li a {
        text-decoration: none;
        color: #000; }
  .block-services .down {
    -moz-transform: rotate(90deg);
    /* Для Firefox */
    -ms-transform: rotate(90deg);
    /* Для IE */
    -webkit-transform: rotate(90deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg);
    /* Для Opera */
    transform: rotate(90deg); }
  .block-services .service-name .name-block {
    display: inline-flex;
    align-items: center; }
  .block-services .service-name .service-title {
margin-left: 15px;
    max-width: 240px;
}
    .block-services .service-name .service-title a, .block-services .service-name .service-title span {
      font-weight: bold;
      font-size: 16px;
      line-height: 27px;
      text-decoration: none;
      border-bottom: 1px solid;
      cursor: pointer;
      color: #FF5400; }
  .block-services .service-name img {
    transition: .5s; }

.block-checkbox label {
  font-weight: 300;
  font-size: 13px;
  line-height: normal;
  color: #000000; }
  .block-checkbox label a {
    text-decoration: none;
    color: #FF5400;
    border-bottom: 1px solid #FF5400; }
    .block-checkbox label a:hover {
      border: none; }

.call-form {R
  z-index: 0;
  position: relative;
      margin-top: 100px;
  width: 100%;
  background: url("..//img/bgline2.webp") no-repeat;
  background-size: 100% 100%;
  height: 186px;
  display: grid; }
  .call-form .main-button {
    width: 226px; }
  .call-form .bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    margin-top: -120px; }
    .call-form .bg img {
      width: 100%; }
  .call-form .fix {
    position: relative; }
  .call-form form {
    display: grid;
    align-items: center;
    height: 138px;
    background: #FFFFFF;
    box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.1);
    border-radius: 23px; }
    .call-form form .block-input {
      display: grid;
      grid-template-columns: auto auto auto;
      justify-content: center;
      grid-column-gap: 30px;
      align-items: end;
      height: 100%; }
    .call-form form .block-checkbox {
      display: grid;
      grid-auto-flow: column;
      justify-content: center; }
      .call-form form .block-checkbox #call-check {
        width: 15px;
        height: 15px; }

.input-call {
  width: 265px;
  border: none;
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
  background: transparent;
  color: #000000;
  border-bottom: 1px solid rgba(54, 135, 230, 0.4); }


textarea::placeholder  {
  font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 20px;
color: #000000;
}


.input-call::placeholder{
  font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 20px;
color: rgb(164, 164, 164);
}
.main-button {
  background: #FF5400;
  mix-blend-mode: normal;
  border: none;
  border-radius: 18.5px;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  color: #FFFFFF;
  padding: 9px 26px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15); }

.doctors .parallax-block {
  position: absolute;
  z-index: 0; }
.doctors .block-card-doctors {
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between; }
  .doctors .block-card-doctors .card {
    width: 208px;
    height: 270px; }
  .doctors .block-card-doctors .discription .name {
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    color: #000000; }
  .doctors .block-card-doctors .discription .specialization {
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    color: #4F4F4F; }

.block-under-doctors {
  background: url("..//img/bgline3.webp") no-repeat right;
  height: 300px;
  margin-top: 20px;
  display: grid;
  align-items: center; }

.blocks-inner {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  align-items: center; }
  .blocks-inner .card-inner {
    border-radius: 23px;
    width: 390px;
    height: 131px;
    box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.1);
    display: grid;
    align-items: end; }
    .blocks-inner .card-inner .title {
      font-weight: bold;
      font-size: 18px;
      line-height: normal;
      color: #FFFFFF; }
    .blocks-inner .card-inner .description {
      font-size: 14px;
      line-height: normal;
      max-width: 260px;
      color: #FFFFFF; }
  .blocks-inner .arrows img {
    width: 48px;
    height: auto; }
  .blocks-inner .blue {
    background: linear-gradient(180deg, #216C96 0%, #3BBCA0 100%); }
  .blocks-inner .purple {
    background: linear-gradient(180deg, #3687E6 0%, #9A3BBC 100%); }
  .blocks-inner .text {
    margin-left: 23px;
    margin-bottom: 20px; }

.block-reviews {
  background: url("..//img/linebg4.jpg") no-repeat left;
  background-size: 46% 100%;
  margin-top: -30px; }
  .block-reviews .main-title p {
    margin-bottom: 25px;
    margin-top: 25px; }
  .block-reviews .nomargin {
    margin-bottom: 25px !important;
    margin-top: 25px !important; }

.pills .parallax-block {
  position: absolute;
  right: 0;
  z-index: 0; }

.reviews-slider .active {
  opacity: 1 !important; }
.reviews-slider .owl-carousel {
  width: 100%;
  max-width: 960px;
  margin-left: -30px; }
.reviews-slider .post-slide {
  background: #FFFFFF;
  box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.1);
  border-radius: 23px;
  max-width: 470px;
  width: 100%;
  height: 240px;
  display: grid;
  margin: 0 10px;
  align-content: space-between; }
.reviews-slider .owl-item {
  height: 335px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 1s; }
.reviews-slider .owl-stage-outer {
  width: 1020px;
  padding-left: 30px; }
.reviews-slider .review-text {
  margin-left: 35px;
  padding-top: 38px; }
  .reviews-slider .review-text p {
    font-size: 14px;
    line-height: normal;
    max-width: 390px;
    height: 135px;
    color: #000000; }
  .reviews-slider .review-text .clear-text {
    max-width: 390px;
    height: 135px; }
.reviews-slider .client-name {
  margin-left: 35px;
  margin-bottom: 23px; }
  .reviews-slider .client-name p {
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
    color: #000000; }
.reviews-slider .owl-nav {
  width: 1020px;
  margin-top: -20px;
  z-index: 10;
  position: relative; }
  .reviews-slider .owl-nav img {
    width: 100%; }
  .reviews-slider .owl-nav svg {
    fill: #000; }
  .reviews-slider .owl-nav button:hover {
    background: transparent !important; }
  .reviews-slider .owl-nav button:not(.disabled):hover svg {
    fill: #2F80ED; }

.block-under-reviews-slider {
  display: grid;
  grid-template-columns: 524px auto;
  grid-column-gap: 48px;
  margin-top: 112px; }
  .block-under-reviews-slider .title-block {
    margin-top: 12px; }
  .block-under-reviews-slider .block-articles {
    margin-top: 10px; }
  .block-under-reviews-slider .form-record {
    background: url("..//img/record.webp") no-repeat;
    background-size: cover;
    display: grid;
    align-content: space-around;
    box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    padding-left: 41px;
    height: 456px; }
    .block-under-reviews-slider .form-record .record-title {
      font-weight: bold;
      font-size: 36px;
      line-height: normal;
      color: #4F4F4F; }
    .block-under-reviews-slider .form-record .description {
      font-weight: 300;
      font-size: 16px;
      line-height: normal;
      margin-top: 16px;
      color: #000000; }
    .block-under-reviews-slider .form-record form {
      display: grid;
      margin-left: 10px;
      align-content: space-between;
      height: 215px;
      margin-bottom: 23px;
      max-width: 418px; }
    .block-under-reviews-slider .form-record .main-button {
      max-width: 234px;
      height: 37px; }
  .block-under-reviews-slider .block-articles .title a {
    color: #FF5400;
    border-bottom: 1px solid #FF5400; }
  .block-under-reviews-slider .block-articles .main-title a {
    color: #FF5400;
    border-bottom: 1px solid #FF5400; }
  .block-under-reviews-slider .block-articles .article .article-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 31px;
    text-decoration-line: none;
    border-bottom: 1px solid;
    color: #FF5400; }
  .block-under-reviews-slider .block-articles .article .article-description {
    font-size: 14px;
    line-height: 24px;
    color: #000000; }
  .block-under-reviews-slider .block-articles .article .main-title {
    margin-top: 15px; }
  .block-under-reviews-slider .block-articles .line {
    border-bottom: 1px solid rgba(59, 188, 160, 0.2);
    height: 5px;
    width: 343px;
    margin-bottom: 30px;
    margin-top: 30px; }

.article:first-child {
  border-bottom: 1px solid rgba(59, 188, 160, 0.2); }

.block-map {
  margin-top: 85px; }
  .block-map #map {
position: absolute;
z-index: 0;
 }
    #map{
    	width: 100%;
    	height: 460px;
    }
  .block-map .fix {
    display: grid;
    justify-content: end;
    height: 460px;
    align-items: center; }
  .block-map .number-block {
    background: #FFFFFF;
    box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    position: relative;
    max-width: 461px; }
    .block-map .number-block .pb{padding:30px 64px 30px 54px}
    .block-map .number-block .numbers {
      display: inline-block;
      width: 343px;
      padding-bottom: 14px;
      border-bottom: 1px solid rgba(59, 188, 160, 0.2); }
      .block-map .number-block .numbers .main {
        font-weight: bold;
        font-size: 36px;
        line-height: 62px; }
      .block-map .number-block .numbers p {
        color: #3BBCA0;
        font-size: 25px; }
    .block-map .number-block .time-work {
      padding: 14px 0;
      width: 343px;
      display: inline-block;
      border-bottom: 1px solid rgba(59, 188, 160, 0.2); }
      .block-map .number-block .time-work p {
        font-weight: 500;
        font-size: 18px;
        line-height: 31px;
        color: #4F4F4F; }
    .block-map .number-block .adress {
      padding: 14px 0;
      width: 343px;
      display: inline-block;
      border-bottom: 1px solid rgba(59, 188, 160, 0.2); }
      .block-map .number-block .adress p {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #000000; }

.footer {
  background: #3BBCA0;
  padding-top: 45px;
  padding-bottom: 30px; }
  .footer .fix {
    display: grid;
    grid-template-columns: auto auto auto; }
  .footer .footer-menu {
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px; }
    .footer .footer-menu li {
      margin-top: 0px;
      margin-bottom: 17px; }
      .footer .footer-menu li a {
        font-weight: 500;
        font-size: 18px;
        line-height: 31px;
        text-decoration: none;
        color: #FFFFFF; }
    .footer .footer-menu .sub-menu {
      padding-left: 5px; }
      .footer .footer-menu .sub-menu li {
        margin-bottom: 5px; }
        .footer .footer-menu .sub-menu li:last-child {
        margin-bottom: 0px; }
        .footer .footer-menu .sub-menu li a {
          font-weight: 500;
          font-size: 16px;
          line-height: 28px;
          text-decoration: none;
          color: #AFFEED; }
 /* .footer .fm2 li {
    margin-bottom: 0px; }*/
  .footer .footer-block-info {

        text-align: right;
    display: grid;
    justify-content: end; }
    .footer .footer-block-info .info-title {
      font-size: 18px;
      line-height: normal;
      color: #FFFFFF;
      mix-blend-mode: normal;
      margin-right: 5px; }
      .footer .footer-block-info .info-title span {
        font-size: 44px;
        margin-right: -5px; }
    .footer .footer-block-info .main-info {
      font-weight: 500;
      font-size: 14px;
      margin-top: 10px;
      line-height: 24px;
      text-align: right;
      color: #1B3530; }
    .footer .footer-block-info .footer-links {
      margin-top: 20px;
      height: 110px;
          display: grid;
      max-width: 350px; }
      .footer .footer-block-info .footer-links a {
        font-size: 12px;
        line-height: normal;
        text-align: right;
        text-decoration: none;
        border-bottom: 0.7px solid;
        color: #FFFFFF;
          	margin-bottom: 12px; }
   

/*About*/
.breadcrumb {
  margin-top: 25px;
  margin-bottom: 50px;
  width: 97%;
  display: flex;
  justify-content: flex-start; }
  .breadcrumb .breadcrumb-item {
    display: flex; }
    .breadcrumb .breadcrumb-item a {
      font-size: 14px;
      white-space: nowrap;
      max-height: 18px;
      text-decoration-line: none;
      border-bottom: 1px solid;
      color: #FF5400; }
      .breadcrumb .breadcrumb-item a:hover {
        border: none;
        opacity: 0.8; }
    .breadcrumb .breadcrumb-item span {
      color: #AAA;
      margin: 0px 5px; }

.bg-block {
  background: url("..//img/Vector.jpg") no-repeat top right;
  width: 100%; }
  .bg-block p {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px; }
  .bg-block .main-block {
    width: 100%;
    display: grid;
    grid-template-columns: auto 388px;
    justify-content: space-between;
    grid-column-gap: 47px; }
    .bg-block .main-block .block-text .img-block-text img{
        max-width: 100%;
        height: auto;
      }
    .bg-block .main-block .links {
      margin: 35px 0; }
      .bg-block .main-block .links a {
        font-size: 14px;
        text-decoration-line: none;
        border-bottom: 1px solid;
        color: #FF5400; }
        .bg-block .main-block .links a:hover {
          border: none;
          opacity: 0.8; }
      .bg-block .main-block .links span {
        width: 23px;
        border-radius: 20%;
        background: #157EFB;
        color: #fff;
        padding: 2px;
        font-size: 10px; }
    .bg-block .main-block .block-images {
      display: grid;
      grid-row-gap: 25px; }

.about h1 {
  margin-bottom: 25px;
  margin-top: 15px; }

/*About*/
/*Testimonials*/
textarea {
  resize: none; }

.main-content p {
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #000000; }

.form-review {
  background: url("..//img/Rectangle 2.png") no-repeat right;
  width: 100%;
  box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.05);
  border-radius: 23px;
  height: 283px;
  margin-top: 32px;
  margin-bottom: 45px; }
  .form-review form {
    display: grid;
    height: 230px;
    padding-top: 25px;
    align-content: space-between;
    margin-left: 42px; }
    .form-review form .form-title {
      margin-bottom: 5px; }
    .form-review form .form-footer {
      display: grid;
      grid-template-columns: auto auto;
      align-items: center; }
    .form-review form #input-text-review,
    .form-review form .input-top,
    .form-review form .form-footer {
      width: 100%;
      max-width: 568px; }
    .form-review form .input-top {
      display: flex;
      justify-content: space-between;
      margin-top: -20px; }
  .form-review .form-title p {
    font-weight: bold;
    font-size: 24px;
    line-height: normal;
    color: #4F4F4F; }

.form-footer .main-button {
  max-width: 140px; }

.review-item {
  width: 100%;
  height: auto; }
  .review-item:not(:first-child) {
    margin-top: 30px; }
  .review-item .message {
    font-size: 14px;
    line-height: normal;
    color: #000000; }
  .review-item .name {
    width: 100%;
    max-width: 343px;
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
    border-bottom: 1px solid rgba(59, 188, 160, 0.2);
    padding-bottom: 8px;
    margin-top: 10px;
    color: #000000; }
    .review-item .name .date {
      font-weight: 300;
      font-size: 14px;
      line-height: normal;
      margin-left: 8px;
      color: #828282; }

.last .name {
  border-bottom: none; }

.show-more {
  width: 100%;
  display: grid;
  justify-content: center;
  margin-top: 50px;
  height: 20px; }
  .show-more a {
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    height: 18px;
    color: #FF5400;
    text-decoration: none;
    border-bottom: 1px dotted; }
    .show-more a:hover {
      border: none;
      opacity: 0.8; }

.testimonials p {
  margin-bottom: 30px;
  margin-top: 30px; }

.main-container {
  background: url("..//img/linebg4.jpg") no-repeat left bottom;
  background-size: 35%; }

.main-content .block-services {
  height: auto; }


.doctors .bg {
  position: absolute;
  right: 0;
  z-index: -1;
  margin-top: -400px; }

/*Testimonials*/
/*doctors*/
.doctors .card {
  margin-bottom: 45px; }
  .doctors .card:hover {
    opacity: 0.9; }
.doctors a {
  text-decoration: none; }

.sort-block {
  margin-top: 20px;
  min-height: 29px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px; }
  .sort-block li:not(:last-child) {
    margin-right: 10px; }
  .sort-block .active {
    background: #3BBCA0;
    border: 1px solid #3BBCA0; }
    .sort-block .active a {
      opacity: 1;
      color: #fff; }

.sort-button {
  border-radius: 14.5px;
  border: 1px solid #BDBDBD;
  margin-bottom: 16px;
  height: 29px; }
  .sort-button a {
    padding: 0 13px;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    color: #000000; }
  .sort-button:hover {
    background: #3BBCA0;
    border: 1px solid #3BBCA0; }
    .sort-button:hover a {
      opacity: 1;
      color: #fff; }

/*doctors*/
/*doctors inner*/
.info-about-doctor {
  margin-top: 30px;
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 25px; }
  .info-about-doctor .main-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #000000; }
  .info-about-doctor .right-block {
    display: grid;
    justify-content: center;
    grid-template-rows: 208px auto; }
    .info-about-doctor .right-block .main-button {
      margin: 27px auto 0 auto;
      max-height: 36px; }

.name-title p {
  font-weight: bold;
  font-size: 36px;
  line-height: normal;
  color: #3BBCA0; }
.name-title .text-under-name {
  margin-left: 6px; }
  .name-title .text-under-name p a {
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    line-height: normal;
    color: #828282; }
  .name-title  .text-under-name p{
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    color: #828282; 
}
.block-under-doctors.doct {
  margin-top: 28px; }

.doctor-list {
  padding-left: 5px;
  margin-top: 22px; }
  .doctor-list li {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px; }
  .doctor-list li:before {
    content: "— ";
    color: #FF5400;
    font-weight: 600;
    font-size: 14px; }

.inner {
  background: none; }

/*doctors inner*/
/*news*/
.main-title.about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .main-title.about a {
    margin-left: 0px;
    border-bottom: none; }

.news-block {
  margin-top: 17px;
  background: url("..//img/bgline2.webp") no-repeat top right; }
  .news-block .fix {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 50px; }
    .news-block .fix .news-item {
      max-width: 453px;
      margin-bottom: 54px; }
      .news-block .fix .news-item img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
      .news-block .fix .news-item .title {
        font-weight: bold;
        font-size: 18px;
        line-height: 31px;
        text-decoration: none;
        border-bottom: 1px solid;
        color: #FF5400; }
      .news-block .fix .news-item .text {
        margin-top: 10px;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        max-width: 425px;
        color: #000000; }

/*news*/
/*news inner*/
.group-soc-network {
  display: inline-flex; }
  .group-soc-network a {
    text-decoration: none;
    color: #fff;
    font-size: 14px; }

.news-inner-second-title {
  margin-top: 60px;
  margin-bottom: 30px; }
  .news-inner-second-title p {
    font-weight: bold;
    font-size: 24px;
    line-height: normal;
    color: #4F4F4F; }

.inner-news-item .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 31px;
  text-decoration: none;
  border-bottom: 1px solid;
  color: #FF5400; }
.inner-news-item .text {
  margin-top: 10px;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  max-width: 470px;
  color: #000000; }

.line {
  border-bottom: 1px solid rgba(59, 188, 160, 0.2);
  height: 5px;
  width: 415px;
  margin-bottom: 37px;
  margin-top: 37px; }

.inner-news {
  display: grid;
  grid-template-columns: auto auto; }

.news-block-inner {
  background: url("..//img/bgline2.webp") no-repeat bottom right; }
  .news-block-inner .text {
    font-size: 14px;
    line-height: 24px;
    color: #000000; }
  .news-block-inner .first-block {
    display: inline-flex;
    margin-top: 19px; }
    .news-block-inner .first-block img {
      margin-left: 40px;
      margin-bottom: 33px;
      width: 100%;
      max-width: 453px;
      height: auto; }

/*news inner*/
/*price*/
.subtext p {
  font-size: 14px;
  line-height: normal;
  color: #000000; }

.block-price {
  width: 100%;
  border: 1px solid #D8F2EC;
  margin-top: 25px;
  margin-bottom: 50px; }

.price-list {
  padding-left: 0px;
  margin: 0px;
  transition: .5s;
  /*.price-title:after{
  	content:"";
  	width: 8px;
  	height: 14px;
  	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='14' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpath d='M5.957 7L1 2.024l.522-.524L7 7l-5.478 5.5L1 11.976 5.957 7z' stroke='%233BBCA0'/%3e%3c/svg%3e");
  background-color:#FFF;
  }*/ }
  .price-list .open span {
    color: #FF5400; }
  .price-list .open svg {
    transform: rotate(90deg); }
    .price-list .open svg path {
      stroke: #FF5400; }
  .price-list .price-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    color: #000000;
    padding: 14px 20px 14px 20px; }
    .price-list .price-title:not(:last-child) {
      border-bottom: 1px solid rgba(59, 188, 160, 0.2); }
    .price-list .price-title span {
      margin-right: 10px; }
    .price-list .price-title:hover span {
      opacity: 0.8; }
  .price-list .price:after {
    content: "₽";
    margin-left: 2px; }
  .price-list .sub-price {
    display: none;
    padding-left: 0px; }
/*
.main-title div:last-child{
  height: 15px;
}*/

    .price-list .sub-price .sub-price-item {
      clear: both;
      
      padding-right: 80px;
      margin-bottom: 10px;
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      color: #000000; }
      .price-list .sub-price .sub-price-item:first-child {
        margin-top: 20px; }
      .price-list .sub-price .sub-price-item .title {
        font-size: 14px;
        line-height: 24px;
        color: #000000; }
      .price-list .sub-price .sub-price-item .price {
        margin-left: 5px;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        text-align: right;
        color: #000000; }
  .price-list .sub-price {
    list-style-type: none; }
  .price-list .sub-price li {
    border-bottom: 1px dotted #C2C2C2;
    /* Необязателен. Здесь задается толщина, тип и цвет точек */
    position: relative;
    padding: 0;
    margin-bottom: 5px;
    /* Необязателен. Задается для установки расстояния между блоками li */ }
  .price-list .sub-price li span {
    background-color: #FFF;
    /* Это необходимо, чтобы перекрыть точки фоном */
    margin: 0; }
  .price-list .sub-price li span.title,
  .price-list .sub-price li span.price {
    bottom: -6px;
    /* Смещаем значимые блоки, чтобы они перекрыли точки */ }
  .price-list .sub-price span.title {
    position: relative;
    margin-right: 7em;
    /* Задается чтобы текст не заходил на номера страниц */
    padding-right: 2px;
    /* Необязателен. Задается чтобы точки не подходили вплотную к концу текста */ }
  .price-list .sub-price span.price {
    position: absolute;
    right: 0;
    padding-left: 2px;
    /* Необязателен. Задается чтобы точки не подходили вплотную к номерам страниц */ }

.price {
  margin-top: 0px; }

/*price*/
/*contacts*/
.contacts-bg {
  background: url("..//img/bgline2.webp") no-repeat center right; }

.contacts {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px; }
  .contacts .number-block {
    position: relative;
    max-width: 461px; }
    .contacts .number-block .pb {
      padding: 60px 64px 45px 0px; }
    .contacts .number-block .numbers {
      display: inline-block;
      width: 343px;
      padding-bottom: 14px;
      border-bottom: 1px solid rgba(59, 188, 160, 0.2); }
      .contacts .number-block .numbers .main {
        font-weight: bold;
        font-size: 36px;
        line-height: 62px; }
      .contacts .number-block .numbers p {
        color: #3BBCA0;
        font-size: 25px; }
    .contacts .number-block .time-work {
      padding: 14px 0;
      width: 343px;
      display: inline-block;
      border-bottom: 1px solid rgba(59, 188, 160, 0.2); }
      .contacts .number-block .time-work p {
        font-weight: 500;
        font-size: 18px;
        line-height: 31px;
        color: #4F4F4F; }
    .contacts .number-block .adress {
      padding: 14px 0;
      width: 343px;
      display: inline-block; }
      .contacts .number-block .adress p {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #000000; }

.block-email {
  max-width: 466px;
  margin-top: 102px; }
  .block-email .email-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
    .block-email .email-title a {
      margin-left: 10px;
      font-weight: 500;
      font-size: 16px;
      line-height: normal;
      text-align: center;
      text-decoration: none;
      border-bottom: 1px solid;
      margin-top: 5px;
      color: #FF5400; }
      .block-email .email-title a:hover {
        border: none;
        opacity: 0.8; }
  .block-email .email-text {
    margin-bottom: 27px;
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    color: #4F4F4F; }
  .block-email .main-button {
    padding: 9px 45px; }

/*contacts*/
/*модальное окно*/
#modal_form {
  position: fixed;
  /* чтoбы oкнo былo в видимoй зoне в любoм месте */
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  display: none;
  /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
  opacity: 0;
  /* пoлнoстью прoзрaчнo для aнимирoвaния */
  z-index: 99999;
  /* oкнo дoлжнo быть нaибoлее бoльшем слoе */ }
  #modal_form .form-record {
    background: url("..//img/record.webp") no-repeat;
    background-size: cover;
    display: grid;
    align-content: space-around;
    box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    width: 460px;
    padding-left: 41px;
    height: 400px; }
    #modal_form .form-record .record-title {
      font-weight: bold;
      font-size: 36px;
      line-height: normal;
      color: #4F4F4F; }
    #modal_form .form-record .description {
      font-weight: 300;
      font-size: 16px;
      line-height: normal;
      margin-top: 16px;
      color: #000000; }
    #modal_form .form-record form {
      display: grid;
      align-content: space-between;
      height: 215px;
      max-width: 418px; }
    #modal_form .form-record .main-button {
      max-width: 234px;
      height: 37px; 
      margin: 0 auto;}

.blocks-inner.servs {
  margin-top: 66px; }

.doctors.servs {
  margin-top: 92px; }

.block-under-reviews-slider.servs {
  margin-top: 96px; }

.servs .main-title p {
  margin-bottom: 35px;
  margin-top: 35px; }

.block-map.servs {
  margin-top: 121px; }

.block-services.servs {
  margin-top: 0;
  margin-bottom: 50px; }

.subtext.servs {
  max-width: 815px; }

.block-card-doctors.servs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .block-card-doctors.servs .card {
    margin-right: 43px; }

.block-under-doctors.other {
  align-items: start;
  margin-top: 55px;
  height: auto; }

.main-container.bg {
  background: url("..//img/bgline3.webp") no-repeat center right; }

.block-reviews.servs {
  margin-top: 0; }
  .block-reviews.servs .pills {
    margin-top: 83px; }
  .block-reviews.servs .reviews-slider {
    margin-top: -20px; }

.block-articles.servs {
  margin-top: 0px; }

.pills.doct {
  margin-top: 0px; }

.show-more.doct {
  margin-top: 0; }

.block-under-reviews-slider.doct {
  margin-top: 60px; }

.block-under-reviews-slider.contact {
  margin-top: 70px; }

.main-title.doct {
  margin-top: 43px; }
  .main-title.doct .nomargin {
    margin: 0 !important; }

.block-map.doct {
  margin-top: 115px; }

/* Кнoпкa зaкрыть */
#modal_form #modal_close {
  width: 33px;
  height: 33px;
  background: #fff;
  position: absolute;
  top: -10px;
  right: -5px;
  color: #3BBCA0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .6s;
  border-radius: 50%; }
  #modal_form #modal_close:hover {
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.3); }

/* Пoдлoжкa */
#overlay {
  z-index: 9999;
  /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
  position: fixed;
  /* всегдa перекрывaет весь сaйт */
  background-color: #000;
  /* чернaя */
  opacity: 0.8;
  /* нo немнoгo прoзрaчнa */
  -moz-opacity: 0.8;
  /* фикс прозрачности для старых браузеров */
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  /* рaзмерoм вo весь экрaн */
  top: 0;
  /* сверху и слевa 0, oбязaтельные свoйствa! */
  left: 0;
  cursor: pointer;
  display: none;
  /* в oбычнoм сoстoянии её нет) */ }

/*модальное окно*/

/*# sourceMappingURL=style.css.map */
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 46px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.wpcf7-not-valid{
  background: transparent!important;

}




span.wpcf7-list-item{
  margin: 0!important;
}

.subtext ul li{
    font-size: 14px;
    line-height: normal;
    color: #000;
        line-height: 24px;
}

.subtext ul li:before {
    content: "— ";
    color: #ff5400;
    font-weight: 600;
    font-size: 14px;
}

.subtext ul li:after {
  display: none;
}
 .subtext ul{
  padding-left: 0;
  }   

.footer .footer-menu .menu-item-has-children{
  	    margin-bottom: 8px;
  }


  .developer-link{
    text-align: center;
    color: #ffffff;
        font-size: 14px;
    margin-top: 15px;
  }

    .developer-link a{
          font-weight: bold;
          color: #ffffff;
          text-decoration: none;
    }
