

/* Start:/local/templates/yogahouse/components/bitrix/news.detail/flat1/style.css?16119388084171*/
.bx-newsdetail {}
.bx-newsdetail-block {
	padding: 0 14px;
	margin-bottom: 40px;
}
@media (min-width: 992px) {
	.bx-newsdetail .bx-newsdetail-container:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-newsdetail .bx-newsdetail-container:nth-child(2n+1) {
		clear: both;
	}
}
/* POST FORMATS */
.bx-newsdetail-img,
.bx-newsdetail-audio,
.bx-newsdetail-youtube,
.bx-newsdetail-slider {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.bx-newsdetail-slider img,
.bx-newsdetail-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.bx-newsdetail-video {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: 1;
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
	background: url("/local/templates/yogahouse/components/bitrix/news.detail/flat1/images/bx-video.png") no-repeat center;
}
.bx-newsdetail-video:hover {
	opacity: 1;
}
/* POST FORMATS /// SLIDER */
.bx-newsdetail-slider {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.bx-newsdetail-slider-container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.bx-newsdetail-slider-slide {
	float: left;
	z-index: 100;
}
.bx-newsdetail-slider-arrow-container-left,
.bx-newsdetail-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}
.bx-newsdetail-slider-arrow-container-left {
	left: 0;
}
.bx-newsdetail-slider-arrow-container-right {
	right: 0;
}
.bx-newsdetail-slider-arrow {
	position: absolute;
	line-height: 34px;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	font-size: 48px;
	height: 48px;
	width: 20px;
	top: 50%;
	margin-top: -24px;
	z-index: 110;
	opacity: .5;
	text-shadow:0 0 2px rgba(0,0,0,.5);
}
.bx-newsdetail-slider-arrow-container-left:hover .bx-newsdetail-slider-arrow,
.bx-newsdetail-slider-arrow-container-right:hover .bx-newsdetail-slider-arrow {
	color: #FFF;
	display: block;
	opacity: 1;
}
.bx-newsdetail-slider-arrow-container-left .bx-newsdetail-slider-arrow {
	left: 20px;
}
.bx-newsdetail-slider-arrow-container-right .bx-newsdetail-slider-arrow {
	right: 20px;
}
.bx-newsdetail-slider-control {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 110;
	text-align: center;
	word-spacing: -4px;
}
.bx-newsdetail-slider-control li {
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	width: 10px;
	height: 10px;
	word-spacing: -4px;
	margin: 0 3px;
	opacity: .5;
}
.bx-newsdetail-slider-control li:hover,
.bx-newsdetail-slider-control li.current {
	background: #FFF;
	opacity: 1;
}
.bx-newsdetail-slider-arrow,
.bx-newsdetail-slider-control li {
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
}
/* /// */
.bx-newsdetail-title,
.bx-newsdetail-title a {
	color: #000;
	margin: 0;
	font-weight: 600;
	padding: 2px 0 15px;
	font-size: 18px;
	border-bottom: none;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.bx-newsdetail-title a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
.bx-lg .bx-newsdetail-title {
	font-size: 24pt;
}
.bx-md .bx-newsdetail-title {
	font-size: 20pt;
}
.bx-xs .bx-newsdetail-title {
	font-size: 18pt;
}
.bx-newsdetail-separator,
.bx-newsdetail-view,
.bx-newsdetail-date,
.bx-newsdetail-comments,
.bx-newsdetail-author,
.bx-newsdetail-other {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
	white-space: nowrap;
}
.bx-newsdetail-rating,
.bx-newsdetail-separator,
.bx-newsdetail-date{
	display: inline-block;
}
.bx-newsdetail-separator {
	margin: 0 10px;
}
.bx-newsdetail-view i.fa,
.bx-newsdetail-date i.fa,
.bx-newsdetail-comments i.fa,
.bx-newsdetail-author i.fa,
.bx-newsdetail-tags i.fa,
.bx-newsdetail-other i.fa {
	width: 13px;
	color: #b4b4b4;
}
.bx-newsdetail-tags {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
}
.bx-newsdetail-content {
	font-size: 14px;
	margin-bottom: 5px;
}

/* End */


/* Start:/local/templates/yogahouse/components/bitrix/news.detail/flat1/themes/blue/style.css?1611938808260*/
/*RATING*/
.bx-newsdetail .fa.bx-star-active {
	color: #1485CE;
}
/*BTN*/
.bx-newsdetail .btn {
	background-color: #1485CE;
	border-color: #1485CE;
}
.bx-newsdetail .btn:active,
.bx-newsdetail .btn:hover {
	background-color: #53A4D8;
	border-color: #53A4D8;
}

/* End */


/* Start:/local/templates/yogahouse/components/bitrix/sale.basket.basket.line/bootstrap_v4new/style.css?16119388074718*/
.bx-basket { }

.basket-line-block {
	position: relative;
	padding-left: 25px;
	white-space: nowrap;
	font-size: 13px;
}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile {
	position: relative;
	margin-right: 10px;
}

.basket-line-block-icon-cart:after,
.basket-line-block-icon-profile:after {
	position: absolute;
	top: -1px;
	left: -25px;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
}

.basket-line-block-icon-profile:after { background: no-repeat center url(/local/templates/yogahouse/components/bitrix/sale.basket.basket.line/bootstrap_v4new/images/profile.svg); }

.basket-line-block-icon-cart:after { background: no-repeat center url(/local/templates/yogahouse/components/bitrix/sale.basket.basket.line/bootstrap_v4new/images/cart.svg); }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .basket-line-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .basket-line { line-height: 1.44em; }
/* End */


/* Start:/local/templates/yogahouse/components/bitrix/menu/horizontal_multilevel_adapter/style.css?16119388072278*/
/**Top menu**/
@media (min-width: 768px) {
  .top_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%; }
    .top_menu a {
      text-decoration: none;
      color: #fefefe;
      font-family: "Montserrat Regular";
      font-size: 1.7rem;
      font-weight: 500; }
    .top_menu .root-item, .top_menu .root-multi {
      display: flex;
      position: relative;
      padding: 5px 10px;
      border-bottom: 7px solid #5b3b83;
      min-width: 50px;
      justify-content: center; }
    .top_menu .root-item:hover {
      border-bottom: 5px solid #fefefe; }
    .top_menu > .selected {
      border-bottom: 7px solid #1cb841; }
    .top_menu > .selected:hover {
      border-bottom: 7px solid #5b3b83; }
    .top_menu .multi:hover > .dropdown-level {
      display: flex; }
    .top_menu .dropdown-level {
      display: none;
      position: absolute;
      bottom: -29px;
      left: 20px;
      z-index: +1;
      background: rgba(235, 235, 235, 0.9); }
      .top_menu .dropdown-level .item {
        padding: 5px 10px; }
      .top_menu .dropdown-level > .selected a {
        color: #1cb841; }
      .top_menu .dropdown-level .item:hover {
        background: rgba(255, 255, 255, 0.9); }
      .top_menu .dropdown-level a {
        color: #5b3b83;
        font-weight: 800;
        font-size: 1.8rem; } }
@media (max-width: 767px) {
  .top_menu {
    display: none;
    flex-direction: column;
    position: absolute;
    z-index: +100;
    width: calc(100% + 30px);
    background: #5b3b83;
    left: -15px;
    font-size: 2rem;
    padding: 15px; }
    .top_menu a {
      text-decoration: none;
      color: #fefefe; }
    .top_menu .dropdown-level {
      display: none;
      padding-left: 30px; }

  .menu_show {
    display: flex !important;
    animation: anim 0.5s linear; }

  @keyframes anim {
    0% {
      transform: translateY(-100%); }
    50% {
      transform: translateY(8%); }
    65% {
      transform: translateY(-4%); }
    80% {
      transform: translateY(4%); }
    95% {
      transform: translateY(-2%); }
    100% {
      transform: translateY(0%); } } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/yogahouse/components/bitrix/news.list/slider_main/style.css?16119388075107*/
/* General Layout in my demos */
/* body {font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;color:#333;line-height:180%;margin:0;padding:0;} */

/*#slider h1, h2, h3, h4, h5{margin: 0 0 15px 0;padding: 0;color: #690;font-weight: normal;}*/
/*#slider h1{font-size: 200%;letter-spacing: -2px}*/
/*#slider p{margin: 0 0 15px 0;padding: 0;line-height:21px;}*/
/*#slider a{color: #690;text-decoration: underline;font-weight: bold;}*/
/*#slider a:hover{color: #333;text-decoration: none;font-weight: bold;}*/



#back {
    display: block;
    float: left;
    border:none;
    margin: 0 0;
    padding: 0 0;
    width: 100vw;
    /*height: 500px;*/
}
#back img {
    width: 100vw;
    height: auto;
}

#su_text{
    display: flex;
    /* justify-content: flex-start; */
    position: absolute;
    /*width: 100%;*/
    top: 30%;
    left: 10%;
    padding: 0 30px;
    color: white;
    font-family: "Montserrat SemiBold";
    font-size: 6em;
    font-weight: 800;
    text-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px;
}
#su_text_little{
    isplay: flex;
    /* justify-content: center; */
    position: absolute;
    left: 10%;
    width: 400px;
    top: 50%;
    font-family: "Montserrat Bold";
    font-weight: 300;
    padding: 0 30px;
    color: white;
    font-size: 4em;
    line-height: 1.1em;
    text-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px;
}

#su_teg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 60%;
}
.su_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 4em;*/
    padding: 1em 0.8em;
    background-image:url(/local/templates/yogahouse/components/bitrix/news.list/slider_main/images/_114.svg);
    background-repeat: no-repeat;
    background-size: 100%, auto;

}

.su_btn img {
    margin-right: 1.5em;
}

#su_teg a {
    text-decoration: none;
    color: black;
    font-family: Montserrat;
    font-size: 1.5em;
    font-weight: 700;
    padding: 1.1em 1em;

}

#slider pre{
    margin-top:-16px;
    display:block;
    font:12px "Courier New", Courier, monospace;
    padding:10px;
    border:1px solid #bae2f0;
    background:#e3f4f9;
    width:674px;
}
#slider body {
    font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;color:#333;
    line-height:180%;
    margin:0;
    padding:0;
}

#container {
    margin: 0 auto;
    position:relative;
    text-align:left;
    width:95vw;
    background:#fff;
    /*margin-bottom: 2em;*/
}

#slider pre {white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap; white-space: -o-pre-wrap;
    word-wrap: break-word;
}

/* // Sudo Slider */
#slider {
    position: relative;
    width: 100vw;
    overflow: hidden;
    } /* It can be a good idea to set a width of the slider, mostly so Old-IE can figure out how to render */

.slider_main {
    width: 100vw;
    /*height: 300px;*/
    /*min-width: 500px;*/
    font-size: 10px;
    overflow: hidden;
}

@media  (max-width: 1300px) {
    .slider_main, .controls {
        font-size: 8px;
    }
}

@media  (max-width: 1000px) {
    .slider_main, .controls {
        font-size: 7px;
    }
}

@media  (max-width: 850px) {
    .slider_main, .controls {
        font-size: 6px;
    }
}

@media  (max-width: 750px) {
    .slider_main, .controls {
        font-size: 5px;
    }
}


@media  (max-width: 650px) {
    .slider_main, .controls {
        font-size: 4px;
    }
    #su_teg {
        display: none;
    }
}

@media  (max-width: 450px) {
    .slider_main, .controls {
        font-size: 2px;
    }
    #su_teg {
        display: none;
    }
}

ol.numericControls li{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin:0 1em 0 0;
    /*padding:0;*/
    list-style:none;
    height:3em;
    width: 3em;
    /*line-height:2em;*/
    border:1px solid #ccc;
    border-radius: 50%;
    background:#DAF3F8;color:#555;
}

ol.numericControls li.current {
    background:#0088cc;
}

 ol.numericControls li a{
     text-decoration:none;
     font-size: 2em;
 }
 ol.numericControls li.current a{
     /*background:#0088cc;*/
     color:#fff;}
 ol.numericControls li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}

/* Numeric Navigation */
ol.numericControls {
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 100vw;
    justify-content: center;
    /*margin:1em 0;*/
    padding:0;
    /*height:28px;*/
    z-index: 15;
    bottom: 1em;
    left: 0%;
}

@media  (max-width: 750px) {
    ol.numericControls li {
        display: none;
    }
}

.graphic, .prevBtn, .nextBtn{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;}

.prevBtn, .nextBtn {
    display:block;
    width:5em;
    height:5em;
    border-radius: 50%;
 /*   background-color: rgba(255,255,255,0.8); */
    position:absolute;
    left:5%;
    top:40%;
    z-index:12;
    background-image:url(/local/templates/yogahouse/components/bitrix/news.list/slider_main/images/_119.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor:pointer;

}
.nextBtn{
    left:95vw;
}

.nextBtn {
    background-image: url(/local/templates/yogahouse/components/bitrix/news.list/slider_main/images/_121.svg);
    background-repeat: no-repeat;
}
/* End */


/* Start:/local/templates/yogahouse/components/bitrix/news.detail/about1/style.css?16119388081583*/
.about-detail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 5px;
  border-bottom-color: #cccccc; }

.about-picture {
  display: flex; }
  .about-picture img {
    display: flex;
    max-width: 620px; }

.about-left, .about-right {
  display: flex;
  width: 46%;
  flex-grow: 1;
  flex-direction: column;
  min-width: 300px;
  padding: 0.5rem;
  overflow: hidden;
  justify-content: center; }

.about-left {
  margin-right: 4%; }

.about-prop {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 5px;
  border-bottom-color: #cccccc;
  padding: 20px 0; }

.about-name {
  font-size: 1.3rem;
  line-height: 2.1rem;
  font-weight: 800;
  font-style: normal;
  color: #000000; }

.about-sine {
  font-size: 2.1rem;
  font-family: 'Jost Regular';
  font-weight: 300;
  color: #000000; }

.about-head {
  font-family: "Montserrat Bold";
  font-size: 4.2rem;
  font-weight: 700;
  font-style: normal;
  color: #333333;
  line-height: 4.2rem;
  margin-bottom: 1rem; }

.about-text {
  font-size: 1.7rem;
  line-height: 2.2rem;
  margin-bottom: 1rem; }

.about-name {
  font-size: 1.7rem;
  margin-bottom: 1rem;
  padding: 0 3px; }

.about-tail {
  font-size: 1.5rem; }

@media (max-width: 900px) {
  .about-head {
    font-size: 3.2rem;
    line-height: 3.2rem; } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/yogahouse/components/bitrix/news.detail/advantages/style.css?16119388081217*/
.advantages_block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 5px;
  border-bottom-color: #cccccc; }

.advantages_left, .advantages_right {
  display: flex;
  width: 46%;
  flex-grow: 1;
  flex-direction: column;
  min-width: 300px;
  padding: 0.5rem;
  overflow: hidden;
  justify-content: center; }

.advantages_left {
  margin-right: 4%; }

.advantages_photo {
  display: flex;
  flex-direction: column; }
  .advantages_photo-item {
    display: flex;
    max-width: 620px;
    max-height: 250px;
    overflow: hidden;
    margin-bottom: 20px;
    align-items: center; }
  .advantages_photo img {
    max-width: 620px;
    height: auto;
    width: 100%; }

.advantages_prop-name {
  display: flex;
  position: relative;
  padding-left: 30px;
  align-items: center; }
  .advantages_prop-name:before {
    position: absolute;
    content: "";
    background: url("/local/templates/yogahouse/components/bitrix/news.detail/advantages/../../../../images/bullit_i_check.png") no-repeat;
    background-size: contain;
    left: 0px;
    height: 20px;
    width: 20px; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/yogahouse/components/bitrix/news.detail/galerymain/style.css?16119388081084*/
.gallery_block {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 5px;
  border-bottom-color: #cccccc; }

.gallery_top {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  min-width: 300px;
  padding: 0.5rem;
  overflow: hidden;
  padding: 20px; }

.gallery_top_left {
  flex-grow: 1;
  max-width: 28%;
  min-width: 300px;
  width: 28%; }

.gallery_top_right {
  flex-grow: 1;
  max-width: 70%;
  width: 70%; }
  .gallery_top_right img {
    max-width: 100%; }

.gallery_bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.gallery_column {
  display: flex;
  flex-grow: 1;
  width: 33%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 300px; }
  .gallery_column img {
    max-width: 100%;
    padding: 20px;
    height: auto;
    max-height: 300px; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/yogahouse/components/bitrix/menu/bottom-menu/style.css?1611938921612*/
/* Left menu*/
ul.bottom-menu {
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

ul.bottom-menu li {
  padding: 1px 0;
  background: none !important; }

ul.bottom-menu li a {
  color: #fefefe;
  font-family: "Montserrat Regular";
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none; }

ul.bottom-menu li a:visited {
  color: whitesmoke; }

ul.bottom-menu li a:hover {
  color: #1cb841; }

ul.bottom-menu a.selected {
  color: #FFFF00 !important; }
  

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/components/niges/cookiesaccept/templates/.default/style.css?17449889712729*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */


/* Start:/local/templates/yogahouse/styles.css?1611938806323*/
.text-centre {
  text-align: center; }

.text-width {
  text-align: justify; }

.width-50 {
  width: 50%; }

.width-100 {
  width: 100%; }

.border-none {
  border: none; }

.pagebreak {
  page-break-after: always; }

.text-margin-left {
  margin-left: 50px; }

/*# sourceMappingURL=styles.css.map */

/* End */


/* Start:/local/templates/yogahouse/template_styles.css?161211290422855*/
@font-face {
  font-family: 'FontAwesome';
  src: url("/local/templates/yogahouse/fonts/fontawesome-webfont.eot?v=4.6.2");
  src: url("/local/templates/yogahouse/fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("/local/templates/yogahouse/fonts/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("/local/templates/yogahouse/fonts/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("/local/templates/yogahouse/fonts/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("/local/templates/yogahouse/fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Jost Bold";
  src: url("/local/templates/yogahouse/fonts/Jost-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Jost Regular";
  src: url("/local/templates/yogahouse/fonts/Jost-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Jost ExtraBold";
  src: url("/local/templates/yogahouse/fonts/Jost-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Montserrat SemiBold";
  src: url("/local/templates/yogahouse/fonts/Montserrat-SemiBold.otf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Montserrat Bold";
  src: url("/local/templates/yogahouse/fonts/Montserrat-Bold.otf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Montserrat Medium";
  src: url("/local/templates/yogahouse/fonts/Montserrat-Medium.otf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Montserrat Regular";
  src: url("/local/templates/yogahouse/fonts/Montserrat-Regular.otf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Montserrat BoldItalic";
  src: url("/local/templates/yogahouse/fonts/Montserrat-BoldItalic.otf") format("truetype");
  font-style: normal;
  font-weight: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  margin: 0;
  padding: 0; }

body {
  font-size: 10px;
  width: 100%;
  margin: 0;
  padding: 0; }

html {
  font-size: 10px; }

header, nav, section, article, aside, footer, video, figure {
  display: flex; }

.wrapper {
  position: relative;
  min-height: 100vh;
  border: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  background-repeat: repeat;
  font-family: "Montserrat Regular";
  font-size: 10px; }
  .wrapper:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("/local/templates/yogahouse/images/om3.png");
    background-repeat: repeat;
    opacity: 0.03; }
  .wrapper:after {
    content: '';
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("/local/templates/yogahouse/images/om3.png");
    background-repeat: repeat;
    background-size: 400px 300px;
    opacity: 0.03; }

.top {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%; }

.container1300 {
  display: flex;
  max-width: 1280px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 15px; }

.header_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #5b3b83; }

.header_top {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }

.header_phone {
  display: flex;
  flex-direction: row;
  font-size: 1.5rem;
  color: #fefefe;
  flex-wrap: nowrap;
  width: 198px;
  justify-content: space-around;
  align-items: center; }

.personal {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap; }

.menu_container {
  font-family: "Montserrat Regular";
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #5b3b83;
  justify-content: center;
  align-items: center; }

.navbar {
  padding: 0 !important;
  margin: 0 !important; }

.navbar-expand-md {
  justify-content: space-between !important;
  width: 100% !important; }

.join-club {
  display: flex;
  position: relative;
  width: 280px; }
  .join-club-button {
    display: flex;
    position: absolute;
    z-index: +1;
    border: white solid 1px;
    border-radius: 50%;
    width: 160px;
    height: 80px;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
    bottom: -40px;
    cursor: pointer;
    background: #1cb841 linear-gradient(#ffd403, #f89d17);
    box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0), inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px rgba(255, 255, 0, 0);
    transition: box-shadow .2s, border-color .2s; }

@media (max-width: 767px) {
  .join-club {
    width: 100%;
    flex-grow: 1; }

  .join-club-button {
    width: 160px;
    height: 40px;
    justify-content: center;
    align-items: baseline;
    bottom: -40px;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    background: #1cb841 linear-gradient(#ffd403, #f89d17);
    box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0), inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px rgba(255, 255, 0, 0);
    transition: box-shadow .2s, border-color .2s;
    left: calc(50% - 80px); } }
.join_order {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.3);
  padding-top: 100px;
  z-index: +10; }
  .join_order-center {
    display: flex;
    background: white;
    z-index: +1;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
    position: relative;
    max-width: 90%; }

.closeModalBlock {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  top: -10px;
  right: -10px;
  background: #5b3b83;
  color: white;
  width: 30px;
  height: 30px;
  border: white 2px solid;
  padding: 5px;
  cursor: pointer; }

.logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

@media (max-width: 767px) {
  .logo {
    display: none; } }
.logo2-text {
  font-family: "Montserrat BoldItalic";
  color: #fefefe;
  display: flex;
  font-size: 1.9rem;
  font-weight: 500;
  margin-right: 10px; }
  .logo2-text a {
    text-decoration: none;
    color: #fefefe; }

img.logo {
  display: flex;
  width: 50px; }

.menu {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%; }

nav li:hover:before {
  position: absolute;
  width: 100%;
  height: 5px;
  content: "";
  bottom: 0px;
  left: 0px;
  background-color: #fefefe; }
nav li.bx-active:before {
  position: absolute;
  width: 100%;
  height: 5px;
  content: "";
  bottom: 0px;
  left: 0px;
  background-color: #FFFF00; }
nav .nav-item {
  font-size: 1.7rem;
  position: relative; }
  nav .nav-item a {
    display: flex;
    position: relative;
    color: #fefefe !important;
    padding: 20px 0;
    justify-content: center; }

.slider_container {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
  font-size: 10px;
  overflow: hidden; }

@media (max-width: 767px) {
  .slider_container {
    margin-top: 30px; } }
.about_container {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center; }

.advantages_container {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center; }

.gallery_container {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center; }

.container_main {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: row;
  padding-top: 30px; }

.main_content {
  display: flex;
  width: 100%;
  justify-content: center; }

.schedule {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column; }

.content {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0; }

.catalog {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 200px; }
  .catalog_left {
    display: flex;
    width: 20%;
    max-width: 350px;
    flex-grow: 1; }
  .catalog_right {
    display: flex;
    width: 80%;
    flex-grow: 1; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.footer_container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-color: #5b3b83;
  padding: 20px 5px; }

footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%; }

.footer-block {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  margin-right: 20px; }
  .footer-block_1 {
    flex-grow: 2; }

.footer-content {
  display: flex;
  max-height: 152px; }
  .footer-content1 {
    align-items: center;
    flex-grow: 3; }
    .footer-content1_logo1 {
      display: flex;
      position: relative;
      width: 149px;
      height: 149px;
      background-repeat: no-repeat;
      background-position: center;
      justify-content: center;
      align-items: center;
      background-size: contain; }
      .footer-content1_logo1-img {
        width: 98px;
        height: 98px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
        .footer-content1_logo1-img img {
          width: 100%;
          padding: 3px; }
    .footer-content1_logo2 {
      display: flex;
      flex-direction: column;
      max-width: 260px;
      align-items: center;
      justify-content: center; }
      .footer-content1_logo2-img {
        display: flex; }
      .footer-content1_logo2-text {
        color: #fefefe;
        font-family: "Montserrat BoldItalic";
        display: flex;
        font-size: 3rem;
        font-weight: 500;
        margin-right: 10px; }
  .footer-content2 {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .footer-content2_text-mail {
      position: relative;
      color: #fefefe;
      font-family: "Montserrat Regular";
      font-size: 1.7rem;
      font-weight: 300; }
      .footer-content2_text-mail:before {
        font-family: "FontAwesome";
        position: absolute;
        content: "\f003";
        left: -40px; }
    .footer-content2_text-sing {
      color: #fefefe;
      font-family: "Montserrat Regular";
      font-size: 1.7rem;
      font-weight: 300;
      text-decoration: underline; }
  .footer-content3 {
    position: relative;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .footer-content3_phone1, .footer-content3_phone2 {
      color: #fefefe;
      font-family: "Montserrat Regular";
      font-size: 1.7rem;
      font-weight: 300; }
    .footer-content3_phone1:before {
      font-family: "FontAwesome";
      position: absolute;
      content: "\f095";
      left: 0px; }
  .footer-content4 {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .footer-content4_text-address {
      position: relative;
      color: #fefefe;
      font-family: "Montserrat Regular";
      font-size: 1.7rem;
      font-weight: 400; }
      .footer-content4_text-address:before {
        font-family: "FontAwesome";
        position: absolute;
        content: "\f041";
        left: -40px; }

@media (max-width: 767px) {
  .footer-content3 {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    padding: 15px 40px; }

  .footer-content3_phone1, .footer-content3_phone2 {
    font-size: 1.3rem; }

  .footer-content1_logo1 {
    width: 50px;
    height: 50px; }

  .footer-content1_logo1-img {
    width: 50px;
    height: 50px; }

  .footer-content1_logo2-text {
    font-size: 0.8rem;
    text-align: center; } }
@media (max-width: 425px) {
  .footer-content1_logo2-img img {
    width: 180px; } }
.footer-name {
  color: #fefefe;
  font-family: "Montserrat SemiBold";
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  border-bottom: #fefefe solid 1px;
  margin-bottom: 20px; }

.container-connect {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 20px 5px;
  background: #fefefe; }
  .container-connect:before {
    position: absolute;
    display: flex;
    width: 100%;
    content: "";
    background-image: url("/local/templates/yogahouse/images/foncontact.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
    height: calc(100% + 20px);
    top: -20px; }

.connect_main-form {
  width: 100%; }

.contact_container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.contact {
  padding-top: 50px;
  width: 100%;
  justify-content: center; }
  .contact__col {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center; }
    .contact__col_addr {
      position: relative;
      padding-left: 40px; }
      .contact__col_addr:before {
        font-family: "FontAwesome";
        display: block;
        position: absolute;
        left: 0;
        color: #5b3b83;
        content: "\f041";
        width: 20px;
        font-size: 30px; }
    .contact__col_tel {
      position: relative;
      padding-left: 40px; }
      .contact__col_tel:before {
        font-family: "FontAwesome";
        display: block;
        position: absolute;
        left: 0;
        color: #5b3b83;
        content: "\f098";
        width: 20px;
        font-size: 30px; }
    .contact__col_email {
      position: relative;
      padding-left: 40px; }
      .contact__col_email:before {
        font-family: "FontAwesome";
        display: block;
        position: absolute;
        left: 0;
        content: "\f0e0";
        width: 20px;
        color: #5b3b83;
        font-size: 30px; }
    .contact__col_regrab {
      position: relative;
      padding-left: 40px; }
      .contact__col_regrab:before {
        font-family: "FontAwesome";
        display: block;
        position: absolute;
        left: 0;
        content: "\f017";
        width: 20px;
        font-size: 30px;
        color: #5b3b83; }
    .contact__col_main {
      position: relative;
      padding-left: 40px; }
      .contact__col_main:before {
        font-family: "FontAwesome";
        display: block;
        position: absolute;
        left: 0;
        content: "\f182";
        width: 20px;
        font-size: 30px;
        color: #5b3b83; }
    .contact__col_all {
      display: flex;
      width: 50%;
      flex-direction: column;
      max-width: 510px;
      margin-bottom: 50px;
      padding-right: 30px;
      min-width: 300px; }
      .contact__col_all h2 {
        display: flex;
        width: 100%;
        color: #5b3b83;
        font-family: "Montserrat Regular";
        font-size: 2rem;
        font-weight: 700; }
      .contact__col_all p {
        color: #000000;
        font-family: "Montserrat Regular";
        font-size: 1.7rem;
        font-weight: 400; }

.auth_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1.7rem; }
.auth_left {
  display: flex;
  padding: 20px;
  flex-grow: 1;
  justify-content: center; }
.auth_right {
  display: flex;
  width: 40%;
  flex-grow: 1; }

.sale-personal-section-index-block {
  background-color: #5b3b83;
  max-height: 200px; }

.hider {
  opacity: 0;
  transition: 2s opacity ease-in-out; }

.block_none {
  display: none; }

.unhider {
  opacity: 1;
  transition: 2s opacity ease-in-out; }

.content_title {
  display: flex;
  flex-grow: 1;
  width: 100%;
  justify-content: center; }
  .content_title h2 {
    font-family: "Montserrat Regular";
    padding: 10px;
    font-size: 3.5rem;
    color: #000000;
    font-weight: 800; }

.slam-easyform {
  width: 800px; }

.container-burger {
  cursor: pointer; }

.logo_menu_small {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }

.logo_small {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: 30px; }

@media (min-width: 768px) {
  .logo_menu_small {
    display: none; } }
.b1, .b2, .b3 {
  width: 36px;
  height: 5px;
  background-color: #fefefe;
  margin: 5px 0;
  transition: 0.3s; }

.change .b1 {
  transform: rotate(-45deg) translate(-7px, 6px); }

.change .b3 {
  transform: rotate(45deg) translate(-8px, -8px); }

.change .b2 {
  opacity: 0; }

.back {
  font-size: 1.6rem;
  padding: 5px 15px; }

.pricelist {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  font-size: 1.6rem; }

.add_news {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 20px;
  font-size: 1.6rem;
  color: blue;
  font-weight: 800;
  cursor: pointer; }
  .add_news_box {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px; }

.services-price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-grow: 1;
  max-width: 200px; }

.services-name {
  min-width: 280px;
  flex-grow: 1; }

.services-string {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.services-list-header {
  font-size: 19px;
  line-height: 30px;
  margin: 10px 0;
  padding-left: 40px;
  position: relative;
  cursor: pointer; }

.services-list-header:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  background: url("/local/templates/yogahouse/images/all-icons-ornge.png") no-repeat 0 -90px; }

@media screen and (min-resolution: 192dpi) {
  .services-list-header:after {
    background-image: url("/local/templates/yogahouse/images/all-icons-orange@2x.png");
    background-size: 80px 180px; } }
.services-list-header.active + .services-list-content,
.services-list-header.active + .services-list-content-small {
  display: block; }

.services-list-header.active:after {
  background-position: 0 -120px; }

.services-list-header-small {
  font-size: 15px;
  padding-left: 30px; }

.services-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.services-list ul ul {
  border-top: solid 1px #e8e8e8;
  padding-left: 35px;
  margin-top: 8px; }

.services-list ul ul li {
  border-bottom: solid 1px #e8e8e8;
  padding: 8px 0;
  margin: 0; }

.services-list ul:last-child li:last-child {
  border-bottom: 0;
  padding-bottom: 0; }

.services-list-content {
  padding: 20px; }

.services-list-content > ul > li + li {
  margin-top: 8px;
  padding-top: 8px;
  border-top: solid 1px #e8e8e8;
  clear: both; }

.services-list-content a {
  display: block; }

.services-list-content a .fl-r {
  color: #4c4c4c; }

.services-list-content-small {
  display: none; }

.services-list-content.services-list-content a {
  color: #4c4c4c;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 93%; }

.services-list-content.services-list-content a:hover,
.services-list-content.services-list-content a:focus {
  color: #3650db;
  text-decoration: none; }

.services-list-small .services-list-content {
  padding-left: 30px;
  margin-top: 10px; }

.services-list-small .services-list-content ul,
.services-list-small .services-list-content li {
  border: 0; }

.services-list-small .services-list-content li {
  margin: 0 0 5px 0;
  padding: 0 0 0 20px;
  color: #808080; }

.services-list-small .services-list-header {
  font-size: 15px;
  padding-left: 30px;
  margin: 0; }

.services-list-small .services-list-header.active {
  font-weight: bold; }

.services-list-small .services-list-item {
  padding: 10px 0;
  border-top: solid 1px #e8e8e8; }

.services-list-small .services-list-item:first-child {
  border-top: 0; }

.search-in-page-wrapper {
  position: relative; }
  .search-in-page-wrapper .input {
    display: inline-block;
    height: 36px;
    padding: 0 10px;
    position: relative;
    margin-bottom: 12px;
    color: #4c4c4c;
    vertical-align: middle;
    border: solid 1px #b4b4b4;
    outline: none;
    background-color: #ffffff;
    -webkit-appearance: none;
    border-radius: 2px;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .search-in-page-wrapper .input-search {
    border-radius: 20px;
    padding: 0 20px;
    border-color: #cecece;
    padding-left: 50px; }

.icon {
  display: inline-block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  vertical-align: text-top; }

.icon-search {
  vertical-align: top;
  position: relative;
  top: -6px;
  background: url("/local/templates/yogahouse/images/all-icons-ornge.png") 0 0 no-repeat;
  background-position: -40px -40px; }

.icon-search-reset {
  background: url("/local/templates/yogahouse/images/all-icons-ornge.png") 0 0 no-repeat;
  vertical-align: top;
  opacity: .6;
  position: relative;
  top: -6px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-position: -1px -125px; }

.search-in-page-input {
  margin: 3px 0;
  padding-left: 40px;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05); }

.search-in-page-input:focus {
  box-shadow: 0 0 0 3px rgba(54, 80, 219, 0.15); }

.search-in-page-input.not-empty + .search-in-page-reset {
  opacity: 1; }

.search-in-page-btn,
.search-in-page-reset {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  top: 50%;
  left: 15px;
  background: transparent;
  border: 0;
  padding: 0; }

.search-in-page-reset {
  left: auto;
  right: 15px;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s; }

input:focus + .search-in-page-reset {
  opacity: 1; }

.search-in-page.noshadow .search-in-page-input {
  margin: 0;
  box-shadow: none; }

.search-in-page-btn:focus .icon-search,
.search-in-page-input:focus + .search-in-page-btn .icon-search {
  background-position: -60px -40px; }

.input-block {
  width: 100%; }

/*# sourceMappingURL=template_styles.css.map */

/* End */
/* /local/templates/yogahouse/components/bitrix/news.detail/flat1/style.css?16119388084171 */
/* /local/templates/yogahouse/components/bitrix/news.detail/flat1/themes/blue/style.css?1611938808260 */
/* /local/templates/yogahouse/components/bitrix/sale.basket.basket.line/bootstrap_v4new/style.css?16119388074718 */
/* /local/templates/yogahouse/components/bitrix/menu/horizontal_multilevel_adapter/style.css?16119388072278 */
/* /local/templates/yogahouse/components/bitrix/news.list/slider_main/style.css?16119388075107 */
/* /local/templates/yogahouse/components/bitrix/news.detail/about1/style.css?16119388081583 */
/* /local/templates/yogahouse/components/bitrix/news.detail/advantages/style.css?16119388081217 */
/* /local/templates/yogahouse/components/bitrix/news.detail/galerymain/style.css?16119388081084 */
/* /local/templates/yogahouse/components/bitrix/menu/bottom-menu/style.css?1611938921612 */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?17449889712729 */
/* /local/templates/yogahouse/styles.css?1611938806323 */
/* /local/templates/yogahouse/template_styles.css?161211290422855 */
