

/* Start:/local/templates/main/components/bitrix/news.list/banner_main_new/style.css?17637022038221*/
.m-slider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 0 100px;
  overflow: hidden;
}

.m-slider * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-slider__wrap {
  position: relative;
  padding: 0 50px;
  max-width: 1580px;
  margin: 0 auto;
}

.m-slider__flower-left {
  position: absolute;
  left: 0;
  bottom: 160px;
}

.m-slider__flower-right {
  position: absolute;
  right: 0;
  top: 60px;
}

.m-slider__slide {
  position: relative;
  overflow: hidden;
}

.m-slider__image {
  position: relative;
  display: block;
  z-index: 1;
}

.m-slider__image img {
  display: block;
  max-width: none !important;
}

.m-slider__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 55px 50px 50px;
  color: #fff;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-slider__text {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.m-slider__title {
  font-size: 68px;
  line-height: 66px;
  color: #fff;
  text-align: center;
  font-family: 'El Messiri', 'Roboto', sans-serif;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #C09D69;
}

.m-slider__desc {
  font-size: 20px;
  text-align: center;
}

.m-slider__desc ul li {
  list-style: none;
}

.m-slider__date {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.m-slider__left {
  position: absolute;
  left: 80px;
  bottom: 20px;
}

.m-slider__right {
  position: absolute;
  right: 80px;
  bottom: 20px;
}

.m-slider a.m-slider__button:visited,
.m-slider a.m-slider__button, .m-slider__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px auto 0;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  width: 306px;
  height: 81px;
  text-decoration: none;
  text-transform: uppercase;
  background: url(/local/templates/main/components/bitrix/news.list/banner_main_new/../img/slider-button.png?v=1618486189644) no-repeat;
}

.m-slider__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(345.04deg, rgba(192, 157, 105, 0.71) 0%, rgba(183, 127, 65, 0.85) 45.9%, rgba(183, 127, 65, 0.51) 75.8%);
  background: -moz- oldlinear-gradient(345.04deg, rgba(192, 157, 105, 0.71) 0%, rgba(183, 127, 65, 0.85) 45.9%, rgba(183, 127, 65, 0.51) 75.8%);
  background: -o-linear-gradient(345.04deg, rgba(192, 157, 105, 0.71) 0%, rgba(183, 127, 65, 0.85) 45.9%, rgba(183, 127, 65, 0.51) 75.8%);
  background: linear-gradient(104.96deg, rgba(192, 157, 105, 0.71) 0%, rgba(183, 127, 65, 0.85) 45.9%, rgba(183, 127, 65, 0.51) 75.8%);
  z-index: 5;
}

.m-slider__nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}

.m-slider__prev, .m-slider__next {
  position: absolute;
  bottom: 20px;
  cursor: pointer;
  margin: 0;
  width: 60px;
  height: 60px;
  background: rgba(244, 237, 232, 0.5);
  z-index: 11;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.m-slider__prev:before, .m-slider__next:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 0px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  content: '';
}

.m-slider__prev:hover, .m-slider__next:hover {
  background: rgba(244, 237, 232, 0.7);
}

.m-slider__prev {
  left: 80px;
}

.m-slider__prev:before {
  margin-left: -2px;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
}

.m-slider__next {
  right: 80px;
}

.m-slider__next:before {
  margin-left: -16px;
  -webkit-transform: rotateZ(135deg);
  -moz-transform: rotateZ(135deg);
  -ms-transform: rotate(135deg);
  transform: rotateZ(135deg);
}

.m-slider__dots ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-slider__dots li {
  cursor: pointer;
  display: block;
  margin: 0 8px;
  opacity: 0.4;
  padding: 10px 0;
}

.m-slider__dots li.slick-active {
  opacity: 1;
}

.m-slider__dots li.slick-active button {
  background: #fff;
}

.m-slider__dots button {
  display: block;
  font-size: 0;
  border: 0;
  padding: 0;
  margin: 0;
  height: 2px;
  width: 38px;
  background: rgba(244, 237, 232, 0.5);
}

@media all and (max-width: 1500px) {
  .m-slider__flower-left {
    left: -100px;
  }
  .m-slider__flower-right {
    right: -100px;
    top: 150px;
  }
}

@media all and (max-width: 1200px) {
  .m-slider__title {
    font-size: 45px;
    line-height: 56px;
  }
  .m-slider__desc {
    font-size: 16px;
  }
  .m-slider__date {
    font-size: 16px;
  }
  .m-slider__wrap {
    padding: 0;
  }
  .m-slider__prev, .m-slider__next {
    width: 40px;
    height: 40px;
  }
  .m-slider__prev {
    left: 10px;
    bottom: 10px;
  }
  .m-slider__next {
    right: 10px;
    bottom: 10px;
  }
}

@media all and (max-width: 1024px) {
  .m-slider {
    margin: 0 0 30px;
  }
  .m-slider__image img {
    height: 380px;
    width: auto;
  }
  .m-slider__content {
    padding: 30px 0 30px;
  }
  .m-slider__title {
    font-size: 32px;
    line-height: 42px;
  }
  .m-slider a.m-slider__button:visited,
  .m-slider a.m-slider__button, .m-slider__button {
    background: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #CCA16D;
    height: 50px;
    line-height: 50px;
  }
  .m-slider__flower-left, .m-slider__flower-right {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .m-slider__image {
    position: relative;
    display: block;
    z-index: 1;
    height: 400px;   
    background: url('/local/templates/main/components/bitrix/news.list/banner_main_new/img/dark-mob-bg.jpg') no-repeat scroll;
    background-size: 100%;
  }
  .m-slider__slider .m-slider__image img {
    display: none;
  }
  .m-slider__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .m-slider__desc {
    font-size: 14px;
  }
  .m-slider__date {
    font-size: 14px;
  }
  .m-slider a.m-slider__button:visited,
  .m-slider a.m-slider__button, .m-slider__button {
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    width: 200px;
    margin-top: 10px;
  }
  .m-slider__text {
    padding: 0 10px;
  }
  .m-slider__dots button {
    width: 20px;
  }
}
@media all and (max-width: 414px) {
  .m-slider__image {
    height: 350px;
  }
}
.m-slider .erid {
  position: absolute;
  bottom: 5px;
  left: 30px;
  text-decoration: none;
  color: #422929;
  font-size: 12px;
}
@media all and (max-width:768px){
  .m-slider .erid {
      font-size: 9px;
      left: 10px;
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/main-doctors/style.css?17015790544166*/
.m-doctors {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-doctors * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-doctors__wrap {
  position: relative;
  border-top: 1px solid rgba(192, 157, 105, 0.25);
  padding: 30px 60px 30px;
}

.m-doctors__card {
  display: block;
  text-decoration: none;
  width: 236px;
  padding: 0 0 30px;
  margin: 0 auto;
}

.m-doctors__card:hover .m-doctors__image {
  background: #F9F5F0;
}

.m-doctors__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #fff;
  text-decoration: none;
  height: 42px;
  line-height: 42px;
  padding: 0 50px;
  white-space: nowrap;
  text-align: center;
  font-size: 18px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  border: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #b77f41;
  margin: 0 15px;
}

.m-doctors__slide {
  position: relative;
  padding-bottom: 50px;
}

.m-doctors__slide .m-doctors__btn {
  max-width: 247px;
  bottom: 0;
  margin: 0 10px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 95%;
}

.m-doctors__slider .slick-track {
  display: flex;
  margin-bottom: 30px;
}

.m-doctors__slide.slick-slide {
  height: auto;
}

.m-doctors__name {
  color: #303030;
  font-size: 24px;
  line-height: 32px;
  font-family: 'El Messiri', 'Roboto', sans-serif;
}

.m-doctors__spec {
  color: #B77F41;
  font-size: 16px;
  padding: 10px 0 0;
}

.m-doctors__image {
  margin: 0 0 15px;
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.m-doctors__image img {
  display: block;
  width: 100% !important;
  height: auto !important;
}

.m-doctors__prev, .m-doctors__next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  margin: -60px 0 0;
}

.m-doctors__prev:before, .m-doctors__next:before {
  display: block;
  width: 16px;
  height: 16px;
  border-top: 1px solid #BF8C50;
  border-left: 1px solid #BF8C50;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  content: '';
}

.m-doctors__prev {
  left: 20px;
}

.m-doctors__prev:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
}

.m-doctors__next {
  right: 20px;
}

.m-doctors__next:before {
  -webkit-transform: rotateZ(135deg);
  -moz-transform: rotateZ(135deg);
  -ms-transform: rotate(135deg);
  transform: rotateZ(135deg);
}

.m-doctors__dots ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-doctors__dots li {
  display: block;
  margin: 0 8px;
  opacity: 0.4;
  padding: 10px 0;
}

.m-doctors__dots li.slick-active {
  opacity: 1;
}

.m-doctors__dots button {
  display: block;
  font-size: 0;
  border: 0;
  padding: 0;
  margin: 0;
  height: 2px;
  width: 38px;
  background: #B77F41;
}

@media all and (max-width: 768px) {
  .m-doctors__wrap {
    padding: 30px 20px;
  }
  .m-doctors__prev {
    left: 0;
  }
  .m-doctors__next {
    right: 0;
  }
  .m-doctors__name {
    font-size: 18px;
    line-height: normal;
  }
  .m-doctors__btn {
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    padding: 0 30px;
  }
}

@media all and (max-width: 640px) {
  .m-doctors__card {
    width: 110px;
  }
  .m-doctors__name {
    font-size: 14px;
  }
  .m-doctors__dots button {
    width: 20px;
  }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/main-news/style.css?17015790543282*/
.m-news {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-news * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-news__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 60px 0;
  color: #B77F41;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(192, 157, 105, 0.25);
}

.m-news__item:first-child {
  border-top: 1px solid rgba(192, 157, 105, 0.25);
}

.m-news__image, .m-news__header, .m-news__desc {
  width: 33.33%;
}

.m-news__image img {
  display: block;
  width: 100%;
}

.m-news__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 50px;
}

.m-news__date {
  font-size: 16px;
  line-height: 22px;
  color: #C4C4C4;
}

.m-news__desc {
  line-height: 30px;
  font-size: 16px;
  padding: 15px 0;
}

.m-news__title {
  display: block;
  color: inherit;
  font-size: 20px;
}

.m-news__title:hover {
  text-decoration: none;
}

.m-news__readmore {
  padding: 40px 0;
}

.m-news__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #B77F41;
  width: 307px;
  height: 82px;
  background: url(/local/templates/main/components/bitrix/news.list/main-news/../img/button.png?v=1618495636267) 50% 50% no-repeat;
}

@media all and (max-width: 768px) {
  .m-news__item {
    padding: 30px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m-news__desc {
    width: 100%;
  }
}

@media all and (max-width: 480px) {
  .m-news__item {
    display: block;
  }
  .m-news__image {
    width: 100%;
  }
  .m-news__title {
    padding: 0 0 10px;
    font-size: 18px;
  }
  .m-news__desc {
    line-height: normal;
    font-size: 14px;
  }
  .m-news__header {
    width: 100%;
    padding: 20px 0 0;
  }
  .m-news__button {
    background: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #CCA16D;
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    width: 200px;
  }
}

/* End */
/* /local/templates/main/components/bitrix/news.list/banner_main_new/style.css?17637022038221 */
/* /local/templates/main/components/bitrix/news.list/main-doctors/style.css?17015790544166 */
/* /local/templates/main/components/bitrix/news.list/main-news/style.css?17015790543282 */
