

/* Start:/local/templates/e-comexpert_v2/components/bitrix/news.list/reviews_haffen/style.css?177546001511765*/
.where2buy-content {
    margin-top: 10px;
    padding-bottom: 40px;
}

.where2buy-tabs-item {
    padding: 33px 26px;
    width: 100%;
    display: flex;
    align-items: center;
}

.where2buy-tabs-item > p {
    font-weight: 700;
    margin: 0;
    font-size: 26px;
    line-height: 1.2;
    color: #000;
}

.where2buy-tabs-item-description {
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.4;
}

.where2buy-tabs-item-description u,
.where2buy-tabs-item-description a {
    font-size: 13px;
    font-weight: 600;
    color: #5A5A5A;
}

.where2buy-tabs-item {
    border: 1px solid #F1F2F3;
    background-color: #F1F2F3;
    border-radius: 8px 8px 0 0;
    border-bottom: 0;
    position: relative;
    cursor: pointer;
    transition: .4s all;
}

.where2buy-tabs-item:not(.where2buy-tabs-item--active):hover {
    opacity: .7;
}

.where2buy-tabs-item.where2buy-tabs-item--active {
    border: 1px solid #FF842A;
    background-color: #fff;
    box-shadow: -1px -3px 20px rgba(1, 1, 1, .1);
    border-bottom: 0;
}

.site_page > .site_container:has(.where2buy) {
    width: auto;
    padding: 0;
    max-width: none;
}

.where2buy-tabs-inner {
    display: flex;
    gap: 20px;
}

.where2buy-tabs-inner-bottom {
    width: 100%;
    background: #fff;
    height: 40px;
    border-top: 1px solid #FF842A;
    box-shadow: 0 0 25px rgba(1, 1, 1, .1);
}

.where2buy-tabs-item-bottom-helper {
    position: absolute;
    left: -6px;
    width: calc(100% + 14px);
    bottom: -17px;
    height: 24px;
    background: #fff;
    corner-shape: bevel;
    border-radius: 7px;
    opacity: 0;
}

.where2buy-tabs-item-circle-left {
    position: absolute;
    left: -17px;
    bottom: -1px;
    width: 17px;
    height: 17px;
    border-radius: 50px;
    /* background: #f6f6f6; */
    border: 1px solid #FF842A;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transform: rotate(311deg);
    z-index: 2;
    opacity: 0;
}

.where2buy-tabs-item-circle-right {
    position: absolute;
    right: -17px;
    bottom: -1px;
    width: 17px;
    height: 17px;
    border-radius: 50px;
    border: 1px solid #FF842A;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    transform: rotate(-311deg);
    z-index: 2;
    opacity: 0;
}

.where2buy-tabs-item--active .where2buy-tabs-item-circle-right,
.where2buy-tabs-item--active .where2buy-tabs-item-circle-left,
.where2buy-tabs-item--active .where2buy-tabs-item-bottom-helper {
    opacity: 1;
}

.where2buy-tabs-content-item:not(.where2buy-tabs-content-item--active) {
    display: none;
}

.where2buy-tabs-content {
    background-color: #fff;
}
.letter-item {
    display: flex;
    gap: 30px;
    border-top: 1px solid #C1C1C1;
    padding-top: 40px;
    padding-bottom: 40px;
}
.letter-item:first-child {
    border-top: none;
}
.letter-item_logo {
    width: 100%;
    max-width: 100px;
}
.letter-item-picture {
    width: 100%;
    max-width: 156px;
    border-radius: 8px;
    overflow: hidden;
}
.letter-item-picture img {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #C1C1C1;
    width: 100%;
    display: block;
}
.letter-item_wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
.letter-item_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #3F3F3F;
}
.letter-item_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #3F3F3F;
}
.container-form-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}
.reviews-item {
    border: 1px solid #C1C1C1;
    border-radius: 8px;
    padding: 20px 30px;
}
.reviews-item_wrapper {
    width: 100%;
    margin-bottom: 50px;
}
.reviews_listing {
    width: 100%;
}
.reviews-item .icon-ion-star-outline:before,
.reviews-item .icon-ion-star:before {
    color: #FFCC00;
    font-size: 18px;
}
.reviews-item_header {
    display: flex;
    justify-content: space-between;
}
.reviews-item_title {
    font-weight: 600;
    font-size: 18px;
    color: #3F3F3F;
    margin-bottom: 15px;
}
.reviews-item_header .reviews-rating {
    min-width: 120px
}
.reviews-item_date {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #3F3F3F;
    margin-bottom: 15px;
}
.reviews-item_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #3F3F3F;
}
.reviews-answer {
    background: #F1F2F3;
    padding: 20px 30px;
    border-radius: 8px;
    position: relative;
    margin-top: 15px;
}
.reviews-answer:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: #F1F2F3;
    position: absolute;
    top: -8px;
    left: 26px;
    transform: rotate(45deg);
    z-index: 0;
}
.reviews-answer_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #3F3F3F;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}
.reviews-answer_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #3F3F3F;
}

.review-form {
    padding: 40px;
    width: 100%;
    max-width: 400px;
    background: #232322;
    border: 1px solid #C1C1C1;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.form-header h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    color: #FF842A;
}
.rating-group .required,
.form-group .required {
    color: #F52C00;
}
.form-message.error .field-error,
.form-group.has-error .field-error {
    color: #F52C00;
    margin-top:5px;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
}
.form-inner .input-vertical .input {
    width: 100%;
    margin-top: 7px;
    height: 40px;
    border-radius: 8px;
    padding: 10px 15px;
    color: #3F3F3F;
}
.form-inner .input-vertical textarea.input {
    height: 176px;
}
.form-group[data-property="AUTHOR_IMAGE"] .form-label {
    display: none;
}
.form-container {
    width: 100%;
    max-width: 400px;
    background-color: #232322;
    border-radius: 8px;
    padding: 40px;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: padding 0.3s;
    border: 1px solid #C1C1C1;
}

.form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    transition: margin-bottom 0.3s;
}
.where2buy-tabs-content-item--reviews .main-user-consent-request a:hover,
.where2buy-tabs-content-item--reviews .main-user-consent-request a {
    color: #ffffff;
}

.accordion-arrow {
    display: none;
    width: 24px;
    height: 24px;
    color: #FF842A;
    transition: transform 0.3s ease;
}
.form-container.open .accordion-arrow {
    transform: rotate(180deg);
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}
.form-group label {
    display: block;
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #FFFFFF;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid transparent;
    background-color: #ffffff;
    font-size: 15px;
    color: #333;
    outline: none;
    transition: border-color 0.3s;
}
textarea.form-control::placeholder,
.form-control::placeholder {
    color: #888;
}
.form-control:focus {
    border-color: #f27a24;
}
.form-control.error {
    border-color: #ff4d4d;
}
textarea.form-control {
    resize: vertical;
    min-height: 130px;
}
.error-message {
    color: #ff4d4d;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.rating-group {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    position: relative;
}
.rating-group label {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
}
.stars {
    display: flex;
    gap: 5px;
}
.stars input {
    display: none;
}
.star {
    width: 24px;
    height: 24px;
    cursor: pointer;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 1.5;
    transition: fill 0.2s ease, stroke 0.2s ease;
}
.star.hover svg, .star.active svg {
    fill: #ffffff;
    stroke: #ffffff;
}
#rating-error {
    display: none;
    color: #ff4d4d;
    font-size: 12px;
    position: absolute;
    bottom: -13px;
    left: 0;
}

.file-attach {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.file-attach label {
    display: flex;
    gap: 10px;
    cursor: pointer;
    align-items: center;
    margin: 0;
}
.file-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: #ffffff;
    cursor: pointer;
}
.file-text {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;
    color: #FFFFFF;
    cursor: pointer;
}
input[type=file].file-input {
    display: none;
}
.selected-file {
    font-size: 12px;
    color: #f27a24;
    word-break: break-all;
}

.submit-btn {
    width: 100%;
    max-width: 180px;
    background-color: #f27a24;
    color: #ffffff;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 0 auto;
    display: block;
}
.submit-btn:hover {
    background-color: #bc4400;
}


@media (max-width: 1360px) {

}

@media (max-width: 1000px) {
    .where2buy-content{
        padding-bottom: 0;
    }

    .where2buy-tabs-item {
        padding: 31px 26px;
    }
    .container-form-wrapper {
        flex-direction: column;
    }
    .form-header {
        cursor: pointer;
        margin-bottom: 0;
    }
    .form-container.open .form-header {
        margin-bottom: 25px;
    }
    .form-container {
        max-width: 100%;
        order:0;
        padding: 20px 30px;
    }
    .reviews_listing {
        order:1;
    }
    .accordion-arrow {
        display: block;
    }
    .form-content {
        display: none;
    }
    .pagination_block {
        margin-bottom: 30px;
    }
}

@media (max-width: 827px) {
    .where2buy-tabs-inner-bottom,
    .where2buy-tabs-item-circle-left,
    .where2buy-tabs-item-circle-right,
    .where2buy-tabs-item-bottom-helper{
        display: none;
    }
    .where2buy-tabs-content{
        margin-top: 40px;
    }
    .reviews-item_header,
    .where2buy-tabs-inner{
        flex-direction: column;
        gap: 10px;
    }
    .where2buy-tabs-item{
        border-radius: 8px;
        padding: 15px;
    }
    .where2buy-tabs-item.where2buy-tabs-item--active{
        border-bottom: 1px solid #FF842A;
    }
    .where2buy-tabs-item > p{
        font-size: 18px;
    }
    .reviews-item_title {
        margin-bottom: 0;
    }
    .where2buy-tabs-content .site_container{
        padding: 0;
    }
    .reviews-item_header {
        margin-bottom: 10px;
    }
    .container-form-wrapper {
        margin: 0 15px;
        gap: 25px;
    }
    .reviews-list {
        margin: 0 15px;
    }
}

@media(max-width: 740px){
    .where2buy-content{
        margin-top: 0;
    }
    .where2buy-tabs-item-description p u{
        letter-spacing: -.05em;
    }
    .where2buy-im-item{
        height: 80px;
    }
    .container-form-wrapper {
        margin: 0 15px;
    }
    .form-header h2 {
        font-size: 18px;
    }
    .form-container {
        padding: 20px 15px;
    }
    .letter-item_logo {
        min-width: 100px;
    }
    .letter-item_logo:not(:has(img)) {
        display: none;
    }
    .letter-item-picture {
        width: 120px;
        min-width: 120px;
    }
    .letter-item {
        flex-direction: column;
        align-items: center;
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


/* End */


/* Start:/local/components/custom/iblock.form/templates/.default/style.css?177546001554*/
.iblock-form .smart-captcha {
  margin-bottom: 20px;
}
/* End */


/* Start:/local/templates/e-comexpert_v2/components/bitrix/main.userconsent.request/.default/user_consent.css?17252029123342*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 395px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 30px;
	width: 100%;
	max-width: 420px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
    z-index: 99999;
}

.main-user-consent-request-popup-header {
	margin-bottom: 30px;
	font: 600 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: center;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap:10px;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 40px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 8px;
	font: normal 14px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #fff;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
	width: 100%;
}

.main-user-consent-request-popup-button-acc {
	background: #bb9e8a;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #bc4400;
}

.main-user-consent-request-popup-button-rej {
	background: #fff;
    color: #FF842A;
	border: 1px solid;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #FF842A;
	color:#fff;
}

.main-user-consent-request-popup-text {
	border: 1px solid #F0F0F0;
	overflow: auto;
	padding: 10px;
	text-align: left;
	border-radius: 8px;
	color: #3F3F3F;
	height: 240px;
	width: 100%;
}


/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

/* End */
/* /local/templates/e-comexpert_v2/components/bitrix/news.list/reviews_haffen/style.css?177546001511765 */
/* /local/components/custom/iblock.form/templates/.default/style.css?177546001554 */
/* /local/templates/e-comexpert_v2/components/bitrix/main.userconsent.request/.default/user_consent.css?17252029123342 */
