

/* Start:/local/templates/fissman_fast/components/bitrix/news.list/reviews_inner/style.css?17649239041955*/
.reviews-inner{
	flex: 1;
}
.reviews-inner__item{
	border: 1px solid #ececec;
	margin: 0 0 30px;
}
.reviews-inner__review{
	padding: 26px 51px 36px;
}
.reviews-inner__answer{
	padding: 26px 51px 25px;
	border-top: 1px solid #ececec;
	background: #fcfcfc;
	font-size: 13px;
	color: #777;
}
.reviews-inner__top{
	margin: 0 0 20px;
}
.reviews-inner__date{
	font-size: 12px;
    font-weight: 300;
    color: #6a737e;
    text-transform: capitalize;
}
.reviews-inner__name{
	font-size: 18px;
    font-weight: 400;
}
.reviews-inner__rating{
    line-height: normal;
}
.reviews-inner__rating span{
	margin: 0 3px 0 0;
}
.reviews-inner__rating svg{
	fill: none;
    width: 21px;
    height: 19px;
}
.reviews-inner__rating path{
	fill: #e6c553;
}
.rating-empty path{
	fill: #ddd;
}
.page-columns.flex{
	align-items: flex-start;
	justify-content: flex-start;
	padding: 0 0 50px;
}
.page-columns__menu{
	flex: none;
	width: 292px;
	padding: 0 32px 0 0;
}
.review-files.flex{
	justify-content: start;
	align-items: flex-start;
	flex-wrap: wrap;
	font-size: 15px;
	margin: 19px 0 0;
}
.review-files__type{
	width: 50%;
	line-height: normal;
	padding: 0 0 0 60px;
	margin: 14px 0 0;
	position: relative;
}
.review-files__type:after{
	content: "";
	width: 40px;
    height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/local/templates/fissman_fast/components/bitrix/news.list/reviews_inner/./images/docs.svg) no-repeat 0 0;
}
.review-files__jpeg:after, .review-files__jpg:after{
	background-position: -42px -42px;
}
.review-files__png:after{
	background-position: -84px -84px;
}
.review-files__bmp:after{
	background-position: -42px -126px;
}
.review-files__type a{
	color: #333;
}
.review-files__type a:hover{
	color: #00BDCF;
}
.review-files__type p{
	font-size: 14px;
	color: #999;
	margin: 5px 0 0;
}

@media screen and (max-width: 620px){
	.reviews-inner__review, .reviews-inner__answer {
		padding: 20px;
	}
	.review-files.flex{
		margin: 19px 0;
		flex-direction: column;
	}
	.review-files__type{
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/fissman_fast/components/bitrix/menu/left_menu/style.css?1764923903478*/
.left-menu__inner-page{
	background: #fff;
	border: 1px solid #ececec;
}
.left-menu__inner-page a{
	font-weight: 300;
    font-size: 14px;
    height: 100%;
    overflow: hidden;
    padding: 18px 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
	display: block;
	transition: background ease .2s;
}
.left-menu__inner-page a:hover{
	background: #f7f7f7;
}

@media screen and (max-width: 620px) {
    .page-columns__menu{
        display: none;
    }
}
/* End */


/* Start:/local/components/fissman_fast/add_review/templates/button/style.css?17649239016504*/
.gray-overlay {
    display: none;
    position: fixed;
    z-index: 11000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
}
.gray-overlay:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.62);
    left: 0;
    top: 0;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: -1;
}
.modalwin .detail-checkbox a{
    margin: 0 !important;
}
.gray-overlay__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.modalwin {
    display: none;
    width: 90%;
    max-width: 814px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 6px 10px 0px rgb(0 0 0 / 14%);
    border: #dadada 1px solid;
    position: relative;
}
.modalwin-close, .input-fake-file__button i{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 12px;
    right: 12px;
    transform: rotate(45deg);
    z-index: 1;
}
.modalwin-close:before, .modalwin-close:after, .input-fake-file__button i:before, .input-fake-file__button i:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.modalwin-close:after, .input-fake-file__button i:after{
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.modalwin-columns__inner-right {
    flex: 1;
    padding: 30px 31px;
}
.modalwin .title {
    position: relative;
    text-align: center;
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
    margin: 0 0 41px;
}
.add-review-modal{
	max-width: 580px;
}
.modalwin__label{
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 8px;
    display: block;
}
.modalwin__input-wrap{
    position: relative;
	margin: 0 0 17px;
}
.modalwin__input, .input-fake-file{
    width: 100%;
    border: #eaeaea 1px solid;
    border-radius: 2px;
    resize: none;
    font-weight: 400;
    font-size: 14px;
    height: 47px;
    padding: 0 10px;
}
.modalwin__input.error{
    border-color: #f9857c;
}
textarea.modalwin__input{
    height: 90px;
    padding: 5px 10px;
    display: block;
}
.modalwin__input[type="text"]::-webkit-input-placeholder {color:#9fa5b1;}
.modalwin__input[type="text"]::-moz-placeholder          {color:#9fa5b1;}
.modalwin__input[type="text"]:-moz-placeholder           {color:#9fa5b1;}
.modalwin__input[type="text"]:-ms-input-placeholder      {color:#9fa5b1;}

.input-file{
	display: none;
}
.input-fake-file{
	color:#9fa5b1;
	line-height: 47px;
	position: relative;
	padding: 0 60px 0 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	background: url(/local/components/fissman_fast/add_review/templates/button/./images/file-ico.svg) no-repeat 10px center;
}
.input-fake-file__button{
	display: none;
	position: absolute;
    right: -1px;
    width: 47px;
    top: -1px;
    bottom: -1px;
    z-index: 10;
    border-radius: 0 2px 2px 0;
	border-left: #eee 1px solid;
}
.input-fake-file__button i{
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.modalwin__rating.flex{
	display: inline-flex;
	vertical-align: middle;
    line-height: normal;
}
.modalwin__rating li{
	margin: 0 3px 0 0;
	cursor: pointer;
}
.modalwin__rating svg{
	fill: none;
	width: 21px;
	height: 19px;
}
.modalwin__rating path{
	fill: #ddd;
}
.modalwin__rating .sel path{
	fill: #e6c553;
}
.modalwin__rating-hint{
    margin: 0 0 0 5px;
    position: relative;
    padding: 0 0 0 24px;
    color: #999999;
    font-size: 13px;
}
.modalwin__rating-hint:before{
    content: "\2014";
    position: absolute;
    left: 0;
    top: 0;
	line-height: normal;
}
.detail-checkbox{
    font-size: 12px;
    line-height: normal;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.detail-checkbox input{
    opacity: 0;
    position: absolute;
}
.detail-checkbox span{
    padding: 0 0 0 20px;
    display: inline-block;
    position: relative;
}
.detail-checkbox span:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border: #eaeaea 1px solid;
    border-radius: 2px;
    left: -2px;
    top: 0;
    box-sizing: border-box;
}
.detail-checkbox input:checked + span:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 13px;
    box-sizing: border-box;
    background: url(/local/components/fissman_fast/add_review/templates/button/./images/checked.png) no-repeat center / cover;
    top: -1px;
    left: 1px;
    z-index: 1;
}
.detail-checkbox a{
    color: #12b6c8;
}
.detail-checkbox a:hover{
	text-decoration: underline;
}
.add-review-modal .button, .modal-que .button{
	min-width: 130px;
    font-size: 14px;
	margin: 40px 0 0;
}

.modal-que {
    position: fixed;
    z-index: 1010;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 470px;
    text-align: center;
}
.modal-que .title {
    text-align: center;
}
.modalwin-columns__inner-right p {
    font-size: 14px;
    line-height: normal;
    margin: 0 0 31px;
}
.modal-que .button{
    margin: 0;
}
.button.flood{
    font-size: 14px;
    min-width: 140px;
}
.button-wrap{
    position: relative;
    margin: 0 0 39px;
}
.button-wrap:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #ececec;
}
.button-wrap__left{
    background: #fff;
    padding: 0 33px 0 0;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.review-max-length{
    text-align: right;
    font-size: 13px;
    color: #bbb;
    margin: 10px 0 0;
}
.review-modal-show{
    overflow: hidden !important;
}
.captcha-wrap{
    margin: 0 15px 0 0;
    position: relative;
}
.captcha-refresh{
    width: 47px;
    height: 47px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/local/components/fissman_fast/add_review/templates/button/./images/refresh.svg) no-repeat center / 24px;
}
.modalwin__input-captcha img{
    height: 47px;
    width: 180px;
    display: block;
}

@media (max-height: 740px) {
    .add-review-modal {
        height: 100%;
        overflow-y: scroll;
    }
}

@media screen and (max-width: 425px) {
    .add-review-modal .modalwin-columns__inner-right {
        padding: 20px 20px;
    }
    .modalwin__input-captcha img{
        width: 140px;
    }
}

@media screen and (max-width: 400px) {
    .modalwin__input-captcha{
        flex-direction: column;
    }
    .modalwin__input-captcha img{
        width: 100%;
        margin: 0 0 10px;
    }
}
/* End */
/* /local/templates/fissman_fast/components/bitrix/news.list/reviews_inner/style.css?17649239041955 */
/* /local/templates/fissman_fast/components/bitrix/menu/left_menu/style.css?1764923903478 */
/* /local/components/fissman_fast/add_review/templates/button/style.css?17649239016504 */
