

/* Start:/local/templates/.default/components/bitrix/catalog/tags/style.css?17015790541319*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

/* Используется !important чтобы переопределить глобальные стили заголовка */
.page-title-1 {
	position: relative;
	z-index: 5;
    font-size: 40px !important;
	line-height: 110% !important;
    color: #4f2d0c;
    font-weight: 400;
    font-family: 'El Messiri', 'Roboto', sans-serif;
}

@media screen and (max-width: 1200px) {
	.page-title-1 {
		font-size: 28px !important;
	}
}

@media screen and (max-width: 768px) {
	.page-title-1 {
		font-size: 24px !important;
	}
}

@media screen and (max-width: 480px) {
	.page-title-1 {
		font-size: 22px !important;
	}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/tags/bitrix/catalog.section.list/.default/style.css?174194171519536*/
:focus {
  outline: none;
}

input {
  outline: none;
}

a img {
  border: none;
}

img {
  outline: none;
}

button {
  outline: none;
}

p {
  margin: 18px 0;
}

p:empty {
  display: none;
}

textarea,
select,
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

a {
  color: #B77F41;
}

a:hover {
  text-decoration: none;
}

html,
body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #232323;
  height: 100%;
  min-width: 320px !important;
  background: #fff;
}

@media all and (max-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
}

img.fl-l,
.fl-l {
  float: left;
  margin: 0 20px 15px 0;
}

img.fl-r,
.fl-r {
  float: right;
  margin: 0 0 15px 20px;
}

.wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  height: 100%;
}

.wrapper__box {
  min-height: 100%;
  overflow: hidden;
  padding: 200px 0 0;
}

.wrapper.rezume-page .wrapper__box, .wrapper.inner-page .wrapper__box {
  padding: 150px 0 0;
}

@media all and (max-width: 1024px) {
  .wrapper__box {
    padding: 60px 0 0;
  }
  .wrapper.rezume-page .wrapper__box, .wrapper.inner-page .wrapper__box {
    padding: 60px 0 0;
  }
}

.bg-white {
  background: #fff;
}

.clr-brown {
  color: #B77F41;
}

.clr-red {
  color: #9D0A0F;
}

.page-description {
  font-size: 20px;
  margin: 0 0 50px;
}

@media all and (max-width: 1024px) {
  .page-description {
    font-size: 16px;
  }
}
.page-text {
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 30px;
  font-size: 20px; }
@media (max-width: 768px) {
  .page-text {
    font-size: 16px;
    line-height: 24px; } }

.page-text-bold {
  font-size: 20px;
  font-weight: bold; }
@media (max-width: 768px) {
  .page-text-bold {
    font-size: 16px; } }


.page-link {
  color: #B77F41;
  font-size: 20px;
}

.page-link--no-decor {
  text-decoration: none;
}

.page-link--margin {
  display: block;
  margin-bottom: 20px;
}

.page-list {
  margin-bottom: 30px;
}

.page-list-title {
  font-weight: bold;
  display: inline;
  font-size: 20px;
  margin-bottom: 5px;
  position: relative;
}

.page-list-title::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background-color: black;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  top: 8px;
  left: 10px;
}

.page-list__item {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
}

.page-list__item::before {
  position: absolute;
  width: 4px;
  height: 4px;
  content: '';
  border-radius: 100px;
  background-color: black;
  top: 13px;
  left: 5px;
}

@media (max-width: 768px) {
  .page-list-title {
    font-size: 16px;
  }
}

.page-line {
  height: 4px;
  background: #B77F41;
  margin: 30px 0 40px;
}

.page-label {
  background: #F4EDE8;
  color: #000000;
  padding: 15px 20px;
  margin: 0 0 30px;
  font-size: 17px;
}

.text {
  line-height: 160%;
}

.text p {
  margin: 0 0 16px;
}

.text ul, .text ol {
  margin: 0 0 16px;
}

.text ul, .b-news-detail__text ul {
  list-style: none;
}

.text ul > li, .b-news-detail__text li {
  position: relative;
  padding: 0 0 0 16px;
  margin: 0 0 8px;
  font-size: 16px;
}

.text ul > li, .b-news-detail__text ol li {
  padding: 0 0 0 4px;
}

.text ul > li::before, .b-news-detail__text ul li::before{
  position: absolute;
  top: 10px;
  left: 0;
  background: #4F2D0C;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
}

.text ul > li > ul {
  padding: 10px 0;
}

.text ul > li > ul > li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 5px;
}

.text ul > li > ul > li::before {
  border: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background: #000;
}

.text ol {
  padding: 0 0 0 20px;
  list-style: inside decimal;
}

.text ol li {
  list-style: inside decimal;
}

.text h2, .text .h2 {
  font-size: 32px;
  margin: 30px 0 10px;
}

.text h3, .text .h3 {
  font-size: 26px;
  margin: 25px 0 15px;
}

.text h4, .text .h4 {
  font-size: 22px;
  margin: 20px 0 15px;
}

@media all and (max-width: 1200px) {
  .text h2, .text .h2 {
    font-size: 28px;
  }
  .text h3, .text .h3 {
    font-size: 24px;
  }
  .text h4, .text .h4 {
    font-size: 20px;
  }
}

@media all and (max-width: 768px) {
  .text h2, .text .h2 {
    font-size: 24px;
  }
  .text h3, .text .h3 {
    font-size: 20px;
  }
  .text h4, .text .h4 {
    font-size: 18px;
  }
}

@media all and (max-width: 480px) {
  .text h2, .text .h2 {
    font-size: 22px;
  }
  .text h3, .text .h3 {
    font-size: 19px;
  }
  .text h4, .text .h4 {
    font-size: 17px;
  }
}

.inner-page h1, .inner-page .h1 {
  font-size: 65px;
  line-height: 60px;
  color: #4F2D0C;
  font-family: 'El Messiri', 'Roboto', sans-serif;
  margin: 0 0 30px;
}

.inner-page h2, .inner-page .h2, .inner-page h3, .inner-page .h3, .inner-page h4, .inner-page .h4 {
  font-family: 'El Messiri', 'Roboto', sans-serif;
  color: #4F2D0C;
}

@media all and (max-width: 1200px) {
  .inner-page h1, .inner-page .h1 {
    font-size: 42px;
    line-height: 40px;
  }
}

@media all and (max-width: 768px) {
  .inner-page h1, .inner-page .h1 {
    font-size: 28px;
    line-height: normal;
  }
}

@media all and (max-width: 480px) {
  .inner-page h1, .inner-page .h1 {
    font-size: 24px;
  }
}

.content {
  position: relative;
  z-index: 5;
  max-width: 1430px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 66px;
}

@media (max-width: 1200px) {
  .content {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .content {
      margin-bottom: 30px;
  }
}

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

.content__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  justify-content: space-between;
}

.content-wrap {
  width: calc(100% - 304px);
 /* font-family: 'Manrope';*/
}

.mfp-close:hover {
  background-color: none !important;
}

@media (max-width: 1024px) {
  .content-wrap {
    width: 100%;
  }
}

.content__side {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 254px;
  margin-right: 50px;
}

.content__side + .content__main {
  margin-left: 50px;
}

.content__banner {
  margin: 0 0 30px;
}

.content__banner img {
  width: 100%;
}

.content__main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media all and (max-width: 1024px) {
  .content__box {
    display: block;
  }
  .content__side {
    width: 100%;
    margin: 0 0 40px;
  }
  .content__side + .content__main {
    margin-left: 0;
  }
}

.side-menu {
  background: #F4EDE8;
  margin: 0 0 10px;
}

.side-menu__title, .side-menu__toggle {
  font-size: 18px;
  font-weight: bold;
  font-family: 'El Messiri', 'Roboto', sans-serif;
  padding: 20px 30px 15px 20px;
  text-transform: uppercase;
}

.side-menu__toggle {
  position: relative;
  display: none;
  padding-right: 40px;
}

.side-menu__toggle.active {
  color: #B77F41;
}

.side-menu__toggle.active .side-menu__icon > div {
  background: #B77F41;
}

.side-menu__toggle.active .side-menu__icon > div:before, .side-menu__toggle.active .side-menu__icon > div:after {
  background: #B77F41;
}

.side-menu__icon {
  position: absolute;
  top: 9px;
  right: 10px;
  margin: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  z-index: 133;
  opacity: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.side-menu__icon > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -8px;
  height: 2px;
  width: 20px;
  background: #232323;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.side-menu__icon > div:before {
  position: absolute;
  background: #232323;
  height: 100%;
  width: 100%;
  top: -6px;
  left: 0;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  content: '';
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.side-menu__icon > div:after {
  position: absolute;
  background: #232323;
  height: 100%;
  width: 100%;
  bottom: -6px;
  left: 0;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  content: '';
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.side-menu__submenu {
  background: #E7D3C5;
}

.side-menu__submenu li a {
  color: #4F2D0C;
}

.side-menu__submenu li a:visited {
  color: #4F2D0C;
}

.side-menu__submenu li a:before {
  display: none;
}

.side-menu__list {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.side-menu__list li {
  border-top: 1px solid rgba(79, 45, 12, 0.1);
}

.side-menu__list li:first-child {
  border-top: 0;
}

.side-menu__list li.side-menu__current {
  background: #4F2D0C;
}

.side-menu__list li.side-menu__current > a {
  color: #fff;
}

.side-menu__list a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #9D6939;
  padding: 15px 30px 15px 20px;
}

.side-menu__list a:visited {
  color: #9D6939;
}

.side-menu__list a.side-menu__current {
  color: #4E2B00;
}

.side-menu__list a.side-menu__current:before {
  opacity: 1;
  border-top: 8px solid #4E2B00;
}

.side-menu__current.depth-1 > a {
  border-bottom: 1px solid #7b6249;
  font-weight: bold;
  padding-left: 0;
  margin-left: 20px;
}

.depth-3 {
  display: none;
}
.side-menu__submenu.depth-3 {
  display: block;
}
.depth-2.side-menu__current .side-menu__submenu.depth-3 {
  display: block;
}
.side-menu__submenu.depth-3.side-menu__current > .depth-3{
  display: block;
}

.side-menu__list .side-menu__current.depth-1 > a::before {
  opacity: 1;
  border-top: 8px solid #fff;
  transform: rotate(90deg);
}

.side-menu__current.depth-1 ul.side-menu__submenu {
  background: #4f2d0c;
}

.side-menu__current.depth-1 ul.side-menu__submenu li a {
  padding-left: 20px;
  display: block;
}

.side-menu__current.depth-1 ul.side-menu__submenu li.depth-3 a {
  padding-left: 40px;
}

.side-menu__current.depth-1 ul.side-menu__submenu li a:hover {
  background-color: #b77f41;
}

.side-menu__current.depth-1 ul.side-menu__submenu li.depth-2.side-menu__current > a {
  background-color: #b77f41;
}

.side-menu__current.depth-1 ul.side-menu__submenu li.depth-3.side-menu__current > a {
  background-color: #b77f41;
}

.side-menu__current.depth-1 .side-menu__submenu li a {
  color: #fff;
}
.side-menu__current.depth-1 .side-menu__submenu li a:hover {
  text-decoration: none;
  
}

.side-menu__list a:before {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -6px;
  border: 8px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #B77F41;
  opacity: 0.25;
  content: '';
}

@media all and (max-width: 1024px) {
  .side-menu__title {
    display: none;
  }
  .side-menu__toggle {
    display: block;
    padding-left: 15px;
  }
  .side-menu__list {
    height: 0;
    overflow: hidden;
  }
  .side-menu__list a {
    padding: 15px 30px 15px 15px;
  }
  .side-banner {
    display: none;
  }
}

.side-banner {
  background: #F4EDE8;
  margin: 0 0 10px;
  padding: 15px;
}

.side-banner a {
  display: block;
}

.side-banner img {
  display: block;
}

.bg-butterfly {
  position: absolute;
  top: 260px;
  right: 0;
  z-index: 0;
}

.bg-flower-left {
  position: absolute;
  left: 0;
  top: 350px;
  z-index: 0;
}

.bg-flower-right {
  position: absolute;
  right: 0;
  top: 590px;
  z-index: 0;
}

@media all and (max-width: 1740px) {
  .bg-butterfly,
  .bg-flower-left,
  .bg-flower-right {
    display: none;
  }
}

.container,
.m-container {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

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

.index-page .container,
.index-page .m-container {
  position: static !important;
}

h2.m-page-title,
.m-page-title {
  position: relative;
  font-size: 75px;
  line-height: 75px;
  color: #4F2D0C;
  font-weight: normal;
  padding: 0;
  margin: 0 0 50px;
  font-family: 'El Messiri', 'Roboto', sans-serif;
  z-index: 5;
}

@media all and (max-width: 1024px) {
  h2.m-page-title,
  .m-page-title {
    font-size: 45px;
    line-height: 56px;
    margin: 0 0 30px;
  }
}

@media all and (max-width: 768px) {
  h2.m-page-title,
  .m-page-title {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 20px;
  }
}

@media all and (max-width: 480px) {
  h2.m-page-title,
  .m-page-title {
    font-size: 24px;
  }
}

h2.page-title,
.page-title {
  position: relative;
  font-size: 53px;
  line-height: 70px;
  color: #4F2D0C;
  font-weight: normal;
  padding: 0 0 5px;
  margin: 0 0 50px;
  font-family: 'El Messiri', 'Roboto', sans-serif;
  z-index: 5;
  border-bottom: 4px solid #B77F41;
}

@media all and (max-width: 1024px) {
  h2.page-title,
  .page-title {
    font-size: 45px;
    line-height: 56px;
    margin: 0 0 30px;
  }
}

@media all and (max-width: 768px) {
  h2.page-title,
  .page-title {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 20px;
  }
}

@media all and (max-width: 480px) {
  h2.page-title,
  .page-title {
    font-size: 24px;
  }
}

h2.page-title-2,
.page-title-2 {
  position: relative;
  font-size: 40px;
  color: #4F2D0C;
  font-weight: normal;
  margin-top: 29px;
  margin-bottom: 29px;
  font-family: 'El Messiri', 'Roboto', sans-serif;
  z-index: 5;
}

h2.page-title-2--main,
.page-title-2--main {
  margin-top: 0;
  margin-bottom: 29px;
}

@media all and (max-width: 1200px) {
  h2.page-title-2,
  .page-title-2 {
    font-size: 28px;
  }
}

@media all and (max-width: 768px) {
  h2.page-title-2,
  .page-title-2 {
    font-size: 24px;
  }
}

@media all and (max-width: 480px) {
  h2.page-title-2,
  .page-title-2 {
    font-size: 22px;
  }
}

.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 0 30px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 80px;
  height: 80px;
  font-size: 12px;
  color: #A03339;
}

.loading_big {
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  font-size: 16px;
}

.loading__anim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: loading 1s infinite steps(20);
  -moz-animation: loading 1s infinite steps(20);
  animation: loading 1s infinite steps(20);
  z-index: 1;
}

.loading__anim div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -50%;
  height: 6px;
  width: 100%;
}

.loading__anim div:before, .loading__anim div:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #B77F41;
  content: '';
}

.loading__anim div:before {
  left: 0;
}

.loading__anim div:after {
  right: 0;
}

.loading__anim div:nth-child(1) {
  -webkit-transform: rotateZ(20deg);
  -moz-transform: rotateZ(20deg);
  -ms-transform: rotate(20deg);
  transform: rotateZ(20deg);
}

.loading__anim div:nth-child(1):after {
  opacity: 0.1;
}

.loading__anim div:nth-child(2) {
  -webkit-transform: rotateZ(40deg);
  -moz-transform: rotateZ(40deg);
  -ms-transform: rotate(40deg);
  transform: rotateZ(40deg);
}

.loading__anim div:nth-child(2):after {
  opacity: 0.2;
}

.loading__anim div:nth-child(3) {
  -webkit-transform: rotateZ(60deg);
  -moz-transform: rotateZ(60deg);
  -ms-transform: rotate(60deg);
  transform: rotateZ(60deg);
}

.loading__anim div:nth-child(3):after {
  opacity: 0.3;
}

.loading__anim div:nth-child(4) {
  -webkit-transform: rotateZ(80deg);
  -moz-transform: rotateZ(80deg);
  -ms-transform: rotate(80deg);
  transform: rotateZ(80deg);
}

.loading__anim div:nth-child(4):after {
  opacity: 0.4;
}

.loading__anim div:nth-child(5) {
  -webkit-transform: rotateZ(100deg);
  -moz-transform: rotateZ(100deg);
  -ms-transform: rotate(100deg);
  transform: rotateZ(100deg);
}

.loading__anim div:nth-child(5):after {
  opacity: 0.5;
}

.loading__anim div:nth-child(6) {
  -webkit-transform: rotateZ(120deg);
  -moz-transform: rotateZ(120deg);
  -ms-transform: rotate(120deg);
  transform: rotateZ(120deg);
}

.loading__anim div:nth-child(6):after {
  opacity: 0.6;
}

.loading__anim div:nth-child(7) {
  -webkit-transform: rotateZ(140deg);
  -moz-transform: rotateZ(140deg);
  -ms-transform: rotate(140deg);
  transform: rotateZ(140deg);
}

.loading__anim div:nth-child(7):after {
  opacity: 0.7;
}

.loading__anim div:nth-child(8) {
  -webkit-transform: rotateZ(160deg);
  -moz-transform: rotateZ(160deg);
  -ms-transform: rotate(160deg);
  transform: rotateZ(160deg);
}

.loading__anim div:nth-child(8):after {
  opacity: 0.8;
}

.loading__anim div:nth-child(9) {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.loading__anim div:nth-child(9):after {
  opacity: 0.9;
}

.loading span {
  position: relative;
  color: inherit;
  font-weight: bold;
  font-size: 1em;
  z-index: 5;
  text-align: center;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-moz-keyframes loading {
  0% {
    -moz-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

h1.page-title-1 {
	position: relative;
	z-index: 5;
  font-size: 40px;
	line-height: 110%;
  color: #4f2d0c;
  font-weight: 400;
  font-family: 'El Messiri', 'Roboto', sans-serif;
}

@media screen and (max-width: 1200px) {
	h1.page-title-1 {
		font-size: 28px;
	}
}

@media screen and (max-width: 768px) {
	h1.page-title-1 {
		font-size: 24px;
	}
}

@media screen and (max-width: 480px) {
	h1.page-title-1 {
		font-size: 22px;
	}
}

/* End */


/* Start:/local/templates/new/components/bitrix/system.pagenavigation/new/style.css?17015790537643*/
.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;
  }
}

.b-news-page__item {
  background-color: #F9F6F4;
  padding: 30px;
  min-height: 310px;
  margin-bottom: 20px;
  position: relative;
}

.b-news-page__item:hover {
  background: -webkit-linear-gradient(225deg, #D1A677, #B2834E, #956530);
  background: -moz- oldlinear-gradient(225deg, #D1A677, #B2834E, #956530);
  background: -o-linear-gradient(225deg, #D1A677, #B2834E, #956530);
  background: linear-gradient(-135deg, #D1A677, #B2834E, #956530);
}

.b-news-page__item-href {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: unset;
}

@media (max-width: 480px) {
  .b-news-page__item-href {
    -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;
  }
}

.b-news-page__item:hover .b-news-page__title {
  color: white;
  text-decoration: underline;
}

.b-news-page__item:hover .b-news-page__preview {
  color: white;
}

.b-news-page__item:hover .b-news-page__date {
  color: white;
}

.b-news-page__item:hover .b-news-page__date {
  color: white;
}

.b-news-page__item:hover .b-news-page__more {
  background: url("/local/templates/new/components/bitrix/system.pagenavigation/new/../img/next-white.svg?v=1632233248647") no-repeat;
}

.b-news-page__img-container {
  margin-right: 38px;
}

.b-news-page__date {
  font-size: 17px;
  line-height: 48px;
}

@media (max-width: 768px) {
  .b-news-page__date {
    font-size: 14px;
  }
}

.b-news-page__title {
  font-size: 30px;
  font-family: 'El Messiri', 'Roboto', sans-serif;
  margin-bottom: 15px;
  color: #7F6C62;
}

@media (max-width: 768px) {
  .b-news-page__title {
    font-size: 24px;
  }
}

.b-news-page__img {
  width: 140px;
  height: 140px;
}

.b-news-page__img img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .b-news-page__img {
    width: 110px;
    height: 110px;
  }
}

@media (max-width: 480px) {
  .b-news-page__img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .b-news-page__img img {
    width: auto;
    height: auto;
  }
}

.b-news-page__text {
  max-width: 468px;
  margin-right: 128px;
}

@media (max-width: 670px) {
  .b-news-page__text {
    margin-right: 0;
  }
}

.b-news-page__preview {
  font-size: 18px;
  line-height: 24.59px;
  color: black;
}

@media (max-width: 768px) {
  .b-news-page__preview {
    font-size: 16px;
  }
}

@media (max-width: 670px) {
  .b-news-page__more {
    display: none;
  }
}

.b-news-page__pagination {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F4EDE8;
  padding: 12px 22px;
  margin-bottom: 86px;
}

.b-news-page__prev {
  cursor: pointer;
  width: 68px;
  height: 68px;
  background: url("/local/templates/new/components/bitrix/system.pagenavigation/new/img/prev.svg") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

.b-news-page__nav--empty {
  width: 68px;
  height: 68px;
}

.b-news-page__prev:hover {
  color: #B77F41;
  background: url("/local/templates/new/components/bitrix/system.pagenavigation/new/img/prev-active.svg") no-repeat;
  width: 68px;
  height: 68px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

@media (max-width: 480px) {
  .b-news-page__prev {
    width: 45px;
    height: 45px;
  }
}

.b-news-page__next {
  cursor: pointer;
  width: 68px;
  height: 68px;
  background: url("/local/templates/new/components/bitrix/system.pagenavigation/new/img/next.svg") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

.b-news-page__next:hover {
  color: #B77F41;
  background: url("/local/templates/new/components/bitrix/system.pagenavigation/new/img/next-active.svg") no-repeat;
  width: 68px;
  height: 68px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

@media (max-width: 480px) {
  .b-news-page__next {
    width: 45px;
    height: 45px;
  }
}

.b-news-page__page-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.b-news-page__page {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: black !important;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
  height: 44px;
  padding-left: 8px;
  padding-right: 8px;
}

@media screen and (max-width: 550px) {
  .b-news-page__page {
    margin-left: 0;
    margin-right: 0;
  }

  .b-news-page__prev, .b-news-page__next {
    height: 48px;
    width: 48px;
  }

  .b-news-page__nav--empty {
    height: 48px;
    width: 48px;
  }
}

@media screen and (max-width: 420px) {
  .b-news-page__pagination {
    padding: 12px;
  }

  .b-news-page__page {
    height: 32px;
    font-size: 16px;
    line-height: 32px;
  }

  .b-news-page__prev, .b-news-page__next {
    height: 32px;
    width: 32px;
  }

  .b-news-page__nav--empty {
    height: 32px;
    width: 32px;
  }
}

@media screen and (max-width: 350px) {
  .b-news-page__page {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.b-news-page__page--current {
  font-weight: bold;
  color: white !important;
  background-color: #B77F41;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* .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/.default/components/bitrix/catalog/tags/bitrix/catalog.section/.default/style.css?17419418649651*/
/*Для списка разделов*/
.b-news-page__item:hover .b-news-page__more {
	background: url("/local/templates/.default/components/bitrix/catalog/tags/bitrix/catalog.section/.default/img/next-white.svg") no-repeat;
}

.b-news-page__more {
	background: url("/local/templates/.default/components/bitrix/catalog/tags/bitrix/catalog.section/.default/img/next-brown.svg") no-repeat;
}

.b-news-page__prev {
	background: url("/local/templates/.default/components/bitrix/catalog/tags/bitrix/catalog.section/.default/img/prev.svg") no-repeat;
}

.b-news-page__prev:hover {
	background: url("/local/templates/.default/components/bitrix/catalog/tags/bitrix/catalog.section/.default/img/prev-active.svg") no-repeat;
}
.b-news-page__next {
	background: url("/local/templates/.default/components/bitrix/catalog/tags/bitrix/catalog.section/.default/img/next.svg") no-repeat;
}

.b-news-page__next:hover {
	background: url("/local/templates/.default/components/bitrix/catalog/tags/bitrix/catalog.section/.default/img/next-active.svg") no-repeat;
}

/*Для детальной*/
.b-news-detail__container {
	background-color: #f9f6f4;
	padding-bottom: 50px;
}

.b-news-detail__container--block {
	margin-top: 20px;
	padding: 30px 20px 50px;
}

.b-news-detail__top {
	display: flex;
	margin-bottom: 30px;
}

@media (max-width: 550px) {
	.b-news-detail__top {
		height: auto;
		-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;
		margin-bottom: 20px;
	}
}

.b-news-detail__img {
	display: block;
	width: 227px;
	height: 227px;
}

.b-news-detail__date {
	font-family: "El Messiri", "Roboto", sans-serif;
	font-size: 37px;
	color: #ffe3ba;
}

@media (max-width: 550px) {
	.b-news-detail__date {
		margin-top: 20px;
	}
}

@media (max-width: 768px) {
	.b-news-detail__date {
		font-size: 24px;
	}
}

.b-news-detail__preview-text {
	width: fit-content;
	padding-left: 20px;
	font-size: 20px;
	line-height: 27px;
}

@media (max-width: 768px) {
	.b-news-detail__preview-text {
		font-size: 18px;
	}
}

@media (max-width: 550px) {
	.b-news-detail__preview-text {
		padding-top: 10px;
		padding-left: 0;
	}
}

.b-news-detail__text {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 20px;
	line-height: 27px;
}

.b-news-detail__text a {
	color: #b77f49 !important;
}

.b-news-detail__text ul li {
	position: relative;
	padding-left: 30px;
	list-style: none;
}

.b-news-detail__text h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.b-news-detail__text ul li::before {
	position: absolute;
	top: 13px;
	left: 12px;
	content: "";
	width: 4px;
	height: 4px;
	background-color: black;
	border-radius: 100px;
}

@media (max-width: 768px) {
	.b-news-detail__text {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.b-news-detail__text {
		font-size: 14px;
	}
}

.b-news-detail__pagination {
	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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 22px;
	background-color: #f4ede8;
	margin-top: 20px;
	margin-bottom: 57px;
}
.b-news-detail__pagen-btn {
	text-decoration: none !important;
}

.b-news-detail__pagen-btn-container {
	width: 50%;
}

.b-news-detail__pagen-btn-text {
	font-family: "El Messiri", "Roboto", sans-serif;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 20px;
	color: black;
}

.b-news-detail__pagen-btn:hover {
	text-decoration: none;
	color: #b77f41;
}

.b-news-detail__pagen-btn:hover .b-news-detail__arrow {
	fill: #b77f41;
}

.b-news-detail__pagen-btn:hover .b-news-detail__pagen-btn-text {
	color: #b77f41;
}

.b-news-detail__pagen-btn:hover {
	color: #b77f41;
}

@media (max-width: 680px) {
	.b-news-detail__pagen-btn .b-news-detail__pagen-btn-text {
		display: none;
	}
}

.b-news-detail__prev {
	cursor: pointer;
	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;
	color: black;
	float: left;
}

.b-news-detail__prev-btn {
	background: url("/local/templates/.default/components/bitrix/catalog/tags/bitrix/catalog.section/.default/img/prev.svg") no-repeat;
	background-size: contain;
	width: 68px;
	height: 68px;
	margin-right: 15px;
}

.b-news-detail__prev-btn:hover {
	background: url("/local/templates/.default/components/bitrix/catalog/tags/bitrix/catalog.section/.default/img/prev-active.svg") no-repeat;
	background-size: contain;
	width: 68px;
	height: 68px;
}

.b-news-detail__prev img {
	margin-right: 17px;
}

.b-news-detail__next {
	cursor: pointer;
	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;
	color: black;
	float: right;
}

.b-news-detail__next-btn {
	background: url("/local/templates/.default/components/bitrix/catalog/tags/bitrix/catalog.section/.default/img/next.svg") no-repeat;
	background-size: contain;
	width: 68px;
	height: 68px;
	margin-left: 15px;
}

.b-news-detail__next-btn:hover {
	background: url("/local/templates/.default/components/bitrix/catalog/tags/bitrix/catalog.section/.default/img/next-active.svg") no-repeat;
	background-size: contain;
	width: 68px;
	height: 68px;
}

.b-news-detail__next img {
	margin-left: 17px;
}

/* .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;
	}
} */

/* Используется !important чтобы переопределить глобальные стили заголовка */
.page-title-1 {
	position: relative;
	z-index: 5;
	padding-top: 30px;
	font-size: 40px !important;
	line-height: 110% !important;
	color: #4f2d0c;
	font-weight: 400;
	font-family: "El Messiri", "Roboto", sans-serif;
}

@media screen and (max-width: 1200px) {
	.page-title-1 {
		font-size: 28px !important;
	}
}

@media screen and (max-width: 768px) {
	.page-title-1 {
		font-size: 24px !important;
	}
}

@media screen and (max-width: 480px) {
	.page-title-1 {
		font-size: 22px !important;
	}
}

.cure-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 1000px) {
	.cure-list {
		max-width: 380px;
		justify-content: center;
		margin: 0 auto;
	}
}

.cure-item {
	max-width: 360px;
	width: 100%;
	display: inline-block;
}

.cure-item__img {
	display: block;
	margin-bottom: 8px;
}
.cure-item__img img {
	display: block;
	width: 100%;
	margin-bottom: 0;
}

.cure-item__title {
	display: inline-block;
	color: #7f6c62;
	font-size: 16px;
	line-height: 25px;
	font-weight: 800;
	margin-bottom: 16px;
	text-decoration: none;
}

.table-of-contents {
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-template-rows: auto;
	gap: 10px 55px;
	max-width: 100%;
	width: fit-content;
	padding: 0 0 40px;
}

.b-news-detail__text li.table-of-contents__li {
	width: fit-content;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 115%;
	color: #4f2d0c;
	text-decoration: underline;
	text-decoration-style: dashed;
	text-underline-offset: 3px;
	cursor: pointer;
}

.b-news-detail__text li.table-of-contents__li:hover {
	color: #b77f41;
}

.table-of-contents__li::before {
	content: none !important;
}

@media screen and (max-width: 1024px) {
	.table-of-contents {
		grid-template-columns: auto;
	}

	.b-news-detail__text li.table-of-contents__li {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.b-news-detail__text li.table-of-contents__li {
		font-size: 16px;
	}
}

.b-doctor {
	display: flex;
	gap: 40px;
	padding: 0 40px;
	margin-bottom: 20px;
	background: linear-gradient(252.32deg, #d1a677 15.35%, #956530 56.8%), #b3834e;
}

.b-doctor__image-container {
	max-width: 187px;
	margin-top: auto;
	margin-bottom: 0;
}

.b-doctor__image {
	display: block;
	max-width: 100%;
}

.b-doctor__content {
	width: 100%;
	margin: auto 0;
	padding: 40px 0;
	color: #fff;
}

.b-doctor__name {
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: 0.48px;
	color: #e0e0b6;
}

.b-doctor__spec {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.28px;
}

.social {
	display: flex;
	align-items: center;
	width: 100%;
	padding-top: 10px;
	border-top: 1px solid #fff;
}

.social__caption {
	margin-right: 10px;
	font-size: 14px;
}

.social__icons {
	display: flex;
}

.ya-share2__badge {
	background-color: #b77f41 !important;
}

.ya-share2__icon {
	width: 42px !important;
	height: 42px !important;
	background-size: 32px !important;
}

.ya-share2__item {
	margin: 0 10px 0 0 !important;
}

.icon-openmail {
	width: 42px;
	height: 42px;
	background-color: #b77f41;
	border-radius: 50%;
	background-image: url("/images/mail.png");
	background-size: 23px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.icon-openmail:hover {
	opacity: 0.85;
}

@media (max-width: 768px) {
	.b-doctor {
		gap: 20px;
		padding: 0 20px;
	}

	.b-doctor__content {
		padding: 20px 0;
	}

	.b-doctor__name {
		font-size: 18px;
	}

	.social {
		flex-direction: column;
		align-items: flex-start;
	}

	.social__caption {
		margin: 0 0 10px 0;
	}
}

@media (max-width: 560px) {
	.b-doctor {
		flex-direction: column;
		padding: 5px 20px 20px;
	}

	.b-doctor__image-container {
		margin: 0 auto;
	}

	.b-doctor__content {
		padding: 0;
	}
}

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

/* End */
/* /local/templates/.default/components/bitrix/catalog/tags/style.css?17015790541319 */
/* /local/templates/.default/components/bitrix/catalog/tags/bitrix/catalog.section.list/.default/style.css?174194171519536 */
/* /local/templates/new/components/bitrix/system.pagenavigation/new/style.css?17015790537643 */
/* /local/templates/.default/components/bitrix/catalog/tags/bitrix/catalog.section/.default/style.css?17419418649651 */
