

/* Start:/local/templates/.default/components/bitrix/news.list/faq_seo_259928/style.css?17630259851508*/
.q_block {
    display: flex;
	flex-direction: column;
	width:100%;
}
.q_block .item {
	padding: 20px 0;
    border-bottom: 1px solid #C8C8C8;
    line-height: 1.3;
	color:var(--color-txt);
}
.q_block .item  .q_name {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding-right: 30px;
	font-weight: 600;
	font-size:22px;
	position:relative;
	cursor:pointer;
}
@media (min-width: 1200px) {
.q_block .item {
	padding: 30px 0;
}
.q_block .item  .q_name {
	font-size:24px;
}
}	
.q_block .item  .q_name.open {
	margin-bottom: 20px;
}
.q_block .item  .q_name:before {
    content: url('/img_top_style/img_246631/close_btn_green.svg');
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    width: 20px;
    height: 20px;
    transition: rotate 350ms ease;
}
.q_block .item .q_name.open:before {
    transform-origin: center;
    transform: rotate(45deg);
}
.q_block .item  .a_text {
	overflow: hidden;
	margin: 0;
	padding:0;
	font-weight: 400;
	font-size: 20px;
}
.q_block .item .q_name + .a_text {
	max-height: 0;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}
.q_block .item .q_name.open + .a_text {
    max-height: 100000px;
    transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}

.q_block .item  .a_text li {
	position:relative;
	padding-left:16px;
	margin-top:10px;
}
.q_block .item  .a_text li:before {
	content:"\2022";
	position:absolute;
	left:0;
	top:0;
}
@media only screen and (min-width: 1200px) {
.q_block .item  .a_text {
	font-size: 22px;
}
}
/* End */


/* Start:/include/store_buttons/style.css?1723096006447*/

.store-buttons {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
	margin-bottom: 20px;
}
.store-buttons .store_item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
}
@media(min-width: 768px) {
.store-buttons {
	justify-content: flex-start;
	margin-bottom: 0;
}
.store-buttons .store_item {
	width: 40px;
	height: 40px;
	border: 1px solid #E1E1E1;
	border-radius: 6px;
}
}
/* End */


/* Start:/include/new_designe/reward_block/style.css?17315723711247*/
.reward_block {
    display: flex;
    flex-direction: column;
    gap:20px 24px;
    margin-bottom: 24px;
}
.reward_block .item {
    display: flex;
    flex-direction: row;
    padding: 20px 14px 20px 105px;
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 16px;
    position: relative;
}
.reward_block .item ._img {
    position: absolute;
    top: 0;
    left: 0;
    width: 105px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reward_block .item ._img > img {
    object-fit: cover;
    height: auto;
}
.reward_block .item.ko ._img > img {
    width: 61px;
}
.reward_block .item.viberu ._img > img {
    width: 93px;
}
.reward_block .item ._text {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}

.reward_block .item ._text div {
    margin-top: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
.reward_block {
    flex-direction: row;
    margin-bottom: 30px;
}
.reward_block .item {
    flex-direction: row;
    align-items: center;
}
}    
@media screen and (min-width: 1200px) {
.reward_block .item {
    padding-left: 137px;
}
.reward_block .item ._img {
    width: 137px;
}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/otzyvy_page_261569/style.css?17315723713156*/
/*otzyvy*/
.otzyvy {
    overflow: hidden;
}
.rewievs__main {
    float: left;
    width: 100%;
}

.rewievs__list {
    width: 100%;
    float: left;
    position: relative;
}
@media screen and (max-width: 767px) {
    .rewievs__list .swiper-container {
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
.rewievs__list {
	width: calc(100% + 24px);
    margin-left: -12px;
	margin-right: -12px;
}
.rewievs__list .swiper-container {
    overflow: hidden;
    padding: 12px;
}
}

.swiper-slide.rewievs__item {
    width: 310px;
    height: 215px;
    padding: 32px 20px;
}
@media screen and (min-width: 768px) {
.swiper-slide.rewievs__item {
    width: 384px;
    padding: 32px;
}    
}
.rewievs__item._sh {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}

.rewievs__list .rewievs__item .rewievs__item-text {
    height: 83px;
    overflow: hidden;
    position: relative;
	margin-bottom: 12px;
}
.rewievs__list .rewievs__item .rewievs__item-text.show-more span {
    -webkit-line-clamp: 4; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical; /* Вертикальная ориентация */
    overflow: hidden;
}

.rewievs__item-full {
    color: var(--color-green);
    font-size: 13px;
    cursor: pointer;
    position: relative;
    top: 0;
}
.rewievs__item-full:hover {
    text-decoration: underline;
}

.otzyvy_block .swiper-button-prev,
.otzyvy_block .swiper-button-next {
    width: 25px;
    height: 25px;
    margin-top: -12px;
    background: url('/img_top_style/img_246631/ar1.svg') right 50% no-repeat transparent;
    background-size: contain;
    color: transparent;
    outline: 0;
}

.otzyvy_block .swiper-button-prev {
    left: -33px;
    transform: rotate(180deg);
}

.otzyvy_block .swiper-button-next {
    right: -33px;
}
.otzyvy_block .swiper-button-next.swiper-button-disabled, 
.otzyvy_block .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}    
@media screen and (max-width: 1199px) {
.otzyvy_block .swiper-button-prev,
.otzyvy_block .swiper-button-next {
    display: none;
}
}

.rewievs__item-name {
    display: block;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

.rewievs__item-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}

#msg_popup_no_footer.show_modal-otzyv {
    display: flex;
}
#msg_popup_no_footer .modal-dialog {
    max-width: 520px;
}    
#msg_popup_no_footer .modal-content {
    padding: 32px;
}

#msg_popup_no_footer .rewievs__item-name {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    text-align: left;
}

#msg_popup_no_footer .otvrt {
	display:block;
	float:left;
	width:100%;
	margin: 12px 0 0 0;
	box-sizing:border-box;
	position:relative;
}
#msg_popup_no_footer .otvrt .otvrt_author {
	display:block;
	float:left;
	width:100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}
#msg_popup_no_footer .otvrt p{
	margin:0 0 5px 0;
	color: #555555;
}
/* End */


/* Start:/js/cookie-modal/style.css?17587015243378*/
.cookie-notification {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    max-width: calc(100% - 40px);
    background: #FFF;
    border-radius: 8px;
    margin: 20px 0;
    z-index: 9999;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    gap: 20px;
}

.cookie-notification .cookie-notification__text {
    flex: 1;
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__text p {
    margin: 0;
}

.cookie-notification .cookie-notification__text p:last-child {
    margin-bottom: 0;
}

.cookie-notification .cookie-notification__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__link {
    color: #005C32;
    text-decoration: underline;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__link:hover {
    color: #002E19;
}

.cookie-notification .cookie-notification__button {
    flex-shrink: 0;
}

.cookie-notification .cookie-notification__accept-btn {
    font-family: Roboto, sans-serif;
    background: #005C32;
    color: #fff;
    border: none;
    border-radius: 6px;
    display: flex;
    height: 48px;
    padding: 15px 82px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.cookie-notification .cookie-notification__accept-btn:hover {
    background: #002E19;
}

.cookie-notification .cookie-notification__accept-btn:active {
    background: #80AE99;
}

@media (max-width: 768px) {
    .cookie-notification {
        width: 100%;
        max-width: none;
        margin: 0;
        border-radius: 8px 8px 0 0;
        left: 0;
        transform: none;
    }
    
    .cookie-notification .cookie-notification__content {
        display: flex;
        padding: 16px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }
    
    .cookie-notification .cookie-notification__text {
        text-align: left;
        font-size: 14px;
        font-family: Roboto, sans-serif;
        flex: 1;
    }
    
    .cookie-notification .cookie-notification__title {
        font-size: 14px;
        line-height: 1.4;
        font-family: Roboto, sans-serif;
    }
    
    .cookie-notification .cookie-notification__description {
        font-size: 14px;
        line-height: 1.4;
        font-family: Roboto, sans-serif;
    }
    
    .cookie-notification .cookie-notification__button {
        flex-shrink: 0;
    }
    
    .cookie-notification .cookie-notification__accept-btn {
        padding: 12px 24px;
        font-size: 14px;
        font-weight: 500;
        font-family: Roboto, sans-serif;
        height: auto;
        white-space: nowrap;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/news.list/faq_seo_259928/style.css?17630259851508 */
/* /include/store_buttons/style.css?1723096006447 */
/* /include/new_designe/reward_block/style.css?17315723711247 */
/* /local/templates/.default/components/bitrix/news.list/otzyvy_page_261569/style.css?17315723713156 */
/* /js/cookie-modal/style.css?17587015243378 */
