

/* Start:/local/templates/main/components/bitrix/catalog.element/main/style.css?17550981824393*/
.input-file {
	position: relative;
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.input-file span {
	width: 100%;
}
.input-file-list {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
}
.input-file-list-item {
	margin-top: 15px;
	margin-right: 2%;
	width: 32%;
	position: relative;
}
.input-file-list-item:nth-child(3n) {
	margin-right: 0;
}
.input-file-list-item img {
	width: 100%;
}
.input-file-list-name {
	text-align: center;
	display: block;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.input-file-list-remove {
	color: #fff;
	text-decoration: none;
	display: flex;
	justify-content: center;
    align-items: center;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 5px;
	right: 5px;
	background: #ff0202;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 1;
	border-radius: 50%;
	font-size: 20px;
}
.review-list__photos {
	display: flex;
	flex-wrap: wrap;
}
.review-list__photos a {
	display: block;
    width: 160px;
    height: 90px;
	margin-right: 15px;
	margin-top: 15px;
	border-radius: 4px;
	overflow: hidden;
}
.review-list__photos img {
	width: 160px;
    height: 90px;
	object-fit: cover;
}


/*-----------Вопрос-ответ-----------*/

.question-answer-block {
    max-width: 805px;
    width: 100%;
}
.question-answer-wrapper {
    background: #fafbff;
}

.question-answer-container {
    max-width: 805px;
}

.question-answer-button-block-right {
    background: #F3F3F3;
    border-radius: 10px;
    padding: 30px 20px 20px;
    text-align: center;
    margin-top: 105px;
}

.question-answer-button-headed {
    font-size: 30px;
    line-height: 36px;
}

.question-answer-button-text {
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
}

.question-answer-button {
    display: block;
    font-size: 24px;
    line-height: 28.8px;
    color: #fff;
    text-decoration: none;
    background: #FBBF34;
    border-radius: 10px;
    padding: 19px 0;
    margin-top: 30px;
    cursor: pointer;
}

.element-item {
    padding: 20px 0;
}

.element-item.__show:not(:last-child) {
    border-bottom: 1px solid rgba(115, 115, 115, 0.2);
}

.questions-container .question-item.__show {
    display: block;
}

.questions-container .question-item.__hide {
    display: none;
}

.message-author {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
}

.message-date {
    font-size: 14px;
    line-height: 16.8px;
    color: #737373;
    margin-left: 15px;
}

.message-text {
    font-size: 18px;
    line-height: 21.6px;
    margin: 10px 0 15px 0;
}

.message-show-answers {
    font-size: 16px;
    line-height: 19.2px;
    color: #737373;
    cursor: pointer;
}

.message-show-answers {
    display: none;
}

.message-show-answers.__show {
    display: inline;
}

.message-answer-button {
    font-size: 16px;
    line-height: 19.2px;
    color: #10496A;
    margin-left: 20px;
    text-decoration: none;
}

.answers-container {
    padding-left: 50px;
}

.answers-container.__show {
    display: block;
}

.answers-container.__hide {
    display: none;
}

.question-author {
    font-weight: 700;
    color: #10496A;
}

.question-show-more,
.question-hide-more{
    border: 1px solid #10496A;
    border-radius: 10px;
    color: #10496A;
    font-size: 24px;
    line-height: 28.8px;
    font-weight: 700;
    text-align: center;
    padding: 19px 0;
    margin-top: 10px;
    cursor: pointer;
}

.question-show-more.__show,
.question-hide-more.__show {
    display: block;
}

.question-show-more.__hide,
.question-hide-more.__hide {
    display: none;
}

#modal-answer #answer,
#modal-question #question {
    border: 1px solid #B6B6B6;
    border-radius: 4px;
    background: #fff;
    padding: 17px 10px 15px 10px;
    width: 100%;
    font-size: 1rem;
    color: #1E1E1E;
    font-family: "pfagorasanspro-medium";
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    height: 100% !important;
}

.questions-container-empty .question-answer-button {
    max-width: 308px;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .questions-container-empty .question-answer-button {
        max-width: 100%;
    }
}

/*-----------Вопрос-ответ-----------*/


.product-brand__logo img {
    max-height: 75px;
    max-width: 185px;
}

/* End */
/* /local/templates/main/components/bitrix/catalog.element/main/style.css?17550981824393 */
