

/* Start:/local/templates/new_disign_246631/css/main_page.css?175091869613760*/
.main-content {
    display: flex;
    flex-direction: column;
}

.slider-calc {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}


.sliders {
    position: relative;
    min-height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sliders .item {
    display: none;
}

.sliders .item.act {
    display: block;
}

.dots {
    position: absolute;
    bottom: -18px;
    z-index: 1;
    display: flex;
    justify-content: center;
    column-gap: 20px;
    width: 100%;
    height: 8px;
}
@media (min-width: 768px) {
.dots {
    justify-content: flex-start;
    width: calc(100% - 360px);
    bottom: 50px;
}
}
@media (min-width: 1200px) {
.dots {
    width: calc(100% - 410px);
}
}

.dots .dot {
    width: 8px;
    height: 8px;
    background-color: #D9D9D9;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

.dots .dot.act {
    cursor: default;
    background-color: var(--color-green);
}
@media (min-width: 768px) {
.dots .dot {
    width: 10px;
    height: 10px;
}
}

@media (max-width: 767px) {
    .slider-calc {
        flex-direction: column;
    }
    .sliders {
        order: 1;
        margin: 20px 0 0;
        padding: 20px 20px;
        background-color: var(--color-gray2);
        border-radius: 16px;
    }
    .sliders {
        min-height: auto;
    }
}

@media (min-width: 768px) {
    .sliders {
        width: calc(100% - 360px);
    }
    .slider-calc {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 1200px) {
    .sliders {
        width: calc(100% - 410px);
    }
}

.slider-calc .sect_title.z_text {
    margin-bottom: 3px;
}

.banner_html {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.banner_html .img_bg {
    position: absolute;
    z-index: 0;
}

.banner_html .img_bg>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    .banner_html {
        row-gap: 30px;
    }
    .banner_html .img_bg {
        z-index: -1;
    }
}

.img_txt_cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.img_txt_cont ._top {
    width: 100%;
    font-weight: 900;
    font-size: 39px;
    line-height: 1;
    color: var(--color-green);
}

.img_txt_cont ._t0 {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.1;
    color: var(--color-txt);
}

.img_txt_cont ._t0.bul {
    padding-left: 24px;
    background: url(/img/svg/bul.svg) 0 50% no-repeat transparent;
    background-size: 16px;
}

@media (min-width: 768px) {
    .img_txt_cont {
        gap: 30px;
    }
    .img_txt_cont ._top {
        font-size: 45px;
    }
    .img_txt_cont ._t0 {
        font-size: 20px;
    }
    .img_txt_cont ._t0.bul {
        padding-left: 40px;
        background-size: 24px;
    }
}

@media (min-width: 1200px) {
    .img_txt_cont ._top {
        max-width: 708px;
        font-size: 100px;
    }
}

@media (max-width: 991px) {
    .slider-mob {
        position: relative;
        display: flex;
    }
}

@media (max-width: 767px) {
    .slider-mob {
        width: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider-mob {
        width: calc(100% - 360px);
        height: 500px;
        margin: 0;
        background-position: 0 0;
    }
}

@media (min-width: 768px) {
    .slider-banner {
        position: relative;
        height: 565px;
        z-index: -1;
    }
}

.banner__slide-link {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 278px;
    height: 50px;
    padding: 0 30px;
    font-weight: 700;
    color: var(--color-green);
    font-size: 18px;
    line-height: 1;
    background-color: var(--color-green-100);
    border: 1px solid var(--color-green-100);
    border-radius: 8px;
    cursor: pointer;
    position: relative;
}

.banner__slide-link:after {
    content: url('/img_top_style/img_246631/shape.svg');
    margin-left: 10px;
    top: 2px;
    position: relative;
    transform: rotate(-90deg);
}


/*sect_apps*/

.mp-banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(min-width: 1200px) {
    .mp-banner {
        display: flex;
        flex-direction: row;
        gap: 8px;
        margin: 30px 0;
        padding: 0 40px;
        border-radius: 12px;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    }
}

.banner_top_cont {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.banner_top_cont ._img {
    min-width: 168px;
    max-width: 168px;
    height: 168px;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #E1E1E1;
}

.banner_top_cont ._txt {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mp-banner__text,
.mp-banner__second-text {
    font-weight: 600;
    font-size: 18px;
    color: #393939;
    line-height: 1.2;
    text-align: center;
}

@media(max-width: 767px) {
    .banner_top_cont ._img {
        display: none;
    }
    .mp-banner__text {
        display: none;
    }
}

@media(min-width: 768px) {
    .banner_top_cont {
        align-items: center;
        margin-bottom: 20px;
    }
    .banner_top_cont ._txt {
        gap: 16px;
    }
    .mp-banner__text,
    .mp-banner__second-text {
        text-align: left;
    }
    .banner_top_cont ._txt ._btn {
        display: none;
    }
}

@media(min-width: 1200px) {
    .banner_top_cont {
        min-width: 553px;
        margin-bottom: 0;
    }
    .mp-banner__text,
    .mp-banner__second-text {
        font-size: 20px;
    }
}

@media(max-width: 1199px) {
    .banner_img {
        display: none;
    }
}

@media(min-width: 1200px) {
    .banner_img {
        min-width: 225px;
        padding-top: 15px;
    }
    .banner_img img {
        position: relative;
        bottom: -3px;
    }
}

.banner_bottom_cont {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.banner_bottom_cont ._txt {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.banner_bottom_cont .mp-banner__second-text {
    padding: 0;
    color: var(--color-green);
    text-decoration: underline;
}

@media(max-width: 767px) {
    .banner_bottom_cont {
        justify-content: center;
    }
    .banner_bottom_cont .mp-banner__text {
        display: block;
        font-size: 16px;
    }
    .banner_bottom_cont .mp-banner__second-text {
        font-size: 16px;
    }
}

@media(min-width: 1200px) {
    .banner_bottom_cont {
        gap: 50px;
    }
}


/*steps_instructions*/

.steps_instructions ._list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 30px;
}
.steps_instructions ._list .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 320px;
}

.steps_instructions ._list .item ._title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    width: 100%;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
}
.steps_instructions ._list .item ._title ._img {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 72px;
    border-radius: 8px;
    background-color: #F6F7F8;
}
.steps_instructions ._list .item ._title ._img > img {
    width: 34px;
    height: 34px;
}

.steps_instructions ._list .item ._txt {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
}

.steps_instructions ._btn {
    max-width: 232px;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .steps_instructions ._list {
        gap: 30px;
    }
    .steps_instructions ._list .item {
        width: 31.5%;
        max-width: unset;
    }
}

/*otzyvy*/

.otzyvy {
    overflow: hidden;
    z-index: 2;
}

.otzyvy .cont {
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .otzyvy .cont {
        margin-bottom: 40px;
    }
}

/* block8 */
.block8 .cont {
    margin: 0 -16px;
    padding: 40px 30px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    background: url('/img_top_style/img_246631/sect8_bg.svg') right 0 no-repeat var(--color-green);
    background-size: 234px;
}

.block8 .cont .txt {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    color: #FFF;
}

.block8 .cont ._btn {
    width: 280px;
}

@media only screen and (min-width: 768px) {
    .block8 .cont {
        margin: 0 auto;
        display: flex;
        align-items: center;
        background-position: right 187px top 0;
        background-size: 398px;
    }
    .block8 .cont .txt {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .block8 .cont {
        max-width: 1040px;
        padding: 60px;
    }
    .block8 .cont .txt {
        font-size: 40px;
    }
}


/* presscenter */

.presscenter {
    overflow: hidden;
}

.presscenter .tabs {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.presscenter .tabs .tab {
    font-weight: 700;
    font-size: 18px;
    color: var(--color-green);
    line-height: 1;
    text-decoration: underline;
    cursor: pointer;
}

.presscenter .tabs .tab.act {
    color: var(--color-green-700);
    text-decoration: none;
    cursor: default;
}

.presscenter .tabs .tab+.tab {
    margin-left: 20px;
}

.presscenter .sections {
    width: 100%;
}

.presscenter .sections .sect {
    display: none;
}

.presscenter .sections .sect.act {
    display: block;
}

@media screen and (min-width: 768px) {
    .presscenter .tabs {
        margin-bottom: 40px;
    }
    .presscenter .tabs .tab {
        font-size: 25px;
    }
    .presscenter .tabs .tab+.tab {
        margin-left: 60px;
    }
}

.news {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    width: 100%;
}

.news .item {
    width: 276px;
    height: 162px;
    margin: 0;
    padding: 26px 30px;
}

.news .item ._date {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #7E7E7E;
}

.news .item ._title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: var(--color-txt);
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.see-all {
    margin-top: 30px;
}

.see-all .view_all {
    padding-right: 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-decoration: underline;
    color: var(--color-link);
    position: relative;
}

.see-all .view_all:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 16px;
    height: 16px;
    background: url('/img_top_style/img_246631/ar_transp.svg') 0 50% no-repeat var(--color-green);
    background-size: 16px;
    border-radius: 50%;
}


/* sect_wopr */

.sect_wopr .sect_title {
    margin-bottom: 12px;
}

.sect_wopr ._btn {
    max-width: 288px;
}

@media only screen and (min-width: 768px) {
    .sect_wopr .sect_title {
        margin-bottom: 24px;
    }
}


/*products-list.bottom*/
.products-list.bottom {
    justify-content: center;
    gap: 20px;
}
.products-list.bottom .item {
    width: 100%;
    max-width: 380px;
    height: auto;
    padding: 20px;
    row-gap: 20px;
}
.products-list.bottom .item ._txt {
    font-size: 14px;
}
@media only screen and (min-width: 812px) {
    .products-list.bottom .item ._txt {
        height: 33px;
    }
}
.products-list.bottom .item ._st {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: var(--color-gray-dark);
}

.zaem_footer_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 50px;
    position: fixed;
    bottom: -50px;
    z-index: 2;
    font-weight: 700;
    font-size: 18px;
    background-color: var(--color-red);
    border-radius: 8px;
    transition: bottom 1s;
    box-sizing: border-box;
}

.zaem_footer_btn.go_block {
    color: #fff;
}

.zaem_footer_btn.active {
    bottom: 8px;
}

@media (max-width: 767px) {
    .zaem_footer_btn {
        left: calc(50% - 145px);
    }
}

@media (min-width: 768px) {
    .zaem_footer_btn {
        right: 20px;
    }
}

.best_MFO_24 .cont {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 20px 20px 100px;
    background-color: var(--color-green-100);
    border-radius: 20px;
    position: relative;
}

.best_MFO_24 .cont ._name {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    word-break: break-all;
}

.best_MFO_24 .cont ._txt {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
}

.best_MFO_24 .cont ._txt>span {
    color: var(--color-green);
}

.best_MFO_24 .cont picture {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 240px;
    height: 100px;
}

.best_MFO_24 .cont picture>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (min-width: 720px) {
    .best_MFO_24 .cont {
        padding-bottom: 30px;
    }
    .best_MFO_24 .cont ._name {
        max-width: 485px;
        font-size: 27px;
    }
}

@media (min-width: 1024px) {
    .best_MFO_24 .cont {
        padding: 30px 40px;
    }
    .best_MFO_24 .cont ._name {
        max-width: unset;
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .best_MFO_24 .cont {
        gap: 20px;
        padding: 40px 60px;
    }
    .best_MFO_24 .cont ._name {
        max-width: 679px;
        font-size: 42px;
    }
    .best_MFO_24 .cont ._txt {
        font-size: 20px;
    }
    .best_MFO_24 .cont picture {
        width: 466px;
        height: 175px;
    }
}
/* End */


/* Start:/local/templates/new_disign_246631/css/mainPreimOtz.css?17249162065598*/
@font-face {
    font-family: 'SF Pro Text';
    src: url('/css/FONTS/SFProText/SFProText-Regular.woff2') format('woff2'),
        url('/css/FONTS/SFProText/SFProText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*ab_310084*/
.preim_otz_block {
    display: flex;
}
.preim_otz_block ._img {
    align-self: center;
    width: 326px;
    min-width: 326px;
    height: 409px;
    padding: 139px 29px 0;
    background: url('/img_top_style/img_246631/310084/iphone_img_360.png') 50% bottom no-repeat transparent;
    background-size: contain;
    overflow: hidden;
}
.preim_otz_block ._img .ot_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: hidden;
}
.preim_otz_block ._img .ot_list .item {
    display: flex;
    flex-direction: column;
    padding:0 0 0 8px;
}
.preim_otz_block ._img .ot_list .item:nth-child(1) {
    max-height: 500px;
    transition-property: max-height;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(1, 0, 1, 0);
}
.preim_otz_block ._img .ot_list .item:nth-child(1).hide {
    max-height: 0;
}
.preim_otz_block ._img .ot_list .item .text {
    font-family: 'SF Pro Text';
    font-weight: 400;
    font-size: 13px;
    color: #000;
    line-height: 1.2;
    letter-spacing: -0.4099999964237213px;
}
.preim_otz_block ._img .ot_list .item .otzyv_text {
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 6px;
    background-color: #F9F9F9;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    position: relative;
}
.preim_otz_block ._img .ot_list .item .otzyv_text:after {
    content: "";
    position: absolute;
    left:-7px;
    bottom: 5px;
    width: 8px;
    height: 10.5px;
    background: url('/img_top_style/img_246631/310084/ar_chat_left.svg') right bottom no-repeat transparent;
    background-size: contain;
}
.preim_otz_block ._img .ot_list .item .otzyv_time {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.15);
    line-height: 1.2;
    position: absolute;
    right:8px;
    bottom: 8px;
}
.preim_otz_block ._img .ot_list .item .otwet_text {
    align-self: end;
    width: 197px;
    height: 36px;
    margin-bottom: 8px;
    padding: 8px;
    background: url('/img_top_style/img_246631/310084/bubble.png') right bottom no-repeat transparent;
}
.preim_otz_block ._img .ot_list .item .otwet_text span {
    padding-right: 23px;
    background: url('/img_top_style/img_246631/310084/s.png') right 50% no-repeat transparent;
}
.preim_otz_block ._img .ot_list .item .otwet_time {
    align-self: end;
    padding-right: 19px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.25);
    position: relative;
    background: url('/img_top_style/img_246631/310084/view_ok.svg') right 50% no-repeat transparent;
    background-size: 15px;
}

.preim_otz_block ._preim .sect_title {
    margin-bottom: 40px;
}
.preim_otz_block ._preim ._list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.preim_otz_block ._preim ._list .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    min-height: 48px;
    padding-left: 68px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
}
.preim_otz_block ._preim ._list .item:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    top:calc(50% - 24px);
    left:0;
    border-radius: 50%;
    background: 50% 50% no-repeat var(--color-green-100);
    background-size: 24px;
}  
.preim_otz_block ._preim ._list .item._1:before {
    background-image: url('/img_top_style/img_246631/310084/01.svg');
}
.preim_otz_block ._preim ._list .item._2:before {
    background-image: url('/img_top_style/img_246631/310084/02.svg');
}
.preim_otz_block ._preim ._list .item._3:before {
    background-image: url('/img_top_style/img_246631/310084/03.svg');
}
.preim_otz_block ._preim ._list .item._4:before {
    background-image: url('/img_top_style/img_246631/310084/04.svg');
}
.preim_otz_block ._preim ._list .item nobr {
    display: contents;
    color: var(--color-green);
}
@media (max-width: 719px) {
.preim_otz_block {
    flex-direction: column;
    gap:40px;
}
.preim_otz_block ._img {
    order: 1;
}
}
@media (min-width: 720px) {
.preim_otz_block {
    flex-direction: row;
    gap:20px;
}
.preim_otz_block ._img .ot_list .item .otzyv_text {
    width: 97%;
}
.preim_otz_block ._preim ._list .item {
    font-size: 21px;
}
}
@media (min-width: 1024px) {
.preim_otz_block {
    gap:42px;
}
.preim_otz_block ._img {
    width: 416px;
    min-width: 416px;
    height: 451px;
    padding: 174px 34px 0;
    background-image: url('/img_top_style/img_246631/310084/iphone_img.png');
}
.preim_otz_block ._img .ot_list .item .text {
    font-size: 14px;
    line-height: 1.3;
}
.preim_otz_block ._img .ot_list .item .otzyv_text {
    width: 90%;
}
.preim_otz_block ._preim {
    width: 438px;
}
.preim_otz_block ._preim ._list {
    gap: 25px;
}
.preim_otz_block ._preim ._list .item {
    min-height: 60px;
    padding-left: 80px;
    font-size: 20px;
}
.preim_otz_block ._preim ._list .item:before {
    width: 60px;
    height: 60px;
    top:calc(50% - 30px);
    background-size: 32px;
}  
}
@media (min-width: 1200px) {
.preim_otz_block ._img {
    width: 495px;
    min-width: 495px;
    height: 534px;
    padding-top: 210px;
}
.preim_otz_block ._img .ot_list .item .text {
    font-size: 17px;
}
.preim_otz_block ._preim {
    width: 584px;
}
.preim_otz_block ._preim ._list .item {
    font-size: 28px;
}
}

/*END ab_310084*/
/* 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:/local/templates/.default/components/bitrix/news.list/products_list_371530/style.css?17465230002039*/
.products-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1023px) {
.products-list {
  justify-content: center;
}
}
.products-list .item {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 328px;
  padding: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  background: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.products-list .item._t {
  height: auto;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.products-list .item._t .sect_title {
  margin-bottom: 0;
}
.products-list .item._t .erid_block {
  flex-direction: column;
  align-items: flex-start;
}
.products-list .item._t .erid_block ._text {
  flex-direction: column;
}
.products-list .item:not(._t):hover {
  background-color: #E6EFEB;
}
.products-list .item ._img {
  position: absolute;
  bottom:0;
  right:-20px;
  width: 150px;
}
.products-list .item ._sect {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 38px;
  padding: 0 18px;
  line-height: 1;
  color: var(--color-green);
  background-color: #E6EFEB;
  border-radius: 22px;
}
.products-list .item:hover ._sect {
  background-color: #fff;
}
.products-list .item ._title {
  width: 100%;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  color: var(--color-txt);
}

@media screen and (min-width: 1024px) {
.products-list .item {
  width: 31.3%;
}
}
@media screen and (min-width: 1200px) {
.products-list .item {
  width: 31.6%;
  padding: 30px 40px;
}
.products-list .item ._img {
  width: auto;
  right:-1px;
}
.products-list .item ._title {
  font-size: 30px;
}
}
.products-list .item ._txt {
  width: 100%;
  color: #737373;
}
.products-list .item ._val {
  font-size: 18px;
  color: var(--color-txt);
}
.products-list .item ._val:before {
  content: "•";
  margin-right: 6px;
}
/* End */


/* Start:/include/about_block_381114/style.css?17452251491179*/
/*about*/

.about ._list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.about ._list .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 320px;
}
.about ._list .item._t .sect_title {
    margin-bottom: 0;
	text-align: left; 
}
.about ._list .item._t ._txt {
    font-size: 16px;
    line-height: 1.5;
}
.about ._list .item ._title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    width: 100%;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
}
.about ._list .item ._title ._img {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 72px;
    border-radius: 8px;
    background-color: #F6F7F8;
}
.about ._list .item ._title ._img > img {
    width: 30px;
    height: 30px;
}

.about ._list .item ._txt {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
}
@media (min-width: 1200px) {
    .about ._list {
        gap: 30px;
    }
    .about ._list .item {
        width: 31.5%;
        max-width: unset;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/about_sert_list_3/style.css?1741248797724*/
.sert_block .sect_subtitle {
    text-align: left;
}	
.sert_cont {
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative;
}

.sert_block ._list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
@media screen and (min-width: 1200px) {
.sert_block ._list {
	column-gap: 40px;
}
}
.sert_block ._list .item {
	display:block;
	text-align:center;
}
.sert_block ._list .item img{
    height: 277px;
    width: auto;
}
.sert_block ._list .item a {
	display: inline-block;	
}
.sert_block ._list .item p {
	max-width: 213px;
	min-height: 42px;
	margin: 5px auto 0;
	padding: 0 20px;
	font-size: 1.2rem;
	line-height: 1.4rem;
	display: flex;
	align-items: center;
}
/* 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:/include/ratings_block/style.css?1741160806950*/
.ratings_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    margin: 22px 0 30px;
}
._sm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 230px;
    padding: 20px;
    color: rgba(255, 255, 255, 0.8);
    border: 0.5px solid #fff;
    border-radius: 12px;
    background: #1a6d47;
}
._sm ._name {
    width: calc(100% - 32px);
    font-size: 16px;
    line-height: 1.2;
}
._sm .icon {
    width: 32px;
    height: 32px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
}
._sm .icon.ya {
    background: #fc3410;
}
._sm .icon.bankiru {
    background: #FFAB56;
}
._sm .icon.wyberu {
    background: #569FFF;
}
._sm ._ratio {
    margin-right:10px;
    font-weight: 600;
    font-size: 28px;
}
._sm ._otz {
    font-size: 12px;
    line-height: 1.3;
}
._sm .stars {
    width: 86px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/faq_seo_259928/style.css?17206969401554*/
.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:first-child {
	padding-top: 0;
}
.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: 1000px;
    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/raex_block/style.css?17489349421033*/
.raex_block_cont {
    display: flex;
    align-items: start;
}

.raex_block_cont>span {
    display: inline-block;
    width: 113px;
    height: 53px;
    padding: 0 10px;
    order: 1;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    line-height: 53px;
    text-align: center;
    background-color: #c51617;
    border-radius: 10px;
}

.raex_block_cont .txt {
    padding-right: 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-txt);
}

.raex_block_cont .txt>img {
    display: block;
    width: 116px;
    height: 30px;
    margin-top: 10px;
}

@media only screen and (min-width: 768px) {
    .raex_block_cont {
        align-items: center;
    }
    .raex_block_cont>span {
        order: unset;
    }
    .raex_block_cont .txt {
        padding-left: 20px;
    }
    .raex_block_cont .txt>span {
        top: -7px;
        position: relative;
    }
    .raex_block_cont .txt>img {
        display: inline-block;
        margin-top: 0;
        margin-left: 7px;
    }
}
/* End */


/* Start:/include/socserv_314769/style.css?17182802991283*/
.socserv_314769 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:32px;
	width: 100%;
	padding: 40px 20px;
}
.socserv_314769 ._title {
    max-width: 262px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}
.socserv_314769 .icon_list {
	display: flex;
	flex-direction: row;
	gap:20px;
}
.socserv_314769 .icon_list>.item {
	width: 50px;
	height: 50px;
	background-color: var(--color-green);
	border-radius: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: center;
}
.socserv_314769 .icon_list>.item img {
	object-fit: contain;
    width: 60%;
    height: 60%;
	position: relative;
}
.socserv_314769 .icon_list>.item.tg img {
	left:-3px;
}
@media screen and (min-width: 720px) {
.socserv_314769 {
	gap:50px;
	padding: 64px 20px;
}
.socserv_314769 ._title {
    max-width: 504px;
	font-size: 24px;
}
.socserv_314769 .icon_list {
	gap:48px;
}
.socserv_314769 .icon_list>.item {
	width: 90px;
	height: 90px;
}
.socserv_314769 .icon_list>.item.tg img {
	left:-5px;
}
}
@media screen and (min-width: 1024px) {
.socserv_314769 ._title {
    max-width: 588px;
	font-size: 28px;
}
.socserv_314769 .icon_list>.item {
	width: 120px;
	height: 120px;
}
.socserv_314769 .icon_list>.item.tg img {
	left:-7px;
}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/persona/style.css?1741160806632*/
.person {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.person>div {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: var(--color-txt);
    line-height: 1.1;
}
@media screen and (min-width: 768px) {
.person {
    flex-direction: row;
    column-gap: 30px;
}
}
@media screen and (min-width: 1200px) {
.person {
    column-gap: 40px;
}
}

.person .sect_title {
    margin-bottom: 0;
}
.person .prop {
    font-weight: 500;
    font-size: 16px;
}
@media screen and (min-width: 768px) {
.person .prop {
    font-size: 20px;
}
}

.person .see-all {
    margin-top: 0;
}
/* End */
/* /local/templates/new_disign_246631/css/main_page.css?175091869613760 */
/* /local/templates/new_disign_246631/css/mainPreimOtz.css?17249162065598 */
/* /include/store_buttons/style.css?1723096006447 */
/* /local/templates/.default/components/bitrix/news.list/products_list_371530/style.css?17465230002039 */
/* /include/about_block_381114/style.css?17452251491179 */
/* /local/templates/.default/components/bitrix/news.list/about_sert_list_3/style.css?1741248797724 */
/* /include/new_designe/reward_block/style.css?17315723711247 */
/* /include/ratings_block/style.css?1741160806950 */
/* /local/templates/.default/components/bitrix/news.list/faq_seo_259928/style.css?17206969401554 */
/* /include/raex_block/style.css?17489349421033 */
/* /include/socserv_314769/style.css?17182802991283 */
/* /local/templates/.default/components/bitrix/news.detail/persona/style.css?1741160806632 */
