

/* Start:/local/templates/new/components/bitrix/catalog/methods/style.css?17015790537856*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.services {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 50px 0;
}

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

.services__items {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-right: -2%;
  overflow: hidden;
}

.services .services__items_2 a.services__item:visited,
.services .services__items_2 a.services__item,
.services .services__items_2 .services__item {
  width: 46%;
}

.services .services__items_2 a.services__item:visited:nth-child(3n+2),
.services .services__items_2 a.services__item:nth-child(3n+2),
.services .services__items_2 .services__item:nth-child(3n+2) {
  top: 0px;
}

.services .services__items_2 a.services__item:visited:nth-child(2n+2),
.services .services__items_2 a.services__item:nth-child(2n+2),
.services .services__items_2 .services__item:nth-child(2n+2) {
  top: -110px;
}

.services .services__items_2 a.services__item:visited:nth-child(2),
.services .services__items_2 a.services__item:nth-child(2),
.services .services__items_2 .services__item:nth-child(2) {
  top: 0;
}

.services a.services__item:visited,
.services a.services__item, .services__item {
  display: block;
  position: relative;
  color: #B77F41;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  width: 29.3%;
  margin: 0 2%;
  font-size: 16px;
  background: #fff;
  padding: 0 0 25px;
}

.services a.services__item:visited:hover .services__image:before,
.services a.services__item:hover .services__image:before, .services__item:hover .services__image:before {
  opacity: 0;
}

.services a.services__item:visited:nth-child(3n+2),
.services a.services__item:nth-child(3n+2), .services__item:nth-child(3n+2) {
  top: -110px;
}

/*.services a.services__item:visited:nth-child(2),
.services a.services__item:nth-child(2), .services__item:nth-child(2) {
  top: 0;
}*/

.services__image {
  position: relative;
  margin: 0 0 25px;
}

.services__image img {
  display: block;
  width: 100%;
  height: auto;
}

.services__image:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(183, 127, 65, 0.3)), to(rgba(167, 115, 64, 0.54)));
  background: -webkit-linear-gradient(top, rgba(183, 127, 65, 0.3) 0%, rgba(167, 115, 64, 0.54) 100%);
  background: -moz- oldlinear-gradient(top, rgba(183, 127, 65, 0.3) 0%, rgba(167, 115, 64, 0.54) 100%);
  background: -o-linear-gradient(top, rgba(183, 127, 65, 0.3) 0%, rgba(167, 115, 64, 0.54) 100%);
  background: linear-gradient(180deg, rgba(183, 127, 65, 0.3) 0%, rgba(167, 115, 64, 0.54) 100%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  content: '';
}

.services__cap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  min-height: 67px;
  background-color: transparent;
}

.services__cap:hover {
  background: url("/local/templates/new/components/bitrix/catalog/methods/i/contour.png") no-repeat scroll center center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}

@media all and (max-width: 1024px) {
  .services {
    margin: 40px 0 40px;
  }
}

@media all and (max-width: 768px) {
  .services__items {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }
  .services a.services__item:visited,
  .services a.services__item, .services__item {
    width: 49%;
    margin: 0 0.5%;
  }
  .services a.services__item:visited:nth-child(3n+2),
  .services a.services__item:nth-child(3n+2), .services__item:nth-child(3n+2) {
    top: 0;
  }
  .services a.services__item:visited:nth-child(2n+2),
  .services a.services__item:nth-child(2n+2), .services__item:nth-child(2n+2) {
    top: -100px;
  }
  .services a.services__item:visited:nth-child(2),
  .services a.services__item:nth-child(2), .services__item:nth-child(2) {
    top: 0;
  }
  .services .services__items_2 a.services__item:visited,
  .services .services__items_2 a.services__item,
  .services .services__items_2 .services__item {
    width: 49%;
  }
  .services .services__items_2 a.services__item:visited:nth-child(2n+2),
  .services .services__items_2 a.services__item:nth-child(2n+2),
  .services .services__items_2 .services__item:nth-child(2n+2) {
    top: -100px;
  }
  .services .services__items_2 a.services__item:visited:nth-child(2),
  .services .services__items_2 a.services__item:nth-child(2),
  .services .services__items_2 .services__item:nth-child(2) {
    top: 0;
  }
}

@media all and (max-width: 480px) {
  .services a.services__item:visited,
  .services a.services__item, .services__item {
    font-size: 14px;
    padding: 0 0 10px;
  }
  .services a.services__item:visited:nth-child(2n+2),
  .services a.services__item:nth-child(2n+2), .services__item:nth-child(2n+2) {
    top: -65px;
  }
  .services a.services__item:visited:nth-child(2),
  .services a.services__item:nth-child(2), .services__item:nth-child(2) {
    top: 0;
  }
  .services .services__items_2 a.services__item:visited:nth-child(2n+2),
  .services .services__items_2 a.services__item:nth-child(2n+2),
  .services .services__items_2 .services__item:nth-child(2n+2) {
    top: -50px;
  }
  .services .services__items_2 a.services__item:visited:nth-child(2),
  .services .services__items_2 a.services__item:nth-child(2),
  .services .services__items_2 .services__item:nth-child(2) {
    top: 0;
  }
  .services__cap {
    height: 40px;
  }
  .services__image {
    margin: 0 0 10px;
  }
}

/* .m-page-title-2{
	font-size:32px;
	font-weight: bold;
	margin:0 0 30px;
	line-height: 43px;

	@media all and (max-width:$breakpoint4){
		font-size:20px;
		line-height: normal;
	}
} */

/* End */


/* Start:/local/templates/new/components/bitrix/catalog/methods/bitrix/catalog.section.list/.default/style.css?175748858590176*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.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/new/components/bitrix/catalog/methods/bitrix/catalog.section.list/.default/../img/slider-button.png?v=1627549819063) 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: 0;
}

.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__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;
  }
}

.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/new/components/bitrix/catalog/methods/bitrix/catalog.section.list/.default/../img/button.png?v=1627549819063) 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;
  }
}

.doctors-slider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 50px;
  /*
	&__dots{
		
		ul{
			display: flex;
			width: 100%;
			padding:0;
			margin:0;
			justify-content:center;
		}
		li{
			display: block;
			margin:0 8px;
			opacity: 0.4;
			padding:10px 0;

			&.slick-active{
				opacity: 1;
			}
		}
		button{
			display: block;
			font-size:0;
			border:0;
			padding:0;
			margin:0;
			height: 2px;
			width:38px;
			background: #B77F41;
		}
	}
	*/
  /*
	@media all and (max-width:$breakpoint4){
		&__wrap{
			padding:30px 20px;
		}
		&__prev{
			left:0;
		}
		&__next{
			right:0;
		}
		&__name{
			font-size:18px;
			line-height: normal;
		}
	}
	@media all and (max-width:640px){
		&__card{
			width:110px;
		}
		&__name{
			font-size:14px;
		}
		&__dots{
			button{
				width:20px;
			}
		}
	}
	*/
}

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

.doctors-slider .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.doctors-slider .slick-slide {
  height: inherit !important;
}

.doctors-slider__wrap {
  position: relative;
  padding: 30px 0px 30px;
}

.doctors-slider__box {
  margin-left: -30px;
  margin-right: -30px;
}

.doctors-slider__button {
  text-align: center;
}

.doctors-slider__card {
  display: block;
  text-decoration: none;
  padding: 0 0 18px;
  margin: 0 30px;
}

.doctors-slider__card:hover .doctors-slider__image {
  background: #F9F5F0;
}

.doctors-slider__name {
  color: #303030;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}

.doctors-slider__name div {
  color: #B77F41;
  font-weight: normal;
}

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

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

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

.doctors-slider__prev, .doctors-slider__next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  margin: -60px 0 0;
}

.doctors-slider__prev:before, .doctors-slider__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: '';
}

.doctors-slider__prev {
  left: 20px;
}

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

.doctors-slider__next {
  right: 20px;
}

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

@media all and (max-width: 1200px) {
  .doctors-slider__wrap {
    padding: 30px 60px;
  }
  .doctors-slider__box {
    margin-left: 0;
    margin-right: 0;
  }
  .doctors-slider__card {
    margin: 0 10px;
  }
}

@media all and (max-width: 768px) {
  .doctors-slider__next {
    right: 0;
  }
  .doctors-slider__prev {
    left: 0;
  }
  .doctors-slider__wrap {
    padding: 30px;
  }
}

.doctors-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 50px;
  /*
	@media all and (max-width:$breakpoint4){
		&__wrap{
			padding:30px 20px;
		}
		&__prev{
			left:0;
		}
		&__next{
			right:0;
		}
		&__name{
			font-size:18px;
			line-height: normal;
		}
	}
	@media all and (max-width:640px){
		&__card{
			width:110px;
		}
		&__name{
			font-size:14px;
		}
		&__dots{
			button{
				width:20px;
			}
		}
	}
	*/
}

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

.doctors-list__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-right: -2%;
}

.doctors-list__item {
  width: 29.3%;
  margin: 0 2% 40px;
  position: relative;
}

.doctors-list__button {
  text-align: center;
}

.doctors-list__card {
  display: block;
  text-decoration: none;
}

.doctors-list__card:hover .doctors-list__image {
  background: #F9F5F0;
}

.doctors-list__name {
  color: #303030;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}

.doctors-list__name div {
  color: #B77F41;
  font-weight: normal;
}

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

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

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

.doctors-list__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 30px;
}

.doctors-slider__slide .doctors-list__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%;
}

@media all and (max-width: 1200px) {
  .doctors-list__wrap {
    padding: 30px 60px;
  }
  .doctors-list__box {
    margin-left: 0;
    margin-right: 0;
  }
  .doctors-list__card {
    margin: 0 10px;
  }
}

@media all and (max-width: 768px) {
  .doctors-list__next {
    right: 0;
  }
  .doctors-list__prev {
    left: 0;
  }
  .doctors-list__wrap {
    padding: 30px;
  }
  .doctors-list__btn {
    font-size: 13px;
    height: 37px;
    line-height: 37px;
    margin: 0 14px;
    padding: 0 30px;
  }
}

.reviews-intro {
  background: #F9F6F4;
  margin: 0 0 30px;
}

.reviews-intro__box {
  padding: 15px 20px 15px;
}

.reviews-intro__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 4px solid #B77F41;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.reviews-intro__text {
  line-height: 160%;
}

.reviews-intro__title {
  font-size: 40px;
  line-height: 80px;
  font-family: 'El Messiri', 'Roboto', sans-serif;
  color: #4F2D0C;
}

.reviews-intro__btn {
  display: block;
  background: #956530;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  text-decoration: none;
  line-height: 45px;
  white-space: nowrap;
  width: 200px;
  text-align: center;
  margin: 20px 0 15px;
}

.reviews-intro__btn:hover {
  background: #82582a;
}

.reviews-intro__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -2%;
  margin-right: -2%;
}

.reviews-intro__button {
  position: relative;
  display: block;
  background: #B77F41;
  color: #fff;
  width: 29.3%;
  white-space: nowrap;
  line-height: 45px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  margin: 0 2%;
}

.reviews-intro__button:before {
  border-top: 20px solid #B77F41;
}

.reviews-intro__button_1 {
  background: #B77F41;
}

.reviews-intro__button_1:before {
  border-top: 20px solid #B77F41;
}

.reviews-intro__button_2 {
  background: #D1A677;
}

.reviews-intro__button_2:before {
  border-top: 20px solid #D1A677;
}

.reviews-intro__button_3 {
  background: #956530;
}

.reviews-intro__button_3:before {
  border-top: 20px solid #956530;
}

.reviews-intro__button_arrow:before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -20px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  content: '';
}

.reviews-intro a.reviews-intro__button_1:hover {
  background: #a4723a;
}

.reviews-intro a.reviews-intro__button_2:hover {
  background: #cb9a64;
}

.reviews-intro a.reviews-intro__button_3:hover {
  background: #82582a;
}

.reviews-intro__image {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.reviews-intro__image img {
  display: block;
}

.reviews-list {
  margin: 0 0 40px;
}

.reviews-list__item {
  background: #F9F6F4;
  margin: 0 0 20px;
  padding: 20px;
}

.reviews-list__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
}

.reviews-list__icon {
  width: 34px;
  height: 34px;
  display: block;
  margin: 0 20px 0 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNTg5IDguMTc3SDI2LjQxdjEuOTkySDcuNTlWOC4xNzd6TTkuNjI5IDEyLjgxNEgyNC4zN3YxLjk5Mkg5LjYzdi0xLjk5MnpNNy41ODkgMTcuNDYySDI2LjQxdjEuOTkxSDcuNTl2LTEuOTkxeiIgZmlsbD0iI0I3N0Y0MSIvPjxwYXRoIGQ9Ik0wIDB2MjcuNjE2aDEwLjYxNEwxNyAzNGw2LjM4Ni02LjM4NEgzNFYwSDB6bTMyLjAwOCAyNS42MjRIMjIuNTZMMTcgMzEuMTg0bC01LjU2LTUuNTZIMS45OTJWMS45OTJoMzAuMDE2djIzLjYzMnoiIGZpbGw9IiNCNzdGNDEiLz48L3N2Zz4=") 50% 50% no-repeat;
}

.reviews-list__label {
  color: #7F6652;
}

.reviews-list__date {
  color: #D1A677;
}

.reviews-list__answer {
  background: #fff;
}

.reviews-list__review {
  padding: 0 0 15px;
}

.reviews-answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.reviews-answer__left {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 20px;
  border-right: 1px solid #D1A677;
}

.reviews-answer__left img {
  display: block;
}

.reviews-answer__right {
  padding: 0 20px;
  color: #B77F41;
}

.page-intro {
  background: #F9F6F4;
  margin: 0 0 30px;
}

.page-intro__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 15px;
}

.page-intro__text {
  padding: 5px 0 0;
}

.page-intro__image {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page-intro__image img {
  display: block;
  border: 10px solid #F4EDE8;
  max-width: 300px;
  height: auto;
}

.page-intro__image + .page-intro__text {
  margin-left: 30px;
}

.page-intro__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #F4EDE8;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-intro__nav a,
.page-intro__nav span, .page-intro__btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  height: 52px;
  text-decoration: none;
  color: #000;
  margin: 0 20px;
}

.page-intro__nav a.active:before,
.page-intro__nav span.active:before, .page-intro__btn.active:before {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #B77F41;
  height: 4px;
  content: '';
}

@media all and (max-width: 768px) {
  .page-intro__box {
    padding: 15px 15px 15px;
  }
  .page-intro__nav a, .page-intro__nav span {
    margin: 0 15px;
    font-size: 14px;
  }
  .page-intro__image img {
    width: 140px;
    height: auto;
  }
}

@media all and (max-width: 480px) {
  .page-intro__box {
    display: block;
  }
  .page-intro__image {
    float: left;
    margin: 0 20px 10px 0;
  }
  .page-intro__image img {
    width: 100px;
    height: auto;
    border-width: 5px;
  }
  .page-intro__image + .page-intro__text {
    margin-left: 0;
    padding: 0;
  }
  .page-intro__nav a, .page-intro__nav span {
    margin: 0 0 0 15px;
    font-size: 12px;
  }
}

.services {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 50px 0;
}

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

.services__items {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-right: -2%;
  overflow: hidden;
}

.services .services__items_2 a.services__item:visited,
.services .services__items_2 a.services__item,
.services .services__items_2 .services__item {
  width: 46%;
}

.services .services__items_2 a.services__item:visited:nth-child(3n+2),
.services .services__items_2 a.services__item:nth-child(3n+2),
.services .services__items_2 .services__item:nth-child(3n+2) {
  top: 0px;
}

.services .services__items_2 a.services__item:visited:nth-child(2n+2),
.services .services__items_2 a.services__item:nth-child(2n+2),
.services .services__items_2 .services__item:nth-child(2n+2) {
  top: -110px;
}

.services .services__items_2 a.services__item:nth-child(2) .services__image {
  margin-top: 110px;
}

.services a.services__item:visited,
.services a.services__item, .services__item {
  display: block;
  position: relative;
  color: #B77F41;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  width: 29.3%;
  margin: 0 2%;
  font-size: 16px;
  background: #fff;
  padding: 0 0 25px;
}

.services a.services__item:visited:hover .services__image:before,
.services a.services__item:hover .services__image:before, .services__item:hover .services__image:before {
  opacity: 0;
}

.services a.services__item:visited:nth-child(3n+2),
.services a.services__item:nth-child(3n+2), .services__item:nth-child(3n+2) {
  top: -110px;
}

.services__image {
  position: relative;
  margin: 0 0 25px;
}

.services__image img {
  display: block;
  width: 100%;
  height: auto;
}

.services__image:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(183, 127, 65, 0.3)), to(rgba(167, 115, 64, 0.54)));
  background: -webkit-linear-gradient(top, rgba(183, 127, 65, 0.3) 0%, rgba(167, 115, 64, 0.54) 100%);
  background: -moz- oldlinear-gradient(top, rgba(183, 127, 65, 0.3) 0%, rgba(167, 115, 64, 0.54) 100%);
  background: -o-linear-gradient(top, rgba(183, 127, 65, 0.3) 0%, rgba(167, 115, 64, 0.54) 100%);
  background: linear-gradient(180deg, rgba(183, 127, 65, 0.3) 0%, rgba(167, 115, 64, 0.54) 100%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  content: '';
}

.services__cap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 50px;
}

@media all and (max-width: 1024px) {
  .services {
    margin: 40px 0 40px;
  }
}

@media all and (max-width: 768px) {
  .services__items {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }
  .services a.services__item:visited,
  .services a.services__item, .services__item {
    width: 49%;
    margin: 0 0.5%;
  }
  .services a.services__item:visited:nth-child(3n+2),
  .services a.services__item:nth-child(3n+2), .services__item:nth-child(3n+2) {
    top: 0;
  }
  .services a.services__item:visited:nth-child(2n+2),
  .services a.services__item:nth-child(2n+2), .services__item:nth-child(2n+2) {
    top: -100px;
  }
  .services .services__items_2 a.services__item:visited,
  .services .services__items_2 a.services__item,
  .services .services__items_2 .services__item {
    width: 49%;
  }
  .services .services__items_2 a.services__item:visited:nth-child(2n+2),
  .services .services__items_2 a.services__item:nth-child(2n+2),
  .services .services__items_2 .services__item:nth-child(2n+2) {
    top: -100px;
  }
}

@media all and (max-width: 480px) {
  .services a.services__item:visited,
  .services a.services__item, .services__item {
    font-size: 14px;
    padding: 0 0 10px;
  }
  .services a.services__item:visited:nth-child(2n+2),
  .services a.services__item:nth-child(2n+2), .services__item:nth-child(2n+2) {
    top: -65px;
  }
  .services .services__items_2 a.services__item:visited:nth-child(2n+2),
  .services .services__items_2 a.services__item:nth-child(2n+2),
  .services .services__items_2 .services__item:nth-child(2n+2) {
    top: -50px;
  }
  .services__cap {
    height: 40px;
  }
  .services__image {
    margin: 0 0 10px;
  }
}

.price {
  margin: 80px 0 50px;
}

.price table {
  table-layout: fixed;
  width: 100%;
  color: #000;
}

.price table div {
  color: inherit;
}

.price table tr:nth-child(2) td {
  border-top: 0;
}

.price table tr th {
  padding: 10px 0px 15px;
  font-weight: bold;
}

.price table tr th:first-child {
  color: #B77F41;
}

.price table tr th:last-child {
  width: 120px;
  text-align: right;
}

.price table tr td {
  position: relative;
  padding: 10px 0;
  border-top: 1px solid #D9D9D9;
  color: #303030;
}

.price table tr td:first-child > div, .price table tr td:first-child a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.price table tr td:first-child > div:before, .price table tr td:first-child a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 35px;
  bottom: 0;
  z-index: 5;
  content: '';
}

.price table tr td:first-child a:hover {
  text-decoration: underline;
}

.price table tr td:first-child div {
  display: inline-block;
}

.price table tr td:last-child {
  margin-left: 35px;
  text-align: right;
}

.price table tr td a {
  /* div:before{
						display: none;
					} */
}

@media all and (max-width: 768px) {
  .price {
    padding-top: 0;
  }
  .price table tr td:last-child {
    padding-right: 10px;
  }
}

@media all and (max-width: 480px) {
  .price table tr td:first-child {
    padding-left: 5px;
  }
  .price table tr td:last-child {
    width: 110px;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .price table a:before, .price table div:before {
    right: 10px;
  }
}

.special-offers {
  padding: 0px 0 50px;
}

.special-offers__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-right: -2%;
}

.special-offers__item {
  width: 46%;
  margin: 0 2% 50px;
}

.special-offers__link {
  display: block;
  text-decoration: none;
}

.special-offers__link:hover .special-offers__image:before {
  opacity: 0;
}

.special-offers__link:hover .special-offers__mark {
  border-color: #7F6C62;
}

.special-offers__image {
  position: relative;
  margin: 0 0 15px;
}

.special-offers__image img {
  display: block;
  width: 100%;
}

.special-offers__image:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(183, 127, 65, 0.3)), to(rgba(167, 115, 64, 0.54)));
  background: -webkit-linear-gradient(top, rgba(183, 127, 65, 0.3) 0%, rgba(167, 115, 64, 0.54) 100%);
  background: -moz- oldlinear-gradient(top, rgba(183, 127, 65, 0.3) 0%, rgba(167, 115, 64, 0.54) 100%);
  background: -o-linear-gradient(top, rgba(183, 127, 65, 0.3) 0%, rgba(167, 115, 64, 0.54) 100%);
  background: linear-gradient(180deg, rgba(183, 127, 65, 0.3) 0%, rgba(167, 115, 64, 0.54) 100%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  content: '';
}

.special-offers__title {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 35px;
  min-height: 80px;
  font-family: 'El Messiri', 'Roboto', sans-serif;
  padding: 0 100px 20px 0;
  color: #7F6C62;
  text-decoration: none;
}

.special-offers__mark {
  position: absolute;
  top: 5px;
  right: 0;
  width: 56px;
  height: 56px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.special-offers__mark:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
  border: 8px solid transparent;
  border-left: 12px solid #7F6C62;
  border-right: 12px solid transparent;
  content: '';
}

.special-offers__desc {
  font-size: 14px;
  color: #303030;
  padding: 0 60px 0 0;
}

.special-offers__button {
  text-align: center;
}

@media all and (max-width: 1024px) {
  .special-offers__title {
    font-size: 24px;
    line-height: normal;
  }
  .special-offers__desc {
    padding: 0;
  }
}

@media all and (max-width: 768px) {
  .special-offers__title {
    padding: 0 0 20px;
    font-size: 20px;
    min-height: 0;
  }
  .special-offers__mark {
    display: none;
  }
}

@media all and (max-width: 480px) {
  .special-offers__title {
    padding: 0 0 10px;
  }
  .special-offers__items {
    margin-left: 0;
    margin-right: 0;
  }
  .special-offers__item {
    width: 100%;
    margin: 0 0 50px;
  }
}

.pagination {
  padding: 0 0 0px;
  text-align: center;
  margin: 0 0 40px;
}

.pagination__wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  background: #F9F6F4;
}

.pagination__item {
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  vertical-align: middle;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}

.pagination__item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.pagination__item span {
  display: block;
}

.pagination__item.current {
  background: #AF8053;
  color: #fff;
}

.pagination__item:hover a {
  text-decoration: underline;
}

.pagination__prev, .pagination__next {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 44px;
  width: 44px;
  vertical-align: middle;
}

.pagination__prev:before, .pagination__next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  content: '';
}

.pagination__prev a, .pagination__next a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pagination__prev {
  display: inline-block;
}

.pagination__prev:before {
  border-right: 8px solid #A77340;
  margin: -8px 0 0 -12px;
}

.pagination__next {
  display: inline-block;
}

.pagination__next:before {
  border-left: 8px solid #A77340;
  margin: -8px 0 0 -3px;
}

@media all and (max-width: 480px) {
  .pagination__prev, .pagination__next, .pagination__item {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

.page-tabs__content {
  display: none;
}

.page-tabs__content_active {
  display: block;
}

/* .m-page-title-2{
	font-size:32px;
	font-weight: bold;
	margin:0 0 30px;
	line-height: 43px;

	@media all and (max-width:$breakpoint4){
		font-size:20px;
		line-height: normal;
	}
} */

ul.b-info__js-list {
  display: flex;
  flex-direction: row;
  margin: 0 -10px;
  margin-bottom: 19px;
  justify-content: space-between;
}

li.b-js-list__item:hover {
  background: #4E2B00;
  box-shadow: 0px 9.46779px 18.9356px rgba(183, 127, 65, 0.25);
  padding: 18px 14px;
}

li.b-js-list__item {
  background:  #B77F41;
  /* box-shadow: 0px 9.46779px 18.9356px rgb(183 127 65 / 25%); */
  color: white;
  flex-shrink: 1;
  flex: 1;
  margin: 0px 10px;
  /* max-width: -webkit-fill-available; */
  padding: 18px 14px;
  margin-bottom: 25px;
}

li.b-js-list__item>a {
  text-decoration-line: none;
}

.b-js-list__item-info {
  color: white;
  /* text-decoration: none; */
  border: none;
}

.b-js-list__item-info img {
  vertical-align: middle;
  max-width: 18px;
}

.b-js-list__item-info>hr {
  background: #FFFFFF;
  border: 1px solid #fff;
  color: white;
  border-radius: 4.73389px;
}

.b-js-list__item-info-name {
  font-family: El Messiri;
  font-style: normal;
  font-weight: normal;
  font-size: 26.5098px;
  line-height: 45px;
}

.b-js-list__item-info-metro {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 33px;
}

.b-js-list__item-info-street {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
/* identical to box height, or 131% */
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  ul.b-info__js-list {
    flex-direction: column;
  }
}

h2#clinics {
  padding-top: 160px;
  margin: -130px 0 20px;
  font-size: 32px;
}

h2#docs {
  padding-top: 160px;
  margin: -130px 0 20px;
}

/* .doctors-list__clinic {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 144%;
  color: #4E2B00;
  margin-bottom: 10px;
  background: #F4EDE8;
  border-radius: 3px;
  padding: 10px;
  margin-right: 38px;
}

.doctors-list__clinic>a {
  text-decoration: none;
  color: #4E2B00;
  display: flex;
  align-items: center
}

.doctors-list__clinic>a>img {
  margin-bottom: -5px;
  margin-right: 6px;
}

.doctors-list__clinics {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 30px;
} */

.doctors-list__clinic {
  font-family: Manrope;
  font-style: normal;
  font-weight: normal;
  margin-right: 16px;
  font-size: 11px;
  line-height: 144%;
  color: #B77F41;
  margin-bottom: 10px;
}

.doctors-list__clinic>a {
  text-decoration: none;
  display: flex;
  align-items: flex-start;
}

.doctors-list__clinic>a>img {
  margin-bottom: -5px;
  margin-right: 6px;
}

.doctors-list__clinics {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 30px;
}

@media all and (max-width: 1200px) {
  .doctors-list__clinics {
    margin: 0 10px;
  }
}

@media all and (max-width: 600px) {
  .doctors-list__clinics {
    padding: 0;
  }
  .doctors-list__clinic {
    margin-right: 0;
    font-size: 10px;
  }
  .doctors-list__clinic>a>img {
    margin-right: 3px;
    width: 14px;
  }
}
.doctors-slider__slide {
  width: 20%;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 40px;
}

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

@media all and (max-width: 1200px) {
  .doctors-slider__slide {
    width: 20%;
  }
}
@media all and (max-width: 1024px) {
  .doctors-slider__slide {
    width: 25%;
  }
}
@media all and (max-width: 768px) {
  .doctors-slider__slide {
    width: 50%;
  }
}

@media all and (max-width: 480px) {
  .doctors-slider__slide {
    width: 100%;
  }
}

.hidden {
  display: none;
}

.video-slick {
  width: 100%;
  padding: 0 0 75px 10px;
}

.video-slick__slide {
  margin-right: 10px;
  border-radius: 15px;
}

.video-block iframe,
.gallery-block iframe {
  width: 560px;
  height: 315px;
}
.video-block .page-tabs,
.gallery-block .page-tabs {
  margin: 40px 0;
  background: #f8f5f3;
  padding: 40px 0;
}
.video-block .page-tabs__flex,
.gallery-block .page-tabs__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-tabs__buitterfly {
  position: relative;
}
.video-block .butterfly_right.narrow-page,
.gallery-block .butterfly_right.narrow-page {
  position: absolute;
	bottom: 225px;
  right: 3.5%;
  width: 11%;
}
.video-block .butterfly_left.narrow-page,
.gallery-block .butterfly_left.narrow-page {
  	position: absolute;
    bottom: -15px;
    left: 3%;
  	width: 9%;
}
.video-block .page-title__wrapp,
.gallery-block .page-title__wrapp {
  border-bottom: 4px solid #b67e41;
}
.video-block .page-title__wrapp h3,
.gallery-block .page-title__wrapp h3 {
  font-size: 32px;
  line-height: 50px;
  font-weight: 400;
  color: #4f2d0c;
}

.gallery-block {
  margin-bottom: 70px;
}

.gallery-block__slider {
  display: flex;
  justify-content: flex-start;
}

.gallery-block__dots li.slick-active button {
  background: #AE3D8D;
}
.gallery-block__dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-block__dots button {
  display: block;
  font-size: 0;
  border: 0;
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #389DAC;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.gallery-block__prev, .gallery-block__next {
  cursor: pointer;
  position: absolute;
  top: 120%;
  width: 40px;
  height: 40px;
  left: 50px;
  background: #4f2d0c;
  margin-top: -30px;
  display: none;
}

.gallery-block__prev {
  left: 0;
  background: #b67e41;
}
.gallery-block__next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 13px;
  height: 24px;
  margin-top: -10px;
  margin-left: -5px;
  background: url("/images/arrow_right.svg");
}
.gallery-block__prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 24px;
  margin-top: -10px;
  margin-left: -10px;
  content: '';
  background: url("/images/arrow_left.svg");
}

.gallery-block__wrap {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #ffffff;
  margin: 30px 0;
}
.gallery-block__title {
  font-size: 28px;
  line-height: 48px;
  margin: 0 0 50px 0;
  color: #000000;
  font-weight: 700;
}

.gallery-block__buttons {
  text-align: center;
  padding: 20px 0 20px;
}
.gallery-block__button {
  display: inline-block;
  cursor: pointer;
  height: 46px;
  line-height: 46px;
  white-space: nowrap;
  padding: 0 30px;
  text-decoration: none;
  color: inherit;
  color: #fff;
  background: #ad3d8c;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  margin: 0 10px;
}
.gallery-block__button:hover {
  -webkit-box-shadow: 2px 6px 32px 3px rgba(34, 60, 80, 0.12);
  -moz-box-shadow: 2px 6px 32px 3px rgba(34, 60, 80, 0.12);
  box-shadow: 2px 6px 32px 3px rgba(34, 60, 80, 0.12);
}
.gallery-block__button a {
  text-decoration: none;
  color: #ffffff;
}

.gallery-block__button_white {
  color: #000000;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(22,84,69,0.15);
  -moz-box-shadow: 0px 2px 4px rgba(22,84,69,0.15);
  box-shadow: 0px 2px 4px rgba(22,84,69,0.15);
}
.gallery-block__button_white a {
  text-decoration: none;
  color: #000000;
}
.white-base {
  background: #FFFFFF;
  border-radius: 20px;
}
.gallery-block__scroll {
  margin: 0 0 50px;
  padding: 0 0 20px;
}
.gallery-block .slick-slide .gallery-block__image {
  margin: 0 auto;
}
.gallery-block__slide {
  margin-right: 16px;
}
.gallery-block__card {
  margin: 0 16px 0 0;
}
.gallery-block__card:hover {
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.gallery-block__card:hover .gallery-block__loupe {
  display: block;
}
.gallery-block__image {
  position: relative;
  max-width: 200px;
}
.gallery-block__image img {
  width: 100%;
}

.gallery-block__loupe {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 12%;
  margin: 0 0 0 -25px;
  width: 100%;
  height: 100%;
  content: url("/images/loupe.svg");
  padding: 60px;
  /* background: linear-gradient(34deg, rgba(183,127,65,0.47942927170868344) 0%, rgba(183,127,65,0.7175245098039216) 42%, rgba(183,127,65,0.37298669467787116) 100%); */
  background-image: url("/images/loupe.svg"), linear-gradient(34deg, rgba(183,127,65,0.47942927170868344) 0%, rgba(183,127,65,0.7175245098039216) 42%, rgba(183,127,65,0.37298669467787116) 100%);
  background-repeat: no-repeat;
  background-position: center;
}
.loupe-min {
  padding: 80px;
}

.gallery-block__dots {
  padding: 0 20px;
}
.gallery-block__dots:empty {
  padding: 0;
}
.gallery-block__dots ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
.gallery-block__dots li {
  margin: 0 8px;
}

@media all and (max-width: 1024px) {
  .gallery-block__image img {
      height: auto;
  }
  .gallery-block .slick-slide .gallery-block__image {
      margin: 0;
  }
  .gallery-block__dots {
      padding: 0 10px;
  }
}

@media all and (max-width: 768px) {

  .gallery-block__prev, .gallery-block__next {
      width: 40px;
      height: 40px;
  }
  .gallery-block__buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}
@media all and (max-width: 650px) {
  .gallery-block__button {
      width: 100%;
      margin: 0 auto 20px;
      padding: 0 5px;
  }
  .gallery-block__title {
      font-size: 24px;
      line-height: 40px;
      margin: 0 0 30px 0;
  }
}

@media all and (max-width: 480px) {
  .gallery-block__dots li {
      margin: 0 8px 0 0;
  }
}



.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: rgba(255, 255, 255, 0.82);
  opacity: 0;
  -webkit-transition-duration: inherit;
  -moz-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -moz-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption-wrap {
  height: 100vh;
}
.fancybox-toolbar>button {
  z-index: 99999;
}
.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s,visibility 0s;
  -o-transition: opacity .25s,visibility 0s;
  -moz-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  -moz-transition-property: transform,opacity,-moz-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform,-moz-transform;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  border: 10px solid #b67e41;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: -webkit-calc(100% - 100px);
  max-width: -moz-calc(100% - 100px);
  max-width: calc(100% - 100px);
  max-height: -webkit-calc(100% - 88px);
  max-height: -moz-calc(100% - 88px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}
.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}
.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: "Г—";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  -moz-transition: background .25s;
  transition: background .25s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: -moz- oldlinear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 60px;
  height: 60px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}
.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}
.fancybox-button, .fancybox-infobar__body {
  background: rgb(181, 126, 65);
}
.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
  opacity: .3;
}
.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--left {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: -webkit-calc(50% - 1px);
  top: -moz-calc(50% - 1px);
  top: calc(50% - 1px);
  left: -webkit-calc(50% - 8px);
  left: -moz-calc(50% - 8px);
  left: calc(50% - 8px);
}
.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  -moz-transition: opacity .25s;
  transition: opacity .25s;
}
.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 80px;
  height: 80px;
  background-color: rgb(79, 45, 12);
  background-image: url("/images/arrow_right.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  background-size: 24px 24px;
}
.fancybox-arrow--right {
  right: 0;
}
.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fancybox-arrow--left:after, .fancybox-arrow--right:after {
  left: -100px;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: .6;
}
.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3;
}
.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  -moz-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
  }
}

@-moz-keyframes a {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(359deg);
      -moz-transform: rotate(359deg);
      transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(359deg);
      -moz-transform: rotate(359deg);
      transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  -moz-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  -moz-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  -moz-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  -moz-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -moz-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -moz-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  -moz-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-width: 800px) {
  .fancybox-infobar {
      left: 0;
      margin-left: 0;
  }
  .fancybox-button--left, .fancybox-button--right {
      display: none !important;
  }
  .fancybox-caption {
      padding: 20px 0;
      margin: 0;
  }
}

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: -webkit-calc(50% - 7px);
  left: -moz-calc(50% - 7px);
  left: calc(50% - 7px);
  top: -webkit-calc(50% - 6px);
  top: -moz-calc(50% - 6px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}


.fancybox-button--pause:before, .fancybox-button--play:before {
  top: -webkit-calc(50% - 6px);
  top: -moz-calc(50% - 6px);
  top: calc(50% - 6px);
  left: -webkit-calc(50% - 4px);
  left: -moz-calc(50% - 4px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}

.fancybox-button--thumbs, .fancybox-thumbs {
  display: none;
}

@media (min-width: 800px) {
  .fancybox-button--thumbs {
      display: inline-block;
  }
  .fancybox-button--thumbs span {
      font-size: 23px;
  }
  .fancybox-button--thumbs:before {
      width: 3px;
      height: 3px;
      top: -webkit-calc(50% - 2px);
      top: -moz-calc(50% - 2px);
      top: calc(50% - 2px);
      left: -webkit-calc(50% - 2px);
      left: -moz-calc(50% - 2px);
      left: calc(50% - 2px);
      -webkit-box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
      -moz-box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
      box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
  }
  .fancybox-thumbs {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: auto;
      width: 220px;
      margin: 0;
      padding: 5px 5px 0 0;
      background: #fff;
      word-break: normal;
      -webkit-tap-highlight-color: transparent;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
      display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
      right: 220px;
  }
  .fancybox-thumbs > ul {
      list-style: none;
      position: absolute;
      position: relative;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
      overflow-y: auto;
      font-size: 0;
  }
  .fancybox-thumbs > ul > li {
      float: left;
      overflow: hidden;
      max-width: 50%;
      padding: 0;
      margin: 0;
      width: 105px;
      height: 75px;
      position: relative;
      cursor: pointer;
      outline: none;
      border: 5px solid transparent;
      border-top-width: 0;
      border-right-width: 0;
      -webkit-tap-highlight-color: transparent;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
      background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      min-height: 100%;
      max-width: none;
      max-height: none;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      border: 4px solid #4ea7f9;
      z-index: 99991;
      opacity: 0;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
      opacity: 1;
  }
}


@media (max-width: 1250px) {
  .gallery-block__image img {
      width: 90%;
  }
}
@media (max-width: 1170px) {
  .butterfly_left.narrow-page {
      left: 31%;
  }
}
@media (max-width: 1024px) {
  .butterfly_right.narrow-page {
      top: 270px;
      right: 40px;
  }
  .butterfly_left.narrow-page {
      position: absolute;
      top: 56%;
      left: 5%;
      width: 5%;
  }
}

@media (max-width: 768px) {
  .page-tabs__buitterfly {
      display: none;
  }
  iframe {
      width: 100%;
      height: 260px;
  }
  .page-tabs {
      padding: 40px;
  }
}

@media (max-width: 580px) {
  iframe {
      height: 100%;
  }
  .page-tabs {
      padding: 20px;
  }
  .ytp-impression-link {
      display: none;
  }
}

/* fancybox ---------------------------------------------------------------------------------------------------------------------- */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp{padding:0; margin:0; border:0; outline:none; vertical-align:top;}
.fancybox-wrap{position:absolute; top:0; left:0; z-index:8020;}
.fancybox-skin{position:relative; background:#f9f9f9; color:#444; text-shadow:none;}
.fancybox-opened{z-index:8030;}
.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5); -moz-box-shadow:0 10px 25px rgba(0,0,0,0.5); box-shadow:0 10px 25px rgba(0,0,0,0.5);}
.fancybox-outer,
.fancybox-inner{position:relative;}
.fancybox-inner{overflow:hidden;}
.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch;}
.fancybox-error{color:#444;	margin:0; padding:15px; white-space:nowrap;}
.fancybox-image,
.fancybox-iframe{display:block;	width:100%;	height:100%;}
.fancybox-image{max-width:100%;	max-height:100%;}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAACYCAMAAACoAftQAAAAvVBMVEUAAAAAAAAAAAAODg4AAAAAAAAAAADNzc0BAQHZ2dkDAwMHBwcAAADf398CAgI/Pz8BAQEAAACCgoIcHBzl5eUAAAC/v7/x8fEGBgZnZ2cAAADs7OwGBgb4+Pg/Pz/Jycmenp5nZ2f39/eDg4MAAADQ0ND4+Piurq7a2tr8/Pzs7OwAAAD5+fn9/f3e3t4AAAD///9OTk7BwcE1NTWsrKyNjY2cnJx6enpdXV1oaGgsLCy6uroiIiLOzs5BQUFt3PCNAAAAL3RSTlMAAQMIDRIZHSMnLTpESFNVXWlpbG15en+HiZCWoaGssrO2vsDFydPU3uL4+fr9/Ywv6xsAAAQVSURBVHhe7JZbc6JMGIQXAUOQEMi3uMYkrmopZgqs5ujZ//+zvpdNzMsMlli1N3uRvtCbpzo9I+nmhyqN9OO6GNQ6Ha1SG0mcrhskXe90rvKE6kbX7r9MF4vp2887nfBrqPW0xJemD4w32e7jHIj2602SbNZ7Qfgd0zJLtgKi2B0+tSsE3h8u0RX7HGGfHWrK9oiIbrK69SiQHxTliO5VWtP0rrNEemhoj6muaYqx2XuGyJrwbgUKohhb3hIFM6wCC7Zm4+M5Zs5fpKNiTYndEOUHDFRYCeADLvGiy7DtL7E5/12gJPacalPlqEc2eoFAdmCa2UOGyOhoUuQgwo7PxCwJMGXYGcQMlyCVX3DchCkGs3V6h0iFgyUSZsuS6QQLGaYDhueUHxhf3RpzOqB8dRMcz84lf5FS9A1Ngi2PQm8PF7RBZOnEyqFnSC/BKX6bHQmucpB13mRzCJtTsPUowlpl14if2JifUXcwgeqdA2OLn1C+PdsbzCKkW0a3KeKxbbAxF4FJ9EgAaXGqyFORAuLZNrkMZNoNKnNS9PE5dpltFofjB4PJXIAk5rP/HMu4Ukmm7XjEkwLfc2yT66tJk7lp2T2H1LMtk2wVVsWpcE0SlW4DbeLE/xG3eRvfQv7Fptw4KvpDNRKLt1/3rZty/xbjrPef1+5D018ITYttkiTrfAUsrmzK3RTIT/woHxH3DaZl9h2rRH2aX0ydaYb1BVK1zNdA32RvNn7DkVmmoyeVJvYBMcdl5Vg2/lW0zpSbUNIKT12KLV8wVjsmNvGW63feU3qj86veGQmAA1e5qzbStNZdmVTlRzzbSjG+4+t4u1iqjxxjR6pczaiNBCCVXoGx25X7mUNGgJBHM/QsXWp+dk4U5xJjX4EXSM7ACcCxnnnm2zI8rxVoFgMr/lUwUpyNPvYVx/eRfaUSQzkzLWxEOVhiwynCAd2GvCm/2bquBPEo+LxnDv0YXdyfFOHQP+8EV/kY0enSorxyitoLxxwiabDRqDImWF2JJVBIeVNEk2HgsDGn7vkhcPy67lMOiBGF4AGS3tX8yYqAfb5eF/kRiMPX4cDjEDLd8wezJT4lwtHrMHBtbg6V9oLhYDYLw3A2eSVbn0elSdMCecFg+Ee0Kq7dlftLXSCrRxNE8lzH7hp0Nu3qpHQty7Ztq2sabHvtpb/SLauisVTye1O+N2Ubbxhu2xSAq6x1UwoAWfum8P3Gu5ZNYaUA2jaFJYCofVPYOWnZFD4TcLpxU1ZAnN24KRnfxQ2bshEE/Vub8r0p35vi/t9eHRoBDMNQDJUvMLkOkDMM+8D7b9cR+kOKLPy4juojnQeAkWWVAyLLLINVdovj44N8LOqi/3Djxo0bN5ZvdbWJuwHhrw2ILYdqBwDT2fEEXtrZFmVcCWLiAAAAAElFTkSuQmCC);}
#fancybox-loading{position:fixed; top:50%; left:50%; margin-top:-22px; margin-left:-22px; background-position:0 -108px; opacity:0.8; cursor:pointer; z-index:8060;}
#fancybox-loading div{width:44px; height:44px; background:url(data:image/gif;base64,R0lGODlhGAAYAPcIADo6OkVFRTQ0NMnJydPT04yMjC8vL7y8vB0dHXl5eX5+fu7u7lJSUqGhoQ0NDSsrK62treXl5ZSUlMLCwhgYGKenp7S0tLu7u/X19fr6+kNDQ5ycnBISEgQEBFtbW7GxsRcXFzAwMCMjI2ZmZoaGhktLS83NzQoKClxcXE1NTc7OzhQUFGVlZQUFBVRUVG9vbxkZGZWVlebm5tzc3NTU1OLi4jExMVlZWUBAQJ6eniYmJqKiopqamoeHh6+vr8PDwwkJCT8/P5OTkw8PDykpKRAQECEhIYmJiYiIiCQkJF1dXS0tLSAgILCwsAgICBERETMzM4WFhb29vSoqKgsLC6Ojo7+/v5mZmfT09Pn5+Tg4OLa2trq6utDQ0CIiIp2dnaurqwwMDD09PUdHR66urkRERExMTNXV1eHh4ZaWlhMTE9vb28/Pzzw8PKCgoBYWFqysrL6+vlpaWm5ubp+fn0ZGRsDAwJubmz4+Pg4ODjk5OZCQkAYGBicnJywsLDIyMnh4eAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/i1NYWRlIGJ5IEtyYXNpbWlyYSBOZWpjaGV2YSAod3d3LmxvYWRpbmZvLm5ldCkAIfkEBQoACAAsAAAAABgAGAAAB/+ACIKDhAg2NoWJiUAtgkMHB0OKkys8L44qKpIIMEaNkwgrBzQGCEOZkkA2RJ+gLjJCLaeanAJFlCuCQDs1AUCoRQI6gy2tLQU+KUAIADMxQDc3LUY2ki1FREbELD8EMQJAKcODQLdAOgI2MIVEPSoDAZNDh0bLiS04R9qKQEa3hUACMrIHSlAxQUaE8FiYI0jBIgaISCTSL8aOHBhxPCQSkYiOVEOAhGw1qdHBREM8Ter3bxE1Gy0LFaFHUBAMG8IkhSR0zRQ6dYSMECnSSJW2IreobVqRjWcrdLc4yrKxD8HJRDO1tZCI0FZBq0RsLNvKytQqkveMrBMUcVAntF8IdRD5+lXk10AAIfkEBQoABgAsAAAAABgAGAAAB/+ABoKDhC1LD4SJioItToJOTRAOjC2LiQUsgg5SUpMGCRUUloMQE4ibnQZQESqiowYpBFEtqA4tDRlKlk9PjxIqGk6cTikYTY6LChvBBgIDSE4MDE4NCxqCTw9MhEpNUlFLTgFJhA8MtElQUBSVg0kKFxYAu+pMyIoACgiWTkyehQbatXs1qJKTJA8SLuk16smhhEmcOEjy8AHDXQ8PTWpRaSBBj4mebLPUgsnFRE4QqDtJ6AkUAfYSUVCXZJItQhINTBQAZQUhJgs1QdnGywATKBtXaCOZRECvB0toCSBH0MATmIISCmIiwCdBqMi06lyypCoTVy0StqMwsuogsW4GFzm5ZykQACH5BAUKAAIALAAAAAAYABgAAAf/gAKCg4QCU0mFiYkdHYJUDQ1Ujo2KgxwKHoJhZGRhgi9XIJWCHF9kiJtgngY0XKKjAmNWCQJUZGCSMTIulYyOSFxatrgBNZGCMDCEXlMcgjZbCVRjY1QxMwACYR5dVZLINjZJYR1iCIRT1WIfWTIJlI4IWjaeigwLWA02lWFe34lTqqSAN4gSQUUGB1GZwpChs1EcDEyROIXKQoYSH1bi0FDiP1iLICL4SIgKgnqJwsijtzGcv0IwDIgjF+YjFU9hkmgx8EqQFwMPw9jwIoCDMwQG6nEkWpCgFk8Mi2oh5EsRBy1EO0QV4EWLxl4TvzFsREXiwUIdvCgToHXKIBheC87CSuIWJCyLIAMBACH5BAUKAAAALAIAAAAWABcAAAfegACCg4MiIoSIiYgSBYqKHSIwgg45V1SCIwUcjh1TIZdUlZdTExBqjgBqAoeUVx0dJARmqII6IQ6hljhsEoSnAIeDDiEiHTg4HUgDAgBULhOugiEhOg4dHB2EImVUAlURZy+XgiICt45ma2hpD4kOwYo6aWWJ2bSCVFQOHA4OAA8A29G6waYgGysPpkwRONAgmwkhBNmjpa9fP0IOJKGC4Q8RlXICOiqaBi9VCAHVrrkD4ECHOY06HvxyIEAjuXOpppQcZGsTIWr3AKxKJCLiPYaIkMajtZOWDkQTBwUCACH5BAUKAAEALAIAAAAWABcAAAfRgAGCg4NUVISIiYhTSYMdiogUg1NTjwFKCpCJHZSDPjwcmqGTlR0KF2WaAR1JIRwdD1NUbRc9gysrmggdHK8KFg+CZhZIghQhAo0BDoeDCABUITEEPyyWgiGqZQMqSFOqiiI9beCqDufMAZSdqgw/Fxc/FutTwe3w8MDlkM2DIteIHuwwA3BQCFeQGCzAsiOEJUkBlK0i1MFBhzIWsshI8EjEg1EBQiAQlEvQISpKVFToJ4gVIksiBlGASKikIHu3wIVwsC+RCJqRegpKkqQgokAAIfkEBQoAAAAsAAAAABgAGAAAB8uAAIKDhABAQIWJiokdi46FS4MUIo2Pgg6CS1ONQJqVlooiAhyghVOCHCFJg2+kjyKEIkuYQHV0Cpafhg4dIUhxEHKFiJZBW1wJq47EiQgJWo66ix2HDoeGU9lTkY8pEN9wblNA2pqWJd/f4oLSy4dA1omui1MxdYvMjikzaDHcpYKmuACipUqEM3MgFYIFgEMHNwsCGHJhIkY7QpgGpcAAgdibN4tADjplyE0GYaUQddgmKEQEExQAZtokKEGVmAA7JCFpKF9Kn4kCAQAh+QQFCgABACwAAAAAGAAYAAAH0YABgoOEAVRUhYmKhA+LjoIwgw+NkI+SIYgBk4JUBpSPK4yfloubgx2CHaiMlgaDHAYihJGEHIWZDkkCIaGEmY8cISEiv4rFhB0iDqSWVA7OiFSTk66PZXfYbkLE06aOAHc8PHfbzL6HVB3HAQ7EiyJIAIuZBsuKZQMEPaMBtIPPhJKkoBIiBgE7LAqNitXhxg0qMWbIo5LCRwFSDlSooFKmxg57K3olEplRhYMOQmS4IPUgxLKSywzQOCDSES0HBEwKesHDH0Y7duypMzdImKVAACH5BAUKACkALAAAAAAYABgAAAatwJRwSEydTsWkcslUUpbPJtGRREqFnKs26RBsmaEmxdDsZIUhA6hoTZ3LSw6irXwPO18l/coxPPwPR3kcfw+Ge1d4TRwiiEIICUyORQAWFwpJIAZhQgwPRCIBHQYkBxAoRWRCGgsNJwwMJyQDXicBG5h6HxglJwcHJxoEElYcdkQeGQ0dDr8nHSQEJVIUJhGcEwdCDxMQa0wUFZFCv0MjBcdJHVYnHx9til9/UkEAIfkEBQoAAAAsAAAAABgAGAAAB9mAAIKDhABUVIWJiouMiV6NSY2EiIVUD5KEj4WamACcgxwhjZ9DIZ9eIUODD58AogBDHUOUg7FDSQIhFJWtiUMPAl60hUPCi1S9nYUdgsyGD9DQmNHQVM7KgtFJqsuYHdeEHSk7l4odXtzLITtYCwyLoabDHQkyWR94VCWRgwh4HVRw6RpEpUIXD4i0zIihLwW9La84sCJEYZehHTUCUAEDh4qWA0gofVvEQEYMgBytJbASQNKbAzQuDQEDBlESOF84NHpz5YWgmWC4eVDQiRKVHTuGYRvEj1EgACH5BAUKAAAALAAAAAAYABgAAAfjgACCg4QAQECFiYqDLUkPi4stIoktgyKVkII2eQCYgkA2D56Zk4wAIgJqkZ5JNhyeeTaELaOlgrGTqqcGnJaFBrcAeaMtnHmtsoVAIjbJirE2IoiKHDDTlLaEedvbmYWYNnYq4yo33gYP6Q9ABlbk5d6D6MbcedeQo7MBaUmRIr2JDKRBs8YMpGbSZr04E6GKHiABsgHhIEzTLB52XCASMABJCxw4WsDYRCibLkNpVITkkQNIrH6CaC0yc8YjEJacUFHMpAaCnU8sEbETxbPACKA5eqm55A0IJiB70tyLVyjbokAAIfkEBQoAAQAsAAAAABgAGAAAB/eAAYKDhAFUVIWJioRERIuLfIWNkYOUkEQhiHyNglR+RJaPhH5+lCEcixQUgyIhYZtEVGEhfZR8lnwVXR5hAbOCqIKug46VCTJZH2J8YYiVqGF9AiErhSE7WAsMi7MCIs6FfGY7xYmhhGHpzeCPfFSUfh8XcfTbop9En54f9PWiAY0C9lK37l+AW+cOikEiYhEVBL0UEemhYkCZRyFCfCPEh8WPLjEEUAGAgJAsX9JCcCzgwwwiPxYS8OGACsGwACvKCVpRzVCPOAAAOuJAq1JCQWXiyOTz6egiDjx8FJtkqKkoDgo8CII1aIUIp0YH9dFpMNGhf4EAACH5BAUKAAAALAAAAAAYABgAAAj/AAEIHEgQwIkTBRMm5INQYJ8+CiMCoFAhwcApUwgykSiQgokIfwRi5GNwSUaOAFBkqIJwyhKBTP4UifjmjcAwTTCk4INRYEiJV+K4QBhkQRU+RWbGHFhkysaBc85EqKLlBAOIA0/MPNHnzx8KBZekQTOjRMQiXpmEiRggDdaEJ9QqPEgXpUA+eAFMqQIBDhwIZiUWMYmxD9cqfiEA5jgYI0aEdOvalagFEIKIcWcq7JOAy5YgEcP8EcCk4UA5EOIg+YPUNACkA70WVEAnAOQ/TJAq/QngjVOCRWw6/LPWJZ8wAiYDQNsHr0uYAjRL5Lmk4fOSJ6czAStyCsmJT5XrCH0rnuBBlAEBADs=) 50% 50% no-repeat;}
.fancybox-close{position:absolute; top:-18px; right:-18px; width:36px; height:36px; cursor:pointer; z-index:8040; display: none;}
.fancybox-nav{position:absolute; top:0; width:40%; height:100%; cursor:pointer; text-decoration:none; z-index:8040;opacity: 0.5;}
.fancybox-prev{left:0;}
.fancybox-next{right:0;}
.fancybox-nav span{
    background: none;
    cursor:pointer;
    z-index:8040;
}
.fancybox-prev span{
    background: rgba(111, 90, 79, 0.58);
    width:45px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
.fancybox-prev span:before {
    border-bottom: 4px solid transparent;
    border-right: 8px solid #fff;
    border-top: 4px solid transparent;
    content: "";
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 50%;
}
.fancybox-next span{
    background: rgba(111, 90, 79, 0.58);
    width:45px;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
}
.fancybox-next span:before {
    border-bottom: 4px solid transparent;
    border-left: 8px solid #fff;
    border-top: 4px solid transparent;
    content: "";
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 50%;
}
.fancybox-nav:hover span{visibility:visible;}
.fancybox-tmp{position:absolute; top:-9999px; left:-9999px; visibility:hidden;}
.fancybox-lock{overflow:hidden;}
.fancybox-overlay{position:absolute; top:0;	left:0;	overflow:hidden; display:none; z-index:8010; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUQDAweX52NAAAAAXRSTlOwi4dr6gAAAApJREFUeF5jYAAAAAIAAd6ej78AAAAASUVORK5CYII=);}
.fancybox-overlay-fixed{position:fixed; bottom:0; right:0;}
.fancybox-lock .fancybox-overlay{overflow:auto; overflow-y:scroll;}
.fancybox-title{visibility:hidden; position:relative; text-shadow:none; z-index:8050;}
.fancybox-opened .fancybox-title{visibility:visible;}
.fancybox-title-float-wrap{position:absolute; bottom:0; right:50%; margin-bottom:-35px; z-index:8050; text-align:center;}
.fancybox-title-float-wrap .child{display:inline-block; margin-right:-100%; padding:2px 20px; background:transparent; background:rgba(0,0,0,0.8); -webkit-border-radius:15px;  -moz-border-radius:15px; border-radius:15px; text-shadow:0 1px 2px #222; color:#FFF; font-weight:bold; line-height:24px; white-space:nowrap;}
.fancybox-title-outside-wrap{position:relative; margin-top:10px; color:#fff;}
.fancybox-title-inside-wrap{padding-top:10px;}
.fancybox-title-over-wrap{position:absolute; bottom:0; left:0; color:#fff; padding:10px; background:#000; background:rgba(0,0,0,0.8);}

.anchor {
  position: relative;
  top: -140px;
}

.video-block__mp4 {
  width: 80%;
}


/* Gallery Slider */
.gallery-block .page-title__wrapp {
	margin-bottom: 30px;
}
.b-gallery {
  position: relative;
  margin: 0 0 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.b-gallery * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b-gallery *:focus {
  outline: none;
}

.b-gallery * input {
  outline: none;
}

.b-gallery * a img {
  border: none;
}

.b-gallery * img {
  outline: none;
}

.b-gallery_2 {
  /*background: #F9F6F4;*/
  margin: 0;
  padding: 40px 0 30px;
}

.b-gallery__slider {
  position: relative;
  z-index: 5;
}

.b-gallery__slide a:hover, .b-gallery__slide a:active, .b-gallery__slide a:focus {
  outline: none;
}

.b-gallery__slide img, .b-gallery__slide picture {
  display: block;
  width: 100%;
  height: auto;
}

.b-gallery__box {
  position: relative;
  display: block;
  margin: 0 auto 30px;
  width: 90%;
  height: auto;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #ABA59E;
}

.b-gallery__box:hover {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.b-gallery__box:hover .b-gallery__hover {
  opacity: 1;
}

.b-gallery__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.b-gallery__hover div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  margin: -26px 0 0 -26px;
  background: #FAF5EF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: 5;
}

.b-gallery__hover div:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  background: url("data:image/svg+xml; utf8; base64, PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNiAyNiI+PHBhdGggZD0iTTExLjE4MiAxOS43MzlhOC41MzcgOC41MzcgMCAxMTAtMTcuMDczIDguNTM2IDguNTM2IDAgMDE4LjUzNiA4LjUzNyA4LjUzOSA4LjUzOSAwIDAxLTguNTM2IDguNTM2em0xMy45NTUgMy45NmwtNS43NTQtNS43NTNhMTAuNTg1IDEwLjU4NSAwIDAwMi40MTctNi43NDRDMjEuOCA1LjMzOCAxNy4wNDcuNTggMTEuMTc3LjU4IDUuMzA3LjU4LjU1OSA1LjMzNy41NTkgMTEuMjAyYzAgNS44NjYgNC43NTMgMTAuNjI0IDEwLjYyMyAxMC42MjQgMi41NiAwIDQuOTA1LS45MDQgNi43MzktMi40MTJsNS43NTMgNS43NTNjLjI2NC4yNyAxLjA3Mi40MDIgMS40NjggMGExLjA0IDEuMDQgMCAwMC0uMDA1LTEuNDY3eiIgZmlsbD0iIzk5NzY0QiIvPjwvc3ZnPg==") 50% 50% no-repeat;
  content: '';
}

.b-gallery__header {
  border-bottom: 4px solid #B77F41;
  margin: 0 0 30px;
}

.b-gallery__header h2.page-title,
.b-gallery__header .page-title {
  border-bottom: 0px solid #B77F41;
  margin: 0;
  line-height: normal;
  padding: 0;
}

.b-gallery__intro {
  font-family: 'El Messiri', 'Roboto', sans-serif;
  text-transform: uppercase;
}

.b-gallery__prev, .b-gallery__next {
  position: relative;
  cursor: pointer;
  margin: 0;
  width: 60px;
  height: 60px;
  background: #B77F41;
  z-index: 11;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  margin: 0 20px;
}

.b-gallery__prev.slick-disabled, .b-gallery__next.slick-disabled {
  background: #E5C28E;
}

.b-gallery__prev.slick-disabled:before, .b-gallery__next.slick-disabled:before {
  border-top: 1px solid #B77F41;
  border-left: 1px solid #B77F41;
}

.b-gallery__prev:before, .b-gallery__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: '';
}

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

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

.b-gallery__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 0 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-gallery__bg-1, .b-gallery__bg-2, .b-gallery__bg-3 {
  position: absolute;
  z-index: 1;
}

.b-gallery__bg-1 {
  left: 0;
  bottom: 0px;
}

.b-gallery__bg-2 {
  right: 0;
  bottom: -400px;
}

@media all and (max-width: 1400px) {
  .b-gallery__bg-1, .b-gallery__bg-2 {
    display: none;
  }
}

@media all and (max-width: 500px) {
  .b-gallery__prev, .b-gallery__next {
    width: 40px;
    height: 40px;
    margin: 0 10px;
  }
}

/* FAQ */
.b-content__container {
  margin-top: 90px;
  margin-bottom: 90px;
}

.b-content__container--background {
	padding: 30px 20px 50px;
  background-color: #f9f6f4;
}

.b-content__container--border {
  border-top: 7px solid #B77F41;
}

.faq__title {
	margin-bottom: 30px;
}

.faq__item {
	padding: 20px 0;
	border-top: 1px solid #b77f41;
	background-image: url('/images/plus.svg');
	background-repeat: no-repeat;
	background-position: 100% 10px;
}

.faq__item:last-child {
	border-bottom: 1px solid #b77f41;
}

.faq__question {
	padding-right: 45px;
	font-size: 20px;
	line-height: 115%;
	cursor: pointer;
}

.faq__answer {
	display: none;
	margin-top: 5px;
}

.faq__item--open .faq__answer {
	display: block;
}

.faq__item--open {
	background-image: url('/images/minus.svg');
}

@media screen and (max-width: 768px) {
	.faq__question {
		font-size: 18px;
	}
}

/* Expert block */
.expert-block {
  display: flex;
  flex-direction: row;
  gap: 24px;
  background-image: url('/local/templates/new/components/bitrix/catalog/methods/bitrix/catalog.section.list/.default/./images/quote.png');
  background-repeat: no-repeat;
  background-position: right 30% top 25px;
}

.expert-block .expert-block__content {
  padding-top: 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  gap: 20px;
}

.expert-block .expert-block__top {
  flex: 1;
}

.expert-block .expert-block__doctor-name {
  font-weight: 700;
}

.expert-block .expert-block__image {
  flex: 0.8;
  max-width: 370px;
  display: flex;
	align-items: flex-end;
}

.expert-block .expert-block__image img {
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .expert-block {
    flex-direction: column;
    background-image: none;
  }
	.expert-block .expert-block__image  {
		max-width: 100%;
    margin: 0 auto;
	}
}

/* End */
/* /local/templates/new/components/bitrix/catalog/methods/style.css?17015790537856 */
/* /local/templates/new/components/bitrix/catalog/methods/bitrix/catalog.section.list/.default/style.css?175748858590176 */
