

/* Start:/local/templates/aidason/css/lightslider.css?16038890927987*/
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('/local/templates/aidason/css/../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    left: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/* End */


/* Start:/local/templates/aidason/components/bitrix/catalog.element/prod/style.css?1606843014556*/
#detailItem s .rouble {
	background: url(/images/ruble-grey.svg) no-repeat center;
	background-size: contain;
	width: 16px;
}
#detailItem .oldPrice span.discPrice {
	background-color: #00a651;
	color: #fff;
	font-family: Lato;
	font-size: 13px;
	font-weight: 400;
	line-height: 18.81px;
	letter-spacing: .32px;
	border-radius: 4px;
	padding: 3px 5px;
	display: inline-block;
	vertical-align: text-bottom;
}
#detailItem .oldPrice span.discPrice .rouble {
	background: url(/images/ruble-white.svg) no-repeat center;
	background-size: contain;
	width: 10px;
}
/* End */


/* Start:/local/templates/aidason/components/bitrix/news.list/revs/style.css?160388909221232*/

.ratProg_title-wrap {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:end;
	align-items:flex-end;
	margin-bottom:10px
}
.ratProg_title {
	color:#444;
	font-size:15px;
	font-weight:700;
	line-height:1;
	margin-right:10px
}
.ratProg_title-right {
	position:relative;
	height:16px;
	padding-left:100px;
	font-size:13px;
	line-height:20px;
	color:#444;
	font-weight:400
}
.ratProg_title-bar {
	position:absolute;
	left:0;
	top:0;
	width:88px;
	height:16px;
	background:url(/build/images/star-grey2.e47cac8f.png) 0 0 repeat-x;
	background-image:url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMDYnIGhlaWdodD0nMzA2JyB2aWV3Qm94PScwIDAgMzA2IDMwNicgZmlsbD0nI2U2ZTZlNic+PHBhdGggZD0nTTE1MyAyMzAuNzc1bDk0LjM1IDY4Ljg1LTM1LjctMTEyLjIgOTQuMzUtNjYuM0gxOTEuMjVMMTUzIDYuMzc1bC0zOC4yNSAxMTQuNzVIMGw5NC4zNSA2Ni4zLTM1LjcgMTEyLjJ6Jy8+PC9zdmc+);
	background-size:18px 16px
}
.ratProg_title-progressbar {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:url(/build/images/star2.f5f9f3ae.png) 0 0 repeat-x;
	background-image:url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMDYnIGhlaWdodD0nMzA2JyB2aWV3Qm94PScwIDAgMzA2IDMwNicgZmlsbD0nI2ZmZGI0ZCc+PHBhdGggZD0nTTE1MyAyMzAuNzc1bDk0LjM1IDY4Ljg1LTM1LjctMTEyLjIgOTQuMzUtNjYuM0gxOTEuMjVMMTUzIDYuMzc1bC0zOC4yNSAxMTQuNzVIMGw5NC4zNSA2Ni4zLTM1LjcgMTEyLjJ6Jy8+PC9zdmc+);
	background-size:18px 16px
}
.ratProg_item {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	color:#444;
	font-size:13px;
	font-weight:400;
	line-height:22px
}
.ratProg_item--5 .ratProg_item-progressbar {
	width:100%
}
.ratProg_item--4 .ratProg_item-progressbar {
	width:80%
}
.ratProg_item--3 .ratProg_item-progressbar {
	width:60%
}
.ratProg_item--2 .ratProg_item-progressbar {
	width:40%
}
.ratProg_item--1 .ratProg_item-progressbar {
	width:18px
}
.ratProg_item-number {
	margin-right:10px
}
.ratProg_item-bar {
	-ms-flex:0 0 90px;
	flex:0 0 90px;
	width:90px;
	max-width:90px;
	height:16px;
	background:url(/build/images/star-grey2.e47cac8f.png) 0 0 repeat-x;
	background-image:url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMDYnIGhlaWdodD0nMzA2JyB2aWV3Qm94PScwIDAgMzA2IDMwNicgZmlsbD0nI2U2ZTZlNic+PHBhdGggZD0nTTE1MyAyMzAuNzc1bDk0LjM1IDY4Ljg1LTM1LjctMTEyLjIgOTQuMzUtNjYuM0gxOTEuMjVMMTUzIDYuMzc1bC0zOC4yNSAxMTQuNzVIMGw5NC4zNSA2Ni4zLTM1LjcgMTEyLjJ6Jy8+PC9zdmc+);
	background-size:18px 16px;
	position:relative;
	margin-right:12px
}
.ratProg_item-progressbar {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:url(/build/images/star2.f5f9f3ae.png) 0 0 repeat-x;
	background-image:url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMDYnIGhlaWdodD0nMzA2JyB2aWV3Qm94PScwIDAgMzA2IDMwNicgZmlsbD0nI2ZmZGI0ZCc+PHBhdGggZD0nTTE1MyAyMzAuNzc1bDk0LjM1IDY4Ljg1LTM1LjctMTEyLjIgOTQuMzUtNjYuM0gxOTEuMjVMMTUzIDYuMzc1bC0zOC4yNSAxMTQuNzVIMGw5NC4zNSA2Ni4zLTM1LjcgMTEyLjJ6Jy8+PC9zdmc+);
	background-size:18px 16px
}
.m-rating,
.m-rating__inner {
	display:-ms-inline-flexbox;
	display:inline-flex
}
.m-rating__inner {
	position:relative
}
.m-rating__stars {
	margin-top:1px;
	font-size:0;
	display:inline-block
}
.m-rating__stars--next {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	overflow:hidden;
	display:-ms-inline-flexbox;
	display:inline-flex
}
.m-rating__stars--next .svg-icon.svg-icon--star {
	fill:#ebcd1e;
	-ms-flex:0 0 15px;
	flex:0 0 15px;
	width:15px
}
.m-rating .svg-icon {
	fill:#e9e9e9;
	height:25px;
	width:25px;
	margin-right:3px
}
.m-rating .svg-icon:last-child {
	margin-right:0
}
.m-rating--large .svg-icon {
	height:20px;
	width:20px
}
.m-rating--in-review .svg-icon {
	width:14px;
	height:12px
}
.m-rating--rate-1 .svg-icon:first-child,
.m-rating--rate-2 .svg-icon:first-child,
.m-rating--rate-2 .svg-icon:nth-child(2),
.m-rating--rate-3 .svg-icon:first-child,
.m-rating--rate-3 .svg-icon:nth-child(2),
.m-rating--rate-3 .svg-icon:nth-child(3),
.m-rating--rate-4 .svg-icon:first-child,
.m-rating--rate-4 .svg-icon:nth-child(2),
.m-rating--rate-4 .svg-icon:nth-child(3),
.m-rating--rate-4 .svg-icon:nth-child(4),
.m-rating--rate-5 .svg-icon:first-child,
.m-rating--rate-5 .svg-icon:nth-child(2),
.m-rating--rate-5 .svg-icon:nth-child(3),
.m-rating--rate-5 .svg-icon:nth-child(4),
.m-rating--rate-5 .svg-icon:nth-child(5) {
	fill:#ebcd1e;
	stroke:#ebcd1e
}
.m-rating--dynamic .svg-icon {
	cursor:pointer
}
.b-related-categories {
	margin-bottom:40px
}
.b-related-categories__title {
	margin-bottom:25px
}
.b-related-categories__body {
	font-size:0
}
.b-related-categories__item {
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	font-size:20px;
	font-size:15px;
	line-height:1;
	color:#444;
	padding:12px 20px;
	border:1px solid #0ca5d3;
	border-radius:5px;
	margin-bottom:15px;
	margin-right:15px
}
.b-related-categories__item.active {
	background:#0ca5d3;
	color:#fff
}
.b-reviews-block {
	margin-bottom:40px
}
.b-reviews-block__title {
	margin-bottom:22px
}
.b-reviews-block__list {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.b-reviews-block__list-item {
	-ms-flex:0 0 31%;
	flex:0 0 31%;
	margin-right:3.5%;
	margin-bottom:30px
}
.b-reviews-block__list-item:nth-child(3n) {
	margin-right:0
}
.b-reviews-block__list-item:nth-child(1n+4) {
	display:none
}
.b-reviews-block__text {
	margin-bottom:50px
}
.b-reviews-block__view-more {
	display:block;
	text-decoration:none;
	cursor:pointer;
	color:#444;
	font-size:17px;
	font-weight:400;
	line-height:1;
	border-radius:5px;
	border:1px solid #e6e6e6;
	padding:22px 20px;
	text-align:center
}
.b-reviews-block--type-2 .b-reviews-block__list-item {
	-ms-flex:0 0 23.5%;
	flex:0 0 23.5%;
	margin-right:2%
}
.b-reviews-block--type-2 .b-reviews-block__list-item:nth-child(3n) {
	margin-right:2%
}
.b-reviews-block--type-2 .b-reviews-block__list-item:nth-child(4n) {
	margin-right:0
}
.b-reviews-block--type-2 .b-reviews-block__list-item:nth-child(1n+4) {
	display:block
}
.b-reviews-block--type-2 .b-reviews-block__list-item:nth-child(1n+5) {
	display:none
}
.reviews-form {
	margin-bottom:60px
}
.revFrm_in {
	font-size:25px;
	font-weight:700;
	text-align:center
}
.revFrm_in form {
	font-size:17px;
	text-align:left;
	font-weight:400
}
.reviews-form .blueColor {
	color:#0ca5d3
}
.revFrm_title {
	font-size:30px;
	color:#444;
	text-align:center;
	margin-bottom:30px
}
.reviews-form input[type="email"], .reviews-form input[type="number"], .reviews-form input[type="password"], .reviews-form input[type="tel"], .reviews-form input[type="text"], .reviews-form textarea {
	height: 60px;
	padding: 0 35px;
	border: 1px solid #e6e6e6;
	background: #f8f8f8;
	box-shadow: none;
	border-radius: 5px;
	font-size: 17px;
	width: 100%;
}
.reviews-form textarea {
	min-height:166px;
	height:auto;
	padding:20px 35px
}
.revFrm_group-wr {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom:25px
}
.revFrm_group-wr--1 {
	display:block
}
.revFrm_group-wr--2 {
	-ms-flex-align:center;
	align-items:center;
	padding:0 0 0 40px
}
.revFrm_group-wr--2>div {
	-ms-flex:0 0 49%;
	flex:0 0 49%;
	margin-right:2%
}
.revFrm_group-wr--2>div:nth-child(2n) {
	margin-right:0
}
.revFrm_group-wr--3>div {
	-ms-flex:0 0 32%;
	flex:0 0 32%;
	margin-right:2%
}
.revFrm_group-wr--3>div:nth-child(3n) {
	margin-right:0
}
.revFrm_group-wr--4 {
	padding-left:80px
}
.revFrm_group-wr--4>div {
	-ms-flex:0 0 23%;
	flex:0 0 23%;
	margin-right:2.666%
}
.revFrm_group-wr--4>div:nth-child(4n) {
	margin-right:0;
	text-align:right
}
.revFrm_item--green ::-webkit-input-placeholder {
	color:#00a651
}
.revFrm_item--green :-moz-placeholder,
.revFrm_item--green ::-moz-placeholder {
	color:#00a651
}
.revFrm_item--green :-ms-input-placeholder {
	color:#00a651
}
.revFrm_item--red ::-webkit-input-placeholder {
	color:#e71616
}
.revFrm_item--red :-moz-placeholder,
.revFrm_item--red ::-moz-placeholder {
	color:#e71616
}
.revFrm_item--red :-ms-input-placeholder {
	color:#e71616
}
.revFrm_item--rating {
	font-size:0
}
.revFrm_item-title {
	font-size:17px;
	color:#444;
	margin-bottom:14px
}
.revFrm_item-title span {
	color:#0ca5d3
}
.revFrm_item-body label {
	display:block;
	margin-bottom:6px
}
.revFrm_item-body label input[type=checkbox],
.revFrm_item-body label input[type=radio] {
	display:none
}
.revFrm_item-body label input[type=checkbox]~span,
.revFrm_item-body label input[type=radio]~span {
	position:relative;
	font-size:15px;
	display:inline-block;
	padding-left:30px;
	line-height:20px
}
.revFrm_item-body label input[type=checkbox]~span:before,
.revFrm_item-body label input[type=radio]~span:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:20px;
	height:20px;
	border:1px solid #e6e6e6;
	background:#f8f8f8;
	border-radius:4px
}
.revFrm_item-body label input[type=checkbox]:checked~span:after,
.revFrm_item-body label input[type=radio]:checked~span:after {
	content:"";
	position:absolute;
	left:2px;
	top:1px;
	width:12px;
	height:6px;
	margin:4px 0 0 2px;
	border-bottom:2px solid #e71616;
	border-left:2px solid #e71616;
	-webkit-transform:rotate(-50deg);
	transform:rotate(-50deg)
}
.revFrm_warning-title {
	font-size:24px;
	color:#444;
	margin-bottom:20px
}
.revFrm_warning-ico {
	display:inline-block;
	margin-right:10px
}
.revFrm_warning ul {
	padding:0;
	list-style-type:none
}
.revFrm_warning ul li {
	position:relative;
	font-size:15px;
	color:#444;
	margin-bottom:15px;
	padding-left:10px
}
.revFrm_warning ul li:before {
	position:absolute;
	content:"";
	width:5px;
	left:0;
	top:8px;
	height:1px;
	background-color:#444
}
.revFrm_btn-wr {
	margin-bottom:25px
}
.revFrm_btn-wr .button {
	font-weight:400;
	font-size:24px;
	width:100%;
	padding:20px;
	border-radius:5px
}
.revFrm_button-hint {
	text-align:center;
	font-size:15px
}
.b-main-banner {
	margin-bottom:40px
}
.b-reviews-thumbs__text-wr {
	position:relative;
	border:1px solid #e6e6e6;
	border-radius:5px;
	padding:16px 20px 20px;
	margin-bottom:26px;
	text-align:center
}
.b-reviews-thumbs__text-wr:before {
	content:"";
	position:absolute;
	right:16px;
	bottom:-23px;
	width:25px;
	height:23px;
	background:url(/build/images/reviewsafter.6c2a65b7.png) 0 0 no-repeat
}
.b-reviews-thumbs__text-wr:after {
	content:"";
	position:absolute;
	right:17px;
	bottom:-22px;
	border-style:solid;
	border-width:22px 7.5px 0;
	border-color:transparent;
	border-top-color:#fff;
	-webkit-transform:skewX(-30deg);
	transform:skewX(-30deg);
	display:none
}
.b-reviews-thumbs__text {
	color:#444;
	font-size:13px;
	line-height:1.2;
	overflow:hidden
}
.b-reviews-thumbs__star {
	display:inline-block;
	margin-bottom:18px;
	height:16px;
	width:80px;
	background:url(/build/images/star-grey.8ad01cd1.png) 0 0 repeat-x;
	background-size:16px 16px
}
.b-reviews-thumbs__star span {
	display:block;
	height:16px;
	background:url(/build/images/star.280f204a.png) 0 0 repeat-x;
	background-size:16px 16px
}
.b-reviews-thumbs__bottom {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-align:start;
	align-items:flex-start
}
.b-reviews-thumbs__name-wr {
	text-align:right;
	color:#444;
	font-size:11px;
	font-weight:400;
	line-height:1.1;
	-webkit-box-flex:1;
	-webkit-flex:1 0 0;
	-ms-flex:1 0 0;
	flex:1 0
}
.b-reviews-thumbs__name {
	text-transform:uppercase;
	font-size:13px
}
.b-reviews-thumbs__date {
	display:inline-block;
	color:#fff;
	font-size:11px;
	font-weight:400;
	line-height:1;
	padding:6px 10px 6px 28px;
	background:#0ca5d3 url(/local/templates/aidason/components/bitrix/news.list/revs/img/date-pic.png) 9px 50% no-repeat;
	border-radius:5px
}
.b-reviews__topline {
	margin-bottom:48px;
	display:-ms-flexbox;
	display:flex
}
.b-reviews__topline-left {
	-ms-flex: 1 1;
	flex: 1 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
}
.b-reviews__topline-right {
	-ms-flex:0 0 580px;
	flex:0 0 580px
}
.b-reviews__rating-circle-bar {
	-ms-flex:0 0 138px;
	flex:0 0 138px;
	width:138px;
	max-width:138px;
	margin-right:40px;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center
}
.b-reviews__rating-circle-bar .m-circle-progress-bar {
	width:138px;
	height:138px;
	-ms-flex:0 0 138px;
	flex:0 0 138px
}
.b-reviews__rating-folders-title {
	color:#444;
	font-size:15px;
	font-weight:700;
	line-height:1;
	margin-bottom:15px
}
.b-reviews__rating-folders-items {
	display:-ms-flexbox;
	display:flex;
	margin-bottom:20px;
	background:#f8f8f8;
	border:1px solid #e6e6e6;
	border-radius:5px
}
.b-reviews__rating-folders-item {
	position:relative;
	box-sizing:border-box;
	cursor:pointer;
	margin:-1px;
	color:#444;
	font-size:14px;
	line-height:1;
	text-transform:uppercase;
	border-radius:5px;
	-ms-flex:1 0 auto;
	flex:1 0 auto;
	text-align:center
}
.b-reviews__rating-folders-item a {
	text-decoration:none;
	color:#444;
	padding:22px 10px;
	display:block
}
.b-reviews__rating-folders-item:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border:1px solid transparent;
	box-sizing:border-box;
	pointer-events:none;
	border-radius:5px
}
.b-reviews__rating-folders-item.active,
.b-reviews__rating-folders-item:focus,
.b-reviews__rating-folders-item:hover {
	background:#fff
}
.b-reviews__rating-folders-item.active:before,
.b-reviews__rating-folders-item:focus:before,
.b-reviews__rating-folders-item:hover:before {
	border-color:#0ca5d3
}
.b-reviews__rating-folders-item--yandex span {
	color:#fa0b0b
}
.b-reviews__rating-folders-button {
	width:100%;
	font-size:25px;
	font-weight:400;
	border-radius:5px;
	padding:20px 10px
}
.b-reviews__item {
	margin-bottom:30px
}
.b-reviews__item--admin {
	margin-bottom:48px
}
.b-reviews__item--admin .m-reviews-item-visitor--admin {
	margin-left:auto
}
.b-reviews__all-button {
	margin-bottom:70px
}
.b-reviews__all-button a {
	max-width:198px;
	width:100%;
	height:50px;
	border-radius:25px;
	border:1px solid #444;
	color:#444;
	font-size:12px;
	font-weight:700;
	line-height:50px;
	text-align:center;
	display:block;
	text-decoration:none;
	margin:0 auto
}
.reviews-item {
	margin-bottom:35px
}
.reviews-item__text-wr {
	position:relative;
	border:1px solid #e6e6e6;
	border-radius:4px;
	padding:0 30px 20px;
	margin-bottom:26px
}
.reviews-item__text-wr:before {
	right:16px;
	bottom:-23px;
	border-style:solid;
	border-width:23px 9px 0;
	border-color:transparent;
	border-top-color:#e6e6e6
}
.reviews-item__text-wr:after,
.reviews-item__text-wr:before {
	content:"";
	position:absolute;
	-webkit-transform:skewX(30deg);
	transform:skewX(30deg)
}
.reviews-item__text-wr:after {
	right:17px;
	bottom:-22px;
	border-style:solid;
	border-width:22px 7.5px 0;
	border-color:transparent;
	border-top-color:#fff
}
.reviews-item__text-wr.antwort {
	margin-top:10px;
	margin-bottom:40px;
	padding-top:30px
}
.reviews-item__text-wr.antwort:after,
.reviews-item__text-wr.antwort:before {
	display:none
}
.reviews-item__top {
	border-bottom:1px solid #e6e6e6;
	padding:15px 0;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-bottom:15px
}
.reviews-item__top-left {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center
}
.reviews-item__top-left>div {
	margin-right:13px
}
.reviews-item__conclusion {
	border-radius:4px;
	border:1px solid #e6e6e6;
	background:#f8f8f8;
	padding:5px 20px 5px 12px;
	font-size:15px;
	color:#444;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-ms-flex-align:center;
	align-items:center
}
.reviews-item__conclusion-ico {
	height:22px;
	margin-right:7px
}
.reviews-item__conclusion-ico img {
	height:22px;
	max-width:100%
}
.reviews-item__star-bar {
	-ms-flex:0 0 90px;
	flex:0 0 90px;
	width:90px;
	max-width:90px;
	height:16px;
	background:url(/build/images/star-grey2.png) 0 0 repeat-x;
	background-image:url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMDYnIGhlaWdodD0nMzA2JyB2aWV3Qm94PScwIDAgMzA2IDMwNicgZmlsbD0nI2U2ZTZlNic+PHBhdGggZD0nTTE1MyAyMzAuNzc1bDk0LjM1IDY4Ljg1LTM1LjctMTEyLjIgOTQuMzUtNjYuM0gxOTEuMjVMMTUzIDYuMzc1bC0zOC4yNSAxMTQuNzVIMGw5NC4zNSA2Ni4zLTM1LjcgMTEyLjJ6Jy8+PC9zdmc+);
	background-size:18px 16px;
	position:relative;
	margin-right:12px
}
.reviews-item__star-progressbar {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:url(/build/images/star.png) 0 0 repeat-x;
	background-image:url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMDYnIGhlaWdodD0nMzA2JyB2aWV3Qm94PScwIDAgMzA2IDMwNicgZmlsbD0nI2ZmZGI0ZCc+PHBhdGggZD0nTTE1MyAyMzAuNzc1bDk0LjM1IDY4Ljg1LTM1LjctMTEyLjIgOTQuMzUtNjYuM0gxOTEuMjVMMTUzIDYuMzc1bC0zOC4yNSAxMTQuNzVIMGw5NC4zNSA2Ni4zLTM1LjcgMTEyLjJ6Jy8+PC9zdmc+);
	background-size:18px 16px
}
.reviews-item__time-period {
	font-size:13px;
	line-height:24px;
	color:#444;
	padding-left:35px;
	background:url(/local/templates/aidason/components/bitrix/news.list/revs/img/time33.png) 0 0 no-repeat
}
.reviews-item__gut-reviews {
	position:relative;
	cursor:pointer;
	padding:5px 0;
	font-size:15px;
	color:#444;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-ms-flex-align:center;
	align-items:center
}
.reviews-item__gut-reviews-ico {
	height:22px;
	margin-right:7px
}
.reviews-item__gut-reviews-ico img {
	height:22px;
	max-width:100%
}
.reviews-item__gut-reviews-text span {
	color:#00a651
}
.reviews-item__text-item {
	display:-ms-flexbox;
	display:flex;
	margin-bottom:15px;
	color:#444;
	font-size:15px
}
.reviews-item__text-item--benefits .reviews-item__text-title {
	color:#00a651
}
.reviews-item__text-item--disadvantages .reviews-item__text-title {
	color:#e71616
}
.reviews-item__text-title {
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	font-weight:700;
	margin-right:5px
}
.reviews-item__text-body {
	-ms-flex:1 1;
	flex:1 1
}
.reviews-item__audio {
	margin-bottom:30px
}
.reviews-item__audio-title {
	font-size:16px;
	font-weight:700;
	margin-bottom:15px
}
.reviews-item__audio-title span {
	color:#00abeb
}
.reviews-item__media-title {
	color:#444;
	margin-bottom:15px;
	font-weight:700
}
.reviews-item__media-body {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.reviews-item__media-video {
	-ms-flex:0 0 312px;
	flex:0 0 312px;
	margin-right:20px
}
.reviews-item__media-video .plyr--playing:focus .plyr__controls,
.reviews-item__media-video .plyr--playing:hover .plyr__controls {
	opacity:1;
	visibility:visible
}
.reviews-item__media-video .plyr__play-large {
	width:40px;
	height:40px;
	background:hsla(0,0%,100%,.53);
	border:none;
	padding:0;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center
}
.reviews-item__media-video .plyr__play-large:focus,
.reviews-item__media-video .plyr__play-large:hover {
	box-shadow:none
}
.reviews-item__media-video .plyr__play-large svg {
	width:14px;
	height:18px;
	color:#0ca5d3
}
.reviews-item__media-video .plyr__controls {
	opacity:0;
	visibility:hidden
}
.m-circle-progress-bar .pie_progress__svg svg ellipse {
	stroke:transparent
}
.m-circle-progress-bar .pie_progress__number {
	color:#444;
	font-size:18px;
	font-weight:700;
	line-height:1
}
.m-circle-progress-bar .pie_progress__number span {
	display:block;
	font-size:40px
}
.reviews-item__bottom {
	text-align:right
}
.reviews-item__name-wr {
	text-align:right;
	color:#444;
	font-size:11px;
	font-weight:400;
	line-height:1.1;
	margin-bottom:12px
}
.reviews-item__name-wr .reviews-item__source {
	display:inline-block;
	padding:4px 10px;
	border-radius:4px;
	background:#ffdb4d
}
.reviews-item__name {
	text-transform:uppercase;
	font-size:13px
}
.reviews-item__date {
	display:inline-block;
	color:#fff;
	font-size:11px;
	font-weight:400;
	line-height:1;
	padding:6px 10px 6px 28px;
	background:#0ca5d3 url(/local/templates/aidason/components/bitrix/news.list/revs/img/date-pic.png) 9px 50% no-repeat;
	border-radius:4px
}
.m-app-form__item-error ul,
.revFrm_item-error ul {
	padding:0;
	margin:5px 0 0;
	list-style:none;
	font-size:12px;
	color:red
}
.view-more-reviews {
	display:block;
	text-decoration:none;
	cursor:pointer;
	font-size:17px;
	font-weight:400;
	line-height:1;
	border:1px solid #e6e6e6;
	padding:22px 20px;
	text-align:center;
	margin-bottom:20px
}
.view-more-reviews.disabled {
	display:none
}
.m-rating--dynamic .svg-icon {
	cursor: pointer;
}
.m-rating .svg-icon {
	fill:	#e9e9e9;
	height: 25px;
	width: 25px;
	margin-right: 3px;
}
.svg-icon {
	display: inline-block;
}
.svg-icon__link {
	vertical-align: top;
	fill: inherit;
	width: inherit;
	height: inherit;
}
.m-rating--rate-1 .svg-icon:first-child, .m-rating--rate-2 .svg-icon:first-child, .m-rating--rate-2 .svg-icon:nth-child(2), .m-rating--rate-3 .svg-icon:first-child, .m-rating--rate-3 .svg-icon:nth-child(2), .m-rating--rate-3 .svg-icon:nth-child(3), .m-rating--rate-4 .svg-icon:first-child, .m-rating--rate-4 .svg-icon:nth-child(2), .m-rating--rate-4 .svg-icon:nth-child(3), .m-rating--rate-4 .svg-icon:nth-child(4), .m-rating--rate-5 .svg-icon:first-child, .m-rating--rate-5 .svg-icon:nth-child(2), .m-rating--rate-5 .svg-icon:nth-child(3), .m-rating--rate-5 .svg-icon:nth-child(4), .m-rating--rate-5 .svg-icon:nth-child(5) {
	fill: #ebcd1e;
	stroke: #ebcd1e;
}
/* End */


/* Start:/local/templates/aidason/revs.css?160388909222245*/

.ratProg_title-wrap {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:end;
	align-items:flex-end;
	margin-bottom:10px
}
.ratProg_title {
	color:#444;
	font-size:15px;
	font-weight:700;
	line-height:1;
	margin-right:10px
}
.ratProg_title-right {
	position:relative;
	height:16px;
	padding-left:100px;
	font-size:13px;
	line-height:20px;
	color:#444;
	font-weight:400
}
.ratProg_title-bar {
	position:absolute;
	left:0;
	top:0;
	width:88px;
	height:16px;
	background:url(/build/images/star-grey2.e47cac8f.png) 0 0 repeat-x;
	background-image:url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMDYnIGhlaWdodD0nMzA2JyB2aWV3Qm94PScwIDAgMzA2IDMwNicgZmlsbD0nI2U2ZTZlNic+PHBhdGggZD0nTTE1MyAyMzAuNzc1bDk0LjM1IDY4Ljg1LTM1LjctMTEyLjIgOTQuMzUtNjYuM0gxOTEuMjVMMTUzIDYuMzc1bC0zOC4yNSAxMTQuNzVIMGw5NC4zNSA2Ni4zLTM1LjcgMTEyLjJ6Jy8+PC9zdmc+);
	background-size:18px 16px
}
.ratProg_title-progressbar {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:url(/build/images/star2.f5f9f3ae.png) 0 0 repeat-x;
	background-image:url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMDYnIGhlaWdodD0nMzA2JyB2aWV3Qm94PScwIDAgMzA2IDMwNicgZmlsbD0nI2ZmZGI0ZCc+PHBhdGggZD0nTTE1MyAyMzAuNzc1bDk0LjM1IDY4Ljg1LTM1LjctMTEyLjIgOTQuMzUtNjYuM0gxOTEuMjVMMTUzIDYuMzc1bC0zOC4yNSAxMTQuNzVIMGw5NC4zNSA2Ni4zLTM1LjcgMTEyLjJ6Jy8+PC9zdmc+);
	background-size:18px 16px
}
.ratProg_item {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	color:#444;
	font-size:13px;
	font-weight:400;
	line-height:22px
}
.ratProg_item--5 .ratProg_item-progressbar {
	width:100%
}
.ratProg_item--4 .ratProg_item-progressbar {
	width:80%
}
.ratProg_item--3 .ratProg_item-progressbar {
	width:60%
}
.ratProg_item--2 .ratProg_item-progressbar {
	width:40%
}
.ratProg_item--1 .ratProg_item-progressbar {
	width:18px
}
.ratProg_item-number {
	margin-right:10px
}
.ratProg_item-bar {
	-ms-flex:0 0 90px;
	flex:0 0 90px;
	width:90px;
	max-width:90px;
	height:16px;
	background:url(/build/images/star-grey2.e47cac8f.png) 0 0 repeat-x;
	background-image:url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMDYnIGhlaWdodD0nMzA2JyB2aWV3Qm94PScwIDAgMzA2IDMwNicgZmlsbD0nI2U2ZTZlNic+PHBhdGggZD0nTTE1MyAyMzAuNzc1bDk0LjM1IDY4Ljg1LTM1LjctMTEyLjIgOTQuMzUtNjYuM0gxOTEuMjVMMTUzIDYuMzc1bC0zOC4yNSAxMTQuNzVIMGw5NC4zNSA2Ni4zLTM1LjcgMTEyLjJ6Jy8+PC9zdmc+);
	background-size:18px 16px;
	position:relative;
	margin-right:12px
}
.ratProg_item-progressbar {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:url(/build/images/star2.f5f9f3ae.png) 0 0 repeat-x;
	background-image:url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMDYnIGhlaWdodD0nMzA2JyB2aWV3Qm94PScwIDAgMzA2IDMwNicgZmlsbD0nI2ZmZGI0ZCc+PHBhdGggZD0nTTE1MyAyMzAuNzc1bDk0LjM1IDY4Ljg1LTM1LjctMTEyLjIgOTQuMzUtNjYuM0gxOTEuMjVMMTUzIDYuMzc1bC0zOC4yNSAxMTQuNzVIMGw5NC4zNSA2Ni4zLTM1LjcgMTEyLjJ6Jy8+PC9zdmc+);
	background-size:18px 16px
}
.m-rating,
.m-rating__inner {
	display:-ms-inline-flexbox;
	display:inline-flex
}
.m-rating__inner {
	position:relative
}
.m-rating__stars {
	margin-top:1px;
	font-size:0;
	display:inline-block
}
.m-rating__stars--next {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	overflow:hidden;
	display:-ms-inline-flexbox;
	display:inline-flex
}
.m-rating__stars--next .svg-icon.svg-icon--star {
	fill:#ebcd1e;
	-ms-flex:0 0 15px;
	flex:0 0 15px;
	width:15px
}
.m-rating .svg-icon {
	fill:#e9e9e9;
	height:25px;
	width:25px;
	margin-right:3px
}
.m-rating .svg-icon:last-child {
	margin-right:0
}
.m-rating--large .svg-icon {
	height:20px;
	width:20px
}
.m-rating--in-review .svg-icon {
	width:14px;
	height:12px
}
.m-rating--rate-1 .svg-icon:first-child,
.m-rating--rate-2 .svg-icon:first-child,
.m-rating--rate-2 .svg-icon:nth-child(2),
.m-rating--rate-3 .svg-icon:first-child,
.m-rating--rate-3 .svg-icon:nth-child(2),
.m-rating--rate-3 .svg-icon:nth-child(3),
.m-rating--rate-4 .svg-icon:first-child,
.m-rating--rate-4 .svg-icon:nth-child(2),
.m-rating--rate-4 .svg-icon:nth-child(3),
.m-rating--rate-4 .svg-icon:nth-child(4),
.m-rating--rate-5 .svg-icon:first-child,
.m-rating--rate-5 .svg-icon:nth-child(2),
.m-rating--rate-5 .svg-icon:nth-child(3),
.m-rating--rate-5 .svg-icon:nth-child(4),
.m-rating--rate-5 .svg-icon:nth-child(5) {
	fill:#ebcd1e;
	stroke:#ebcd1e
}
.m-rating--dynamic .svg-icon {
	cursor:pointer
}
.b-related-categories {
	margin-bottom:40px
}
.b-related-categories__title {
	margin-bottom:25px
}
.b-related-categories__body {
	font-size:0
}
.b-related-categories__item {
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	font-size:20px;
	font-size:15px;
	line-height:1;
	color:#444;
	padding:12px 20px;
	border:1px solid #0ca5d3;
	border-radius:5px;
	margin-bottom:15px;
	margin-right:15px
}
.b-related-categories__item.active {
	background:#0ca5d3;
	color:#fff
}
.b-reviews-block {
	margin-bottom:40px
}
.b-reviews-block__title {
	margin-bottom:22px
}
.b-reviews-block__list {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.b-reviews-block__list-item {
	-ms-flex:0 0 31%;
	flex:0 0 31%;
	margin-right:3.5%;
	margin-bottom:30px
}
.b-reviews-block__list-item:nth-child(3n) {
	margin-right:0
}
.b-reviews-block__list-item:nth-child(1n+4) {
	display:none
}
.b-reviews-block__text {
	margin-bottom:50px
}
.b-reviews-block__view-more {
	display:block;
	text-decoration:none;
	cursor:pointer;
	color:#444;
	font-size:17px;
	font-weight:400;
	line-height:1;
	border-radius:5px;
	border:1px solid #e6e6e6;
	padding:22px 20px;
	text-align:center
}
.b-reviews-block--type-2 .b-reviews-block__list-item {
	-ms-flex:0 0 23.5%;
	flex:0 0 23.5%;
	margin-right:2%
}
.b-reviews-block--type-2 .b-reviews-block__list-item:nth-child(3n) {
	margin-right:2%
}
.b-reviews-block--type-2 .b-reviews-block__list-item:nth-child(4n) {
	margin-right:0
}
.b-reviews-block--type-2 .b-reviews-block__list-item:nth-child(1n+4) {
	display:block
}
.b-reviews-block--type-2 .b-reviews-block__list-item:nth-child(1n+5) {
	display:none
}
.reviews-form {
	margin-bottom:60px
}
.revFrm_in {
	font-size:25px;
	font-weight:700;
	text-align:center
}
.revFrm_in form {
	font-size:17px;
	text-align:left;
	font-weight:400
}
.reviews-form .blueColor {
	color:#0ca5d3
}
.revFrm_title {
	font-size:30px;
	color:#444;
	text-align:center;
	margin-bottom:30px
}
.reviews-form input[type="email"], .reviews-form input[type="number"], .reviews-form input[type="password"], .reviews-form input[type="tel"], .reviews-form input[type="text"], .reviews-form textarea {
	height: 60px;
	padding: 0 35px;
	border: 1px solid #e6e6e6;
	background: #f8f8f8;
	box-shadow: none;
	border-radius: 5px;
	font-size: 17px;
	width: 100%;
}
.reviews-form textarea {
	min-height:166px;
	height:auto;
	padding:20px 35px
}
.revFrm_group-wr {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom:25px
}
.revFrm_group-wr--1 {
	display:block
}
.revFrm_group-wr--2 {
	-ms-flex-align:center;
	align-items:center;
	padding:0 0 0 40px
}
.revFrm_group-wr--2>div {
	-ms-flex:0 0 49%;
	flex:0 0 49%;
	margin-right:2%
}
.revFrm_group-wr--2>div:nth-child(2n) {
	margin-right:0
}
.revFrm_group-wr--3>div {
	-ms-flex:0 0 32%;
	flex:0 0 32%;
	margin-right:2%
}
.revFrm_group-wr--3>div:nth-child(3n) {
	margin-right:0
}
.revFrm_group-wr--4 {
	padding-left:80px
}
.revFrm_group-wr--4>div {
	-ms-flex:0 0 23%;
	flex:0 0 23%;
	margin-right:2.666%
}
.revFrm_group-wr--4>div:nth-child(4n) {
	margin-right:0;
	text-align:right
}
.revFrm_item--green ::-webkit-input-placeholder {
	color:#00a651
}
.revFrm_item--green :-moz-placeholder,
.revFrm_item--green ::-moz-placeholder {
	color:#00a651
}
.revFrm_item--green :-ms-input-placeholder {
	color:#00a651
}
.revFrm_item--red ::-webkit-input-placeholder {
	color:#e71616
}
.revFrm_item--red :-moz-placeholder,
.revFrm_item--red ::-moz-placeholder {
	color:#e71616
}
.revFrm_item--red :-ms-input-placeholder {
	color:#e71616
}
.revFrm_item--rating {
	font-size:0
}
.revFrm_item-title {
	font-size:17px;
	color:#444;
	margin-bottom:14px
}
.revFrm_item-title span {
	color:#0ca5d3
}
.revFrm_item-body label {
	display:block;
	margin-bottom:6px
}
.revFrm_item-body label input[type=checkbox],
.revFrm_item-body label input[type=radio] {
	display:none
}
.revFrm_item-body label input[type=checkbox]~span,
.revFrm_item-body label input[type=radio]~span {
	position:relative;
	font-size:15px;
	display:inline-block;
	padding-left:30px;
	line-height:20px
}
.revFrm_item-body label input[type=checkbox]~span:before,
.revFrm_item-body label input[type=radio]~span:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:20px;
	height:20px;
	border:1px solid #e6e6e6;
	background:#f8f8f8;
	border-radius:4px
}
.revFrm_item-body label input[type=checkbox]:checked~span:after,
.revFrm_item-body label input[type=radio]:checked~span:after {
	content:"";
	position:absolute;
	left:2px;
	top:1px;
	width:12px;
	height:6px;
	margin:4px 0 0 2px;
	border-bottom:2px solid #e71616;
	border-left:2px solid #e71616;
	-webkit-transform:rotate(-50deg);
	transform:rotate(-50deg)
}
.revFrm_warning-title {
	font-size:24px;
	color:#444;
	margin-bottom:20px
}
.revFrm_warning-ico {
	display:inline-block;
	margin-right:10px
}
.revFrm_warning ul {
	padding:0;
	list-style-type:none
}
.revFrm_warning ul li {
	position:relative;
	font-size:15px;
	color:#444;
	margin-bottom:15px;
	padding-left:10px
}
.revFrm_warning ul li:before {
	position:absolute;
	content:"";
	width:5px;
	left:0;
	top:8px;
	height:1px;
	background-color:#444
}
.revFrm_btn-wr {
	margin-bottom:25px
}
.revFrm_btn-wr .button {
	font-weight:400;
	font-size:24px;
	width:100%;
	padding:20px;
	border-radius:5px
}
.revFrm_button-hint {
	text-align:center;
	font-size:15px
}
.b-main-banner {
	margin-bottom:40px
}
.b-reviews-thumbs__text-wr {
	position:relative;
	border:1px solid #e6e6e6;
	border-radius:5px;
	padding:16px 20px 20px;
	margin-bottom:26px;
	text-align:center
}
.b-reviews-thumbs__text-wr:before {
	content:"";
	position:absolute;
	right:16px;
	bottom:-23px;
	width:25px;
	height:23px;
	background:url(/build/images/reviewsafter.6c2a65b7.png) 0 0 no-repeat
}
.b-reviews-thumbs__text-wr:after {
	content:"";
	position:absolute;
	right:17px;
	bottom:-22px;
	border-style:solid;
	border-width:22px 7.5px 0;
	border-color:transparent;
	border-top-color:#fff;
	-webkit-transform:skewX(-30deg);
	transform:skewX(-30deg);
	display:none
}
.b-reviews-thumbs__text {
	color:#444;
	font-size:13px;
	line-height:1.2;
	overflow:hidden
}
.b-reviews-thumbs__star {
	display:inline-block;
	margin-bottom:18px;
	height:16px;
	width:80px;
	background:url(/build/images/star-grey.8ad01cd1.png) 0 0 repeat-x;
	background-size:16px 16px
}
.b-reviews-thumbs__star span {
	display:block;
	height:16px;
	background:url(/build/images/star.280f204a.png) 0 0 repeat-x;
	background-size:16px 16px
}
.b-reviews-thumbs__bottom {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-align:start;
	align-items:flex-start
}
.b-reviews-thumbs__name-wr {
	text-align:right;
	color:#444;
	font-size:11px;
	font-weight:400;
	line-height:1.1;
	-webkit-box-flex:1;
	-webkit-flex:1 0 0;
	-ms-flex:1 0 0;
	flex:1 0
}
.b-reviews-thumbs__name {
	text-transform:uppercase;
	font-size:13px
}
.b-reviews-thumbs__date {
	display:inline-block;
	color:#fff;
	font-size:11px;
	font-weight:400;
	line-height:1;
	padding:6px 10px 6px 28px;
	background:#0ca5d3 url(/local/templates/aidason/img/date-pic.png) 9px 50% no-repeat;
	border-radius:5px
}
.b-reviews__topline {
	margin-bottom:48px;
	display:-ms-flexbox;
	display:flex
}
.b-reviews__topline-left {
	-ms-flex: 1 1;
	flex: 1 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
}
.b-reviews__topline-right {
	-ms-flex:0 0 580px;
	flex:0 0 580px
}
.b-reviews__rating-circle-bar {
	-ms-flex:0 0 138px;
	flex:0 0 138px;
	width:138px;
	max-width:138px;
	margin-right:40px;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center
}
.b-reviews__rating-circle-bar .m-circle-progress-bar {
	width:138px;
	height:138px;
	-ms-flex:0 0 138px;
	flex:0 0 138px
}
.b-reviews__rating-folders-title {
	color:#444;
	font-size:15px;
	font-weight:700;
	line-height:1;
	margin-bottom:15px
}
.b-reviews__rating-folders-items {
	display:-ms-flexbox;
	display:flex;
	margin-bottom:20px;
	background:#f8f8f8;
	border:1px solid #e6e6e6;
	border-radius:5px
}
.b-reviews__rating-folders-item {
	position:relative;
	box-sizing:border-box;
	cursor:pointer;
	margin:-1px;
	color:#444;
	font-size:14px;
	line-height:1;
	text-transform:uppercase;
	border-radius:5px;
	-ms-flex:1 0 auto;
	flex:1 0 auto;
	text-align:center
}
.b-reviews__rating-folders-item a {
	text-decoration:none;
	color:#444;
	padding:22px 10px;
	display:block
}
.b-reviews__rating-folders-item:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border:1px solid transparent;
	box-sizing:border-box;
	pointer-events:none;
	border-radius:5px
}
.b-reviews__rating-folders-item.active,
.b-reviews__rating-folders-item:focus,
.b-reviews__rating-folders-item:hover {
	background:#fff
}
.b-reviews__rating-folders-item.active:before,
.b-reviews__rating-folders-item:focus:before,
.b-reviews__rating-folders-item:hover:before {
	border-color:#0ca5d3
}
.b-reviews__rating-folders-item--yandex span {
	color:#fa0b0b
}
.b-reviews__rating-folders-button {
	width:100%;
	font-size:25px;
	font-weight:400;
	border-radius:5px;
	padding:20px 10px
}
.b-reviews__item {
	margin-bottom:30px
}
.b-reviews__item--admin {
	margin-bottom:48px
}
.b-reviews__item--admin .m-reviews-item-visitor--admin {
	margin-left:auto
}
.b-reviews__all-button {
	margin-bottom:70px
}
.b-reviews__all-button a {
	max-width:198px;
	width:100%;
	height:50px;
	border-radius:25px;
	border:1px solid #444;
	color:#444;
	font-size:12px;
	font-weight:700;
	line-height:50px;
	text-align:center;
	display:block;
	text-decoration:none;
	margin:0 auto
}
.reviews-item {
	margin-bottom:35px
}
.reviews-item__text-wr {
	position:relative;
	border:1px solid #e6e6e6;
	border-radius:4px;
	padding:0 30px 20px;
	margin-bottom:26px
}
.reviews-item__text-wr:before {
	right:16px;
	bottom:-23px;
	border-style:solid;
	border-width:23px 9px 0;
	border-color:transparent;
	border-top-color:#e6e6e6
}
.reviews-item__text-wr:after,
.reviews-item__text-wr:before {
	content:"";
	position:absolute;
	-webkit-transform:skewX(30deg);
	transform:skewX(30deg)
}
.reviews-item__text-wr:after {
	right:17px;
	bottom:-22px;
	border-style:solid;
	border-width:22px 7.5px 0;
	border-color:transparent;
	border-top-color:#fff
}
.reviews-item__text-wr.antwort {
	margin-top:10px;
	margin-bottom:40px;
	padding-top:30px
}
.reviews-item__text-wr.antwort:after,
.reviews-item__text-wr.antwort:before {
	display:none
}
.reviews-item__top {
	border-bottom:1px solid #e6e6e6;
	padding:15px 0;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-bottom:15px
}
.reviews-item__top-left {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center
}
.reviews-item__top-left>div {
	margin-right:13px
}
.reviews-item__conclusion {
	border-radius:4px;
	border:1px solid #e6e6e6;
	background:#f8f8f8;
	padding:5px 20px 5px 12px;
	font-size:15px;
	color:#444;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-ms-flex-align:center;
	align-items:center
}
.reviews-item__conclusion-ico {
	height:22px;
	margin-right:7px
}
.reviews-item__conclusion-ico img {
	height:22px;
	max-width:100%
}
.reviews-item__star-bar {
	-ms-flex:0 0 90px;
	flex:0 0 90px;
	width:90px;
	max-width:90px;
	height:16px;
	background:url(/build/images/star-grey2.png) 0 0 repeat-x;
	background-image:url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMDYnIGhlaWdodD0nMzA2JyB2aWV3Qm94PScwIDAgMzA2IDMwNicgZmlsbD0nI2U2ZTZlNic+PHBhdGggZD0nTTE1MyAyMzAuNzc1bDk0LjM1IDY4Ljg1LTM1LjctMTEyLjIgOTQuMzUtNjYuM0gxOTEuMjVMMTUzIDYuMzc1bC0zOC4yNSAxMTQuNzVIMGw5NC4zNSA2Ni4zLTM1LjcgMTEyLjJ6Jy8+PC9zdmc+);
	background-size:18px 16px;
	position:relative;
	margin-right:12px
}
.reviews-item__star-progressbar {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:url(/build/images/star.png) 0 0 repeat-x;
	background-image:url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMDYnIGhlaWdodD0nMzA2JyB2aWV3Qm94PScwIDAgMzA2IDMwNicgZmlsbD0nI2ZmZGI0ZCc+PHBhdGggZD0nTTE1MyAyMzAuNzc1bDk0LjM1IDY4Ljg1LTM1LjctMTEyLjIgOTQuMzUtNjYuM0gxOTEuMjVMMTUzIDYuMzc1bC0zOC4yNSAxMTQuNzVIMGw5NC4zNSA2Ni4zLTM1LjcgMTEyLjJ6Jy8+PC9zdmc+);
	background-size:18px 16px
}
.reviews-item__time-period {
	font-size:13px;
	line-height:24px;
	color:#444;
	padding-left:35px;
	background:url(/local/templates/aidason/img/time33.png) 0 0 no-repeat
}
.reviews-item__gut-reviews {
	position:relative;
	/*cursor:pointer;*/
	padding:5px 0;
	font-size:15px;
	color:#444;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-ms-flex-align:center;
	align-items:center
}
.reviews-item__gut-reviews-ico {
	height:22px;
	margin-right:7px
}
.reviews-item__gut-reviews-ico img {
	height:22px;
	max-width:100%
}
.reviews-item__gut-reviews-text span {
	color:#00a651
}
.reviews-item__text-item {
	display:-ms-flexbox;
	display:flex;
	margin-bottom:15px;
	color:#444;
	font-size:15px
}
.reviews-item__text-item--benefits .reviews-item__text-title {
	color:#00a651
}
.reviews-item__text-item--disadvantages .reviews-item__text-title {
	color:#e71616
}
.reviews-item__text-title {
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	font-weight:700;
	margin-right:5px
}
.reviews-item__text-body {
	-ms-flex:1 1;
	flex:1 1
}
.reviews-item__audio {
	margin-bottom:30px
}
.reviews-item__audio-title {
	font-size:16px;
	font-weight:700;
	margin-bottom:15px
}
.reviews-item__audio-title span {
	color:#00abeb
}
.b-reviews__rating-folders{
	cursor: pointer;
}
.reviews-item__media-title {
	color:#444;
	margin-bottom:15px;
	font-weight:700
}
.reviews-item__media-body {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.reviews-item__media-video {
	-ms-flex:0 0 312px;
	flex:0 0 312px;
	margin-right:20px
}
.reviews-item__media-video .plyr--playing:focus .plyr__controls,
.reviews-item__media-video .plyr--playing:hover .plyr__controls {
	opacity:1;
	visibility:visible
}
.reviews-item__media-video .plyr__play-large {
	width:40px;
	height:40px;
	background:hsla(0,0%,100%,.53);
	border:none;
	padding:0;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center
}
.reviews-item__media-video .plyr__play-large:focus,
.reviews-item__media-video .plyr__play-large:hover {
	box-shadow:none
}
.reviews-item__media-video .plyr__play-large svg {
	width:14px;
	height:18px;
	color:#0ca5d3
}
.reviews-item__media-video .plyr__controls {
	opacity:0;
	visibility:hidden
}
.m-circle-progress-bar .pie_progress__svg svg ellipse {
	stroke:transparent
}
.m-circle-progress-bar .pie_progress__number {
	color:#444;
	font-size:18px;
	font-weight:700;
	line-height:1
}
.m-circle-progress-bar .pie_progress__number span {
	display:block;
	font-size:40px
}
.reviews-item__bottom {
	text-align:right
}
.reviews-item__name-wr {
	text-align:right;
	color:#444;
	font-size:11px;
	font-weight:400;
	line-height:1.1;
	margin-bottom:12px
}
.reviews-item__name-wr .reviews-item__source {
	display:inline-block;
	padding:4px 10px;
	border-radius:4px;
	background:#ffdb4d
}
.reviews-item__name {
	text-transform:uppercase;
	font-size:13px
}
.reviews-item__date {
	display:inline-block;
	color:#fff;
	font-size:11px;
	font-weight:400;
	line-height:1;
	padding:6px 10px 6px 28px;
	background:#0ca5d3 url(/local/templates/aidason/img/date-pic.png) 9px 50% no-repeat;
	border-radius:4px
}
.m-app-form__item-error ul,
.revFrm_item-error ul {
	padding:0;
	margin:5px 0 0;
	list-style:none;
	font-size:12px;
	color:red
}
.view-more-reviews {
	display:block;
	text-decoration:none;
	cursor:pointer;
	font-size:17px;
	font-weight:400;
	line-height:1;
	border:1px solid #e6e6e6;
	padding:22px 20px;
	text-align:center;
	margin-bottom:20px
}
.view-more-reviews.disabled {
	display:none
}
.m-rating--dynamic .svg-icon {
	cursor: pointer;
}
.m-rating .svg-icon {
	fill:	#e9e9e9;
	height: 25px;
	width: 25px;
	margin-right: 3px;
}
.svg-icon {
	display: inline-block;
}
.svg-icon__link {
	vertical-align: top;
	fill: inherit;
	width: inherit;
	height: inherit;
}
.m-rating--rate-1 .svg-icon:first-child, .m-rating--rate-2 .svg-icon:first-child, .m-rating--rate-2 .svg-icon:nth-child(2), .m-rating--rate-3 .svg-icon:first-child, .m-rating--rate-3 .svg-icon:nth-child(2), .m-rating--rate-3 .svg-icon:nth-child(3), .m-rating--rate-4 .svg-icon:first-child, .m-rating--rate-4 .svg-icon:nth-child(2), .m-rating--rate-4 .svg-icon:nth-child(3), .m-rating--rate-4 .svg-icon:nth-child(4), .m-rating--rate-5 .svg-icon:first-child, .m-rating--rate-5 .svg-icon:nth-child(2), .m-rating--rate-5 .svg-icon:nth-child(3), .m-rating--rate-5 .svg-icon:nth-child(4), .m-rating--rate-5 .svg-icon:nth-child(5) {
	fill: #ebcd1e;
	stroke: #ebcd1e;
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?16038890282530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */
/* /local/templates/aidason/css/lightslider.css?16038890927987 */
/* /local/templates/aidason/components/bitrix/catalog.element/prod/style.css?1606843014556 */
/* /local/templates/aidason/components/bitrix/news.list/revs/style.css?160388909221232 */
/* /local/templates/aidason/revs.css?160388909222245 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?16038890282530 */
