

/* Start:/bitrix/templates/template.rimeks/css/apps.css?177250607935495*/
.app-banner {
    background-color: var(--site-default-color);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1089' height='401' viewBox='0 0 1089 401' fill='none'%3e%3cg opacity='0.419' filter='url(%23filter0_f_13_12354)'%3e%3cpath d='M878.526 851C1114.9 851 1306.53 659.378 1306.53 423C1306.53 186.622 1114.9 -5 878.526 -5C642.148 -5 450.526 186.622 450.526 423C450.526 659.378 642.148 851 878.526 851Z' fill='black'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_f_13_12354' x='3.05176e-05' y='-455.526' width='1757.05' height='1757.05' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeGaussianBlur stdDeviation='225.263' result='effect1_foregroundBlur_13_12354'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: 100% center;
    height: 401px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-top: 22px;
    margin-bottom: 80px;
}
.app-banner__container {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 80px;
    width: 100%;
}
.app-banner__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--site-light-color);
    max-width: 725px;
    gap: 64px;
}
.app-banner__title {
    color: var(--site-light-color);
    font-weight: 600;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: -1.5px;
    margin: 0;
}
.app-banner__stores {
    display: flex;
    gap: 16px;
}
.app-banner__store-link {
    display: flex;
    align-content: center;
    width: auto;
    height: 56px;
    padding: 8px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.3s;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
}
.app-banner__store-link:hover {
    transform: translateY(-2px);
}
.app-banner__store-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.app-banner__image {
    position: absolute;
    bottom: 0;
    right: 0;
}
.app-banner-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
}
.app-mobile-banner-wrapper {
    display: none;
}
.app-features {
    background-color: var(--site-bg-secondary-color);
}
.app-features__row {
    display: flex;
    gap: 28px;
    justify-content: space-between;
    padding: 64px 0;
}
.app-features__item {
    flex: 1;
    background-color: transparent; 
}
.app-features__item-container {
    display: flex;
    flex-direction: column;
    gap: 16px; 
    height: 100%;
}
.app-features__image-wrapper {
    background-color: var(--site-default-color);
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: start;
    max-height: 532px;
    padding-bottom: 30px;
    border-radius: 12px;
    min-height: 532px;
}
.app-features__text-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    text-align: center;
}
.app-features__item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.7px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
}
.app-features__item-description {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.7px;
    text-align: center;
    vertical-align: middle;
}
.app-features__image-inner {
    display: flex;
    flex-direction: column;
    align-content: center;
}
.app-features__item--booking .app-features__item-container .app-features__image-wrapper {
    order: 2;
    padding-bottom: 0;
    padding-top: 30px;
}
.app-features__item--booking .app-features__item-container .app-features__text-block {
    order: 1;
}
.app-features__item--booking .app-features__item-container .app-features__image-inner {
    justify-content: end;
}
.app-storage {
    background-color: var(--site-default-color);
    width: 100%;
    border-radius: 12px;
    margin: 56px 0;
}
.app-storage__container {
    padding: 0 84px 0 113px;
    width: 100%;
}
.app-storage__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.app-storage__images {
    display: flex;
    gap: 80px;
}
.app-storage__images .app-storage__image-wrapper:first-of-type {
    padding-top: 42px;
}
.app-storage__images .app-storage__image-wrapper:last-of-type {
    padding-bottom: 46px;
}
.app-storage__content {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: var(--site-light-color);
}
.app-storage__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
}
.app-storage__description {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
.app-storage.app-qr {
    border-radius: 0 !important;
    background-color: var(--site-bg-secondary-color) !important;
    margin: 0;
    margin-bottom: 56px;
}
.app-qr__container.app-storage__container {
    background-color: var(--site-default-color);
    border-radius: 12px;
    margin: 64px 0;
    padding: 0 84px 0 83px;
}
.app-storage__row,
.app-qr__row {
    min-height: 532px;
}
.app-qr__images {
    order: 2;
}
.app-qr__content {
    order: 1;
}
.app-storage__row.app-qr__row {
    gap: 116px;
}
.app-functions__row {
    display: flex;
    gap: 28px;
    justify-content: space-between;
    padding: 64px 0;
}
.app-functions__item {
    flex: 1;
    background-color: transparent; 
}
.app-functions__item-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px; 
    height: 100%;
}
.app-functions__image-wrapper {
    background-color: var(--site-default-color);
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: start;
    max-height: 532px;
    border-radius: 12px;
    min-height: 532px;
}
.app-functions__item--promotions .app-functions__image-wrapper,
.app-functions__item--notifications .app-functions__image-wrapper {
    min-height: 510px;
}
.app-functions__text-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    text-align: center;
}
.app-functions__item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.7px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
}
.app-functions__item-description {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.7px;
    text-align: center;
    vertical-align: middle;
}
.app-functions__image-inner {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: end;
}
.app-functions__item--menu .app-functions__item-container .app-functions__image-wrapper {
    order: 2;
    padding-bottom: 0;
    padding-top: 0px;
}
.app-functions__item--menu .app-functions__item-container .app-functions__text-block {
    order: 1;
}
.app-functions__item--menu .app-functions__item-container .app-functions__image-inner {
    justify-content: start;
}
.app-feedback__item--history .app-features__item-container .app-features__image-wrapper {
    order: 2;
    padding-bottom: 0;
    padding-top: 30px;
    min-height: 510px;
}
.app-feedback__item--history .app-features__item-container .app-features__text-block {
    order: 1;
}
.app-feedback__item--history .app-features__item-container .app-features__image-inner {
    justify-content: end;
}
.app-features.app-feedback {
    margin-top: 56px;
}
.app-footer-banner {
    background-color: var(--site-bg-secondary-color);
    width: 100%;
    padding: 28px;
    margin: 0;
    border-radius: 12px;
    margin: 0 0 120px;
}
.app-footer-banner__container {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.app-footer-banner__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.app-footer-banner__content > *:not(.app-footer-banner__qr) {
    display: flex;
    flex: 1;
}
.app-footer-banner__text-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--site-dark-color);
}
.app-footer-banner__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -3%;
    vertical-align: middle;
    margin: 0;
}
.app-footer-banner__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -3%;
    vertical-align: middle;
}
.app-footer-banner__stores {
    display: flex;
    gap: 16px;
}
.app-footer-banner__store-link {
    width: 150px;
    height: 56px;
    padding: 8px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.3s;
    background-color: var(--site-light-color);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.app-footer-banner__store-link:hover {
    transform: translateY(-2px);
}
.app-footer-banner__store-link img {
    object-fit: contain;
}
.app-footer-banner__qr {
    flex-shrink: 0;
}
  .app-mobile-banner__title {
    display: none;
  }
.app-banner__mobile-button {
    display: none;
}
.app-feedback__item--history .app-features__image-inner,
.app-functions__item--notifications .app-functions__image-inner,
.app-functions__item--promotions .app-functions__image-inner {
    flex-direction: row;
    align-items: end;
}
.app-features__item--navigation .app-features__image-wrapper {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='391' height='532' viewBox='0 0 391 532' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.419' filter='url(%23filter0_fn_31_44637)'%3e%3cpath d='M390 380C494.934 380 580 294.934 580 190C580 85.0659 494.934 0 390 0C285.066 0 200 85.0659 200 190C200 294.934 285.066 380 390 380Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_fn_31_44637' x='0' y='-200' width='780' height='780' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeGaussianBlur stdDeviation='100' result='effect1_foregroundBlur_31_44637'/%3e%3cfeTurbulence type='fractalNoise' baseFrequency='1 1' stitchTiles='stitch' numOctaves='3' result='noise' seed='1034' /%3e%3cfeColorMatrix in='noise' type='luminanceToAlpha' result='alphaNoise' /%3e%3cfeComponentTransfer in='alphaNoise' result='coloredNoise1'%3e%3cfeFuncA type='discrete' tableValues='0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 '/%3e%3c/feComponentTransfer%3e%3cfeComposite operator='in' in2='effect1_foregroundBlur_31_44637' in='coloredNoise1' result='noise1Clipped' /%3e%3cfeFlood flood-color='rgba(0, 118, 186, 0.25)' result='color1Flood' /%3e%3cfeComposite operator='in' in2='noise1Clipped' in='color1Flood' result='color1' /%3e%3cfeMerge result='effect2_noise_31_44637'%3e%3cfeMergeNode in='effect1_foregroundBlur_31_44637' /%3e%3cfeMergeNode in='color1' /%3e%3c/feMerge%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e ");
    background-position: right top;
    background-repeat: no-repeat;
}
.app-features__item--booking .app-features__image-wrapper {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='320' height='510' viewBox='0 0 320 510' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.419' filter='url(%23filter0_fn_31_44902)'%3e%3cpath d='M-70 310C34.9341 310 120 224.934 120 120C120 15.0659 34.9341 -70 -70 -70C-174.934 -70 -260 15.0659 -260 120C-260 224.934 -174.934 310 -70 310Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_fn_31_44902' x='-460' y='-270' width='780' height='780' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeGaussianBlur stdDeviation='100' result='effect1_foregroundBlur_31_44902'/%3e%3cfeTurbulence type='fractalNoise' baseFrequency='1 1' stitchTiles='stitch' numOctaves='3' result='noise' seed='1034' /%3e%3cfeColorMatrix in='noise' type='luminanceToAlpha' result='alphaNoise' /%3e%3cfeComponentTransfer in='alphaNoise' result='coloredNoise1'%3e%3cfeFuncA type='discrete' tableValues='0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 '/%3e%3c/feComponentTransfer%3e%3cfeComposite operator='in' in2='effect1_foregroundBlur_31_44902' in='coloredNoise1' result='noise1Clipped' /%3e%3cfeFlood flood-color='rgba(0, 118, 186, 0.25)' result='color1Flood' /%3e%3cfeComposite operator='in' in2='noise1Clipped' in='color1Flood' result='color1' /%3e%3cfeMerge result='effect2_noise_31_44902'%3e%3cfeMergeNode in='effect1_foregroundBlur_31_44902' /%3e%3cfeMergeNode in='color1' /%3e%3c/feMerge%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e ");
background-position: left top;
background-repeat: no-repeat;
}
.app-features__item--easy-booking .app-features__image-wrapper {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='366' height='255' viewBox='0 0 366 255' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.419' filter='url(%23filter0_fn_31_45262)'%3e%3cpath d='M-24 580C80.9341 580 166 494.934 166 390C166 285.066 80.9341 200 -24 200C-128.934 200 -214 285.066 -214 390C-214 494.934 -128.934 580 -24 580Z' fill='black'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_fn_31_45262' x='-414' y='0' width='780' height='780' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeGaussianBlur stdDeviation='100' result='effect1_foregroundBlur_31_45262'/%3e%3cfeTurbulence type='fractalNoise' baseFrequency='1 1' stitchTiles='stitch' numOctaves='3' result='noise' seed='1034' /%3e%3cfeColorMatrix in='noise' type='luminanceToAlpha' result='alphaNoise' /%3e%3cfeComponentTransfer in='alphaNoise' result='coloredNoise1'%3e%3cfeFuncA type='discrete' tableValues='0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 '/%3e%3c/feComponentTransfer%3e%3cfeComposite operator='in' in2='effect1_foregroundBlur_31_45262' in='coloredNoise1' result='noise1Clipped' /%3e%3cfeFlood flood-color='rgba(0, 118, 186, 0.25)' result='color1Flood' /%3e%3cfeComposite operator='in' in2='noise1Clipped' in='color1Flood' result='color1' /%3e%3cfeMerge result='effect2_noise_31_45262'%3e%3cfeMergeNode in='effect1_foregroundBlur_31_45262' /%3e%3cfeMergeNode in='color1' /%3e%3c/feMerge%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e ");
background-position: left bottom;
background-repeat: no-repeat;
}
.app-storage__container {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='780' height='287' viewBox='0 0 780 287' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.419' filter='url(%23filter0_fn_31_49103)'%3e%3cpath d='M390 580C494.934 580 580 494.934 580 390C580 285.066 494.934 200 390 200C285.066 200 200 285.066 200 390C200 494.934 285.066 580 390 580Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_fn_31_49103' x='0' y='0' width='780' height='780' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeGaussianBlur stdDeviation='100' result='effect1_foregroundBlur_31_49103'/%3e%3cfeTurbulence type='fractalNoise' baseFrequency='1 1' stitchTiles='stitch' numOctaves='3' result='noise' seed='1034' /%3e%3cfeColorMatrix in='noise' type='luminanceToAlpha' result='alphaNoise' /%3e%3cfeComponentTransfer in='alphaNoise' result='coloredNoise1'%3e%3cfeFuncA type='discrete' tableValues='0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 '/%3e%3c/feComponentTransfer%3e%3cfeComposite operator='in' in2='effect1_foregroundBlur_31_49103' in='coloredNoise1' result='noise1Clipped' /%3e%3cfeFlood flood-color='rgba(0, 118, 186, 0.25)' result='color1Flood' /%3e%3cfeComposite operator='in' in2='noise1Clipped' in='color1Flood' result='color1' /%3e%3cfeMerge result='effect2_noise_31_49103'%3e%3cfeMergeNode in='effect1_foregroundBlur_31_49103' /%3e%3cfeMergeNode in='color1' /%3e%3c/feMerge%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e ");
background-position: center bottom;
background-repeat: no-repeat;
}
.app-functions__row .app-functions__item--promotions .app-functions__image-wrapper {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='320' height='510' viewBox='0 0 320 510' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.419' filter='url(%23filter0_fn_31_45584)'%3e%3cpath d='M-70 310C34.9341 310 120 224.934 120 120C120 15.0659 34.9341 -70 -70 -70C-174.934 -70 -260 15.0659 -260 120C-260 224.934 -174.934 310 -70 310Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_fn_31_45584' x='-460' y='-270' width='780' height='780' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeGaussianBlur stdDeviation='100' result='effect1_foregroundBlur_31_45584'/%3e%3cfeTurbulence type='fractalNoise' baseFrequency='1 1' stitchTiles='stitch' numOctaves='3' result='noise' seed='1034' /%3e%3cfeColorMatrix in='noise' type='luminanceToAlpha' result='alphaNoise' /%3e%3cfeComponentTransfer in='alphaNoise' result='coloredNoise1'%3e%3cfeFuncA type='discrete' tableValues='0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 '/%3e%3c/feComponentTransfer%3e%3cfeComposite operator='in' in2='effect1_foregroundBlur_31_45584' in='coloredNoise1' result='noise1Clipped' /%3e%3cfeFlood flood-color='rgba(0, 118, 186, 0.25)' result='color1Flood' /%3e%3cfeComposite operator='in' in2='noise1Clipped' in='color1Flood' result='color1' /%3e%3cfeMerge result='effect2_noise_31_45584'%3e%3cfeMergeNode in='effect1_foregroundBlur_31_45584' /%3e%3cfeMergeNode in='color1' /%3e%3c/feMerge%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e ");
background-position: left top;
background-repeat: no-repeat;
}
.app-functions__row .app-functions__item--menu .app-functions__image-wrapper {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='391' height='532' viewBox='0 0 391 532' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.419' filter='url(%23filter0_fn_31_45894)'%3e%3cpath d='M390 380C494.934 380 580 294.934 580 190C580 85.0659 494.934 0 390 0C285.066 0 200 85.0659 200 190C200 294.934 285.066 380 390 380Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_fn_31_45894' x='0' y='-200' width='780' height='780' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeGaussianBlur stdDeviation='100' result='effect1_foregroundBlur_31_45894'/%3e%3cfeTurbulence type='fractalNoise' baseFrequency='1 1' stitchTiles='stitch' numOctaves='3' result='noise' seed='1034' /%3e%3cfeColorMatrix in='noise' type='luminanceToAlpha' result='alphaNoise' /%3e%3cfeComponentTransfer in='alphaNoise' result='coloredNoise1'%3e%3cfeFuncA type='discrete' tableValues='0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 '/%3e%3c/feComponentTransfer%3e%3cfeComposite operator='in' in2='effect1_foregroundBlur_31_45894' in='coloredNoise1' result='noise1Clipped' /%3e%3cfeFlood flood-color='rgba(0, 118, 186, 0.25)' result='color1Flood' /%3e%3cfeComposite operator='in' in2='noise1Clipped' in='color1Flood' result='color1' /%3e%3cfeMerge result='effect2_noise_31_45894'%3e%3cfeMergeNode in='effect1_foregroundBlur_31_45894' /%3e%3cfeMergeNode in='color1' /%3e%3c/feMerge%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e ");
background-position: right top;
background-repeat: no-repeat;
}
.app-functions__row .app-functions__item--notifications .app-functions__image-wrapper {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='320' height='486' viewBox='0 0 320 486' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.419' filter='url(%23filter0_fn_31_46216)'%3e%3cpath d='M-70 286C34.9341 286 120 200.934 120 96C120 -8.9341 34.9341 -94 -70 -94C-174.934 -94 -260 -8.9341 -260 96C-260 200.934 -174.934 286 -70 286Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_fn_31_46216' x='-460' y='-294' width='780' height='780' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeGaussianBlur stdDeviation='100' result='effect1_foregroundBlur_31_46216'/%3e%3cfeTurbulence type='fractalNoise' baseFrequency='1 1' stitchTiles='stitch' numOctaves='3' result='noise' seed='1034' /%3e%3cfeColorMatrix in='noise' type='luminanceToAlpha' result='alphaNoise' /%3e%3cfeComponentTransfer in='alphaNoise' result='coloredNoise1'%3e%3cfeFuncA type='discrete' tableValues='0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 '/%3e%3c/feComponentTransfer%3e%3cfeComposite operator='in' in2='effect1_foregroundBlur_31_46216' in='coloredNoise1' result='noise1Clipped' /%3e%3cfeFlood flood-color='rgba(0, 118, 186, 0.25)' result='color1Flood' /%3e%3cfeComposite operator='in' in2='noise1Clipped' in='color1Flood' result='color1' /%3e%3cfeMerge result='effect2_noise_31_46216'%3e%3cfeMergeNode in='effect1_foregroundBlur_31_46216' /%3e%3cfeMergeNode in='color1' /%3e%3c/feMerge%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e ");
background-position: left top;
background-repeat: no-repeat;
}
.app-feedback__item--reviews .app-features__image-wrapper {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='391' height='532' viewBox='0 0 391 532' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.419' filter='url(%23filter0_fn_31_46529)'%3e%3cpath d='M390 380C494.934 380 580 294.934 580 190C580 85.0659 494.934 0 390 0C285.066 0 200 85.0659 200 190C200 294.934 285.066 380 390 380Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_fn_31_46529' x='0' y='-200' width='780' height='780' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeGaussianBlur stdDeviation='100' result='effect1_foregroundBlur_31_46529'/%3e%3cfeTurbulence type='fractalNoise' baseFrequency='1 1' stitchTiles='stitch' numOctaves='3' result='noise' seed='1034' /%3e%3cfeColorMatrix in='noise' type='luminanceToAlpha' result='alphaNoise' /%3e%3cfeComponentTransfer in='alphaNoise' result='coloredNoise1'%3e%3cfeFuncA type='discrete' tableValues='0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 '/%3e%3c/feComponentTransfer%3e%3cfeComposite operator='in' in2='effect1_foregroundBlur_31_46529' in='coloredNoise1' result='noise1Clipped' /%3e%3cfeFlood flood-color='rgba(0, 118, 186, 0.25)' result='color1Flood' /%3e%3cfeComposite operator='in' in2='noise1Clipped' in='color1Flood' result='color1' /%3e%3cfeMerge result='effect2_noise_31_46529'%3e%3cfeMergeNode in='effect1_foregroundBlur_31_46529' /%3e%3cfeMergeNode in='color1' /%3e%3c/feMerge%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e ");
background-position: right top;
background-repeat: no-repeat;
}
.app-feedback__item--history .app-features__image-wrapper {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='320' height='510' viewBox='0 0 320 510' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.419' filter='url(%23filter0_fn_31_46557)'%3e%3cpath d='M-70 310C34.9341 310 120 224.934 120 120C120 15.0659 34.9341 -70 -70 -70C-174.934 -70 -260 15.0659 -260 120C-260 224.934 -174.934 310 -70 310Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_fn_31_46557' x='-460' y='-270' width='780' height='780' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeGaussianBlur stdDeviation='100' result='effect1_foregroundBlur_31_46557'/%3e%3cfeTurbulence type='fractalNoise' baseFrequency='1 1' stitchTiles='stitch' numOctaves='3' result='noise' seed='1034' /%3e%3cfeColorMatrix in='noise' type='luminanceToAlpha' result='alphaNoise' /%3e%3cfeComponentTransfer in='alphaNoise' result='coloredNoise1'%3e%3cfeFuncA type='discrete' tableValues='0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 '/%3e%3c/feComponentTransfer%3e%3cfeComposite operator='in' in2='effect1_foregroundBlur_31_46557' in='coloredNoise1' result='noise1Clipped' /%3e%3cfeFlood flood-color='rgba(0, 118, 186, 0.25)' result='color1Flood' /%3e%3cfeComposite operator='in' in2='noise1Clipped' in='color1Flood' result='color1' /%3e%3cfeMerge result='effect2_noise_31_46557'%3e%3cfeMergeNode in='effect1_foregroundBlur_31_46557' /%3e%3cfeMergeNode in='color1' /%3e%3c/feMerge%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e ");
background-position: left top;
background-repeat: no-repeat;
}
@media (max-width: 374px) {
    .app-mobile-banner-wrapper {
        bottom: -23px !important;
        right: -18px !important;
    }
}

@media (max-width: 770px) {
  .mobile__menu {
    display: none !important;
  }
}
@media (max-width: 1023px) {
    .app-features {
        background-color: var(--site-light-color);
    }
    .page-holder:has(.app-banner) {
        width: 100%;
        max-width: none;
        padding: 0;
        margin: 0;
    }
    .app-banner {
        margin: 0;
        margin-top: -20px;
        border-radius: 0;
        height: 582px;
        background-image: none;
        background: linear-gradient(0deg, rgba(9, 46, 88, 1), rgba(16, 78, 149, 1));
    }
    .app-banner__container {
        flex-direction: column;
        padding: 32px 30px 16px 34px;
        height: 100%;
        justify-content: space-between;
    }
    .app-banner__content {
        align-items: center;
        gap: 32px;
    }  
    .app-banner__title {
        font-size: 32px;
        text-align: center;
    }    
    .app-banner__stores {
        display: none;
    }   
    .app-banner__store-link {
        width: 120px;
        height: 40px;
    }   
    .app-banner-wrapper {
        display: none;
    }  
    .app-mobile-banner-wrapper {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .app-banner__title:not(.app-mobile-banner__title) {
        display: none;
    }
    .app-mobile-banner__title {
        display: block !important;
        color: var(--site-light-color);
        font-weight: 600;
        font-size: 28px;
        line-height: 125%;
        letter-spacing: 0;
        text-align: center;
        margin: 0;
    }
    .app-banner__mobile-button {
        display: block;
        width: 100vw;
        max-width: calc(100vw - 30px);
        background-color: var(--site-light-color);
        color: var(--site-default-color) !important;
        text-align: center;
        padding: 17px;
        border-radius: 8px;
        font-weight: 400;
        font-size: 16px;
        line-height: 125%;
        text-align: center;
        margin: 0;
        z-index: 2;
    }
    .sticky-button-container {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
    }
    .sticky-button-container {
        display: block;
    }
    .sticky-button-container.visible {
        opacity: 1;
        visibility: visible;
    }
    #stickyButton {
        position: fixed;
        width: 100%;
        z-index: 9999;
        opacity: 1;
        visibility: visible;
        transition: 0.3s;
        transform: translate(-50%);
        left: 50%;
        height: 116px;
        background-color: var(--site-light-color);
        box-shadow: 0 -5px 25px -5px rgba(0, 0, 0, 0.15);
    }
    #stickyButton a {
        width: 100vw;
        background-color: var(--site-default-color);
        color: var(--site-light-color);
        text-align: center;
        padding: 17px;
        border-radius: 8px;
        font-weight: 200;
        font-size: 16px;
        line-height: 125%;
        margin: 0;
        z-index: 2;
        max-width: calc(100% - 30px);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        position: absolute;
    }
    .app-features__row {
        flex-direction: column;
        gap: 48px;
        padding: 59px 0 48px;
    }
    .app-features__item {
        width: 100%;
    }
    .app-features__item-title,
    .app-functions__item-title {
        font-weight: 600;
        font-size: 20px;
        line-height: 135%;
        text-align: center;
        vertical-align: middle;
    }
    .app-features__item-description,
    .app-functions__item-description {
        font-weight: 500;
        font-size: 16px;
        line-height: 135%;
        text-align: center;
        vertical-align: middle;
    }
    .app-functions__item-description div {
        display: inline;
    }
    .app-features__text-block {
        gap: 8px;
    }
    .app-features__item-container {
        flex-direction: column;
    }
    .app-features__image-wrapper {
        height: 532px;
        border-radius: 8px;
    }
    .app-features__item--booking .app-features__item-container .app-features__image-wrapper,
    .app-features__item--booking .app-features__item-container .app-features__text-block {
        order: initial;
        padding-top: 0px;
    }
    .app-features__item--booking .app-features__item-container .app-features__image-inner {
        justify-content: center;
    }
    .app-storage__container {
        padding: 40px 20px;
    }
    .app-storage__row {
        flex-direction: column;
        gap: 40px;
        min-height: auto;
    }
    .app-storage__images {
        flex-direction: column;
        gap: 20px;
    }
    .app-storage__images .app-storage__image-wrapper:first-of-type,
    .app-storage__images .app-storage__image-wrapper:last-of-type {
        padding: 0;
    }
    .app-storage__content {
        order: 1;
    }
    .app-storage__images {
        order: 2;
    }
    .app-qr__container.app-storage__container {
        margin: 40px 0;
        padding: 40px 20px;
    }
    .app-storage__row.app-qr__row {
        gap: 40px;
    }
    .app-qr__images {
        order: 2;
    }
    .app-qr__content {
        order: 1;
    }
    .app-functions__row {
        flex-direction: column;
        gap: 48px;
        padding: 0px;
    }
    .app-functions__item {
        width: 100%;
    }
    .app-functions__image-wrapper {
        height: 532px;
    }
    .app-functions__item--promotions .app-functions__image-wrapper,
    .app-functions__item--notifications .app-functions__image-wrapper {
        height: 510px;
    }
    .app-functions__item--promotions .app-functions__image-wrapper .app-functions__image-inner,
    .app-functions__item--notifications .app-functions__image-wrapper .app-functions__image-inner {
        flex-direction: row;
    }
    .app-functions__item--menu .app-functions__image-inner {
        order: initial;
    }
    .app-functions__item--menu .app-functions__item-container .app-features__image-wrapper,
    .app-functions__item--menu .app-functions__item-container .app-features__text-block {
        order: initial;
    }
    .app-functions .app-functions__item--menu .app-functions__image-wrapper {
        flex-direction: row;
        align-items: flex-start;
    }
    .app-functions__item--promotions .app-functions__item-container,
    .app-functions__item--notifications .app-functions__item-container {
        flex-direction: column;
    }
    .app-features.app-feedback {
        margin-top: 0px;
    }
    .app-features.app-feedback .app-features__row {
        flex-direction: column;
        gap: 48px;
        padding: 48px 0;
    }
    .app-feedback__item--history .app-features__item-container .app-features__image-wrapper,
    .app-feedback__item--history .app-features__item-container .app-features__text-block {
        order: initial;
    }
    .app-feedback__item--history .app-features__item-container .app-features__image-inner {
        justify-content: center;
    }
    .app-footer-banner {
        display: none;
    }
    .app-footer-banner__container {
        flex-direction: column;
        gap: 40px;
    }
    .app-footer-banner__content {
        align-items: center;
        text-align: center;
    }
    .app-footer-banner__stores {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .app-footer-banner__store-link {
        width: 120px;
        height: 40px;
    }
    .app-storage,
    .app-storage.app-qr {
        display: none !important;
    }
    .app-storage-mobile .app-features__image-wrapper {
        align-items: end;
        padding: 0;
    }
    .app-storage-mobile:has(.app-features__item--qr-mobile) .app-features__image-wrapper {
        align-items: start;
    }
    .app-storage-mobile .app-features__image-inner {
        flex-direction: row;
    }
    .app-storage-mobile {
        display: block;
        margin-bottom: 48px;
    }
    .app-features__image-wrapper,
    .app-functions__image-wrapper {
            align-items: end;
    }
    .app-features__image-inner {
        flex-direction: row;
    }
    .app-features__item--easy-booking .app-features__image-wrapper, 
    .app-feedback__item--reviews .app-features__image-wrapper,
    .app-feedback__item--map .app-features__image-wrapper {
        flex-direction: row;
        align-items: start;
    }
    .app-functions__item--menu .app-functions__image-wrapper{
        align-items: start;
    }
}
@media (min-width: 1024px) {
    .app-storage-mobile {
        display: none !important;
    }
    .sticky-button-container {
        display: none !important;
    }
}

/* End */


/* Start:/bitrix/templates/template.rimeks/components/ma/news.list/app-reviews/style.css?177250607939332*/
.b-news-list {
	margin: 0 0 0 -20px;
	font-size: 0;
}
.b-news-list_item {
	display: inline-block;
	width: 50%;
	margin: 0 0 20px 0;
	font-size: 14px;
	vertical-align: top;
}
.b-news-list_holder {
	margin-left: 20px;
	overflow: hidden;
}
.b-news-list_pic {
	margin: 0 0 10px 0;
}

.b-news-list_title {
	margin-bottom: 10px;
}
.b-reviews-section-title {
	margin-bottom: 28px;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	letter-spacing: 0px;
	vertical-align: middle;
}
.page-holder:has(.b-reviews-section-title) {
	margin-top: 80px;
	margin-bottom: 80px;
}
.b-reviews-grid_item {
	width: 100%;
	height: auto;
}
.b-app-info {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 24px 28px;
	background-color: var(--site-bg-secondary-color);
	border-radius: 12px;
	height: 100%;
}
.b-app-info_title-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 0;
}
.b-app-info_grid-item .b-app-info_title {
	height: 48px;
}
.b-app-info_title {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3e%3cg filter='url(%23filter0_ii_130_7438)'%3e%3cg clip-path='url(%23clip0_130_7438)'%3e%3cg clip-path='url(%23clip1_130_7438)'%3e%3crect x='-0.9375' y='-0.890625' width='49.9724' height='49.875' fill='%23105099'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.5334 9.55719C21.8025 9.63265 21.4274 9.77404 21.3573 10.0004C21.3444 10.0424 21.207 10.1554 21.052 10.2514C20.8173 10.3969 20.7579 10.4182 20.6966 10.3789C20.6339 10.3388 20.5813 10.3658 20.3417 10.5617C20.1233 10.7403 20.0603 10.8154 20.0599 10.8983C20.0595 10.9738 19.973 11.101 19.7644 11.3324C19.487 11.6404 19.4643 11.6566 19.381 11.6051C19.2793 11.5422 19.305 11.5215 18.9855 11.9226C18.7963 12.1602 18.7784 12.1999 18.7994 12.3345C18.8199 12.4662 18.7922 12.5343 18.562 12.9192L18.3014 13.3549L18.1635 13.2874C18.078 13.2456 18.0119 13.2345 17.9897 13.2583C17.97 13.2795 17.8629 13.4725 17.7517 13.6873L17.5494 14.0778L17.6548 14.2298L17.7602 14.3818L17.5297 14.8901L17.2993 15.3985L17.1377 15.3912L16.9762 15.3839L16.8821 15.6295C16.5954 16.3774 16.1974 17.8075 16.0322 18.6824L15.9889 18.9116L12.7913 18.9075L9.5937 18.9034L9.14634 19.9265C8.90033 20.4892 8.69767 20.9727 8.69603 21.0008C8.69368 21.0415 9.92248 21.0519 14.715 21.0519H20.737L20.7562 20.9599C20.7668 20.9092 20.8217 20.6015 20.8782 20.2761C21.3193 17.7365 22.2227 15.6806 23.4369 14.4531C24.4706 13.4082 25.6496 13.0703 26.678 13.5243C26.7909 13.5741 26.8781 13.6202 26.8718 13.6267C26.8655 13.6332 26.7527 13.6126 26.6213 13.5809C26.3074 13.5051 25.7294 13.5074 25.4057 13.5856C23.9206 13.9448 22.631 15.8043 21.8166 18.7608C21.6553 19.3465 21.4454 20.3341 21.384 20.7962L21.35 21.0519H21.5989H21.8478L21.8737 20.8371C22.0566 19.3176 22.5067 17.7065 23.0706 16.5528C23.5685 15.5341 24.2769 14.6863 24.9111 14.3499C25.6164 13.9759 26.2515 13.9608 26.9407 14.3017C28.3975 15.022 29.6256 17.495 30.0692 20.6018L30.1364 21.0724L36.1161 21.1018C39.4049 21.118 42.1073 21.118 42.1215 21.1018C42.188 21.0259 42.962 19.1223 42.9369 19.0965C42.9211 19.0803 40.4733 19.0624 37.4971 19.0567C34.521 19.051 32.0276 19.0363 31.9563 19.0242C31.8513 19.0062 31.8267 18.9831 31.8267 18.9018C31.8267 18.7355 31.6323 17.7522 31.4836 17.1661C30.9615 15.1084 30.1152 13.193 29.1173 11.8105C28.9763 11.6151 28.6442 11.2325 28.3794 10.9602C27.5433 10.1006 27.0952 9.86191 25.8177 9.59574C25.4545 9.52007 25.281 9.51188 24.1425 9.51675C23.4439 9.51974 22.7198 9.53795 22.5334 9.55719ZM25.4955 14.4827C24.0605 14.8972 22.8555 17.0009 22.3187 20.0288C22.2648 20.3327 22.2083 20.6872 22.193 20.8166L22.1652 21.0519H22.2876C22.3982 21.0519 22.4125 21.037 22.4345 20.8985C22.6635 19.4569 22.9542 18.4138 23.3921 17.4623C23.6975 16.7988 24.003 16.3403 24.4226 15.9155C24.9641 15.3673 25.4065 15.1581 26.0206 15.1597C27.2333 15.163 28.3597 16.4278 29.0813 18.5965C29.2738 19.1753 29.4814 20.0253 29.579 20.6347C29.648 21.0652 29.658 21.0929 29.7451 21.0929C29.8143 21.0929 29.8328 21.0747 29.8181 21.0212C29.8072 20.9819 29.7865 20.8483 29.772 20.7245C29.7164 20.2477 29.5048 19.2348 29.3314 18.6149C28.7312 16.4693 27.7346 14.9728 26.6216 14.5458C26.3136 14.4276 25.788 14.3982 25.4955 14.4827ZM5.47133 28.8174C5.24589 29.3744 5.06194 29.844 5.0625 29.8609C5.06306 29.8778 7.54869 29.8916 10.5861 29.8916H16.1087L16.1526 30.0655C16.3352 30.7891 16.6557 31.8168 16.8449 32.2856C16.8993 32.4207 16.9676 32.529 16.9965 32.5262C17.0255 32.5235 17.094 32.5143 17.1488 32.5058C17.2403 32.4915 17.2673 32.5293 17.4748 32.9609C17.5992 33.2197 17.7024 33.4613 17.7041 33.4976C17.7058 33.5339 17.6713 33.6105 17.6274 33.6678C17.5182 33.8102 17.5243 33.8494 17.7089 34.1943C17.7975 34.36 17.8908 34.5384 17.9161 34.5908C17.9527 34.6665 17.9832 34.6808 18.0641 34.6602C18.2974 34.6007 18.3016 34.604 18.5715 35.0549C18.8043 35.4438 18.8286 35.5042 18.7947 35.6074C18.7608 35.7103 18.7758 35.7485 18.929 35.9483C19.2899 36.4191 19.2825 36.4125 19.3847 36.3564C19.471 36.3089 19.4973 36.3272 19.7887 36.6368C20.0329 36.8962 20.1004 36.9938 20.1004 37.0875C20.1004 37.1569 20.1316 37.2305 20.1749 37.2632C20.2159 37.2941 20.3426 37.3971 20.4564 37.4921C20.6311 37.6381 20.6747 37.6577 20.7369 37.6178C20.7977 37.5788 20.848 37.5939 21.0239 37.7035C21.3104 37.8823 21.3449 37.9116 21.4511 38.0668C21.5728 38.2447 21.6969 38.3046 22.0976 38.379C22.6421 38.48 23.3883 38.5266 24.4647 38.5266C25.5583 38.5266 25.8254 38.4964 26.6273 38.2823C27.3979 38.0766 27.9397 37.7271 28.6363 36.9861C30.0349 35.4986 31.2046 32.9705 31.8146 30.1166L31.8496 29.9529L35.1373 29.9325L38.4249 29.912L38.8508 28.9298L39.2768 27.9477L38.8323 27.9168C38.5879 27.8999 36.5409 27.8907 34.2835 27.8964L30.1792 27.9067L30.0901 28.4388C29.5523 31.6494 28.0934 33.9901 26.4281 34.3141C25.759 34.4443 25.108 34.2569 24.4508 33.7449C23.3392 32.8788 22.3895 30.8494 22.0157 28.5411C21.8905 27.7675 21.9308 27.8454 21.6551 27.8454C21.4701 27.8454 21.4166 27.8591 21.4166 27.9065C21.4166 28.0551 21.631 29.0748 21.7779 29.6242C22.0874 30.7825 22.5607 31.95 23.0444 32.7486C23.7103 33.8479 24.4843 34.5273 25.333 34.7578C25.8351 34.8941 26.2031 34.9004 26.7894 34.7825C26.982 34.7438 26.6088 34.9058 26.3624 34.9679C26.0682 35.042 25.4888 35.0333 25.1459 34.9496C24.9923 34.9122 24.7051 34.8009 24.5077 34.7024C23.1413 34.0206 21.9808 32.3503 21.3132 30.1044C21.16 29.5889 20.9349 28.6183 20.8597 28.1488L20.8133 27.8588L17.2195 27.8316C15.2429 27.8167 11.8832 27.8045 9.75344 27.8045L5.88115 27.8047L5.47133 28.8174ZM22.2145 27.8556C22.2146 27.8612 22.251 28.0868 22.2954 28.3569C22.65 30.5144 23.3618 32.2215 24.3081 33.1841C24.856 33.7414 25.3682 33.9906 25.9835 33.9992C27.0669 34.0144 28.0308 33.1821 28.8141 31.5548C29.2511 30.6469 29.5444 29.7043 29.7517 28.5411C29.7978 28.2822 29.8442 28.029 29.8547 27.9784C29.8703 27.9031 29.8564 27.8863 29.7788 27.8863C29.6912 27.8863 29.68 27.9107 29.6346 28.2034C29.5121 28.9932 29.1684 30.1288 28.8229 30.8854C28.4067 31.7967 27.659 32.727 27.0803 33.0536C25.7452 33.8071 24.3343 33.0446 23.3882 31.0579C23.0166 30.2776 22.6955 29.2442 22.5078 28.2239C22.4396 27.8534 22.4358 27.8454 22.3262 27.8454C22.2647 27.8454 22.2144 27.8499 22.2145 27.8556Z' fill='%23F4BF3C'/%3e%3cpath d='M13.7083 24.5715C14.1606 23.5249 14.5645 22.5902 14.606 22.4946L14.6813 22.3207H15.626L15.5521 22.4946C15.5115 22.5902 15.2089 23.2923 14.8797 24.0547C14.5505 24.8171 14.2812 25.457 14.2812 25.4766C14.2812 25.4963 15.0423 24.7942 15.9725 23.9165L17.6638 22.3207H19.1521L18.9475 22.8015C18.835 23.066 18.4283 24.0098 18.0439 24.8989L17.3448 26.5154L16.3818 26.5384L16.4756 26.3223C16.5273 26.2034 16.8323 25.4984 17.1536 24.7556C17.4749 24.0129 17.7478 23.3882 17.76 23.3674C17.817 23.2708 17.5117 23.5528 16.002 24.9909L14.3803 26.5357L13.615 26.5358C13.1941 26.5358 12.8579 26.5221 12.8679 26.5052C12.8778 26.4882 13.2561 25.6181 13.7083 24.5715Z' fill='white'/%3e%3cpath d='M19.1761 24.4896C19.649 23.398 20.0517 22.4634 20.0708 22.4127C20.1054 22.3214 20.1124 22.3207 20.9173 22.3207H21.729L21.7075 22.515C21.6562 22.98 21.4288 25.4934 21.4371 25.5046C21.4421 25.5114 22.0018 24.7978 22.6808 23.9188L23.9154 22.3207L24.4591 22.3209C24.758 22.3211 25.1201 22.3327 25.2637 22.3467L25.5248 22.3722L23.7172 26.5563L22.7643 26.5793L22.8002 26.486C22.82 26.4346 23.1225 25.7307 23.4724 24.9216C23.8224 24.1126 24.1047 23.4466 24.0999 23.4417C24.095 23.4368 23.5381 24.1397 22.8623 25.0036L21.6336 26.5744L20.3773 26.5768L20.4011 26.3415C20.4599 25.7586 20.6272 23.4999 20.6158 23.4432C20.6088 23.4084 20.2839 24.0992 19.8938 24.9784L19.1846 26.5768H18.7302C18.3825 26.5768 18.2807 26.5648 18.296 26.5256C18.3071 26.4975 18.7031 25.5813 19.1761 24.4896Z' fill='white'/%3e%3cpath d='M25.8938 23.4728C26.1768 22.9112 26.5156 22.5865 26.9986 22.414C27.2536 22.323 27.2995 22.3203 28.451 22.3306C29.752 22.3421 29.7875 22.3483 29.9776 22.5961C30.0539 22.6956 30.0621 22.7445 30.0445 22.9959C30.0227 23.3089 29.8987 23.654 29.3859 24.8291C28.9341 25.8647 28.6753 26.2177 28.2004 26.4469L27.9753 26.5555L26.7664 26.5696C25.4061 26.5855 25.2201 26.5638 25.0384 26.3679C24.8711 26.1876 24.8781 25.9022 25.0621 25.4006L25.2008 25.0224L25.6666 25.0221C25.9227 25.0218 26.1323 25.033 26.1323 25.0469C26.1323 25.0607 26.1014 25.1617 26.0637 25.2713C25.9985 25.4609 25.9986 25.4741 26.0651 25.5428C26.1259 25.6058 26.2312 25.6167 26.8835 25.6277C27.6728 25.6411 27.8706 25.6139 28.051 25.4675C28.1597 25.3792 28.3905 25.0003 28.3912 24.9091C28.3914 24.8696 28.1711 24.858 27.4204 24.858C26.8863 24.858 26.4494 24.8449 26.4494 24.8289C26.4494 24.8129 26.525 24.6196 26.6174 24.3992L26.7854 23.9985H28.7907L28.872 23.8042C28.9168 23.6972 28.9631 23.5503 28.9748 23.4777C29.0074 23.2755 28.9039 23.2539 27.9753 23.2692C27.0633 23.2843 26.9944 23.3058 26.7863 23.6396L26.6674 23.8304L26.2016 23.8326C25.9455 23.8339 25.7359 23.8238 25.7359 23.8104C25.7359 23.797 25.8069 23.645 25.8938 23.4728Z' fill='white'/%3e%3cpath d='M29.4734 26.5665C29.5005 26.4982 31.182 22.6178 31.2469 22.4741L31.2976 22.3616H32.2342L32.199 22.4537C32.1796 22.5043 32.0373 22.8396 31.8828 23.1987C31.7284 23.5578 31.602 23.857 31.602 23.8637C31.602 23.8703 31.6831 23.8758 31.7823 23.8758C31.9517 23.8758 32.0267 23.8299 33.0202 23.1187L34.0779 22.3616H34.7821C35.1694 22.3616 35.4863 22.3714 35.4863 22.3835C35.4863 22.4016 34.1466 23.3231 32.8802 24.1762C32.7222 24.2826 32.5929 24.3867 32.5929 24.4075C32.5929 24.4282 32.8426 24.9263 33.1478 25.5142C33.453 26.1021 33.7027 26.5909 33.7027 26.6004C33.7027 26.6099 33.4039 26.6172 33.0388 26.6167L32.3749 26.6158L32.0188 25.8289C31.823 25.3962 31.6446 25.0002 31.6224 24.9489C31.5867 24.8661 31.5581 24.8569 31.3674 24.867L31.1527 24.8784L30.4033 26.6177H29.9282C29.5638 26.6177 29.4579 26.6058 29.4734 26.5665Z' fill='white'/%3e%3cpath d='M35.4981 23.3233C35.7773 22.8285 36.1049 22.5479 36.5564 22.4167C36.6854 22.3792 37.0585 22.3672 37.9041 22.3734C38.9971 22.3815 39.0834 22.3875 39.2282 22.4659C39.5448 22.6375 39.6076 23.0018 39.4184 23.5688L39.3091 23.8962L38.3698 23.9194L38.3966 23.826C38.4113 23.7746 38.4335 23.666 38.4457 23.5846C38.4848 23.3249 38.4113 23.3028 37.5073 23.3028C36.7812 23.3028 36.7207 23.3087 36.5572 23.3949C36.3466 23.5061 36.2451 23.6832 35.8482 24.6329C35.3981 25.71 35.3674 25.6511 36.3891 25.6693C36.8537 25.6776 37.2018 25.6655 37.3022 25.6376C37.5124 25.5791 37.6735 25.4366 37.7642 25.2288L37.8368 25.0626H38.3091C38.8587 25.0626 38.8383 25.0247 38.5738 25.5537C38.2874 26.1263 37.9764 26.4278 37.5398 26.5559C37.3493 26.6118 37.1243 26.6201 36.0931 26.6097C35.0208 26.5987 34.8548 26.5884 34.7315 26.525C34.4296 26.3697 34.3704 26.0087 34.5581 25.4685C34.7162 25.0138 35.3138 23.6499 35.4981 23.3233Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.3015 22.3145C10.2879 22.3372 10.1192 22.7209 9.9267 23.167C9.73415 23.6131 9.33311 24.541 9.03553 25.2289C8.73791 25.9169 8.47461 26.5129 8.47461 26.5283H9.43121L9.6854 25.931L9.94489 25.3286L10.9339 25.3081C10.9339 25.3081 11.4671 25.3125 11.8635 25.2715C11.9762 25.2599 12.1851 25.1594 12.1851 25.1594C12.6325 24.9405 12.9771 24.5117 13.2721 23.807C13.5669 23.1024 13.5881 22.7346 13.3473 22.4999C13.2752 22.4296 13.166 22.3583 13.1047 22.3415C12.9237 22.2918 10.4762 22.3145 10.3015 22.3145ZM12.4222 23.5537C12.4689 23.3907 12.4668 23.3697 12.3987 23.3183C12.3414 23.2751 12.1495 23.2619 11.5789 23.2619H10.834L10.7793 23.3949C10.7493 23.4681 10.6509 23.6961 10.5608 23.9016C10.4707 24.1072 10.3969 24.2974 10.3969 24.3243C10.3969 24.3611 10.5784 24.37 11.1233 24.3599C11.8294 24.3468 11.8541 24.3434 12.0057 24.2397C12.1714 24.1264 12.336 23.8554 12.4222 23.5537Z' fill='white'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_ii_130_7438' x='-0.75' y='-0.75' width='49.5' height='49.5' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dx='0.75' dy='0.75'/%3e%3cfeGaussianBlur stdDeviation='0.375'/%3e%3cfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0'/%3e%3cfeBlend mode='normal' in2='shape' result='effect1_innerShadow_130_7438'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dx='-0.75' dy='-0.75'/%3e%3cfeGaussianBlur stdDeviation='0.375'/%3e%3cfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0'/%3e%3cfeBlend mode='normal' in2='effect1_innerShadow_130_7438' result='effect2_innerShadow_130_7438'/%3e%3c/filter%3e%3cclipPath id='clip0_130_7438'%3e%3crect width='48' height='48' rx='12' fill='white'/%3e%3c/clipPath%3e%3cclipPath id='clip1_130_7438'%3e%3crect width='48' height='48' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 64px;
	font-weight: 500;
	font-size: 32px;
	color: var(--site-default-color);
	line-height: 100%;
	letter-spacing: 0%;
	display: flex;
	align-items: center;
}
.b-app-info_stats-row {
	display: flex;
	flex-direction: row;
	gap: 24px;
	width: 100%;
}
.b-app-info_stat--rating {
	justify-content: center;
}
.b-app-info_stat--rating .b-app-info_stat-value {
	font-weight: 400;
	font-size: 38px;
	line-height: 100%;
	letter-spacing: -4%;
	color: var(--site-default-color);
}
.b-app-info_stat--rating + .b-app-info_stat--reviews {
	margin-left: -16px;
}
.b-app-info_stat {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: var(--site-label-tetriary-color);
}
.b-app-info_stat--downloads .b-app-info_stat-value,
.b-app-info_stat--clients .b-app-info_stat-value {
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: var(--site-default-color);
	white-space: nowrap;
}
.b-app-info_stat-value {
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	letter-spacing: 0%;
}
.b-app-info_stat-label {
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	letter-spacing: 0%;
}
.b-reviews-list_holder {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 12px;
	padding: 24px 28px;
	background-color: var(--site-bg-secondary-color);
	border-radius: 12px;
	height: 100%;
}
.b-reviews-list_title {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='118' height='24' viewBox='0 0 118 24' fill='none'%3e%3cpath d='M10.9714 2.46103C11.2231 1.6864 12.319 1.6864 12.5707 2.46103L14.225 7.55262C14.3376 7.89905 14.6604 8.13359 15.0247 8.13359L20.3783 8.1336C21.1928 8.1336 21.5314 9.17585 20.8725 9.6546L16.5413 12.8014C16.2467 13.0155 16.1233 13.395 16.2359 13.7414L17.8903 18.833C18.142 19.6076 17.2554 20.2518 16.5964 19.773L12.2653 16.6263C11.9706 16.4121 11.5715 16.4121 11.2768 16.6263L6.94568 19.773C6.28674 20.2518 5.40015 19.6076 5.65184 18.833L7.3062 13.7414C7.41876 13.395 7.29545 13.0155 7.00076 12.8014L2.6696 9.6546C2.01066 9.17585 2.34931 8.1336 3.1638 8.1336L8.51742 8.13359C8.88167 8.13359 9.20449 7.89905 9.31705 7.55262L10.9714 2.46103Z' fill='%23105099'/%3e%3cpath d='M34.5134 2.46103C34.7651 1.6864 35.861 1.6864 36.1127 2.46103L37.767 7.55262C37.8796 7.89905 38.2024 8.13359 38.5667 8.13359L43.9203 8.1336C44.7348 8.1336 45.0734 9.17585 44.4145 9.6546L40.0833 12.8014C39.7886 13.0155 39.6653 13.395 39.7779 13.7414L41.4323 18.833C41.6839 19.6076 40.7973 20.2518 40.1384 19.773L35.8072 16.6263C35.5126 16.4121 35.1135 16.4121 34.8188 16.6263L30.4877 19.773C29.8287 20.2518 28.9421 19.6076 29.1938 18.833L30.8482 13.7414C30.9607 13.395 30.8374 13.0155 30.5428 12.8014L26.2116 9.6546C25.5527 9.17585 25.8913 8.1336 26.7058 8.1336L32.0594 8.13359C32.4237 8.13359 32.7465 7.89905 32.859 7.55262L34.5134 2.46103Z' fill='%23105099'/%3e%3cpath d='M58.0554 2.46103C58.3071 1.6864 59.403 1.6864 59.6547 2.46103L61.309 7.55262C61.4216 7.89905 61.7444 8.13359 62.1087 8.13359L67.4623 8.1336C68.2768 8.1336 68.6154 9.17585 67.9565 9.6546L63.6253 12.8014C63.3306 13.0155 63.2073 13.395 63.3199 13.7414L64.9742 18.833C65.2259 19.6076 64.3393 20.2518 63.6804 19.773L59.3492 16.6263C59.0546 16.4121 58.6555 16.4121 58.3608 16.6263L54.0297 19.773C53.3707 20.2518 52.4841 19.6076 52.7358 18.833L54.3902 13.7414C54.5027 13.395 54.3794 13.0155 54.0847 12.8014L49.7536 9.6546C49.0946 9.17585 49.4333 8.1336 50.2478 8.1336L55.6014 8.13359C55.9657 8.13359 56.2885 7.89905 56.401 7.55262L58.0554 2.46103Z' fill='%23105099'/%3e%3cpath d='M81.5974 2.46103C81.8491 1.6864 82.945 1.6864 83.1967 2.46103L84.851 7.55262C84.9636 7.89905 85.2864 8.13359 85.6507 8.13359L91.0043 8.1336C91.8188 8.1336 92.1574 9.17585 91.4985 9.6546L87.1673 12.8014C86.8726 13.0155 86.7493 13.395 86.8619 13.7414L88.5162 18.833C88.7679 19.6076 87.8813 20.2518 87.2224 19.773L82.8912 16.6263C82.5965 16.4121 82.1975 16.4121 81.9028 16.6263L77.5717 19.773C76.9127 20.2518 76.0261 19.6076 76.2778 18.833L77.9322 13.7414C78.0447 13.395 77.9214 13.0155 77.6267 12.8014L73.2956 9.6546C72.6366 9.17585 72.9753 8.1336 73.7898 8.1336L79.1434 8.13359C79.5076 8.13359 79.8305 7.89905 79.943 7.55262L81.5974 2.46103Z' fill='%23105099'/%3e%3cpath d='M105.139 2.46103C105.391 1.6864 106.487 1.6864 106.739 2.46103L108.393 7.55262C108.506 7.89905 108.828 8.13359 109.193 8.13359L114.546 8.1336C115.361 8.1336 115.699 9.17585 115.04 9.6546L110.709 12.8014C110.415 13.0155 110.291 13.395 110.404 13.7414L112.058 18.833C112.31 19.6076 111.423 20.2518 110.764 19.773L106.433 16.6263C106.139 16.4121 105.74 16.4121 105.445 16.6263L101.114 19.773C100.455 20.2518 99.5681 19.6076 99.8198 18.833L101.474 13.7414C101.587 13.395 101.463 13.0155 101.169 12.8014L96.8376 9.6546C96.1786 9.17585 96.5173 8.1336 97.3318 8.1336L102.685 8.13359C103.05 8.13359 103.372 7.89905 103.485 7.55262L105.139 2.46103Z' fill='%23105099'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 130px;
	width: 100%;
	font-weight: 500;
	font-size: 18px;
	line-height: 135%;
	letter-spacing: 0%;
}
.b-reviews-list_text {
	width: 100%;
	font-weight: 400;
	font-size: 18px;
	line-height: 135%;
	letter-spacing: -3%;
}
.b-app-info_stat--reviews {
	padding-top: 20px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='92' height='20' viewBox='0 0 92 20' fill='none'%3e%3cpath d='M9.32067 2.09075C9.5345 1.43267 10.4655 1.43267 10.6793 2.09075L12.0848 6.41627C12.1804 6.71057 12.4547 6.90983 12.7641 6.90983H17.3122C18.0042 6.90983 18.2919 7.79527 17.7321 8.20199L14.0526 10.8753C13.8022 11.0572 13.6975 11.3796 13.7931 11.6739L15.1985 15.9994C15.4123 16.6575 14.6591 17.2047 14.0994 16.798L10.4198 14.1247C10.1695 13.9428 9.8305 13.9428 9.58015 14.1247L5.90065 16.798C5.34085 17.2047 4.58765 16.6575 4.80147 15.9994L6.20692 11.6739C6.30254 11.3796 6.19779 11.0572 5.94744 10.8753L2.26793 8.20199C1.70814 7.79527 1.99584 6.90983 2.68778 6.90983H7.2359C7.54535 6.90983 7.8196 6.71057 7.91523 6.41627L9.32067 2.09075Z' fill='%23105099'/%3e%3cpath d='M27.3207 2.09075C27.5345 1.43267 28.4655 1.43267 28.6793 2.09075L30.0848 6.41627C30.1804 6.71057 30.4547 6.90983 30.7641 6.90983H35.3122C36.0042 6.90983 36.2919 7.79527 35.7321 8.20199L32.0526 10.8753C31.8022 11.0572 31.6975 11.3796 31.7931 11.6739L33.1985 15.9994C33.4123 16.6575 32.6591 17.2047 32.0994 16.798L28.4198 14.1247C28.1695 13.9428 27.8305 13.9428 27.5802 14.1247L23.9006 16.798C23.3409 17.2047 22.5877 16.6575 22.8015 15.9994L24.2069 11.6739C24.3025 11.3796 24.1978 11.0572 23.9474 10.8753L20.2679 8.20199C19.7081 7.79527 19.9958 6.90983 20.6878 6.90983H25.2359C25.5453 6.90983 25.8196 6.71057 25.9152 6.41627L27.3207 2.09075Z' fill='%23105099'/%3e%3cpath d='M45.3207 2.09075C45.5345 1.43267 46.4655 1.43267 46.6793 2.09075L48.0848 6.41627C48.1804 6.71057 48.4547 6.90983 48.7641 6.90983H53.3122C54.0042 6.90983 54.2919 7.79527 53.7321 8.20199L50.0526 10.8753C49.8022 11.0572 49.6975 11.3796 49.7931 11.6739L51.1985 15.9994C51.4123 16.6575 50.6591 17.2047 50.0994 16.798L46.4198 14.1247C46.1695 13.9428 45.8305 13.9428 45.5802 14.1247L41.9006 16.798C41.3409 17.2047 40.5877 16.6575 40.8015 15.9994L42.2069 11.6739C42.3025 11.3796 42.1978 11.0572 41.9474 10.8753L38.2679 8.20199C37.7081 7.79527 37.9958 6.90983 38.6878 6.90983H43.2359C43.5453 6.90983 43.8196 6.71057 43.9152 6.41627L45.3207 2.09075Z' fill='%23105099'/%3e%3cpath d='M63.3207 2.09075C63.5345 1.43267 64.4655 1.43267 64.6793 2.09075L66.0848 6.41627C66.1804 6.71057 66.4547 6.90983 66.7641 6.90983H71.3122C72.0042 6.90983 72.2919 7.79527 71.7321 8.20199L68.0526 10.8753C67.8022 11.0572 67.6975 11.3796 67.7931 11.6739L69.1985 15.9994C69.4123 16.6575 68.6591 17.2047 68.0994 16.798L64.4198 14.1247C64.1695 13.9428 63.8305 13.9428 63.5802 14.1247L59.9006 16.798C59.3409 17.2047 58.5877 16.6575 58.8015 15.9994L60.2069 11.6739C60.3025 11.3796 60.1978 11.0572 59.9474 10.8753L56.2679 8.20199C55.7081 7.79527 55.9958 6.90983 56.6878 6.90983H61.2359C61.5453 6.90983 61.8196 6.71057 61.9152 6.41627L63.3207 2.09075Z' fill='%23105099'/%3e%3cpath d='M81.7246 2.22168C81.8114 1.95533 82.1886 1.95533 82.2754 2.22168L83.6807 6.54785C83.8332 7.0169 84.2705 7.33478 84.7637 7.33496H89.3125C89.5928 7.3352 89.7092 7.6936 89.4824 7.8584L85.8027 10.5312C85.4037 10.8212 85.2365 11.3355 85.3887 11.8047L86.7949 16.1309C86.8813 16.3975 86.5755 16.6189 86.3486 16.4541L82.6699 13.7812C82.2707 13.4912 81.7293 13.4912 81.3301 13.7812L77.6514 16.4541C77.4245 16.6189 77.1187 16.3975 77.2051 16.1309L78.6113 11.8047C78.7635 11.3355 78.5963 10.8212 78.1973 10.5312L74.5176 7.8584C74.2908 7.6936 74.4072 7.3352 74.6875 7.33496H79.2363C79.7295 7.33478 80.1668 7.0169 80.3193 6.54785L81.7246 2.22168Z' fill='url(%23paint0_linear_130_7787)' stroke='%23105099' stroke-width='0.849542'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_130_7787' x1='78.2285' y1='11.2747' x2='85.8743' y2='11.2747' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.55138' stop-color='%230051AC'/%3e%3cstop offset='0.563125' stop-color='white'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
	background-position: 0 top;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: revert;
	align-content: center;
}
.b-app-info_item {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#footer-reviews {
	overflow: hidden;
}
@media(min-width: 1050px) {
	.b-app-info-mobile {
        display: none !important; 
    }
}
@media(min-width: 1401px) {
	.b-reviews-grid {
		display: grid !important;
		grid-template-columns: repeat(3, 1fr) !important;
		grid-template-rows: repeat(3, auto) !important;
		gap: 28px !important;
		width: 100% !important;
	}
	.b-app-info_grid-item {
		display: block; 
	}
}
@media(max-width: 1300px) {
	.app-banner-wrapper img {
		display: none;
	}
	.app-storage__images {
    display: flex;
    gap: 20px;
}
.app-storage__container {
    padding: 0 20px 0 20px;
}
.app-storage__title {
    font-size: 28px;
}
.app-storage__row.app-qr__row {
    gap: 20px;
}
.app-qr__container.app-storage__container {
    padding: 0 20px 0 20px;
}
}
@media(min-width: 1050px) and (max-width: 1400px) {
	.b-reviews-grid {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 28px !important;
		width: 100% !important;
	}
}
@media(max-width: 1049px) {
	.b-reviews-grid_item.b-app-info_grid-item {
        display: none;
	}
	.b-reviews-grid_item {
		height: auto !important;
	}
	.b-app-info-mobile {
		display: block;
		margin-bottom: 20px;
	}
	.b-app-info-mobile .b-app-info_title {
		display: none !important;
	}
	.b-reviews-section-title {
		font-weight: 600;
		font-size: 20px;
		line-height: 135%;
		letter-spacing: -0.3px;
		vertical-align: middle;
	}
	.b-reviews-list_text {
		font-weight: 400;
		font-size: 16px;
		line-height: 135%;
	}
	.b-reviews-list_holder {
		padding: 20px;
	}
	.page-holder:has(.b-reviews-section-title) {
		margin-top: 0px;
		margin-bottom: 80px;
	}
	.b-app-info_grid-item {
        display: none !important; 
    }
    .b-app-info_grid-item-mobile {
        display: block; 
    }
	.b-app-info_rating-reviews-block {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 13px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3e%3cg filter='url(%23filter0_ii_130_7438)'%3e%3cg clip-path='url(%23clip0_130_7438)'%3e%3cg clip-path='url(%23clip1_130_7438)'%3e%3crect x='-0.9375' y='-0.890625' width='49.9724' height='49.875' fill='%23105099'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.5334 9.55719C21.8025 9.63265 21.4274 9.77404 21.3573 10.0004C21.3444 10.0424 21.207 10.1554 21.052 10.2514C20.8173 10.3969 20.7579 10.4182 20.6966 10.3789C20.6339 10.3388 20.5813 10.3658 20.3417 10.5617C20.1233 10.7403 20.0603 10.8154 20.0599 10.8983C20.0595 10.9738 19.973 11.101 19.7644 11.3324C19.487 11.6404 19.4643 11.6566 19.381 11.6051C19.2793 11.5422 19.305 11.5215 18.9855 11.9226C18.7963 12.1602 18.7784 12.1999 18.7994 12.3345C18.8199 12.4662 18.7922 12.5343 18.562 12.9192L18.3014 13.3549L18.1635 13.2874C18.078 13.2456 18.0119 13.2345 17.9897 13.2583C17.97 13.2795 17.8629 13.4725 17.7517 13.6873L17.5494 14.0778L17.6548 14.2298L17.7602 14.3818L17.5297 14.8901L17.2993 15.3985L17.1377 15.3912L16.9762 15.3839L16.8821 15.6295C16.5954 16.3774 16.1974 17.8075 16.0322 18.6824L15.9889 18.9116L12.7913 18.9075L9.5937 18.9034L9.14634 19.9265C8.90033 20.4892 8.69767 20.9727 8.69603 21.0008C8.69368 21.0415 9.92248 21.0519 14.715 21.0519H20.737L20.7562 20.9599C20.7668 20.9092 20.8217 20.6015 20.8782 20.2761C21.3193 17.7365 22.2227 15.6806 23.4369 14.4531C24.4706 13.4082 25.6496 13.0703 26.678 13.5243C26.7909 13.5741 26.8781 13.6202 26.8718 13.6267C26.8655 13.6332 26.7527 13.6126 26.6213 13.5809C26.3074 13.5051 25.7294 13.5074 25.4057 13.5856C23.9206 13.9448 22.631 15.8043 21.8166 18.7608C21.6553 19.3465 21.4454 20.3341 21.384 20.7962L21.35 21.0519H21.5989H21.8478L21.8737 20.8371C22.0566 19.3176 22.5067 17.7065 23.0706 16.5528C23.5685 15.5341 24.2769 14.6863 24.9111 14.3499C25.6164 13.9759 26.2515 13.9608 26.9407 14.3017C28.3975 15.022 29.6256 17.495 30.0692 20.6018L30.1364 21.0724L36.1161 21.1018C39.4049 21.118 42.1073 21.118 42.1215 21.1018C42.188 21.0259 42.962 19.1223 42.9369 19.0965C42.9211 19.0803 40.4733 19.0624 37.4971 19.0567C34.521 19.051 32.0276 19.0363 31.9563 19.0242C31.8513 19.0062 31.8267 18.9831 31.8267 18.9018C31.8267 18.7355 31.6323 17.7522 31.4836 17.1661C30.9615 15.1084 30.1152 13.193 29.1173 11.8105C28.9763 11.6151 28.6442 11.2325 28.3794 10.9602C27.5433 10.1006 27.0952 9.86191 25.8177 9.59574C25.4545 9.52007 25.281 9.51188 24.1425 9.51675C23.4439 9.51974 22.7198 9.53795 22.5334 9.55719ZM25.4955 14.4827C24.0605 14.8972 22.8555 17.0009 22.3187 20.0288C22.2648 20.3327 22.2083 20.6872 22.193 20.8166L22.1652 21.0519H22.2876C22.3982 21.0519 22.4125 21.037 22.4345 20.8985C22.6635 19.4569 22.9542 18.4138 23.3921 17.4623C23.6975 16.7988 24.003 16.3403 24.4226 15.9155C24.9641 15.3673 25.4065 15.1581 26.0206 15.1597C27.2333 15.163 28.3597 16.4278 29.0813 18.5965C29.2738 19.1753 29.4814 20.0253 29.579 20.6347C29.648 21.0652 29.658 21.0929 29.7451 21.0929C29.8143 21.0929 29.8328 21.0747 29.8181 21.0212C29.8072 20.9819 29.7865 20.8483 29.772 20.7245C29.7164 20.2477 29.5048 19.2348 29.3314 18.6149C28.7312 16.4693 27.7346 14.9728 26.6216 14.5458C26.3136 14.4276 25.788 14.3982 25.4955 14.4827ZM5.47133 28.8174C5.24589 29.3744 5.06194 29.844 5.0625 29.8609C5.06306 29.8778 7.54869 29.8916 10.5861 29.8916H16.1087L16.1526 30.0655C16.3352 30.7891 16.6557 31.8168 16.8449 32.2856C16.8993 32.4207 16.9676 32.529 16.9965 32.5262C17.0255 32.5235 17.094 32.5143 17.1488 32.5058C17.2403 32.4915 17.2673 32.5293 17.4748 32.9609C17.5992 33.2197 17.7024 33.4613 17.7041 33.4976C17.7058 33.5339 17.6713 33.6105 17.6274 33.6678C17.5182 33.8102 17.5243 33.8494 17.7089 34.1943C17.7975 34.36 17.8908 34.5384 17.9161 34.5908C17.9527 34.6665 17.9832 34.6808 18.0641 34.6602C18.2974 34.6007 18.3016 34.604 18.5715 35.0549C18.8043 35.4438 18.8286 35.5042 18.7947 35.6074C18.7608 35.7103 18.7758 35.7485 18.929 35.9483C19.2899 36.4191 19.2825 36.4125 19.3847 36.3564C19.471 36.3089 19.4973 36.3272 19.7887 36.6368C20.0329 36.8962 20.1004 36.9938 20.1004 37.0875C20.1004 37.1569 20.1316 37.2305 20.1749 37.2632C20.2159 37.2941 20.3426 37.3971 20.4564 37.4921C20.6311 37.6381 20.6747 37.6577 20.7369 37.6178C20.7977 37.5788 20.848 37.5939 21.0239 37.7035C21.3104 37.8823 21.3449 37.9116 21.4511 38.0668C21.5728 38.2447 21.6969 38.3046 22.0976 38.379C22.6421 38.48 23.3883 38.5266 24.4647 38.5266C25.5583 38.5266 25.8254 38.4964 26.6273 38.2823C27.3979 38.0766 27.9397 37.7271 28.6363 36.9861C30.0349 35.4986 31.2046 32.9705 31.8146 30.1166L31.8496 29.9529L35.1373 29.9325L38.4249 29.912L38.8508 28.9298L39.2768 27.9477L38.8323 27.9168C38.5879 27.8999 36.5409 27.8907 34.2835 27.8964L30.1792 27.9067L30.0901 28.4388C29.5523 31.6494 28.0934 33.9901 26.4281 34.3141C25.759 34.4443 25.108 34.2569 24.4508 33.7449C23.3392 32.8788 22.3895 30.8494 22.0157 28.5411C21.8905 27.7675 21.9308 27.8454 21.6551 27.8454C21.4701 27.8454 21.4166 27.8591 21.4166 27.9065C21.4166 28.0551 21.631 29.0748 21.7779 29.6242C22.0874 30.7825 22.5607 31.95 23.0444 32.7486C23.7103 33.8479 24.4843 34.5273 25.333 34.7578C25.8351 34.8941 26.2031 34.9004 26.7894 34.7825C26.982 34.7438 26.6088 34.9058 26.3624 34.9679C26.0682 35.042 25.4888 35.0333 25.1459 34.9496C24.9923 34.9122 24.7051 34.8009 24.5077 34.7024C23.1413 34.0206 21.9808 32.3503 21.3132 30.1044C21.16 29.5889 20.9349 28.6183 20.8597 28.1488L20.8133 27.8588L17.2195 27.8316C15.2429 27.8167 11.8832 27.8045 9.75344 27.8045L5.88115 27.8047L5.47133 28.8174ZM22.2145 27.8556C22.2146 27.8612 22.251 28.0868 22.2954 28.3569C22.65 30.5144 23.3618 32.2215 24.3081 33.1841C24.856 33.7414 25.3682 33.9906 25.9835 33.9992C27.0669 34.0144 28.0308 33.1821 28.8141 31.5548C29.2511 30.6469 29.5444 29.7043 29.7517 28.5411C29.7978 28.2822 29.8442 28.029 29.8547 27.9784C29.8703 27.9031 29.8564 27.8863 29.7788 27.8863C29.6912 27.8863 29.68 27.9107 29.6346 28.2034C29.5121 28.9932 29.1684 30.1288 28.8229 30.8854C28.4067 31.7967 27.659 32.727 27.0803 33.0536C25.7452 33.8071 24.3343 33.0446 23.3882 31.0579C23.0166 30.2776 22.6955 29.2442 22.5078 28.2239C22.4396 27.8534 22.4358 27.8454 22.3262 27.8454C22.2647 27.8454 22.2144 27.8499 22.2145 27.8556Z' fill='%23F4BF3C'/%3e%3cpath d='M13.7083 24.5715C14.1606 23.5249 14.5645 22.5902 14.606 22.4946L14.6813 22.3207H15.626L15.5521 22.4946C15.5115 22.5902 15.2089 23.2923 14.8797 24.0547C14.5505 24.8171 14.2812 25.457 14.2812 25.4766C14.2812 25.4963 15.0423 24.7942 15.9725 23.9165L17.6638 22.3207H19.1521L18.9475 22.8015C18.835 23.066 18.4283 24.0098 18.0439 24.8989L17.3448 26.5154L16.3818 26.5384L16.4756 26.3223C16.5273 26.2034 16.8323 25.4984 17.1536 24.7556C17.4749 24.0129 17.7478 23.3882 17.76 23.3674C17.817 23.2708 17.5117 23.5528 16.002 24.9909L14.3803 26.5357L13.615 26.5358C13.1941 26.5358 12.8579 26.5221 12.8679 26.5052C12.8778 26.4882 13.2561 25.6181 13.7083 24.5715Z' fill='white'/%3e%3cpath d='M19.1761 24.4896C19.649 23.398 20.0517 22.4634 20.0708 22.4127C20.1054 22.3214 20.1124 22.3207 20.9173 22.3207H21.729L21.7075 22.515C21.6562 22.98 21.4288 25.4934 21.4371 25.5046C21.4421 25.5114 22.0018 24.7978 22.6808 23.9188L23.9154 22.3207L24.4591 22.3209C24.758 22.3211 25.1201 22.3327 25.2637 22.3467L25.5248 22.3722L23.7172 26.5563L22.7643 26.5793L22.8002 26.486C22.82 26.4346 23.1225 25.7307 23.4724 24.9216C23.8224 24.1126 24.1047 23.4466 24.0999 23.4417C24.095 23.4368 23.5381 24.1397 22.8623 25.0036L21.6336 26.5744L20.3773 26.5768L20.4011 26.3415C20.4599 25.7586 20.6272 23.4999 20.6158 23.4432C20.6088 23.4084 20.2839 24.0992 19.8938 24.9784L19.1846 26.5768H18.7302C18.3825 26.5768 18.2807 26.5648 18.296 26.5256C18.3071 26.4975 18.7031 25.5813 19.1761 24.4896Z' fill='white'/%3e%3cpath d='M25.8938 23.4728C26.1768 22.9112 26.5156 22.5865 26.9986 22.414C27.2536 22.323 27.2995 22.3203 28.451 22.3306C29.752 22.3421 29.7875 22.3483 29.9776 22.5961C30.0539 22.6956 30.0621 22.7445 30.0445 22.9959C30.0227 23.3089 29.8987 23.654 29.3859 24.8291C28.9341 25.8647 28.6753 26.2177 28.2004 26.4469L27.9753 26.5555L26.7664 26.5696C25.4061 26.5855 25.2201 26.5638 25.0384 26.3679C24.8711 26.1876 24.8781 25.9022 25.0621 25.4006L25.2008 25.0224L25.6666 25.0221C25.9227 25.0218 26.1323 25.033 26.1323 25.0469C26.1323 25.0607 26.1014 25.1617 26.0637 25.2713C25.9985 25.4609 25.9986 25.4741 26.0651 25.5428C26.1259 25.6058 26.2312 25.6167 26.8835 25.6277C27.6728 25.6411 27.8706 25.6139 28.051 25.4675C28.1597 25.3792 28.3905 25.0003 28.3912 24.9091C28.3914 24.8696 28.1711 24.858 27.4204 24.858C26.8863 24.858 26.4494 24.8449 26.4494 24.8289C26.4494 24.8129 26.525 24.6196 26.6174 24.3992L26.7854 23.9985H28.7907L28.872 23.8042C28.9168 23.6972 28.9631 23.5503 28.9748 23.4777C29.0074 23.2755 28.9039 23.2539 27.9753 23.2692C27.0633 23.2843 26.9944 23.3058 26.7863 23.6396L26.6674 23.8304L26.2016 23.8326C25.9455 23.8339 25.7359 23.8238 25.7359 23.8104C25.7359 23.797 25.8069 23.645 25.8938 23.4728Z' fill='white'/%3e%3cpath d='M29.4734 26.5665C29.5005 26.4982 31.182 22.6178 31.2469 22.4741L31.2976 22.3616H32.2342L32.199 22.4537C32.1796 22.5043 32.0373 22.8396 31.8828 23.1987C31.7284 23.5578 31.602 23.857 31.602 23.8637C31.602 23.8703 31.6831 23.8758 31.7823 23.8758C31.9517 23.8758 32.0267 23.8299 33.0202 23.1187L34.0779 22.3616H34.7821C35.1694 22.3616 35.4863 22.3714 35.4863 22.3835C35.4863 22.4016 34.1466 23.3231 32.8802 24.1762C32.7222 24.2826 32.5929 24.3867 32.5929 24.4075C32.5929 24.4282 32.8426 24.9263 33.1478 25.5142C33.453 26.1021 33.7027 26.5909 33.7027 26.6004C33.7027 26.6099 33.4039 26.6172 33.0388 26.6167L32.3749 26.6158L32.0188 25.8289C31.823 25.3962 31.6446 25.0002 31.6224 24.9489C31.5867 24.8661 31.5581 24.8569 31.3674 24.867L31.1527 24.8784L30.4033 26.6177H29.9282C29.5638 26.6177 29.4579 26.6058 29.4734 26.5665Z' fill='white'/%3e%3cpath d='M35.4981 23.3233C35.7773 22.8285 36.1049 22.5479 36.5564 22.4167C36.6854 22.3792 37.0585 22.3672 37.9041 22.3734C38.9971 22.3815 39.0834 22.3875 39.2282 22.4659C39.5448 22.6375 39.6076 23.0018 39.4184 23.5688L39.3091 23.8962L38.3698 23.9194L38.3966 23.826C38.4113 23.7746 38.4335 23.666 38.4457 23.5846C38.4848 23.3249 38.4113 23.3028 37.5073 23.3028C36.7812 23.3028 36.7207 23.3087 36.5572 23.3949C36.3466 23.5061 36.2451 23.6832 35.8482 24.6329C35.3981 25.71 35.3674 25.6511 36.3891 25.6693C36.8537 25.6776 37.2018 25.6655 37.3022 25.6376C37.5124 25.5791 37.6735 25.4366 37.7642 25.2288L37.8368 25.0626H38.3091C38.8587 25.0626 38.8383 25.0247 38.5738 25.5537C38.2874 26.1263 37.9764 26.4278 37.5398 26.5559C37.3493 26.6118 37.1243 26.6201 36.0931 26.6097C35.0208 26.5987 34.8548 26.5884 34.7315 26.525C34.4296 26.3697 34.3704 26.0087 34.5581 25.4685C34.7162 25.0138 35.3138 23.6499 35.4981 23.3233Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.3015 22.3145C10.2879 22.3372 10.1192 22.7209 9.9267 23.167C9.73415 23.6131 9.33311 24.541 9.03553 25.2289C8.73791 25.9169 8.47461 26.5129 8.47461 26.5283H9.43121L9.6854 25.931L9.94489 25.3286L10.9339 25.3081C10.9339 25.3081 11.4671 25.3125 11.8635 25.2715C11.9762 25.2599 12.1851 25.1594 12.1851 25.1594C12.6325 24.9405 12.9771 24.5117 13.2721 23.807C13.5669 23.1024 13.5881 22.7346 13.3473 22.4999C13.2752 22.4296 13.166 22.3583 13.1047 22.3415C12.9237 22.2918 10.4762 22.3145 10.3015 22.3145ZM12.4222 23.5537C12.4689 23.3907 12.4668 23.3697 12.3987 23.3183C12.3414 23.2751 12.1495 23.2619 11.5789 23.2619H10.834L10.7793 23.3949C10.7493 23.4681 10.6509 23.6961 10.5608 23.9016C10.4707 24.1072 10.3969 24.2974 10.3969 24.3243C10.3969 24.3611 10.5784 24.37 11.1233 24.3599C11.8294 24.3468 11.8541 24.3434 12.0057 24.2397C12.1714 24.1264 12.336 23.8554 12.4222 23.5537Z' fill='white'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_ii_130_7438' x='-0.75' y='-0.75' width='49.5' height='49.5' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dx='0.75' dy='0.75'/%3e%3cfeGaussianBlur stdDeviation='0.375'/%3e%3cfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0'/%3e%3cfeBlend mode='normal' in2='shape' result='effect1_innerShadow_130_7438'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dx='-0.75' dy='-0.75'/%3e%3cfeGaussianBlur stdDeviation='0.375'/%3e%3cfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0'/%3e%3cfeBlend mode='normal' in2='effect1_innerShadow_130_7438' result='effect2_innerShadow_130_7438'/%3e%3c/filter%3e%3cclipPath id='clip0_130_7438'%3e%3crect width='48' height='48' rx='12' fill='white'/%3e%3c/clipPath%3e%3cclipPath id='clip1_130_7438'%3e%3crect width='48' height='48' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 60px;
		height: 48px;
    }
	.b-app-info_bottom-stats {
        display: flex;
        justify-content: start;
        gap: 8px;
    }
	.b-app-info_stat--rating + .b-app-info_stat--reviews {
		margin-left: -8px;
	}
	.b-app-info_stat {
		flex-direction: row;
		gap: 4px;
	}
	.b-app-info_stat--downloads .b-app-info_stat-value,
	.b-app-info_stat--clients .b-app-info_stat-value {
		font-weight: 500;
		font-size: 16px;
		line-height: 125%;
		letter-spacing: 0%;
		text-align: center;
		vertical-align: middle;
	}
	.b-app-info {
		padding: 19px;
	}
}
@media(min-width: 1024px) and (max-width: 1049px) {
	.b-reviews-section-title {
		margin-top: 28px;
	}
}
/* End */
/* /bitrix/templates/template.rimeks/css/apps.css?177250607935495 */
/* /bitrix/templates/template.rimeks/components/ma/news.list/app-reviews/style.css?177250607939332 */
