@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:300,300italic,regular,500,700&display=swap);
@font-face {
    font-family: icons;
    font-display: swap;
    src: url(./icons.woff2) format("woff2"), url(./icons.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
.breadcrumbs__list li:not(:last-child) .breadcrumbs__link::after,
.button__link._blocked::before,
.button__link._clean::before,
.button__link._warning::before,
.checkbox__label:after,
.controls-quiz__button::after,
.form-download__form .form__line::before,
.form__line_select::after,
.info-status__title._blocked::before,
.info-status__title._clean::before,
.info-status__title._warning::before,
.item-list-coupons__button::after,
.mainblock-download__text::before,
.pagging__arrow::after,
.pagging__arrow::before,
.popup-status__icon::before,
.popup__close_absolute::before,
.pros-cons__column._cons ul li::before,
.pros-cons__column._pros ul li::before,
.rating__active::before,
.rating__body::before,
.scan-image__progress-text li::before,
.swiper__arrow::before,
.text-block blockquote::before,
[class*="_icon-"]:before {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class*="_icon-"]:before {
    display: block;
}
._icon-android:before {
    content: "\e900";
    font-size: 1rem;
}
._icon-arrow-sheveron:before {
    content: "\e901";
}
._icon-check:before {
    content: "\e902";
}
._icon-checksum:before {
    content: "\e903";
    font-size: 1.125rem;
}
._icon-close:before {
    content: "\e904";
}
._icon-cross:before {
    content: "\e905";
}
._icon-developer:before {
    content: "\e906";
    font-size: 0.75rem;
}
._icon-downloads:before {
    content: "\e907";
    font-size: 0.875rem;
}
._icon-facebook:before {
    content: "\e908";
}
._icon-filename:before {
    content: "\e909";
    font-size: 0.8125rem;
}
._icon-home:before {
    content: "\e90a";
}
._icon-homepage:before {
    content: "\e90b";
    font-size: 1rem;
}
._icon-linkedin:before {
    content: "\e90c";
}
._icon-logo:before {
    content: "";
    background-image: url('/static/logo.png?v=2');
    width: 245px;
    height: 63px;
    vertical-align: middle;
}
._icon-mac:before {
    content: "\e90e";
    font-size: 1.0625rem;
}
._icon-pc:before {
    content: "\e90f";
    font-size: 0.875rem;
}
._icon-search:before {
    content: "\e910";
}
._icon-size:before {
    content: "\e911";
    font-size: 1rem;
}
._icon-slider-arrow:before {
    content: "\e912";
}
._icon-system:before {
    content: "\e913";
    font-size: 1rem;
}
._icon-tick:before {
    content: "\e914";
}
._icon-twitter:before {
    content: "\e915";
}
._icon-update:before {
    content: "\e916";
    font-size: 0.9375rem;
}
._icon-warning:before {
    content: "\e917";
    font-size: 1rem;
}
._icon-windows:before {
    content: "\e918";
    font-size: 0.875rem;
}
._icon-bit:before {
    content: "\e919";
    font-size: 1.125rem;
}
._icon-star:before {
    content: "\e91a";
}
._icon-star-border:before {
    content: "\e91b";
}
._icon-ios:before {
    content: "\e91c";
}
._icon-mail:before {
    content: "\e91d";
}
._icon-quote:before {
    content: "\e91e";
}
._icon-share:before {
    content: "\e91f";
}
._icon-pin:before {
    content: "\e920";
}
._icon-status-check:before {
    content: "\e921";
}
._icon-status-false:before {
    content: "\e922";
}
._icon-license:before {
    content: "";
    height: 1rem;
    width: 1rem;
    background: url(./license.svg) 0 0/1rem 1rem no-repeat;
}
* {
    padding: 0;
    margin: 0;
    border: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:active,
:focus {
    outline: 0;
}
a:active,
a:focus {
    outline: 0;
}
html {
    scroll-behavior: smooth;
}
body,
html {
    height: 100%;
    min-width: 350px;
}
body {
    color: #434a4d;
    line-height: 1;
    font-family: Roboto;
    font-size: 0.875rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
    font-family: Roboto;
    font-size: inherit;
}
button {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
}
a {
    color: inherit;
}
a:link,
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}
.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: clip;
}
.wrapper > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.wrapper > * {
    min-width: 0;
}
[class*="__container"] {
    max-width: 66.25rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.form__title {
    text-align: center;
    line-height: 1.3;
    font-size: 1.125rem;
    font-weight: 700;
}
.form__title:not(:last-child) {
    margin-bottom: 1.25rem;
}
.form__row {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
    row-gap: 0.9375rem;
}
.form__row_no-wrap {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
}
.form__row:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.form__select {
    cursor: pointer;
    -webkit-appearance: none;
    background-color: #fff;
    color: #434a4d;
    width: 100%;
    height: 2.25rem;
    border: 0.0625rem solid #eaeaea;
    padding: 0 0.5rem;
    font-size: 0.875rem;
}
.form__line_select {
    position: relative;
}
.form__line_select::after {
    content: "\e901";
    position: absolute;
    display: block;
    color: #000;
    z-index: 2;
    bottom: 0.8125rem;
    right: 0.625rem;
    width: 0.625rem;
    height: 0.625rem;
    font-size: 0.625rem;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.form__item:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.checkpeople-form__label,
.form__label {
    display: block;
    font-weight: 700;
    line-height: 1.1428571429;
    margin-bottom: 0.5rem;
}
.checkpeople-form__label span,
.form__label span {
    font-weight: 400;
}
.form__button {
    margin: 0 0 0 auto;
    min-width: 9.75rem;
    height: 3rem;
    background-color: #0091de;
    color: #fff;
    border-radius: 0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
.form__second {
    display: none;
}
.button {
    display: inline-block;
    position: relative;
    top: 0.125rem;
}
.button_flex {
    display: -ms-grid;
    display: grid;
    gap: 0.9375rem;
}
.button_flex .button__main {
    min-width: auto;
}
.button_flex .button__main:not(:last-child) {
    margin-bottom: 0;
}
.button:not(:last-child) {
    margin-bottom: 1.25rem;
}
.button_no-min-width .button__main {
    width: 100%;
    min-width: unset;
}
.button_fw {
    width: 100%;
    display: block;
}
.button_fw .button__main {
    width: 100%;
}
.button__main {
    display: inline-block;
    color: #fff;
    min-width: 18.75rem;
    padding: 0.9375rem 0.3125rem;
    border-radius: 0.3125rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #45b54d;
    -webkit-transition: top 0.2s ease 0s, background-color 0.2s ease 0s;
    transition: top 0.2s ease 0s, background-color 0.2s ease 0s;
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 1.1764705882;
    text-align: center;
    font-size: 1rem;
    line-height: 1.125;
}
.button__main:not(:last-child) {
    margin-bottom: 0.5rem;
}
.button__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}
.button__link {
    color: #68767d;
    font-size: 0.75rem;
    line-height: 1.1666666667;
}
.button__links_blue-links .button__link {
    color: #0091de;
}
.button__links_blue-links .button__link:not(:last-child) {
    padding-right: 0.5rem;
    border-right: 0.0625rem solid #68767d;
}
.button__link._blocked,
.button__link._clean,
.button__link._warning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
}
.button__link._blocked::after,
.button__link._clean::after,
.button__link._warning::after {
    content: "";
    height: 100%;
    width: 0.0625rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.0625rem;
    flex: 0 0 0.0625rem;
    background-color: #68767d;
    margin-left: 0.1875rem;
}
.button__link._blocked::before,
.button__link._clean::before,
.button__link._warning::before {
    font-size: 0.875rem;
}
.button__link._clean::before {
    content: "\e921";
    color: #45b54d;
}
.button__link._warning::before {
    content: "\e921";
    color: #ffa000;
}
.button__link._blocked::before {
    content: "\e922";
    color: #ff5c5c;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.input {
    border-radius: 0 !important;
    width: 100%;
    height: 2.25rem;
    display: block;
    padding: 0 0.75rem;
    border: 1px solid #eaeaea;
    color: #68767d;
}
textarea.input {
    resize: vertical;
    padding: 0.625rem 0.75rem;
    min-height: 8.125rem;
    line-height: 1.4285714286;
}
.checkbox {
    position: relative;
}
.checkbox:not(:last-child) {
    margin-bottom: 0.3125em;
}
.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}
.checkbox__input:checked + .checkbox__label:before {
    border-color: #5a6163;
}
.checkbox__input:checked + .checkbox__label:after {
    visibility: visible;
    opacity: 1;
}
.checkbox__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    gap: 0.3125rem;
}
.checkbox__label:before {
    content: "";
    position: relative;
    top: 0.25rem;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 0.8125rem;
    height: 0.8125rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.8125rem;
    flex: 0 0 0.8125rem;
    border: 0.0625rem solid #d5d5d5;
    -webkit-transition: border-color 0.1s ease 0s;
    transition: border-color 0.1s ease 0s;
}
.checkbox__label:after {
    content: "\e902";
    position: absolute;
    font-size: 0.75rem;
    left: 0.0625rem;
    top: 0.28125rem;
    color: #5a6163;
    opacity: 0;
    visibility: hidden;
}
.checkbox__text a,
.checkpeople-form__text a {
    text-decoration: underline;
    color: #0aa5f5;
}
.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
    line-height: 1;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    height: 1.25rem;
}
.rating span {
    position: relative;
    top: 0.0625rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
}
.rating.rating_sending {
    opacity: 0.2;
}
.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
    cursor: pointer;
}
.rating__body {
    position: relative;
}
.rating__body::before {
    content: "\e91b\e91b\e91b\e91b\e91b";
    display: block;
    color: #ffc700;
}
.rating__active {
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.rating__active::before {
    content: "\e91a\e91a\e91a\e91a\e91a";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #ffc700;
}
.rating__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.rating__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    height: 100%;
    opacity: 0;
}
.rating__value {
    font-size: 50%;
    line-height: 1;
    padding: 0 0 0 10px;
    visibility: hidden;
    display: none;
}
body::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0s;
    transition: opacity 0.8s ease 0s;
    pointer-events: none;
    z-index: 149;
}
.popup-show body::after {
    opacity: 1;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 10px;
    -webkit-transition: visibility 0.8s ease 0s;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
    pointer-events: none;
}
.popup--small-width .popup__content {
    max-width: 25rem;
}
.popup_show {
    z-index: 150;
    visibility: visible;
    overflow: auto;
    pointer-events: auto;
}
.popup_show .popup__content {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.popup__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}
.popup__content {
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background-color: #fff;
    width: 100%;
    max-width: 37.5rem;
    max-height: 36.25rem;
}
.popup__content--max-width-400 {
    max-width: 25rem;
}
.lock .popup__content {
    visibility: visible;
}
.popup__header {
    background-color: #008ad1;
    height: 3.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.25rem;
}
.popup__title {
    font-size: 1.375rem;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4090909091;
}
.popup__close {
    height: 1.5rem;
    width: 1.5rem;
}
.popup__close_absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    width: auto;
    background-color: transparent;
    padding: 0.5rem;
}
.popup__close_absolute img {
    display: none;
}
.popup__close_absolute::before {
    content: "\e904";
}
.popup__close_warning-popup {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    width: auto;
    background-color: transparent;
    padding: 0.5rem;
    color: #000;
}
.popup__form {
    overflow: auto;
    padding: 0.9375rem 1.25rem;
    max-height: 32.625rem;
}
.popup-status {
    overflow: auto;
    padding: 0.9375rem 1.25rem;
    max-height: 32.625rem;
}
.popup-status .header-app {
    padding-bottom: 0.9375rem;
    margin-bottom: 0.9375rem;
}
.popup-status__main {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 0.9375rem;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 5rem 1fr;
    grid-template-columns: 5rem 1fr;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    padding-bottom: 0.9375rem;
}
.popup-status__icon {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 1rem;
    line-height: 1.3125;
    font-weight: 700;
    text-align: center;
}
.popup-status__icon::before {
    display: block;
    content: "\e921";
    font-size: 2.5rem;
}
.popup-status__icon._clean::before {
    color: #45b54d;
}
.popup-status__icon._warning::before {
    color: #ffa000;
}
.popup-status__icon._blocked::before {
    content: "\e922";
    color: #ff5c5c;
}
.popup-status__text {
    line-height: 1.4285714286;
    font-weight: 300;
}
.popup-status__report {
    margin-bottom: 0.9375rem;
}
.report-status {
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #eaeaea;
}
.report-status__text {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3125;
    text-align: center;
    margin-bottom: 0.3125rem;
}
.report-status__button {
    background-color: #0091de;
    border: 0.0625rem solid rgba(0, 0, 0, 0.05);
    border-radius: 0.3125rem;
    color: #fff;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.0625rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
.report-status__button:not(:last-child) {
    margin-bottom: 1.25rem;
}
.report-status__key {
    line-height: 1.1428571429;
    font-weight: 300;
    word-wrap: break-word;
}
.report-status__key strong {
    display: block;
}
.info-status p {
    font-weight: 300;
    line-height: 1.4285714286;
}
.info-status p:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.info-status__item {
    margin-bottom: 1.875rem;
}
.info-status__title {
    font-weight: 700;
    font-size: 1rem;
    color: #68767d;
}
.info-status__title:not(:last-child) {
    margin-bottom: 0.625rem;
}
.info-status__title._blocked,
.info-status__title._clean,
.info-status__title._warning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
}
.info-status__title._blocked::after,
.info-status__title._clean::after,
.info-status__title._warning::after {
    content: "";
    height: 100%;
    width: 0.0625rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.0625rem;
    flex: 0 0 0.0625rem;
    background-color: #68767d;
    margin-left: 0.1875rem;
}
.info-status__title._blocked::before,
.info-status__title._clean::before,
.info-status__title._warning::before {
    font-size: 0.875rem;
}
.info-status__title._clean::before {
    content: "\e921";
    color: #45b54d;
}
.info-status__title._warning::before {
    content: "\e921";
    color: #ffa000;
}
.info-status__title._blocked::before {
    content: "\e922";
    color: #ff5c5c;
}
.popup-download {
    display: -ms-grid;
    display: grid;
}
.popup-download--name-and-email {
    display: block;
}
.popup-download__content {
    padding: 2.5rem 1.875rem;
    background-color: #008ad1;
    color: #fff;
}
.popup-download__form {
    padding: 2.5rem 1.875rem;
}
.content-download__title {
    text-align: center;
    font-size: 1rem;
}
.content-download__title:not(:last-child) {
    margin-bottom: 0.625rem;
}
.content-download__sub-title {
    text-align: center;
    font-size: 1.375rem;
    font-weight: 700;
}
.content-download__sub-title:not(:last-child) {
    margin-bottom: 1.5625rem;
}
.content-download__list {
    counter-reset: section;
}
.content-download__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.content-download__list li span {
    margin-top: 0.125rem;
}
.content-download__list li:not(:last-child) {
    margin-bottom: 1.25rem;
}
.content-download__list li::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    counter-increment: section;
    content: counter(section);
    width: 1.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.25rem;
    flex: 0 0 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    line-height: 0;
    font-size: 0.8125rem;
    font-weight: 700;
    background-color: #ededed;
    color: #515151;
}
.content-download__list li._active {
    color: #fff;
    font-size: 1rem;
}
.content-download__list li._active span {
    margin-top: 0.125rem;
}
.content-download__list li._active::before {
    background-color: #45b54d;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    color: #fff;
}
.content-download__list li:not(:last-child) {
    position: relative;
}
.content-download__list li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0.625rem;
    top: 1.25rem;
    width: 0.0625rem;
    background-color: #fff;
    height: 100%;
}
.form-download__title {
    text-align: center;
    line-height: 1.3;
    font-size: 1.125rem;
    font-weight: 700;
}
.form-download__title:not(:last-child) {
    margin-bottom: 1.25rem;
}
.popup-download--name-and-email .form-download__form .form__line::before {
    display: none;
}
.popup-download--name-and-email .form-download__form .input {
    padding-left: 0.9375rem;
}
.form-download__form .input {
    height: 3.125rem;
    position: relative;
    padding-left: 2.1875rem;
    font-size: 0.9375rem;
}
.form-download__form .form__line {
    position: relative;
}
.form-download__form .form__line::before {
    content: "\e91d";
    position: absolute;
    z-index: 2;
    padding-left: 0.625rem;
    top: 1.1875rem;
    left: 0;
    width: 1.8125rem;
    height: 0.75rem;
    font-size: 0.75rem;
}
.form-download__form .form__button {
    width: 100%;
    font-size: 1.125rem;
    background-color: #45b54d;
}
.form-download__form .form__error {
    color: red;
    margin-top: 0.3125rem;
    font-size: 0.75rem;
}
.form-download__policy {
    text-align: center;
    font-size: 0.6875rem;
    line-height: 1.2;
    color: #9a9a95;
}
.payment__form {
    background: #f7f7f7;
    max-width: 31.25rem;
    margin: 0 auto;
    border-radius: 0.3125rem;
    -webkit-box-shadow: 0 10px 10px #e3e4e5;
    box-shadow: 0 10px 10px #e3e4e5;
    padding-bottom: 0.625rem;
}
.payment__top {
    background-color: #11a200;
    color: #fff;
    border-radius: 0.3125rem 0.3125rem 0 0;
    text-align: center;
    font-size: 0.8125rem;
    padding: 0.6875rem 0.9375rem;
}
.payment__body {
    padding: 1.25rem;
}
.payment__body .form__line {
    position: relative;
}
.payment__body .form__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #11a200;
    font-size: 1.375rem;
    font-weight: 700;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
    letter-spacing: 0.125rem;
}
.payment__body .form__button::before {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background: url(../img/icons/lock.svg) center/contain no-repeat;
}
.payment__body .small-text {
    font-size: 0.5625rem;
    color: #a5a5a5;
    margin-top: 0.625rem;
    text-align: center;
    display: block;
}
.payment__body .small-text:not(:last-child) {
    margin-bottom: 0.625rem;
}
.payment__body .form__error {
    color: red;
    font-size: 0.75rem;
    margin-top: 0.3125rem;
}
._sending .form__button {
    pointer-events: none;
    opacity: 0.5 !important;
}
._sending .form__button span {
    display: none;
}
._sending .form__button::before {
    width: 1.875rem;
    height: 1.875rem;
    background: url(../img/icons/loading.svg) center/contain no-repeat;
}
.header-payment {
    background-color: #f0f0f0;
    padding: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}
.header-payment__content {
    font-weight: 600;
}
.header-payment__title {
    font-weight: 600;
    font-size: 1.125rem;
}
.header-payment__title:not(:last-child) {
    margin-bottom: 0.3125rem;
}
.header-payment__text {
    font-size: 0.875rem;
}
.header-payment__text mark {
    color: #11a200;
    background-color: transparent;
}
.header-payment__price {
    color: #11a200;
    font-weight: 700;
    font-size: 1.4375rem;
}
.footer-payment__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}
.footer-payment__icons:not(:last-child) {
    margin-bottom: 0.625rem;
}
.footer-payment__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6.25rem;
    flex: 0 0 6.25rem;
    height: 2.5rem;
    width: 6.25rem;
}
.footer-payment__icon img {
    max-width: 100%;
}
.footer-payment__content {
    font-size: 0.625rem;
    line-height: 1.3;
    padding: 0.625rem 1.25rem;
    color: #7a7a7a;
}
.footer-payment__content b:not(:last-child),
.footer-payment__content p:not(:last-child) {
    margin-bottom: 0.8125rem;
}
.warning-popup {
    text-align: center;
    padding: 1.25rem;
}
.warning-popup__icon {
    width: 5.9375rem;
    height: 5.9375rem;
    margin: 0 auto;
    color: #e40707;
    font-size: 5.9375rem;
}
.warning-popup__icon:not(:last-child) {
    margin-bottom: 1.25rem;
}
.warning-popup__title {
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.2;
}
.warning-popup__title:not(:last-child) {
    margin-bottom: 1.25rem;
}
.warning-popup__text {
    text-wrap: balance;
    line-height: 1.5;
}
.warning-popup__text p:not(:last-child) {
    margin-bottom: 1.25rem;
}
.warning-popup__text:not(:last-child) {
    margin-bottom: 1.25rem;
}
.warning-popup__button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.warning-popup__button:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.warning-popup__continue-btn {
    text-align: center;
}
.tabs__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.875rem;
    overflow: auto;
    margin-bottom: 1.875rem;
}
.tabs__title {
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-transform: uppercase;
    padding: 0 2.1875rem;
    font-weight: 700;
    height: 2.875rem;
    border-bottom: 0.0625rem solid #eaeaea;
}
.tabs__title._tab-active {
    color: #0091de;
    border-bottom: 0.125rem solid #0091de;
}
[data-showmore-button] {
    pointer-events: none;
    color: #008ad1;
    position: relative;
    width: 100%;
    text-align: left;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
[data-showmore-button]::before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 1.0625rem;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 3.125rem;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, #fff 15%, rgba(255, 255, 255, 0));
}
[data-showmore-button] span {
    pointer-events: auto;
}
[data-showmore-button] span:last-child {
    display: none;
}
._showmore-active [data-showmore-button] {
    margin-top: 1.25rem;
}
._showmore-active [data-showmore-button]::before {
    display: none;
}
._showmore-active [data-showmore-button] span {
    display: none;
}
._showmore-active [data-showmore-button] span:last-child {
    display: inline-block;
}
[data-fullscreen] {
    min-height: calc(100vh - 64px);
}
.touch [data-fullscreen] {
    min-height: calc(var(--vh, 1vh) * 100);
}
.pagging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagging__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    padding: 0 1rem;
    height: 2.25rem;
    background-color: #eaeaea;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.pagging__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
}
.pagging__item {
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eaeaea;
    height: 2.3125rem;
    padding: 0 1rem;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.pagging__item._active {
    pointer-events: none;
    color: #fff;
    background-color: #0091de;
}
.pagging__dotts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.3125rem;
}
[class*="-ibg"] {
    position: relative;
}
[class*="-ibg"] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
[class*="-ibg_contain"] img {
    -o-object-fit: contain;
    object-fit: contain;
}
.content-block__text a,
.item-reasons__text a,
.link a,
.reasons__text a {
    color: #0091de;
    -webkit-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s;
}
.page__header::-webkit-scrollbar {
    display: none;
}
.checkPageButton,
.heroblock-checkpeople__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.375rem;
    flex: 0 0 9.375rem;
    height: 3.875rem;
    font-size: 1.125rem;
    padding: 1.25rem 1.875rem;
    max-width: 9.375rem;
    font-weight: 700;
    border-radius: 0 0.3125rem 0.3125rem 0;
    border: 0.0625rem solid rgba(0, 0, 0, 0.05);
    background-color: #45b54d;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
.checkPageButton svg,
.heroblock-checkpeople__button svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
}
.preloader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 100;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: #fff;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
    background-color: #008ad1;
    -webkit-transition: all 0.2s ease 0.5s;
    transition: all 0.2s ease 0.5s;
}
.loaded .preloader {
    opacity: 0;
    visibility: hidden;
}
.preloader__body {
    width: 100%;
    margin: 0 auto;
    padding: 0 0.9375rem;
}
.preloader__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
@supports (font-size: clamp(1.5625rem, 0.8333333333rem + 3.3333333333vw, 3.125rem)) {
    .preloader__logo {
        font-size: clamp(1.5625rem, 0.8333333333rem + 3.3333333333vw, 3.125rem);
    }
}
@supports not (font-size: clamp(1.5625rem, 0.8333333333rem + 3.3333333333vw, 3.125rem)) {
    .preloader__logo {
        font-size: calc(1.5625rem + 1.5625 * (100vw - 21.875rem) / 46.875);
    }
}
.preloader__logo:not(:last-child) {
    margin-bottom: 2.5rem;
}
.preloader__progress {
    height: 1.25rem;
    background-color: #cecece;
    max-width: 25rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.preloader__progress::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-color: #45b54d;
    -webkit-animation: progressBar 1.5s infinite linear;
    animation: progressBar 1.5s infinite linear;
}
@-webkit-keyframes progressBar {
    0% {
        left: -30%;
    }
    100% {
        left: 100%;
    }
}
@keyframes progressBar {
    0% {
        left: -30%;
    }
    100% {
        left: 100%;
    }
}
.item-best__title,
.title {
    font-size: 1.375rem;
    line-height: 1.4090909091;
}
.title-2 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}
.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}
.breadcrumbs__list span {
    color: #68767d;
}
.breadcrumbs__list li:not(:last-child) .breadcrumbs__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumbs__list li:not(:last-child) .breadcrumbs__link::after {
    content: "\e901";
    font-size: 0.5rem;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.breadcrumbs__list li:last-child {
    padding-right: 0.625rem;
}
.breadcrumbs__link {
    line-height: 1.1428571429;
    white-space: nowrap;
}
.breadcrumbs__link._icon-home {
    font-size: 0.875rem;
}
.sidebar-apps__title {
    padding-bottom: 0.625rem;
}
.sidebar-apps__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.625rem 0;
    border-bottom: 1px solid #eaeaea;
}
.sidebar-apps__item:first-child {
    border-top: 1px solid #eaeaea;
}
.sidebar-apps__image-ibg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
}
.sidebar-apps__image-ibg img {
    -o-object-fit: contain;
    object-fit: contain;
}
.sidebar-apps__name {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3125;
    -webkit-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s;
}
.author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}
.author__avatar-ibg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.375rem;
    flex: 0 0 2.375rem;
    height: 2.375rem;
    width: 2.375rem;
    border-radius: 50%;
}
.author__name {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.125;
    margin-bottom: 0.25rem;
}
.author__update {
    color: #68767d;
    font-size: 0.75rem;
    line-height: 1.1428571429;
}
.text-block .wp-block-image {
    max-width: 40.625rem;
    margin: 0 auto;
}
.text-block .wp-block-image img {
    max-width: 100%;
}
.text-block .wp-block-image:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.text-block .note {
    background-color: #fafafa;
    padding: 1.75rem 2.0625rem;
    position: relative;
    font-weight: 300;
    line-height: 1.4285714286;
}
.text-block .note::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.375rem;
    height: 100%;
}
.text-block .note.red::before {
    background-color: #ff5c5c;
}
.text-block .note.orange::before {
    background-color: #ffa000;
}
.text-block .note.green::before {
    background-color: #66bb6a;
}
.text-block .note.blue::before {
    background-color: #29a6e6;
}
.text-block blockquote {
    padding-left: 0.3125rem;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1.4285714286;
}
.text-block blockquote::before {
    content: "\e91e";
    font-size: 1.5625rem;
    color: #e0e0e0;
}
.text-block ol {
    padding-left: 1.25rem;
}
.text-block ol:not(:last-child) {
    margin-bottom: 0.625rem;
}
.text-block ol li {
    list-style: decimal;
    font-weight: 300;
    line-height: 1.4285714286;
}
.text-block ol li:not(:last-child) {
    margin-bottom: 0.125rem;
}
.text-block ul {
    padding-left: 1.25rem;
}
.text-block ul:not(:last-child) {
    margin-bottom: 0.625rem;
}
.text-block ul li {
    list-style: disc;
    font-weight: 300;
    line-height: 1.4285714286;
}
.text-block ul li:not(:last-child) {
    margin-bottom: 0.3125rem;
}
.text-block strong {
    font-weight: 500;
}
.text-block a:not(.button.button__main) {
    color: #0091de;
}
.text-block h2 {
    margin-top: 1.5625rem;
    line-height: 1.1;
}
@supports (font-size: clamp(1.125rem, 1.0666666667rem + 0.2666666667vw, 1.25rem)) {
    .text-block h2 {
        font-size: clamp(1.125rem, 1.0666666667rem + 0.2666666667vw, 1.25rem);
    }
}
@supports not (font-size: clamp(1.125rem, 1.0666666667rem + 0.2666666667vw, 1.25rem)) {
    .text-block h2 {
        font-size: calc(1.125rem + 0.125 * (100vw - 21.875rem) / 46.875);
    }
}
.text-block h2:not(:last-child) {
    margin-bottom: 0.625rem;
}
.text-block h3 {
    margin-top: 0.9375rem;
    line-height: 1.1;
}
@supports (font-size: clamp(1rem, 0.9416666667rem + 0.2666666667vw, 1.125rem)) {
    .text-block h3 {
        font-size: clamp(1rem, 0.9416666667rem + 0.2666666667vw, 1.125rem);
    }
}
@supports not (font-size: clamp(1rem, 0.9416666667rem + 0.2666666667vw, 1.125rem)) {
    .text-block h3 {
        font-size: calc(1rem + 0.125 * (100vw - 21.875rem) / 46.875);
    }
}
.text-block h3:not(:last-child) {
    margin-bottom: 0.625rem;
}
.text-block p {
    font-weight: 300;
    line-height: 1.4285714286;
}
.text-block p:not(:last-child) {
    margin-bottom: 0.5rem;
}
.text-block_2 ul {
    font-weight: 400;
    line-height: 1.1875;
}
@supports (font-size: clamp(0.875rem, 0.8166666667rem + 0.2666666667vw, 1rem)) {
    .text-block_2 ul {
        font-size: clamp(0.875rem, 0.8166666667rem + 0.2666666667vw, 1rem);
    }
}
@supports not (font-size: clamp(0.875rem, 0.8166666667rem + 0.2666666667vw, 1rem)) {
    .text-block_2 ul {
        font-size: calc(0.875rem + 0.125 * (100vw - 21.875rem) / 46.875);
    }
}
.text-block_2 ul a {
    font-weight: 400;
}
.text-block_2 ul li:not(:last-child) {
    margin-bottom: 0.625rem;
}
.text-block .steps {
    line-height: 1.1875;
    margin-top: 1.25rem;
}
@supports (font-size: clamp(0.875rem, 0.8166666667rem + 0.2666666667vw, 1rem)) {
    .text-block .steps {
        font-size: clamp(0.875rem, 0.8166666667rem + 0.2666666667vw, 1rem);
    }
}
@supports not (font-size: clamp(0.875rem, 0.8166666667rem + 0.2666666667vw, 1rem)) {
    .text-block .steps {
        font-size: calc(0.875rem + 0.125 * (100vw - 21.875rem) / 46.875);
    }
}
.text-block .steps:not(:last-child) {
    margin-bottom: 1.25rem;
}
.text-block .steps strong {
    font-weight: 400;
}
.stores-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.625rem;
    gap: 0.5rem;
}
.stores-buttons__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.875rem;
    background-color: #000;
}
.stores-buttons__button img {
    max-width: 100%;
}
.download-button {
    height: 2.875rem;
    width: 100%;
    padding: 0.3125rem 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 1.125rem;
    background-color: #66bb6a;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
.header {
    background-color: #008ad1;
}
.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
}
.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 10.625rem;
    flex: 0 1 10.625rem;
    font-size: 1.875rem;
}
.header__search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15.625rem;
    flex: 0 0 15.625rem;
}
.header__menu {
	height: 4rem;
}
.menu__body {
    left: -100%;
}
.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu__item {
    width: 100%;
}
.menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 0.9375rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.25rem;
    flex: 0 0 2.25rem;
    height: 4rem;
    padding: 0 0.9375rem;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
    text-transform: uppercase;
}
.search-header__icon {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.4375rem;
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5625rem;
    flex: 0 0 1.5625rem;
    width: 1.375rem;
    font-size: 1.375rem;
}
.search-header__line {
    position: relative;
}
.search-header__input {
    border-radius: 0 !important;
    width: 100%;
    padding: 0.9375rem 2.5rem 0.9375rem 0.75rem;
}
.search-header__input::-webkit-input-placeholder {
    color: #68767d;
}
.search-header__input::-moz-placeholder {
    color: #68767d;
}
.search-header__input:-ms-input-placeholder {
    color: #68767d;
}
.search-header__input::-ms-input-placeholder {
    color: #68767d;
}
.search-header__input::placeholder {
    color: #68767d;
}
.search-header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 2.25rem;
    height: 2.875rem;
    background-color: #fff;
    font-size: 1.125rem;
    color: #008ad1;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
.icon-menu {
    display: none;
}
.footer {
    border-top: 1px solid #eaeaea;
    padding-top: 1.25rem;
}
.footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    row-gap: 2.5rem;
    padding-bottom: 2.5rem;
}
.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2.8125rem;
    -moz-column-gap: 2.8125rem;
    column-gap: 2.8125rem;
}
.footer__title {
    font-weight: 700;
    line-height: 1.3125;
    font-size: 1rem;
}
.footer__title:not(:last-child) {
    margin-bottom: 0.5rem;
}
.footer__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.3125rem 0;
    line-height: 1.4285714286;
    color: #68767d;
    -webkit-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s;
}
.socials-footer__list {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
}
.socials-footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.875rem;
    flex: 0 0 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
    font-size: 1.125rem;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
    color: #fff;
}
.socials-footer__link._icon-facebook {
    background-color: #4872b2;
}
.socials-footer__link._icon-twitter {
    font-size: 0.875rem;
    background-color: #6fb4f9;
}
.socials-footer__link._icon-linkedin {
    background-color: #3375b0;
}
.bottom-footer {
    background-color: #008ad1;
}
.bottom-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 4.375rem;
    gap: 0.9375rem;
}
.bottom-footer__copy {
    color: #fff;
}
.bottom-footer__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    font-size: 1.6875rem;
}
.coupon-stores:not(:last-child) {
    margin-bottom: 1.875rem;
}
.coupon-stores__title {
    text-align: center;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1;
}
.coupon-stores__title:not(:last-child) {
    margin-bottom: 0.625rem;
}
.coupon-stores__text {
    text-align: center;
    color: #aaa;
    font-size: 1rem;
}
.coupon-stores__items {
    margin-top: 1.5625rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
}
@supports (gap: clamp(0.75rem, 0.5166666667rem + 1.0666666667vw, 1.25rem)) {
    .coupon-stores__items {
        gap: clamp(0.75rem, 0.5166666667rem + 1.0666666667vw, 1.25rem);
    }
}
@supports not (gap: clamp(0.75rem, 0.5166666667rem + 1.0666666667vw, 1.25rem)) {
    .coupon-stores__items {
        gap: calc(0.75rem + 0.5 * (100vw - 21.875rem) / 46.875);
    }
}
.coupon-stores__item {
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 0.0625rem solid #eee;
    padding-bottom: 50.8928571429%;
    background-color: #f8f8f8;
}
.coupon-stores__item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.mainblock {
    background: -webkit-gradient(linear, left top, right top, from(#006498), to(#00537d));
    background: linear-gradient(90deg, #006498 0, #00537d 100%);
}
.mainblock .swiper__arrow {
    background-color: transparent;
}
.mainblock__slide {
    min-width: 100%;
    max-width: 68.75rem;
    margin: 0 auto;
    position: relative;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 23.4375rem 1fr;
    grid-template-columns: 23.4375rem 1fr;
    gap: 1.875rem;
    padding: 1.875rem;
}
.mainblock__image-ibg {
    position: relative;
    z-index: 10;
    padding-bottom: 72%;
    -webkit-filter: drop-shadow(10px 4px 25px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(10px 4px 25px rgba(0, 0, 0, 0.25));
    overflow: hidden;
    border-radius: 0.3125rem;
}
.mainblock__content {
    position: relative;
    z-index: 5;
}
.mainblock__info {
    color: #fff;
    position: relative;
}
.mainblock__info:not(:last-child) {
    margin-bottom: 1.875rem;
}
.mainblock__info::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 110%;
    left: -10%;
    top: -0.625rem;
    height: calc(100% + 1.25rem);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.15)), color-stop(79.17%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0) 79.17%);
    pointer-events: none;
}
.mainblock__title {
    font-size: 2.875rem;
    line-height: 1.0869565217;
    font-weight: 500;
    margin-bottom: 0.625rem;
}
.mainblock__title_small {
    font-size: 2.25rem;
}
.mainblock__text {
    font-size: 2.5rem;
    line-height: 1.15;
    font-weight: 300;
}
.mainblock__text_small {
    font-size: 1.875rem;
}
.mainblock__button,
.warning-popup__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 18.75rem;
    background-color: #45b54d;
    border: 0.0625rem solid rgba(0, 0, 0, 0.05);
    border-radius: 0.3125rem;
    height: 3.125rem;
    color: #fff;
    font-size: 1.125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
.mainblock__decor {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
}
.categories__item .apps__header {
    border: none;
    padding-bottom: 0;
}
.apps__categories:not(:last-child) {
    margin-bottom: 1.875rem;
}
.apps__items {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(8.125rem, 1fr));
    gap: 1.25rem;
}
.apps__item {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eaeaea;
    padding: 0.9375rem;
}
.apps__image-ibg {
    height: 6rem;
    width: 6rem;
    margin-bottom: 0.625rem;
}
.apps__image-ibg img {
    -webkit-transition: -webkit-transform 0.2s ease 0s;
    transition: -webkit-transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
    -o-object-fit: contain;
    object-fit: contain;
}
.apps__name {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3125;
    -webkit-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s;
}
.apps__name:not(:last-child) {
    margin-bottom: 0.3125rem;
}
.apps__text {
    line-height: 1.4285714286;
    font-weight: 300;
    color: #888;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.tags__title:not(:last-child) {
    margin-bottom: 0.625rem;
}
.stats-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 0.625rem;
    -webkit-column-gap: 1.5625rem;
    -moz-column-gap: 1.5625rem;
    column-gap: 1.5625rem;
}
.stats-app__item {
    text-align: center;
    line-height: 1.3571428571;
}
.stats-app__item:not(:last-child) {
    border-right: 0.0625rem solid #e0e0e0;
    padding-right: 1.5625rem;
}
.stats-app__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 0.875rem;
}
.stats-app__value._icon-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.1875rem;
    -moz-column-gap: 0.1875rem;
    column-gap: 0.1875rem;
}
.stats-app__value._icon-star::before {
    display: block;
    color: #ffc519;
}
.stats-app__value:not(:last-child) {
    margin-bottom: 0.3125rem;
}
.stats-app__label {
    color: #7d808f;
    font-weight: 400;
    font-size: 0.875rem;
    text-transform: uppercase;
}
.stats-app__label img {
    display: none;
}
.app__body,
.categories__body,
.search-result__body {
    display: grid;
    grid-template-columns: minmax(45.5rem, 720px);
	justify-content: center;
}
.app__button-block._dynamic_adapt_ {
    margin-top: 1.25rem;
}
.header-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    margin-bottom: 0.625rem;
    max-width: 45.5rem;
}
.header-app--second:not(:last-child) {
    margin-bottom: 1.875rem;
}
.header-app--second .header-app__author {
    font-weight: 300;
}
.header-app--second .header-app__author span {
    display: block;
}
.header-app--second .header-app__author span:not(:last-child) {
    margin-bottom: 0.375rem;
}
.header-app__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1.5625rem;
    -moz-column-gap: 1.5625rem;
    column-gap: 1.5625rem;
}
.header-app__info--grid {
    display: -ms-grid;
    display: grid;
}
.header-app__info--grid .header-app__image-ibg {
    width: 6.25rem;
    height: 6.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6.25rem;
    flex: 0 0 6.25rem;
}
.header-app__info--grid .header-app__title {
    font-weight: 500;
}
@supports (font-size: clamp(1.5625rem, 1.475rem + 0.4vw, 1.75rem)) {
    .header-app__info--grid .header-app__title {
        font-size: clamp(1.5625rem, 1.475rem + 0.4vw, 1.75rem);
    }
}
@supports not (font-size: clamp(1.5625rem, 1.475rem + 0.4vw, 1.75rem)) {
    .header-app__info--grid .header-app__title {
        font-size: calc(1.5625rem + 0.1875 * (100vw - 21.875rem) / 46.875);
    }
}
.header-app__image-ibg {
    width: 5rem;
    height: 5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5rem;
    flex: 0 0 5rem;
}
.header-app__image-ibg img {
    -o-object-fit: contain;
    object-fit: contain;
}
.header-app__image-ibg_large img {
    -o-object-fit: cover;
    object-fit: cover;
}
.header-app__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.header-app__title {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 1.3;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    row-gap: 0.3125rem;
}
@supports (font-size: clamp(1.25rem, 1.0166666667rem + 1.0666666667vw, 1.75rem)) {
    .header-app__title {
        font-size: clamp(1.25rem, 1.0166666667rem + 1.0666666667vw, 1.75rem);
    }
}
@supports not (font-size: clamp(1.25rem, 1.0166666667rem + 1.0666666667vw, 1.75rem)) {
    .header-app__title {
        font-size: calc(1.25rem + 0.5 * (100vw - 21.875rem) / 46.875);
    }
}
.header-app__title:not(:last-child) {
    margin-bottom: 0.3125rem;
}
.header-app__title .block {
    padding: 0;
    display: block;
}
.header-app__title span {
    margin-top: 0.3125rem;
    padding-left: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    color: #68767d;
}
.header-app__author {
    font-weight: 400;
    line-height: 1.1;
}
.header-app__author a {
    color: #0091de;
}
.header-app__author:not(:last-child) {
    margin-bottom: 0.3125rem;
}
.header-app__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
    font-weight: 400;
    font-size: 0.875rem;
}
.header-app__version {
    color: #68767d;
    line-height: 1.1;
}
.header-app__description {
    font-weight: 400;
}
.header-app__description:not(:last-child) {
    margin-bottom: 0.3125rem;
}
.main-app__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0.625rem;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}
.main-app__buttons .button__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    min-width: 0;
}
.main-app__buttons .button__main:not(:last-child) {
    margin-bottom: 0;
}
.main-app__author:not(:last-child) {
    margin-bottom: 0.625rem;
}
.main-app__item_info {
    margin-top: 2.375rem;
}
.main-app__item h3 {
    margin-top: 0.3125rem;
    line-height: 1.4090909091;
}
@supports (font-size: clamp(1.25rem, 1.1333333333rem + 0.5333333333vw, 1.5rem)) {
    .main-app__item h3 {
        font-size: clamp(1.25rem, 1.1333333333rem + 0.5333333333vw, 1.5rem);
    }
}
@supports not (font-size: clamp(1.25rem, 1.1333333333rem + 0.5333333333vw, 1.5rem)) {
    .main-app__item h3 {
        font-size: calc(1.25rem + 0.25 * (100vw - 21.875rem) / 46.875);
    }
}
.main-app__item h3:not(:last-child) {
    margin-bottom: 0.625rem;
}
.main-app__title {
    line-height: 1.15;
}
@supports (font-size: clamp(1.125rem, 0.95rem + 0.8vw, 1.5rem)) {
    .main-app__title {
        font-size: clamp(1.125rem, 0.95rem + 0.8vw, 1.5rem);
    }
}
@supports not (font-size: clamp(1.125rem, 0.95rem + 0.8vw, 1.5rem)) {
    .main-app__title {
        font-size: calc(1.125rem + 0.375 * (100vw - 21.875rem) / 46.875);
    }
}
.main-app__title:not(:last-child) {
    margin-bottom: 0.5rem;
}
.main-app__text-block:not(:last-child) {
    margin-bottom: 1.25rem;
}
.main-app__item:not(:last-child),
.main-app__pros-cons:not(:last-child) {
    margin-bottom: 1.875rem;
}
.main-app__slider {
    width: 100%;
}
.main-app__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
}
.main-app__slide {
    min-width: 0;
    overflow: hidden;
}
._vertical .main-app__slide {
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5rem;
    flex: 0 0 12.5rem;
}
._vertical .main-app__slide.wide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.875rem;
    flex: 0 0 31.875rem;
}
.main-app__image-ibg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
._coverflow .main-app__image-ibg {
    padding-bottom: 70%;
}
._vertical .main-app__image-ibg {
    padding-bottom: 23.625rem;
}
._vertical .main-app__image-ibg img {
    -o-object-position: top center;
    object-position: top center;
}
.swiper {
    position: relative;
}
.swiper__arrows {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
    height: 101%;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
._vertical .swiper__arrows {
    height: auto;
}
.swiper__pagination {
    left: 0 !important;
    margin: 0 auto;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    z-index: 2;
    margin-top: 1.25rem;
}
.swiper__pagination .swiper-pagination-bullet {
    background: #eaeaea;
    opacity: 1;
}
.swiper__pagination .swiper-pagination-bullet-active {
    background: #0091de;
}
.swiper__arrow {
    background-color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
    pointer-events: auto;
}
.swiper__arrow::before {
    will-change: transform;
    display: block;
    content: "\e912";
    font-size: 2.5rem;
    color: #0091de;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
    transition: -webkit-transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.swiper__arrow:active::before {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.swiper__arrow_prev {
    padding-right: 0.3125rem;
}
.swiper__arrow_next {
    padding-right: 0.3125rem;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
._vertical .swiper__arrow {
    padding: 0.3125rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.875rem;
    flex: 0 0 1.875rem;
    background-color: rgba(0, 0, 0, 0.5);
}
._vertical .swiper__arrow.swiper-button-disabled {
    visibility: hidden;
}
._vertical .swiper__arrow::before {
    font-size: 1.875rem;
    color: #fff;
}
.add:not(:last-child) {
    margin-bottom: 1.5625rem !important;
}
.add__title {
    font-size: 0.625rem;
    font-weight: 300;
    line-height: 1.4;
}
.add__title:not(:last-child) {
    margin-bottom: 0.75rem !important;
}
.add__item img {
    max-width: 100%;
}
.pros-cons {
    display: -ms-grid;
    display: grid;
    gap: 1.875rem;
}
.pros-cons__column ul li {
    font-weight: 300;
    color: #434a4d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    line-height: 1.4285714286;
}
.pros-cons__column ul li::before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.9375rem;
    flex: 0 0 0.9375rem;
    font-size: 0.9375rem;
    position: relative;
    top: 0.125rem;
}
.pros-cons__column ul li:not(:last-child) {
    margin-bottom: 0.625rem;
}
.pros-cons__column._pros {
    color: #45b54d;
}
.pros-cons__column._pros ul li::before {
    color: #45b54d;
    content: "\e914";
}
.pros-cons__column._cons {
    color: #b54545;
}
.pros-cons__column._cons ul li::before {
    color: #b54545;
    content: "\e905";
}
.pros-cons__title {
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.1666666667;
}
.pros-cons__title:not(:last-child) {
    margin-bottom: 0.625rem;
}
.info-app--grid {
    display: -ms-grid;
    display: grid;
    gap: 0.625rem;
    grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
}
.info-app--grid .info-app__item {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1.125rem 1fr;
    grid-template-columns: 1.125rem 1fr;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    border: 0.0625rem solid #eaeaea;
    background: #fff;
    row-gap: 0.0625rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
}
.info-app--grid .info-app__icon {
    width: 1.125rem;
    height: 1.125rem;
    -ms-grid-row-span: 2;
    grid-row: span 2;
}
.info-app--grid .info-app__icon img {
    max-width: 100%;
}
.info-app--grid .info-app__label {
    font-weight: 300;
    text-transform: capitalize !important;
}
.info-app--grid .info-app__value {
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
    text-overflow: ellipsis;
}
.info-app:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.info-app__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    row-gap: 1rem;
}
.info-app__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.3125rem;
}
.info-app__item a {
    color: #0091de;
}
.info-app__label {
    white-space: nowrap;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
    font-weight: 700;
}
.info-app__label::before {
    font-weight: 400;
    font-size: 0.75rem;
}
.info-app__value {
    line-height: 1.2;
    word-break: break-all;
    font-weight: 300;
}
.sidebar__add:not(:last-child),
.sidebar__apps:not(:last-child),
.sidebar__files:not(:last-child),
.sidebar__recommend:not(:last-child) {
    margin-bottom: 1.875rem;
}
.recommend-sidebar__title {
    margin-bottom: 0.625rem;
}
.recommend-sidebar__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    border-bottom: 1px solid #eaeaea;
    padding: 0.8125rem 0;
}
.recommend-sidebar__item:first-child {
    border-top: 1px solid #eaeaea;
}
.recommend-sidebar__image-ibg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5.625rem;
    flex: 0 0 5.625rem;
    height: 3.125rem;
    width: 5.625rem;
}
.recommend-sidebar__text {
    font-weight: 300;
    line-height: 1.4285714286;
}
.download__container {
    display: -ms-grid;
    display: grid;
    gap: 1.875rem;
    -ms-grid-columns: minmax(0.0625rem, 1fr) 18.75rem;
    grid-template-columns: minmax(0.0625rem, 1fr) 18.75rem;
}
.download__header:not(:last-child) {
    margin-bottom: 1.875rem;
}
.download__item ul {
    padding-left: 1.25rem;
}
.download__item ul:not(:last-child) {
    margin-bottom: 0.625rem;
}
.download__item ul li {
    list-style: disc;
    font-weight: 300;
    line-height: 1.4285714286;
}
.download__item ul li:not(:last-child) {
    margin-bottom: 0.3125rem;
}
.download__item h2 {
    line-height: 1.1923076923;
    font-size: 1.625rem;
}
.download__item h2:not(:last-child) {
    margin-bottom: 0.625rem;
}
.download__item h3 {
    font-size: 1.375rem;
    line-height: 1.4090909091;
    margin-top: 1.25rem;
}
.download__item h3:not(:last-child) {
    margin-bottom: 0.625rem;
}
.download__item p {
    line-height: 1.4285714286;
    font-weight: 300;
}
.download__item p:not(:last-child) {
    margin-bottom: 0.625rem;
}
.download__item ol {
    padding-left: 1.25rem;
}
.download__item ol:not(:last-child) {
    margin-bottom: 0.625rem;
}
.download__item ol li {
    list-style: decimal;
    font-weight: 300;
    line-height: 1.4285714286;
}
.download__item ol li:not(:last-child) {
    margin-bottom: 0.125rem;
}
.download__item:not(:last-child) {
    margin-bottom: 1.875rem;
}
.download__list,
.download__sub-list {
    padding-left: 1.25rem;
}
.download__sub-item:not(:last-child) {
    margin-bottom: 1.875rem;
}
.mainblock-download {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #eaeaea;
}
.mainblock-download:not(:last-child) {
    margin-bottom: 1.875rem;
}
.mainblock-download__title {
    font-size: 1.375rem;
    line-height: 1.4090909091;
}
.mainblock-download__title:not(:last-child) {
    margin-bottom: 0.625rem;
}
.mainblock-download__title span {
    font-weight: 700;
}
.mainblock-download__list li:not(:last-child) {
    margin-bottom: 0.375rem;
}
.mainblock-download__list:not(:last-child) {
    margin-bottom: 1.25rem;
}
.mainblock-download__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
    line-height: 1.4285714286;
    font-weight: 300;
    font-size: 0.875rem;
}
.mainblock-download__text::before {
    content: "\e902";
    color: #45b54d;
    font-size: 1rem;
}
.mainblock-download__warning:not(:last-child) {
    margin-bottom: 1.25rem;
}
.warning__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.4375rem;
    -moz-column-gap: 0.4375rem;
    column-gap: 0.4375rem;
    font-size: 1rem;
    font-weight: 700;
}
.warning__title:not(:last-child) {
    margin-bottom: 0.625rem;
}
.warning__title::before {
    position: relative;
    top: -0.0625rem;
}
.warning__list {
    padding-left: 1.375rem;
}
.warning__item {
    font-weight: 300;
    line-height: 1.4285714286;
    list-style: disc;
}
.warning__item:not(:last-child) {
    margin-bottom: 0.375rem;
}
.warning__item a {
    color: #0091de;
}
.files-sidebar__title {
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
    border-bottom: 0.0625rem solid #eaeaea;
}
.files-sidebar__link {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 3.125rem 1fr;
    grid-template-columns: 3.125rem 1fr;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    min-height: 1.875rem;
    font-size: 1rem;
    line-height: 1.125;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
.files-sidebar__extension {
    text-align: right;
    color: #0091de;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.files-sidebar__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s;
}
.open-files__item {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
    -ms-grid-columns: 11.25rem 1fr;
    grid-template-columns: 11.25rem 1fr;
}
.open-files__item:not(:last-child) {
    margin-bottom: 1.875rem;
}
.open-files__system {
    -ms-grid-column-align: center;
    justify-self: center;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.open-files__system-icon {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 0.625rem auto;
}
.open-files__system-title {
    text-align: center;
    font-size: 1rem;
    line-height: 1.125;
}
.open-files__programs-item {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 2.1875rem 1fr;
    grid-template-columns: 2.1875rem 1fr;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
}
.open-files__programs-item:not(:last-child) {
    margin-bottom: 0.625rem;
}
.open-files__programs-icon {
    width: 1.875rem;
    height: 1.875rem;
}
.open-files__programs-icon img {
    max-width: 100%;
}
.open-files__programs-title {
    color: #0091de;
    font-size: 1rem;
    line-height: 1.125;
}
.older-versions {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
    gap: 1.25rem;
}
.older-versions__item {
    background-color: #fff;
    border: 0.0625rem solid #eaeaea;
    padding: 1.25rem;
    -webkit-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s;
}
.older-versions__title {
    line-height: 1.4285714286;
    font-weight: 300;
    margin-bottom: 0.125rem;
}
.older-versions__version {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3125;
}
.categories__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.3125rem;
}
.categories__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0091de;
    font-weight: 400;
    font-size: 0.9375rem;
    padding: 0.5rem 0.9375rem;
    border: 0.0625rem solid #0091de;
    min-height: 2.1875rem;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.versions-table {
    overflow: auto;
}
.versions-table__title {
    line-height: 1.4090909091;
    color: #434a4d;
}
@supports (font-size: clamp(1.125rem, 1.0083333333rem + 0.5333333333vw, 1.375rem)) {
    .versions-table__title {
        font-size: clamp(1.125rem, 1.0083333333rem + 0.5333333333vw, 1.375rem);
    }
}
@supports not (font-size: clamp(1.125rem, 1.0083333333rem + 0.5333333333vw, 1.375rem)) {
    .versions-table__title {
        font-size: calc(1.125rem + 0.25 * (100vw - 21.875rem) / 46.875);
    }
}
.versions-table__title:not(:last-child) {
    margin-bottom: 0.625rem;
}
.versions-table__body {
    width: 100%;
    white-space: nowrap;
    overflow: auto;
}
.versions-table__body tbody {
    overflow: auto;
}
.versions-table__body tr {
    height: 2.625rem;
}
.versions-table__body tr:first-child {
    height: 2.4375rem;
}
.versions-table__body tr td:not(:last-child),
.versions-table__body tr th:not(:last-child) {
    padding-right: 1.25rem;
}
.versions-table__body tr td:nth-child(3),
.versions-table__body tr td:nth-child(4),
.versions-table__body tr th:nth-child(3),
.versions-table__body tr th:nth-child(4) {
    max-width: 6.8125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.versions-table__body th {
    text-align: left;
    font-size: 1rem;
    line-height: 1.125;
    font-weight: 500;
    color: #4d5254;
}
.versions-table__body td {
    color: #4d5254;
    font-weight: 400;
}
.versions-table__bit,
.versions-table__checksum {
    display: inline-block;
    background-color: #4d5254;
    color: #fff;
    padding: 0.125rem 0.1875rem;
    font-size: 0.875rem;
    line-height: 1.1818181818;
    font-weight: 600;
    margin-right: 0.5rem;
}
.versions-table__checksum {
    cursor: pointer;
}
.versions-table__checksum._active {
    color: #fff;
    background-color: #0091de;
}
.versions-table__download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    height: 2.625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0091de;
}
.versions-table__download::before {
    font-size: 1.375rem;
}
.articles__latest {
    display: -ms-grid;
    display: grid;
    gap: 0.625rem;
    grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
}
.articles__latest .article__image-ibg {
    padding-bottom: 68.6274509804%;
}
.article__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    border-bottom: 0.0625rem solid #eaeaea;
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
}
.article__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 6.25rem;
    color: #0091de;
    font-size: 0.8125rem;
    font-weight: 300;
    border: 0.0625rem solid #0091de;
    min-height: 1.5625rem;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.article__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}
.article__item {
    display: block;
}
.article__item_large {
    position: relative;
}
.article__item:not(.article__item_large) {
    border: 1px solid #eaeaea;
}
.article__image-ibg {
    position: relative;
    padding-bottom: 60.6060606061%;
    overflow: hidden;
}
.article__image-ibg img {
    will-change: transform;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.article__label {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 0.8125rem;
    line-height: 24px;
    padding: 0 0.9375rem;
}
.article__content {
    padding: 0.9375rem;
}
.article__text {
    font-weight: 300;
    line-height: 1.4285714286;
    -webkit-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.article__text:not(:last-child) {
    margin-bottom: 0.625rem;
}
.article__date {
    font-size: 0.75rem;
    line-height: 1.1666666667;
    color: #68767d;
    font-weight: 300;
}
.blog__latest:not(:last-child) {
    margin-bottom: 1.875rem;
}
.blog__latest-title {
    font-size: 1.375rem;
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
    border-bottom: 1px solid #eaeaea;
}
.blog__latest-body {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
    gap: 1.25rem;
}
.blog__category:not(:last-child) {
    margin-bottom: 1.875rem;
}
.apps__header,
.blog__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0.3125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    border-bottom: 0.0625rem solid #eaeaea;
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
}
.apps__title,
.blog__title,
.tags__title {
    font-size: 1.375rem;
    line-height: 1.4090909091;
}
.apps__link,
.blog__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 6.25rem;
    color: #0091de;
    font-size: 0.8125rem;
    font-weight: 300;
    border: 0.0625rem solid #0091de;
    min-height: 1.5625rem;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.blog__body {
    display: -ms-grid;
    display: grid;
    gap: 0.625rem;
    grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
}
.blog__body .article__image-ibg {
    padding-bottom: 68.6274509804%;
}
.article-page__body {
    display: -ms-grid;
    display: grid;
    gap: 1.875rem;
    -ms-grid-columns: 1fr 18.75rem;
    grid-template-columns: 1fr 18.75rem;
}
.article-page__title {
    font-size: 1.75rem;
    font-weight: 700;
}
.article-page__title:not(:last-child) {
    margin-bottom: 0.625rem;
}
.article-page__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    row-gap: 0.75rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #eaeaea;
}
.article-page__categories {
    margin-bottom: 1.25rem;
}
.article-page .post-thumbnail {
    width: 100%;
}
.article-page .post-thumbnail:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.article-page .post-thumbnail img {
    max-width: 100%;
}
.article-page__text {
    font-weight: 300;
    line-height: 1.4285714286;
}
.article-page__text:not(:last-child) {
    margin-bottom: 1.875rem;
}
.article-page__text-block:not(:last-child) {
    margin-bottom: 1.875rem;
}
.article-page__download:not(:last-child) {
    margin-bottom: 1.875rem;
}
.article-page__share:not(:last-child) {
    margin-bottom: 1.875rem;
}
.socials__list {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
}
.socials__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.875rem;
    flex: 0 0 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
    font-size: 1.125rem;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
    color: #fff;
}
.socials__link._icon-facebook {
    background-color: #4872b2;
}
.socials__link._icon-twitter {
    font-size: 0.875rem;
    background-color: #6fb4f9;
}
.socials__link._icon-linkedin {
    background-color: #3375b0;
}
.socials__link._icon-mail {
    font-size: 0.75rem;
    background-color: #797979;
}
.socials__link._icon-share {
    background-color: #45b54d;
    font-size: 0.9375rem;
}
.categories__item:not(:last-child),
.categories__nav:not(:last-child) {
    margin-bottom: 1.875rem;
}
.categories-article__list,
.tags-app__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.375rem;
}
.categories-article__link,
.tags-app__link {
    font-weight: 300;
    font-size: 0.8125rem;
    height: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.9375rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #f7f7f7;
    -webkit-transition: border-color 0.1s ease 0s;
    transition: border-color 0.1s ease 0s;
    border-bottom: 0.125rem solid transparent;
}
.download-article {
    border: 1px solid #079eeb;
    padding: 1.25rem;
    display: -ms-grid;
    display: grid;
    gap: 0.9375rem;
    -ms-grid-columns: 5rem 1fr;
    grid-template-columns: 5rem 1fr;
}
.download-article__image {
    width: 5rem;
    height: 5rem;
}
.download-article__image img {
    max-width: 100%;
}
.download-article__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    row-gap: 0.3125rem;
}
.download-article__info:not(:last-child) {
    margin-bottom: 1.875rem;
}
.download-article__title {
    font-size: 1.125rem;
    line-height: 1.1666666667;
    font-weight: 600;
}
.download-article__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.625rem;
}
.download-article__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 6.875rem;
    flex: 1 1 6.875rem;
    color: #fff;
    font-size: 0.8125rem;
    background-color: #45b54d;
    padding: 0 0.625rem;
    height: 1.875rem;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
.download-article__button._icon-mac::before {
    font-size: 0.875rem;
}
.download-article__button._icon-android::before {
    font-size: 0.875rem;
}
.download-article__button._icon-ios::before {
    font-size: 0.625rem;
}
.share-article {
    border: 1px solid #eaeaea;
    padding: 1.25rem 1.875rem 1.5625rem 1.875rem;
}
.share-article__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    row-gap: 0.625rem;
}
.share-article__header:not(:last-child) {
    margin-bottom: 1.25rem;
}
.share-article__title {
    font-size: 1rem;
    line-height: 1.3125;
    font-weight: 700;
}
.share-article__title:not(:last-child) {
    margin-bottom: 0.3125rem;
}
.share-article__sub-title {
    font-weight: 300;
    line-height: 1.4285714286;
}
.share-article__user-votes {
    margin-top: 0.3125rem;
    text-align: right;
    font-weight: 600;
    font-size: 0.75rem;
    color: #68767d;
}
.share-article__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
}
.share-article__button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 6.25rem;
    flex: 1 1 6.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
    height: 1.875rem;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
.share-article__button._icon-facebook {
    background-color: #4872b2;
}
.share-article__button._icon-facebook::before {
    font-size: 0.6875rem;
}
.share-article__button._icon-twitter {
    background-color: #6fb4f9;
}
.share-article__button._icon-twitter::before {
    font-size: 0.5625rem;
}
.share-article__button._icon-linkedin {
    background-color: #3375b0;
}
.share-article__button._icon-linkedin::before {
    font-size: 0.75rem;
}
.share-article__button._icon-pin {
    background-color: #e60023;
}
.share-article__button._icon-pin::before {
    font-size: 0.8125rem;
}
.share-article__button._icon-mail {
    background-color: #797979;
}
.share-article__button._icon-mail::before {
    font-size: 0.5rem;
}
.share-article__button._icon-share {
    background-color: #45b54d;
}
.share-article__button._icon-share::before {
    font-size: 0.75rem;
}
.updater__body {
    display: -ms-grid;
    display: grid;
    gap: 1.875rem;
    -ms-grid-columns: minmax(0.0625rem, 1fr) 18.75rem;
    grid-template-columns: minmax(0.0625rem, 1fr) 18.75rem;
}
.main-updater__title {
    font-size: 1rem;
    color: #008ad1;
    line-height: 1.3125;
    font-weight: 700;
}
.main-updater__title:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.main-updater__add:not(:last-child),
.main-updater__items:not(:last-child),
.main-updater__text-block:not(:last-child) {
    margin-bottom: 1.875rem;
}
.item-main-updater {
    border-bottom: 0.0625rem solid #eaeaea;
    padding: 0.625rem 0;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 3.75rem 1fr auto;
    grid-template-columns: 3.75rem 1fr auto;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
}
.item-main-updater__image-ibg {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    width: 3.75rem;
    height: 3.75rem;
}
.item-main-updater__image-ibg img {
    -o-object-fit: contain;
    object-fit: contain;
}
.item-main-updater__info {
    font-size: 0.875rem;
    line-height: 1.4285714286;
}
.item-main-updater__name {
    margin-bottom: 0.125rem;
}
.item-main-updater__name-link {
    font-weight: 700;
}
.item-main-updater__text {
    font-weight: 300;
    margin-bottom: 0.125rem;
}
.item-main-updater__publisher {
    font-weight: 300;
}
.item-main-updater__publisher a {
    font-weight: 400;
    color: #0091de;
}
.item-main-updater__button {
    min-width: 6.875rem;
    background-color: #45b54d;
    height: 2.1875rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.3125rem 0.9375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 0.8125rem;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
.sidebar-updater__main-title {
    font-size: 1.375rem;
    line-height: 1.4090909091;
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
    border-bottom: 0.0625rem solid #eaeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
}
.sidebar-updater__main-title img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.75rem;
    flex: 0 0 1.75rem;
    width: 1.75rem;
    max-width: 100%;
}
.sidebar-updater__body:not(:last-child) {
    margin-bottom: 1.875rem;
}
.sidebar-updater__item:not(:last-child) {
    margin-bottom: 1.25rem;
}
.sidebar-updater__title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3125;
    margin-bottom: 0.3125rem;
}
.sidebar-updater__text {
    line-height: 1.4285714286;
    font-weight: 300;
}
.sidebar-updater__text p:not(:last-child) {
    margin-bottom: 0.3125rem;
}
.sidebar-updater__add:not(:last-child) {
    margin-bottom: 1.875rem;
}
.best-apps__item:not(:last-child) {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 0.0625rem solid #eaeaea;
}
.item-best {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: 4.5rem 1fr 18.75rem;
    grid-template-columns: 4.5rem 1fr 18.75rem;
    gap: 0.9375rem;
}
.item-best__image-ibg {
    width: 4.5rem;
    height: 4.5rem;
}
.item-best__image-ibg img {
    -o-object-fit: contain;
    object-fit: contain;
}
.item-best__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.375rem;
    -moz-column-gap: 0.375rem;
    column-gap: 0.375rem;
}
.item-best__rating:not(:last-child) {
    margin-bottom: 0.125rem;
}
.item-best__rating span {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    color: #434a4d;
}
.item-best__text {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    color: #434a4d;
}
.item-best__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}
.item-best__link {
    display: inline-block;
    color: #0091de;
    padding: 0 0.5rem;
    font-size: 0.75rem;
    line-height: 1.1666666667;
}
.item-best__link:not(:last-child) {
    border-right: 0.0625rem solid #68767d;
}
.search-result__image img {
    max-width: 100%;
}
.status-bar {
    background-color: #151922;
    padding: 0.25rem 0.9375rem;
    width: 100%;
    color: #fff;
    text-align: center;
    word-break: break-all;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.5;
}
.status-bar__value {
    position: relative;
    color: #e02f1f;
}
.status-bar__info {
    color: #fff;
    position: absolute;
    z-index: 5;
    top: calc(100% + 0.9375rem);
    border-radius: 0.625rem;
    left: 50%;
    width: 18.75rem;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #2c3242;
    visibility: hidden;
    padding: 0.625rem;
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.status-bar__info::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    border: 0.625rem solid transparent;
    border-bottom: 0.625rem solid #2c3242;
}
.ip-address__content-block:not(:last-child),
.ip-address__heroblock:not(:last-child),
.ip-address__reasons:not(:last-child) {
    margin-bottom: 7.5rem;
}
.heroblock-ip {
    background-color: #f8f8f8;
    padding: 2.5rem 0;
}
.heroblock-ip__container {
    display: -ms-grid;
    display: grid;
    max-width: 56.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125rem;
}
.heroblock-ip__image {
    width: 21rem;
    position: relative;
    height: 17.5rem;
}
.heroblock-ip__image img {
    max-width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.heroblock-ip__title {
    font-size: 1.5rem;
    color: #333;
}
.heroblock-ip__title:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.heroblock-ip__address {
    color: #333;
    font-weight: 500;
    font-size: 2.5rem;
}
.heroblock-ip__address:not(:last-child) {
    margin-bottom: 1.875rem;
}
.heroblock-ip__warning {
    text-wrap: balance;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
    line-height: 1.5;
    color: #e02f1f;
}
.heroblock-ip__warning img {
    margin-top: 0.125rem;
    max-width: 100%;
    height: 0.9375rem;
    width: 0.9375rem;
}
.heroblock-ip__warning:not(:last-child) {
    margin-bottom: 1.875rem;
}
.heroblock-ip__button {
    text-transform: capitalize;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 18.75rem;
    background-color: #45b54d;
    border: 0.0625rem solid rgba(0, 0, 0, 0.05);
    border-radius: 0.3125rem;
    height: 3.125rem;
    color: #fff;
    font-size: 1.125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
.reasons__title {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: 600;
    color: #000;
}
.reasons__title:not(:last-child) {
    margin-bottom: 1.25rem;
}
.reasons__text {
    font-size: 1rem;
    text-align: center;
    line-height: 1.5;
}
.reasons__text:not(:last-child) {
    margin-bottom: 3.125rem;
}
.reasons__items {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
    gap: 1.875rem;
}
.item-reasons__icon:not(:last-child) {
    margin-bottom: 1.25rem;
}
.item-reasons__title {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5;
}
.item-reasons__title:not(:last-child) {
    margin-bottom: 1rem;
}
.item-reasons__text {
    font-size: 1rem;
    line-height: 1.5;
}
.content-block:nth-child(odd) {
    background-color: #f8f8f8;
    padding: 2.5rem 0;
}
.content-block_large-image .content-block__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.content-block_large-image .content-block__image-ibg {
    padding-bottom: 100.7246376812%;
}
.content-block__title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.3;
}
.content-block__title:not(:last-child) {
    margin-bottom: 5rem;
}
.content-block__body {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 1.875rem;
}
.content-block__image-ibg {
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
    padding-bottom: 59.4202898551%;
}
.content-block__image-ibg img {
    -o-object-fit: contain;
    object-fit: contain;
}
.content-block__text {
    font-size: 1rem;
    line-height: 1.5;
}
.content-block__text p:not(:last-child) {
    margin-bottom: 1.25rem;
}
.quiz {
    padding-top: 1.875rem;
    padding-bottom: 9.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.quiz__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(100vh - 7.5rem);
}
.quiz__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: nowrap;
    row-gap: 0.3125rem;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1.5625rem 1.875rem;
    font-size: 1.125rem;
    border-radius: 0.3125rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.1;
    border: 1px solid #079eeb;
    color: #0091de;
}
.quiz__header .header-quiz__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.125rem;
    -moz-column-gap: 0.125rem;
    column-gap: 0.125rem;
    display: none;
}
.quiz__header:not(:last-child) {
    margin-bottom: 1.25rem;
}
.quiz__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.quiz__slider {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 19.75rem;
    width: 100%;
}
.quiz__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.quiz__form {
    max-width: 37.5rem;
    width: 100%;
    margin: 0 auto;
    background-color: #f4f4f4;
    padding: 2.1875rem 1.875rem;
    border-radius: 0.3125rem;
    margin: 1.875rem auto 0 auto;
}
.quiz__form .form__line:not(:last-child) {
    margin-bottom: 1.875rem;
}
.quiz__form .form__error {
    margin-top: 0.3125rem;
    color: #c50808;
}
.quiz__form .checkpeople-form__label,
.quiz__form .form__label {
    line-height: 1.2;
    font-weight: 400;
    font-size: 1rem;
}
.quiz__form .checkpeople-form__label b,
.quiz__form .form__label b {
    font-size: 1.125rem;
}
.quiz__form .input {
    height: 2.8125rem;
    font-size: 1rem;
}
.quiz__form .form__button {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #45b54d;
    border: 0.0625rem solid rgba(0, 0, 0, 0.05);
    border-radius: 0.3125rem;
    height: 2.8125rem;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    color: #fff;
    font-size: 1.125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
.quiz__form .form__button img {
    max-width: 100%;
    height: 1.375rem;
    width: 1.375rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.375rem;
    flex: 0 0 1.375rem;
}
.quiz__text {
    font-size: 1rem;
    line-height: 1.5;
    text-wrap: balance;
}
.quiz__start-btn {
    margin-top: 1.25rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 18.75rem;
    background-color: #45b54d;
    border: 0.0625rem solid rgba(0, 0, 0, 0.05);
    border-radius: 0.3125rem;
    height: 3.125rem;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    color: #fff;
    font-size: 1.125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
.quiz__start-btn img {
    max-width: 100%;
    height: 1.375rem;
    width: 1.375rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.375rem;
    flex: 0 0 1.375rem;
}
.quiz__title {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
}
.progress-bar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.875rem;
    flex: 0 0 1.875rem;
    height: 1.875rem;
    padding: 0.3125rem 0;
    margin-top: 3.125rem;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 0;
    display: none;
}
.progress-bar__line {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 0.5rem;
    border-radius: 0.625rem;
    background-color: #f1f1f1;
    position: relative;
    overflow: hidden;
}
.progress-bar__line span {
    position: absolute;
    z-index: 2;
    border-radius: 0.625rem;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #008ad1;
    -webkit-transition: width 0.2s ease 0s;
    transition: width 0.2s ease 0s;
}
.options {
    width: 100%;
    max-width: 37.5rem;
    margin: 0 auto;
}
.options__item {
    position: relative;
    cursor: pointer;
}
.options__item:not(:last-child) {
    margin-bottom: 0.5rem;
}
.options__input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}
.options__input:focus + .options__label:before {
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}
.options__input:checked + .options__label {
    border-color: #0aa5f5;
    color: #0aa5f5;
}
.options__input:checked + .options__label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.options__label {
    border-radius: 0.3125rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.875rem;
    height: 6.25rem;
    border: 0.125rem solid rgba(65, 62, 83, 0.2);
    font-size: 1rem;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
}
.controls-quiz {
    position: absolute;
    z-index: 2;
    width: 100%;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    left: 50%;
    top: 51.5%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 50rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.controls-quiz__button {
    pointer-events: auto;
}
.controls-quiz__button.disabled,
.controls-quiz__button.swiper-button-disabled {
    opacity: 0.7;
    pointer-events: none;
}
.controls-quiz__button::after {
    content: "\e901";
    color: #008ad1;
    font-size: 1.875rem;
}
.controls-quiz__button_next {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}
.test-report {
    margin-top: 3.125rem;
    margin-bottom: 6.25rem;
}
.test-report ._bg {
    max-width: 78.4375rem;
    margin: 0 auto;
    padding: 3.125rem 0;
    background-color: #fdf7ed;
}
.test-report__heroblock {
    max-width: 46.875rem;
    margin: 0 auto 6.25rem auto;
}
.test-report__offer:not(:last-child) {
    margin-bottom: 6.25rem;
}
.test-report__reviews:not(:last-child) {
    margin-bottom: 6.25rem;
}
.test-report__includes:not(:last-child) {
    margin-bottom: 6.25rem;
}
.test-report_spollers:not(:last-child) {
    margin-bottom: 6.25rem;
}
.test-report__science {
    padding: 3.125rem 0;
    background-color: #fdf7ed;
}
.test-report__science:not(:last-child) {
    margin-bottom: 6.25rem;
}
.test-report__faq:not(:last-child) {
    margin-bottom: 6.25rem;
}
.heroblock-test__title {
    color: #000;
    font-size: 1.5625rem;
    text-align: center;
    line-height: 1.3;
}
.heroblock-test__title:not(:last-child) {
    margin-bottom: 3.125rem;
}
.heroblock-test__text,
.offer-test__text,
.science-test__text {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}
.card-offer__button,
.heroblock-test__button,
.includes-test__button,
.science-test__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 25rem;
    width: 100%;
    padding: 0.3125rem 0.625rem;
    background-color: #45b54d;
    border: 0.0625rem solid rgba(0, 0, 0, 0.05);
    border-radius: 0.3125rem;
    height: 3.125rem;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    color: #fff;
    font-size: 1.125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
    margin: 0 auto;
}
.card-offer__button:not(:last-child),
.heroblock-test__button:not(:last-child),
.includes-test__button:not(:last-child),
.science-test__button:not(:last-child) {
    margin-bottom: 3.125rem;
}
.heroblock-test__images span {
    text-align: center;
    display: block;
    color: #7e7c7b;
}
.heroblock-test__images span:not(:last-child) {
    margin-bottom: 1.25rem;
}
.heroblock-test__image-ibg {
    padding-bottom: 46.1333333333%;
}
.heroblock-test__arrows-down {
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
}
.heroblock-test__arrows-down img {
    max-width: 100%;
}
.offer-test {
    color: #000;
}
.offer-test .scroll-plug {
    height: 3.125rem;
    background-color: transparent;
}
.offer-test__text p:not(:last-child) {
    margin-bottom: 1.25rem;
}
.offer-test__text_maw-width-600 {
    max-width: 37.5rem;
    margin: 0 auto;
}
.offer-test__text ul {
    padding-left: 1.25rem;
}
.offer-test__text ul li {
    list-style: disc;
}
.offer-test__text ul li:not(:last-child) {
    margin-bottom: 0.3125rem;
}
.offer-test__text:first-child {
    text-align: center;
}
.offer-test__text:not(:last-child) {
    margin-bottom: 1.25rem;
}
.offer-test__card:not(:last-child) {
    margin-bottom: 3.125rem;
}
.card-offer {
    background-color: #fff;
    padding: 3.125rem 0.9375rem;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 1rem;
    line-height: 1.375;
    max-width: 37.5rem;
    margin: 0 auto;
}
.card-offer__title {
    font-size: 1.625rem;
    font-weight: 700;
}
.card-offer__title:not(:last-child) {
    margin-bottom: 2.5rem;
}
.card-offer__text {
    font-size: 0.875rem;
}
.card-offer__text:not(:last-child) {
    margin-bottom: 1.875rem;
}
.card-offer__price {
    font-size: 2.5rem;
    font-weight: 300;
    margin: 3.125rem 0;
}
.card-offer__button {
    max-width: 18.75rem;
}
.card-offer__button:not(:last-child) {
    margin-bottom: 1.875rem;
}
.card-offer__bottom {
    display: -ms-grid;
    display: grid;
    row-gap: 1.25rem;
}
.card-offer__bottom span {
    font-size: 0.875rem;
}
.faq__title,
.includes-test__title,
.reviews-test__title,
.science-test__title,
.spollers__main-title {
    text-align: center;
    color: #000;
    font-size: 1.5rem;
}
.faq__title:not(:last-child),
.includes-test__title:not(:last-child),
.reviews-test__title:not(:last-child),
.science-test__title:not(:last-child),
.spollers__main-title:not(:last-child) {
    margin-bottom: 2.5rem;
}
.reviews-test__rating-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    row-gap: 0.625rem;
    font-size: 1.125rem;
    color: #000;
}
.reviews-test__rating-body .rating {
    font-size: 1.5625rem;
}
.reviews-test__rating-body:not(:last-child) {
    margin-bottom: 4.375rem;
}
.reviews-test__slider {
    overflow: visible !important;
}
.reviews-test__slider:not(:last-child) {
    margin-bottom: 6.25rem;
}
.reviews-test__slide {
    width: 25rem !important;
}
.reviews-test__pagging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3.125rem 0;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
}
.reviews-test__pagging .swiper-pagination-bullet {
    width: 0.625rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.625rem;
    flex: 0 0 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    cursor: pointer;
    background-color: #eee;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.reviews-test__pagging .swiper-pagination-bullet-active {
    background-color: #008ad1;
}
.card-rewiew {
    background-color: #fdf7ed;
    padding: 1.25rem 0.9375rem;
    border-radius: 0.3125rem;
}
.card-rewiew__image-ibg {
    width: 5rem;
    height: 5rem;
    border-radius: 0.3125rem;
    overflow: hidden;
}
.card-rewiew__image-ibg:not(:last-child) {
    margin-bottom: 0.625rem;
}
.card-rewiew__title {
    font-weight: 700;
    color: #000;
    font-size: 1.125rem;
}
.card-rewiew__title:not(:last-child) {
    margin-bottom: 0.625rem;
}
.card-rewiew__text {
    font-size: 1rem;
    line-height: 1.5;
}
.hero-review {
    max-width: 31.25rem;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    gap: 2.5rem;
}
.hero-review__rating {
    font-size: 1.875rem;
}
.hero-review__rating:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.hero-review__title {
    line-height: 1.3;
    font-weight: 700;
    font-size: 1.125rem;
}
.hero-review__title:not(:last-child) {
    margin-bottom: 1.875rem;
}
.hero-review__author {
    font-size: 1rem;
    line-height: 1.5;
}
.hero-review__image-ibg {
    padding-bottom: 100%;
}
.includes-test__container {
    max-width: 37.5rem;
}
.includes-test__image-ibg {
    max-width: 18.75rem;
    margin: 0 auto;
    padding-bottom: 26.53%;
}
.includes-test__image-ibg img {
    -o-object-fit: contain;
    object-fit: contain;
}
.includes-test__image-ibg:not(:last-child) {
    margin-bottom: 3.125rem;
}
.includes-test__list {
    padding-left: 1.25rem;
    line-height: 1.5;
    font-size: 1.125rem;
}
.includes-test__list:not(:last-child) {
    margin-bottom: 3.125rem;
}
.includes-test__list li {
    list-style: decimal;
}
.includes-test__list li:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.includes-test__bottom,
.science-test__bottom {
    text-align: center;
    display: -ms-grid;
    display: grid;
    row-gap: 1.25rem;
}
.includes-test__bottom span,
.science-test__bottom span {
    display: block;
}
.spollers__item:not(:last-child) {
    margin-bottom: 0.625rem;
}
.spoller {
    border-bottom: 1px solid #000;
    color: #000;
}
.spoller:first-child {
    border-top: 1px solid #000;
}
.spoller__title {
    width: 100%;
    position: relative;
    text-align: left;
    padding: 1.875rem 0;
    font-size: 1.3125rem;
    cursor: pointer;
}
._spoller-init .spoller__title {
    cursor: pointer;
}
._spoller-init .spoller__title::after,
._spoller-init .spoller__title::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    background-color: #000;
    height: 2px;
    width: 15px;
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    transition: -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
._spoller-init .spoller__title::before {
    -webkit-transform: translate(-75%, -50%) rotate(40deg);
    -ms-transform: translate(-75%, -50%) rotate(40deg);
    transform: translate(-75%, -50%) rotate(40deg);
}
._spoller-init .spoller__title::after {
    -webkit-transform: translate(0, -50%) rotate(-40deg);
    -ms-transform: translate(0, -50%) rotate(-40deg);
    transform: translate(0, -50%) rotate(-40deg);
}
._spoller-init .spoller__title._spoller-active::before {
    -webkit-transform: translateX(-75%) rotate(-40deg);
    -ms-transform: translateX(-75%) rotate(-40deg);
    transform: translateX(-75%) rotate(-40deg);
}
._spoller-init .spoller__title._spoller-active::after {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}
.spoller__body {
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 1.25rem;
}
.spoller__body p:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.science-test__text {
    color: #000;
    text-align: center;
}
.science-test__text p:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.faq__item:not(:last-child) {
    margin-bottom: 1.25rem;
}
.item-faq {
    font-size: 1rem;
    line-height: 1.5;
}
.item-faq__title {
    font-weight: 700;
}
.item-faq__title:not(:last-child) {
    margin-bottom: 1.25rem;
}
.timer {
    position: sticky;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    color: #000;
    padding: 0.3125rem 0.9375rem;
    background-color: #ececec;
}
.timer__text {
    line-height: 0;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
}
.timer__text img {
    width: 1.125rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    height: 1.125rem;
    max-width: 100%;
}
.timer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.timer__min {
    padding: 0.1875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.125rem;
    -moz-column-gap: 0.125rem;
    column-gap: 0.125rem;
    background-color: #fff;
    font-size: 0.75rem;
}
.timer__min span {
    font-size: 0.875rem;
    color: #000;
    font-weight: 500;
}
.timer__sec {
    padding: 0.1875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.125rem;
    -moz-column-gap: 0.125rem;
    column-gap: 0.125rem;
    background-color: #fff;
    font-size: 0.75rem;
}
.timer__sec span {
    font-size: 0.875rem;
    color: #000;
    font-weight: 500;
}
.checkpeople__text {
    padding: 3.75rem 0;
}
.heroblock-checkpeople {
    padding: 2.5rem 0;
    background: -webkit-gradient(linear, left top, right top, from(#006498), to(#00537d));
    background: linear-gradient(90deg, #006498 0, #00537d 100%);
    color: #fff;
}
.heroblock-checkpeople__container {
    max-width: 58.125rem !important;
}
.heroblock-checkpeople__title {
    text-align: center;
    line-height: 1.2;
    font-weight: 700;
}
@supports (font-size: clamp(2.8125rem, 2.375rem + 2vw, 3.75rem)) {
    .heroblock-checkpeople__title {
        font-size: clamp(2.8125rem, 2.375rem + 2vw, 3.75rem);
    }
}
@supports not (font-size: clamp(2.8125rem, 2.375rem + 2vw, 3.75rem)) {
    .heroblock-checkpeople__title {
        font-size: calc(2.8125rem + 0.9375 * (100vw - 21.875rem) / 46.875);
    }
}
.heroblock-checkpeople__title:not(:last-child) {
    margin-bottom: 0.3125rem;
}
.heroblock-checkpeople__text {
    line-height: 1.5;
    text-align: center;
}
@supports (font-size: clamp(1rem, 0.9416666667rem + 0.2666666667vw, 1.125rem)) {
    .heroblock-checkpeople__text {
        font-size: clamp(1rem, 0.9416666667rem + 0.2666666667vw, 1.125rem);
    }
}
@supports not (font-size: clamp(1rem, 0.9416666667rem + 0.2666666667vw, 1.125rem)) {
    .heroblock-checkpeople__text {
        font-size: calc(1rem + 0.125 * (100vw - 21.875rem) / 46.875);
    }
}
.heroblock-checkpeople__text:not(:last-child) {
    margin-bottom: 2.1875rem;
}
.heroblock-checkpeople__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0.9375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
}
.heroblock-checkpeople__row:not(:last-child) {
    margin-bottom: 0.75rem;
}
.heroblock-checkpeople__tooltip {
    position: relative;
    max-width: 26.25rem;
    line-height: 1.5;
    font-size: 0.75rem;
    background-color: #b2cfef;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.75rem;
    color: #000;
}
.heroblock-checkpeople__tooltip::before {
    position: absolute;
    content: "";
    bottom: -0.4375rem;
    left: 1.875rem;
    border-top: 0.5rem solid #b2cfef;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
}
.heroblock-checkpeople__secured {
    font-style: italic;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
}
.heroblock-checkpeople__secured svg {
    margin-top: -0.125rem;
    font-size: 0.8125rem;
}
.heroblock-checkpeople__form:not(:last-child) {
    margin-bottom: 1.25rem;
}
.heroblock-checkpeople__line {
    display: -ms-grid;
    display: grid;
    row-gap: 0.9375rem;
}
.heroblock-checkpeople__line .input {
    border-radius: 0.3125rem 0 0 0.3125rem;
    height: 3.875rem;
    width: 100%;
    padding: 0 0.9375rem;
    font-size: 1.125rem;
}
.text-checkpeople h2 {
    line-height: 1.1860465116;
    font-weight: 800;
}
@supports (font-size: clamp(2.375rem, 2.2291666667rem + 0.6666666667vw, 2.6875rem)) {
    .text-checkpeople h2 {
        font-size: clamp(2.375rem, 2.2291666667rem + 0.6666666667vw, 2.6875rem);
    }
}
@supports not (font-size: clamp(2.375rem, 2.2291666667rem + 0.6666666667vw, 2.6875rem)) {
    .text-checkpeople h2 {
        font-size: calc(2.375rem + 0.3125 * (100vw - 21.875rem) / 46.875);
    }
}
.text-checkpeople h2:not(:last-child) {
    margin-bottom: 1.25rem;
}
.text-checkpeople p {
    font-size: 1rem;
    line-height: 1.5;
}
.text-checkpeople p:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.text-checkpeople h3 {
    line-height: 1.2;
    margin-top: 1.25rem;
}
@supports (font-size: clamp(1.5625rem, 1.4166666667rem + 0.6666666667vw, 1.875rem)) {
    .text-checkpeople h3 {
        font-size: clamp(1.5625rem, 1.4166666667rem + 0.6666666667vw, 1.875rem);
    }
}
@supports not (font-size: clamp(1.5625rem, 1.4166666667rem + 0.6666666667vw, 1.875rem)) {
    .text-checkpeople h3 {
        font-size: calc(1.5625rem + 0.3125 * (100vw - 21.875rem) / 46.875);
    }
}
.text-checkpeople h3:not(:last-child) {
    margin-bottom: 1.25rem;
}
.benefits-checkpeople {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#006498), to(#00537d));
    background: linear-gradient(90deg, #006498 0, #00537d 100%);
    padding: 3.75rem 0;
    position: relative;
}
.benefits-checkpeople::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background: url(./bg-1.svg) 0 0 / contain no-repeat;
}
.benefits-checkpeople::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background: url(./bg-2.svg) 100% 100% no-repeat;
}
.benefits-checkpeople__items {
    position: relative;
    z-index: 1;
    display: -ms-grid;
    display: grid;
    gap: 1.875rem;
}
.benefits-checkpeople__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.625rem;
    color: #fff;
}
.benefits-checkpeople__icon {
    width: 1.875rem;
    height: 1.875rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.875rem;
    flex: 0 0 1.875rem;
}
.benefits-checkpeople__title {
    text-transform: uppercase;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.1818181818;
}
.benefits-checkpeople__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    font-size: 1rem;
    line-height: 1.5;
}
.result {
    background: url(./hero_bg_3_desktop.jpg) 0 0 / cover no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.second-step .result {
    background: url(./googlemap-bg.jpg) 0 0 / cover no-repeat;
}
.result__first-step {
    max-width: 56.25rem;
}
.second-step .result__first-step {
    display: none;
}
.result__second-step {
    display: none;
}
.second-step .result__second-step {
    display: block;
}
.result__header:not(:last-child) {
    margin-bottom: 3.125rem;
}
.result__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    padding-bottom: 6.25rem;
}
.result__title {
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    color: #fff;
}
@supports (font-size: clamp(1.5625rem, 1.3583333333rem + 0.9333333333vw, 2rem)) {
    .result__title {
        font-size: clamp(1.5625rem, 1.3583333333rem + 0.9333333333vw, 2rem);
    }
}
@supports not (font-size: clamp(1.5625rem, 1.3583333333rem + 0.9333333333vw, 2rem)) {
    .result__title {
        font-size: calc(1.5625rem + 0.4375 * (100vw - 21.875rem) / 46.875);
    }
}
.result__title:not(:last-child) {
    margin-bottom: 1.875rem;
}
.result__progressbar:not(:last-child) {
    margin-bottom: 1.875rem;
}
.footer-result {
    color: #fff;
    position: relative;
    font-size: 0.75rem;
    padding: 1.875rem 0;
    background: url(./footer-bg.jpg) bottom/cover no-repeat;
}
.footer-result::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(38, 52, 76, 0.8);
}
.footer-result__container {
    position: relative;
    z-index: 2;
    line-height: 1.3;
}
.footer-result__container a {
    color: #0aa5f5;
}
.header-result {
    background-color: #fff;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
}
.header-result__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 2.8125rem;
}
.header-result__icon img {
    max-height: 2.8125rem;
    max-width: 100%;
}
.progressbar__time-remain {
    text-align: right;
    font-size: 0.75rem;
    color: #fff;
}
.progressbar__time-remain:not(:last-child) {
    margin-bottom: 0.625rem;
}
.progressbar__body {
    position: relative;
    height: 2.8125rem;
    border-radius: 0.3125rem;
    overflow: hidden;
    width: 100%;
    background: url(./progress-striped-bg.png) repeat-x 50% #f5f5f5;
}
.progressbar__main-line {
    position: absolute;
    top: 0;
    border-radius: 0.1875rem;
    left: 0;
    height: 100%;
    width: 5%;
    color: #fff;
    background: #6ed427;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    background: -webkit-gradient(linear, right top, left top, from(#6ed427), color-stop(52%, #6ed427), to(#5abb17));
    background: linear-gradient(270deg, #6ed427, #6ed427 52%, #5abb17);
}
.progressbar__main-line::after {
    content: "";
    background-color: #6ed427;
    height: 100%;
    right: -0.25rem;
    top: 0;
    bottom: 0;
    width: 0.75rem;
    position: absolute;
    -webkit-box-shadow: 1px 0 5px rgba(110, 212, 39, 0.85);
    box-shadow: 1px 0 5px rgba(110, 212, 39, 0.85);
    border-radius: 100%;
    background-clip: padding-box;
}
.progressbar__main-line span {
    position: absolute;
    right: 0.625rem;
    line-height: 2.8125rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
}
.content-result {
    overflow: hidden;
    background-color: #fff;
    border-radius: 0.1875rem;
}
.content-result__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    padding: 0.9375rem 1.875rem;
    opacity: 0.7;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.content-result__item--checked {
    opacity: 1;
}
.content-result__item._loading {
    opacity: 1;
    background-color: #0074bd;
    color: #fff;
}
.content-result__item:not(:last-child) {
    border-bottom: 0.0625rem solid #ccc;
}
.content-result__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 5.0625rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5.0625rem;
    flex: 0 0 5.0625rem;
    height: 5.0625rem;
}
.content-result__image img {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
}
.content-result__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.content-result__title {
    font-weight: 600;
    text-transform: capitalize;
}
@supports (font-size: clamp(1.125rem, 1.0083333333rem + 0.5333333333vw, 1.375rem)) {
    .content-result__title {
        font-size: clamp(1.125rem, 1.0083333333rem + 0.5333333333vw, 1.375rem);
    }
}
@supports not (font-size: clamp(1.125rem, 1.0083333333rem + 0.5333333333vw, 1.375rem)) {
    .content-result__title {
        font-size: calc(1.125rem + 0.25 * (100vw - 21.875rem) / 46.875);
    }
}
.content-result__title:not(:last-child) {
    margin-bottom: 0.3125rem;
}
.content-result__text {
    line-height: 1.25;
}
@supports (font-size: clamp(0.875rem, 0.8166666667rem + 0.2666666667vw, 1rem)) {
    .content-result__text {
        font-size: clamp(0.875rem, 0.8166666667rem + 0.2666666667vw, 1rem);
    }
}
@supports not (font-size: clamp(0.875rem, 0.8166666667rem + 0.2666666667vw, 1rem)) {
    .content-result__text {
        font-size: calc(0.875rem + 0.125 * (100vw - 21.875rem) / 46.875);
    }
}
.content-result__text span:last-child {
    display: none;
}
._loading .content-result__text span:first-child,
.content-result__item--checked .content-result__text span:first-child {
    display: none;
}
._loading .content-result__text span:last-child,
.content-result__item--checked .content-result__text span:last-child {
    display: block;
}
.content-result__status-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.875rem;
    flex: 0 0 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
    background: url(./loading.png) 0 0 / cover no-repeat;
}
.content-result__status-icon img {
    max-width: 100%;
}
.content-result__item--checked .content-result__status-icon {
    background-image: url(./checkmark-green.svg);
}
._loading .content-result__status-icon {
    -webkit-animation: rotating 3s linear infinite;
    animation: rotating 3s linear infinite;
}
@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.second-step-result {
    max-width: 53.4375rem;
    margin: 0 auto;
}
.second-step-result__header {
    padding: 0.9375rem;
    color: #fff;
    font-size: 1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    background-color: #465066;
    line-height: 1.25;
    text-align: center;
}
.second-step-result__title {
    text-align: center;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.25;
    margin-top: 0.9375rem;
}
.second-step-result__title:not(:last-child) {
    margin-bottom: 1.875rem;
}
.second-step-result__notice {
    text-align: center;
    line-height: 1.1428571429;
    color: #000;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
    padding: 0.625rem 0.9375rem;
    font-size: 0.875rem;
    background-color: #ffcc46;
}
.second-step-result__body {
    background-color: #fff;
    padding: 1.875rem;
    display: -ms-grid;
    display: grid;
    gap: 1.875rem;
}
.second-step-result__button {
    color: #fff;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 0.3125rem;
    background-color: #45b54d;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    height: 2.8125rem;
    font-size: 1.25rem;
    will-change: transform;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.second-step-result__button svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
}
.second-step-result__button:not(:last-child) {
    margin-bottom: 1.875rem;
}
.second-step-result__confidential {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    font-size: 1.0625rem;
    line-height: 1.3;
}
.second-step-result__confidential img {
    max-width: 100%;
}
.second-step-result__confidential:not(:last-child) {
    margin-bottom: 1.875rem;
}
.data-result {
    background: url(./googlemap-bg.jpg) 0 0 / cover no-repeat;
    padding: 0.9375rem;
}
.data-result__title {
    padding: 0.9375rem 1.875rem;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 1.25rem;
    background-color: #008ad1;
}
.data-result__body {
    background-color: #fff;
    padding: 0.9375rem;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 1.25rem;
}
.data-result__image {
    width: 6.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6.25rem;
    flex: 0 0 6.25rem;
    height: 6.25rem;
}
.data-result__image img {
    max-width: 100%;
}
.data-result__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
    font-size: 0.875rem;
    position: relative;
    padding: 0.3125rem;
}
.data-result__list li:not(:last-child) {
    border-bottom: 0.0625rem solid #e9e9e9;
}
.data-result__list li::after {
    content: "";
    width: 1.125rem;
    height: 1.125rem;
    background: url(./checkmark-green.svg) 0 0 no-repeat;
}
.slider-result {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 -15px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 -15px 50px rgba(0, 0, 0, 0.05);
    border: 0.0625rem solid #fff;
    border-radius: 0.1875rem;
    padding: 0 1.875rem 0.9375rem 0.9375rem !important;
    position: relative;
    height: 100%;
    max-height: 10rem;
}
.slider-result .swiper-pagination {
    position: absolute;
    z-index: 1;
    top: 1.25rem;
    right: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0.1875rem;
    cursor: pointer;
}
.slider-result .swiper-pagination .swiper-pagination-bullet {
    width: 0.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.5rem;
    flex: 0 0 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
    transition: -webkit-transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
    background-color: #666;
}
.slider-result .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.slider-result__title {
    font-weight: 700;
    position: relative;
    z-index: 2;
    color: #000;
    font-size: 1rem;
    width: 100%;
    background-color: #fff;
    padding: 0.9375rem 0 0.625rem 0;
}
.slider-result__text {
    font-style: italic;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    color: #878787;
}
.slider-result__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    color: #000;
    margin-top: 0.9375rem;
}
.slider-result__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
}
.slider-result__rating .rating {
    font-size: 1rem;
}
.slider-result__rating .rating .rating__value {
    display: none;
}
.checkpeople-payment {
    background-color: rgba(0, 105, 243, 0.2156862745);
    padding-bottom: 6.25rem;
}
.checkpeople-payment__container {
    display: -ms-grid;
    display: grid;
}
.checkpeople-payment__step {
    border-radius: 0.3125rem;
    overflow: hidden;
    background-color: #fff;
}
.checkpeople-payment__step--gray-bg {
    background-color: #eee;
}
.checkpeople-payment__step:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.checkpeople-payment__step-content {
    border: 0.0625rem solid #eee;
    border-top: 0;
    padding: 1.25rem;
}
.checkpeople-payment__title {
    background-color: #008ad1;
    padding: 0.25rem 1.25rem;
    font-weight: 500;
    color: #fff;
    min-height: 2.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    row-gap: 0.9375rem;
}
.checkpeople-form__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    height: 3.875rem;
    font-size: 1.125rem;
    padding: 1.25rem 1.875rem;
    font-weight: 700;
    width: 100%;
    color: #fff;
    border-radius: 0.3125rem;
    border: 0.0625rem solid rgba(0, 0, 0, 0.05);
    background-color: #45b54d;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
.checkpeople-form__button svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
}
.checkpeople-form__main {
    border: 0.0625rem solid #eaeaea;
    border-radius: 0.3125rem;
    background-color: #fff;
    position: relative;
}
.checkpeople-form__main::after {
    content: "";
    position: absolute;
    border-radius: 0.3125rem;
    z-index: -1;
    left: 0;
    top: -0.25rem;
    height: 1.25rem;
    width: 100%;
    background-color: #008ad1;
}
.checkpeople-form__body {
    background-color: #e7e7e7;
    padding: 1.25rem 0.9375rem 1.25rem 0.9375rem;
    display: -ms-grid;
    display: grid;
    row-gap: 0.9375rem;
}
.checkpeople-form__item .input {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.checkpeople-form__item--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.checkpeople-form__item--flex .checkpeople-form__line {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25rem;
    flex: 0 1 25rem;
    max-width: 25rem;
    width: 100%;
}
.checkpeople-form__label {
    font-size: 0.8125rem;
}
.checkpeople-form__payment-methods {
    width: 4.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.625rem;
}
.checkpeople-form__payment-methods img {
    max-width: 100%;
}
.checkpeople-form__row {
    display: -ms-grid;
    display: grid;
    gap: 1.25rem;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
}
.checkpeople-form__bottom {
    margin: 1.25rem 0;
    padding: 0.9375rem;
    border-radius: 0.3125rem;
    border: 0.0625rem solid #eaeaea;
}
.checkpeople-form__text {
    font-weight: 300;
    line-height: 1.42;
    font-size: 0.875rem;
}
.header-checkpeople-form {
    padding: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    background-color: #fff;
}
.header-checkpeople-form__image {
    height: 3.125rem;
    width: 6.25rem;
}
.header-checkpeople-form__image img {
    max-width: 100%;
}
.header-checkpeople-form__secured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
    font-size: 0.75rem;
}
.header-checkpeople-form__secured svg {
    color: #b5b9c2;
    font-size: 1.25rem;
}
.header-checkpeople-form__secured strong {
    font-size: 1rem;
    display: block;
    margin-bottom: 0.3125rem;
}
.caution {
    color: #fff;
    font-size: 0.75rem;
    background-color: #344b62;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
    min-height: 1.875rem;
    padding: 0.3125rem 0;
    line-height: 1.3;
}
.caution svg {
    color: red;
}
.checkpeople-payment__congratulations {
    margin-top: 0.9375rem;
    background-color: #ffcf2f;
    padding: 0.625rem 0.625rem;
    border-radius: 0.1875rem;
    line-height: 1.3;
    font-size: 1.125rem;
    margin-bottom: 0.9375rem;
}
@supports (font-size: clamp(1rem, 0.9416666667rem + 0.2666666667vw, 1.125rem)) {
    .checkpeople-payment__congratulations {
        font-size: clamp(1rem, 0.9416666667rem + 0.2666666667vw, 1.125rem);
    }
}
@supports not (font-size: clamp(1rem, 0.9416666667rem + 0.2666666667vw, 1.125rem)) {
    .checkpeople-payment__congratulations {
        font-size: calc(1rem + 0.125 * (100vw - 21.875rem) / 46.875);
    }
}
.checkpeople-payment__congratulations span {
    text-decoration: underline;
    font-weight: 700;
}
.checkpeople-payment__content {
    display: -ms-grid;
    display: grid;
    gap: 0.9375rem;
}
.checkpeople-payment__verified-icons {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: (auto) [2];
    grid-template-columns: repeat(2, auto);
    justify-items: center;
    -webkit-column-gap: 0.8125rem;
    -moz-column-gap: 0.8125rem;
    column-gap: 0.8125rem;
}
.checkpeople-payment__verified-icons img {
    max-width: 100%;
    height: 7.5rem;
}
.checkpeople-payment__verified-icons img:first-child {
    height: 4.375rem;
}
.number-checkpeople-payment {
    background-color: #fff;
    padding: 0.9375rem 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.9375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 0.1875rem;
}
.number-checkpeople-payment:not(:last-child) {
    margin-bottom: 1.25rem;
}
.number-checkpeople-payment__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
    font-size: 1.25rem;
}
.number-checkpeople-payment__title svg {
    color: #008ad1;
    font-size: 1.5625rem;
}
.number-checkpeople-payment__text {
    font-size: 0.625rem;
    text-align: right;
}
.number-checkpeople-payment__text p:not(:last-child) {
    margin-bottom: 0.5rem;
}
.faq-checkpeople {
    background-color: #fff;
    border-radius: 0.1875rem;
}
.faq-checkpeople__title {
    font-weight: 600;
    font-size: 1rem;
    padding: 1.25rem 0.9375rem 0 0.9375rem;
}
.faq-checkpeople__item {
    line-height: 1.4;
    padding: 1.25rem 0.9375rem;
}
.faq-checkpeople__item:not(:last-child) {
    border-bottom: 0.0625rem solid #eee;
}
.faq-checkpeople__question {
    font-weight: 500;
}
.faq-checkpeople__question:not(:last-child) {
    margin-bottom: 0.625rem;
}
.faq-checkpeople__secured {
    background-color: #ffcf2f;
    padding: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
    font-weight: 500;
}
.faq-checkpeople__secured svg {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
    font-size: 1.125rem;
}
.time-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    background-color: #007ab8;
    padding: 0.3125rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.6);
    border-radius: 0.1875rem;
}
.time-left__date {
    text-transform: uppercase;
    text-align: center;
    font-size: 0.5rem;
}
.time-left__date span {
    opacity: 0.7;
    font-size: 0.625rem;
    display: block;
    margin-bottom: 0.0625rem;
}
.time-left__timer {
    font-size: 1.125rem;
    font-weight: 700;
}
.offer-checkpeople-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.9375rem;
    background-color: #fff;
    border-radius: 0.1875rem;
    padding: 0.9375rem;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.offer-checkpeople-payment__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.875rem;
    flex: 0 0 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
}
.offer-checkpeople-payment__icon img {
    max-width: 100%;
}
.offer-checkpeople-payment__like {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(40%, -40%);
    -ms-transform: translate(40%, -40%);
    transform: translate(40%, -40%);
    font-size: 1.875rem;
    color: red;
}
.offer-checkpeople-payment__like::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 1.4375rem;
    height: 1.4375rem;
    border-radius: 50%;
}
.offer-checkpeople-payment__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.offer-checkpeople-payment__title {
    font-size: 1.25rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.offer-checkpeople-payment__text {
    font-weight: 500;
}
.offer-checkpeople-payment__price {
    font-weight: 700;
    font-size: 2.1875rem;
    padding-right: 1.25rem;
    color: #45b54d;
}
.access-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.875rem;
    margin-top: 1.875rem;
}
.access-list__title {
    font-weight: 700;
    font-size: 1rem;
}
.access-list__title:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.access-list__content {
    font-size: 0.75rem;
    line-height: 1.25;
}
.access-list__content li:not(:last-child) {
    margin-bottom: 0.625rem;
}
.access-list__content span {
    color: #45b54d;
    font-weight: 500;
}
.gift-access-list {
    text-align: center;
    max-width: 13.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.3;
}
.gift-access-list__icon {
    font-size: 1.875rem;
    color: #e35716;
}
.gift-access-list__icon:not(:last-child) {
    margin-bottom: 0.3125rem;
}
.gift-access-list__title {
    font-weight: 600;
    color: #e35716;
    font-size: 1.375rem;
    margin-bottom: 0.625rem;
}
.quiz-result {
    margin-top: 1.875rem;
    padding-bottom: 5rem;
}
.quiz-result__container {
    max-width: 20.625rem;
}
.quiz-result__text {
    font-size: 0.875rem;
    line-height: 1.8;
}
.quiz-result__text p:not(:last-child) {
    margin-bottom: 0.625rem;
}
.quiz-result__text:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.quiz-result__options:not(:last-child) {
    margin-bottom: 1.25rem;
}
.quiz-result__help-us {
    font-size: 0.75rem;
    line-height: 1.3333333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.quiz-result__help-us svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5rem;
    flex: 0 0 5rem;
    width: 5rem;
}
.quiz-result__help-us:not(:last-child) {
    margin-bottom: 1.5625rem;
}
.quiz-result__people:not(:last-child) {
    margin-bottom: 1.5625rem;
}
.quiz-result__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    background-color: #45b54d;
    border: 0.0625rem solid rgba(0, 0, 0, 0.05);
    border-radius: 0.3125rem;
    height: 3.125rem;
    color: #fff;
    font-size: 1.125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
.quiz-result__button[disabled] {
    opacity: 0.8;
    pointer-events: none;
}
.quiz-result__small-text {
    color: #4e4e4e;
    line-height: 1.2;
    font-size: 0.75rem;
    margin-top: 1.25rem;
}
.color-blue {
    color: #008ad1;
}
.options-quiz-result {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
}
.options-quiz-result__input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.options-quiz-result__input:checked + .options-quiz-result__label {
    border-color: #fff;
    background-color: #008ad1;
    color: #fff;
}
.options-quiz-result__label {
    cursor: pointer;
    border-radius: 0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 139, 209, 0.075);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.125rem;
    color: #000;
    width: 100%;
    height: 4.5rem;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border: 0.0625rem solid #9eb4c0;
    transition: all 0.2s ease 0s;
}
.people-quiz-result {
    border-radius: 0.4375rem;
    padding: 0.625rem;
    background-color: rgba(0, 139, 209, 0.075);
}
.people-quiz-result__title {
    text-align: center;
    font-weight: 600;
    line-height: 1.3333333333;
    margin-bottom: 0.375rem;
    color: #008ad1;
}
.people-quiz-result__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.people-quiz-result__items::-webkit-scrollbar {
    display: none;
}
.people-quiz-result__item {
    background-color: #fff;
    padding: 0.3125rem 0.4375rem;
    border-radius: 0.25rem;
    white-space: nowrap;
}
.people-quiz-result__item._hidden {
    display: none;
}
.coupon-details__body {
    display: -ms-grid;
    display: grid;
    gap: 2rem;
    -ms-grid-columns: minmax(45.5rem, 1fr) 18.75rem;
    grid-template-columns: minmax(45.5rem, 1fr) 18.75rem;
}
.coupon-details__card:not(:last-child),
.coupon-details__list:not(:last-child) {
    margin-bottom: 1.25rem;
}
.card-coupon {
    -webkit-box-shadow: 0 0 12px 0 rgba(17, 17, 17, 0.1);
    box-shadow: 0 0 12px 0 rgba(17, 17, 17, 0.1);
    border: 0.0625rem solid #e8e8e8;
    border-radius: 0.5rem;
}
.card-coupon__main {
    padding: 0.75rem 1.5rem;
}
.card-coupon__info:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.card-coupon__image-ibg {
    width: 5rem;
    height: 5rem;
    overflow: hidden;
    margin: 0.9375rem auto 0 auto;
    border-radius: 0.5rem;
}
.card-coupon__image-ibg img {
    -o-object-fit: contain;
    object-fit: contain;
}
.card-coupon__image-ibg:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.card-coupon__title {
    font-weight: 700;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.4;
}
.card-coupon__code {
    text-align: center;
    padding: 0.9375rem 0 0.625rem;
    border-radius: 0.5rem;
    background-color: #f7f7f7;
}
.card-coupon__value {
    font-weight: 700;
    color: #d33c3c;
    font-size: 1.25rem;
}
.card-coupon__value:not(:last-child) {
    margin-bottom: 0.625rem;
}
.card-coupon__label {
    font-size: 0.75rem;
    line-height: 1.75;
    color: #a0a0a0;
}
.card-coupon__label a {
    color: #d33c3c;
}
.card-coupon__footer {
    padding: 0.75rem 1.25rem 1rem;
    border-top: 1px dashed #e8e8e8;
}
.card-coupon__button {
    height: 3rem;
    width: 100%;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: 0.5rem;
    background-color: #d33c3c;
    font-weight: 700;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
.card-coupon__button[disabled] {
    pointer-events: none;
    background-color: #aaa;
}
.list-coupons__title,
.sidebar-coupon-details__title {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 700;
}
.list-coupons__title:not(:last-child),
.sidebar-coupon-details__title:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.list-coupons__item:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.item-list-coupons {
    border: 0.0625rem solid #e8e8e8;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.5rem;
    padding: 0.625rem 0.75rem;
}
.item-list-coupons__sales {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 6.25rem;
    height: 4.5rem;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    padding: 0 0.5rem;
    color: #d33c3c;
    border-radius: 0.375rem;
    border: 0.0625rem solid #d33c3c;
}
.item-list-coupons__image-ibg {
    width: 5rem;
    height: 5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5rem;
    flex: 0 0 5rem;
    border-radius: 0.5rem;
    overflow: hidden;
}
.item-list-coupons__image-ibg img {
    -o-object-fit: contain;
    object-fit: contain;
}
.item-list-coupons__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.item-list-coupons__title {
    line-height: 1.2;
    color: #aaa;
}
.item-list-coupons__title--red {
    color: #d33c3c;
}
.item-list-coupons__title:not(:last-child) {
    margin-bottom: 0.3125rem;
}
.item-list-coupons__text {
    font-size: 0.9375rem;
    line-height: 1.2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.item-list-coupons__text:not(:last-child) {
    margin-bottom: 0.5rem;
}
.item-list-coupons__tag {
    font-size: 0.75rem;
    color: #df3636;
}
.item-list-coupons__tag:not(:last-child) {
    margin-bottom: 0.3125rem;
}
.item-list-coupons__button {
    border-radius: 0.5rem;
    height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 10.75rem;
    background-color: #d33c3c;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10.75rem;
    flex: 0 0 10.75rem;
}
.item-list-coupons__button::after {
    content: "\e901";
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    display: none;
}
.item-list-coupons__button--animated {
    position: relative;
    background-color: #f5f5f5;
}
.item-list-coupons__button--animated .hidden-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border: 0.0625rem dashed #d33c3c;
    height: 100%;
    border-radius: 0.5rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 0.25rem;
    color: #aaa;
}
.item-list-coupons__button--animated .button-text {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0.5rem 0 0 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.25rem;
    width: calc(100% - 1rem);
    left: -0.0625rem;
    top: -0.0625rem;
    height: calc(100% + 0.125rem);
    background-color: #d33c3c;
}
.item-list-coupons__button--animated .button-text::after {
    content: "";
    position: absolute;
    right: -1.25rem;
    bottom: 0;
    width: 1.25rem;
    height: 1.5625rem;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 0;
    border-bottom-right-radius: 0.5rem;
    background-color: #d33c3c;
}
.item-list-coupons__button--animated .button-text span::after {
    content: "";
    position: absolute;
    top: 0.625rem;
    right: -0.625rem;
    left: unset;
    width: 0.625rem;
    height: 0.625rem;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-top-right-radius: 50%;
    background: #d33c3c;
}
.item-list-coupons__button--animated .button-text span::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: -1.125rem;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-top: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    border-bottom: 0.625rem solid #aaa;
    border-left: 0.625rem solid #aaa;
    border-bottom-left-radius: 0.5rem;
    background-color: transparent;
}
.sidebar-coupon-details__body {
    display: -ms-grid;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
}
.sidebar-coupon-details__item {
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 0.0625rem solid #eee;
    background-color: #f8f8f8;
    padding-bottom: 51.3888888889%;
}
.sidebar-coupon-details__item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.coupon-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
}
.coupon-review:not(:last-child) {
    margin-bottom: 1.25rem;
}
.coupon-review__image-ibg {
    width: 6.25rem;
    height: 6.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6.25rem;
    flex: 0 0 6.25rem;
    border-radius: 0.5rem;
    border: 0.0625rem solid #e8e8e8;
    overflow: hidden;
}
.coupon-review__title {
    font-size: 1.375rem;
    line-height: 1;
    font-weight: 700;
}
.coupon-review__title:not(:last-child) {
    margin-bottom: 0.3125rem;
}
.coupon-review__text {
    color: #aaa;
}
.behind-image {
    padding-top: 1.875rem;
}
.behind-image__second-screen {
    display: none;
}
.behind-image__final {
    display: none;
}
.heroblock-behind-image {
    padding-top: 12.5rem;
    padding-bottom: 6.25rem;
    background-image: linear-gradient(0deg, #d1cbcb 0, #fff 50%);
}
.heroblock-behind-image__title {
    color: #008ad1;
    line-height: 1.1;
    font-weight: 600;
}
@supports (font-size: clamp(2.125rem, 1.6rem + 2.4vw, 3.25rem)) {
    .heroblock-behind-image__title {
        font-size: clamp(2.125rem, 1.6rem + 2.4vw, 3.25rem);
    }
}
@supports not (font-size: clamp(2.125rem, 1.6rem + 2.4vw, 3.25rem)) {
    .heroblock-behind-image__title {
        font-size: calc(2.125rem + 1.125 * (100vw - 21.875rem) / 46.875);
    }
}
.heroblock-behind-image__title:not(:last-child) {
    margin-bottom: 1.875rem;
}
.heroblock-behind-image__subtitle {
    color: #4a4a4a;
    line-height: 1.3;
}
@supports (font-size: clamp(1.125rem, 0.95rem + 0.8vw, 1.5rem)) {
    .heroblock-behind-image__subtitle {
        font-size: clamp(1.125rem, 0.95rem + 0.8vw, 1.5rem);
    }
}
@supports not (font-size: clamp(1.125rem, 0.95rem + 0.8vw, 1.5rem)) {
    .heroblock-behind-image__subtitle {
        font-size: calc(1.125rem + 0.375 * (100vw - 21.875rem) / 46.875);
    }
}
.heroblock-behind-image__subtitle:not(:last-child) {
    margin-bottom: 1.875rem;
}
.heroblock-behind-image__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
}
.heroblock-behind-image__line {
    position: relative;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.75rem;
    padding: 1.125rem 0.9375rem;
    border: 0.0625rem solid #0091de;
    width: 100%;
    border-radius: 0.1875rem;
    background-color: #fff;
}
.heroblock-behind-image__line span {
    display: block;
}
.heroblock-behind-image__line .error {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #800505;
    color: #fff;
    padding: 0.625rem;
    border-radius: 0.3125rem;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.heroblock-behind-image__line .error::after {
    content: "";
    position: absolute;
    width: 0.625rem;
    height: 0.625rem;
    background-color: #800505;
    top: 0;
    left: 1.25rem;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}
.heroblock-behind-image__line .error._active {
    opacity: 1;
    visibility: visible;
}
.heroblock-behind-image__line .progress-bar {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    width: 0;
    border-radius: 0.1875rem;
    height: 100%;
    left: 0;
    background-color: #0091de;
    -webkit-transition: width 0.2s linear 0s;
    transition: width 0.2s linear 0s;
}
.heroblock-behind-image__input {
    position: absolute;
    width: 100%;
    cursor: pointer;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    font-size: 0;
}
.heroblock-behind-image__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 10.75rem;
    width: 100%;
    height: 3.75rem;
    border-radius: 0.3125rem;
    font-weight: 700;
    text-align: center;
    font-size: 1.375rem;
    border: 0.0625rem solid rgba(0, 0, 0, 0.05);
    background: #45b54d;
    color: #fff;
    padding: 0.3125rem 0.9375rem;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
.heroblock-behind-image__privacy {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4a4a4a;
    text-align: right;
    margin-top: 0.9375rem;
}
.heroblock-behind-image__privacy svg {
    -webkit-transform: translate(0, 0.125rem);
    -ms-transform: translate(0, 0.125rem);
    transform: translate(0, 0.125rem);
}
.wondering-behind-image {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    text-align: center;
}
.reviews-behind-image__title,
.wondering-behind-image__title {
    font-weight: 600;
    line-height: 1.2;
    color: #008ad1;
}
@supports (font-size: clamp(1.5625rem, 1.0666666667rem + 2.2666666667vw, 2.625rem)) {
    .reviews-behind-image__title,
    .wondering-behind-image__title {
        font-size: clamp(1.5625rem, 1.0666666667rem + 2.2666666667vw, 2.625rem);
    }
}
@supports not (font-size: clamp(1.5625rem, 1.0666666667rem + 2.2666666667vw, 2.625rem)) {
    .reviews-behind-image__title,
    .wondering-behind-image__title {
        font-size: calc(1.5625rem + 1.0625 * (100vw - 21.875rem) / 46.875);
    }
}
.reviews-behind-image__title:not(:last-child),
.wondering-behind-image__title:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.wondering-behind-image__text {
    text-wrap: balance;
    font-size: 1.375rem;
    line-height: 1.3;
}
.reviews-behind-image {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    background-color: #008ad1;
}
.reviews-behind-image__title {
    text-align: center;
    color: #fff;
}
.reviews-behind-image__title:not(:last-child) {
    margin-bottom: 1.875rem;
}
.reviews-behind-image__items {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
    gap: 1.875rem;
}
.item-review-behind {
    padding: 2.5rem 0.9375rem;
    border-radius: 0.75rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.item-review-behind__icon {
    width: 3.75rem;
    height: 3.75rem;
}
.item-review-behind__icon img {
    max-width: 100%;
}
.item-review-behind__icon:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.item-review-behind__rating:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.item-review-behind__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-wrap: balance;
    font-size: 1rem;
    line-height: 1.5;
}
.item-review-behind__text:not(:last-child) {
    margin-bottom: 1.25rem;
}
.item-review-behind__author {
    font-weight: 700;
}
.expectation-behind-image {
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
}
.expectation-behind-image__title {
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    color: #008ad1;
}
@supports (font-size: clamp(1.5625rem, 1.0666666667rem + 2.2666666667vw, 2.625rem)) {
    .expectation-behind-image__title {
        font-size: clamp(1.5625rem, 1.0666666667rem + 2.2666666667vw, 2.625rem);
    }
}
@supports not (font-size: clamp(1.5625rem, 1.0666666667rem + 2.2666666667vw, 2.625rem)) {
    .expectation-behind-image__title {
        font-size: calc(1.5625rem + 1.0625 * (100vw - 21.875rem) / 46.875);
    }
}
.expectation-behind-image__title:not(:last-child) {
    margin-bottom: 5rem;
}
.expectation-behind-image__items {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
    -webkit-column-gap: 2.1875rem;
    -moz-column-gap: 2.1875rem;
    column-gap: 2.1875rem;
    row-gap: 4.375rem;
}
.item-expectation {
    position: relative;
    background-color: #fff;
    padding: 2.1875rem 0.9375rem 1.5625rem 1.5625rem;
    -webkit-box-shadow: #ddd 0 0 7px 5px;
    box-shadow: #ddd 0 0 7px 5px;
    border-radius: 0.75rem;
    min-height: 12.1875rem;
}
.item-expectation__icon {
    position: absolute;
    top: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 1.5625rem;
    width: 4.375rem;
    height: 4.375rem;
}
.item-expectation__icon img {
    height: 100%;
    max-width: 100%;
}
.item-expectation__title {
    color: #a19999;
    font-size: 1.125rem;
    text-transform: uppercase;
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
    line-height: 1.2;
}
.item-expectation__body {
    font-weight: 500;
    color: #008ad1;
    line-height: 1.3;
}
.item-expectation__body p:not(:last-child) {
    margin-bottom: 0.3125rem;
}
.item-expectation__body p img {
    max-width: 100%;
}
.scan-image {
    max-width: 33.125rem;
    margin: 0 auto;
    margin-bottom: 3.125rem;
    border: 0.0625rem solid #ededed;
    border-radius: 0.5rem;
}
.scan-image__main {
    padding: 1.5625rem;
    border-bottom: 0.0625rem solid #ededed;
}
.scan-image__body {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    gap: 1.875rem;
}
.scan-image__body:not(:last-child) {
    margin-bottom: 1.25rem;
}
.scan-image__picture-ibg {
    height: 9.375rem;
    width: 9.375rem;
    position: relative;
}
.scan-image__picture-ibg .adult-content {
    color: red;
    text-align: center;
    display: block;
    margin-top: 10rem;
    font-size: 0.75rem;
    display: none;
}
.scan-image__picture-ibg img {
    border-radius: 0.1875rem;
    overflow: hidden;
}
.scan-image__picture-ibg::after {
    content: "";
    width: 150px;
    height: 150px;
    background: linear-gradient(#03a9f4, #03a9f4), linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 0, transparent 19px), linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 0, transparent 19px),
        linear-gradient(transparent, rgba(33, 150, 243, 0.5294117647));
    background-size: 100% 1.5%, 10% 100%, 100% 10%, 100% 100%;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
    background-position: 0 0, 0 0, 0 0, 0 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 1.5%, 0 1.5%);
    clip-path: polygon(0 0, 100% 0, 100% 1.5%, 0 1.5%);
    -webkit-animation: move 3s linear infinite alternate;
    animation: move 3s linear infinite alternate;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    z-index: 100;
    left: 0;
}
@-webkit-keyframes move {
    100% {
        background-position: 0 100%, 0 0, 0 0, 0 0;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}
@keyframes move {
    100% {
        background-position: 0 100%, 0 0, 0 0, 0 0;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}
.scan-image__picture-ibg._flipping::after {
    display: none;
}
.scan-image__progress-text {
    position: relative;
}
.scan-image__progress-text .v-progress {
    position: absolute;
    left: 0.4375rem;
    top: 0.125rem;
    width: 0.3125rem;
    height: calc(100% - 0.3125rem);
    background: #cdcdcd;
}
.scan-image__progress-text .v-progress span {
    background: #2ab636;
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    -webkit-transition: height 0.2s linear 0s;
    transition: height 0.2s linear 0s;
}
.scan-image__progress-text li {
    color: #767676;
    font-size: 0.875rem;
    line-height: 1.1428571429;
    position: relative;
    list-style: none;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.125rem 0;
}
.scan-image__progress-text li._active {
    color: #2ab636;
}
.scan-image__progress-text li._active::before {
    background-color: #2ab636;
}
.scan-image__progress-text li:not(:last-child) {
    margin-bottom: 0.5rem;
}
.scan-image__progress-text li::before {
    content: "\e902";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    background-color: #cdcdcd;
    width: 1.25rem;
    height: 1.25rem;
    position: relative;
    top: -0.0625rem;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
.scan-image__progress-text--done .v-progress span {
    height: 100%;
}
.scan-image__progress-text--done .v-progress li {
    color: #2ab636;
}
.scan-image__progress-text--done .v-progress li::before {
    background-color: #2ab636;
}
.scan-image__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-width: 25rem;
    margin: 0 auto;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
    display: none;
}
.scan-image__socials img {
    max-width: 100%;
}
.scan-image__socials > * {
    width: 2.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
}
.progress-scan-image {
    padding: 1.875rem;
}
.progress-scan-image__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    color: #31a865;
    font-size: 1rem;
}
.progress-scan-image__header:not(:last-child) {
    margin-bottom: 0.625rem;
}
.progress-scan-image__bar {
    height: 0.75rem;
    border: 0.0625rem solid #31a865;
    border-radius: 0.75rem;
    margin-bottom: 0.75rem;
    overflow: hidden;
    position: relative;
}
.progress-scan-image__bar span {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    background-color: #31a865;
    left: 0;
    -webkit-transition: width 0.2s linear 0s;
    transition: width 0.2s linear 0s;
}
.note-scan-image--first {
    display: none;
}
.note-scan-image--second {
    display: none;
}
.note-scan-image__title {
    font-size: 1.125rem;
    line-height: 1.3333333333;
    color: #008ad1;
}
.note-scan-image__title:not(:last-child) {
    margin-bottom: 0.5rem;
}
.note-scan-image__text {
    font-size: 0.75rem;
    line-height: 1.3333333333;
}
.note-scan-image__text:not(:last-child) {
    margin-bottom: 0.75rem;
}
.note-scan-image__list {
    font-size: 0.75rem;
    line-height: 1.3333333333;
}
.note-scan-image__list li {
    list-style: disc;
    margin-left: 1.5rem;
}
.note-scan-image__list li:not(:last-child) {
    margin-bottom: 0.5rem;
}
.result-scan-image {
    padding: 1.5625rem;
    display: none;
}
.result-scan-image__body {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    -ms-grid-columns: (auto) [3];
    grid-template-columns: repeat(3, auto);
}
.result-scan-image__body:not(:last-child) {
    margin-bottom: 1.25rem;
}
.result-scan-image__image-ibg {
    height: 6.5625rem;
    width: 6.5625rem;
}
.result-scan-image__image-ibg span {
    display: block;
    -webkit-transform: translate(0, -150%);
    -ms-transform: translate(0, -150%);
    transform: translate(0, -150%);
    color: #008ad1;
}
.result-scan-image__image-ibg img {
    border: 0.0625rem solid rgba(0, 139, 209, 0.4);
    border-radius: 0.1875rem;
    max-width: 100%;
}
.result-scan-image__hidden-image-ibg {
    border-radius: 0.1875rem;
    overflow: hidden;
    height: 6.5625rem;
    width: 6.5625rem;
    position: relative;
}
.result-scan-image__hidden-image-ibg img {
    border: 0.0625rem solid rgba(0, 139, 209, 0.4);
}
.result-scan-image__hidden-image-ibg .matches {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    font-weight: 500;
    top: 50%;
    left: 50%;
    background-color: #4f5065;
    font-size: 0.875rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.result-scan-image__matches-title {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.3571428571;
}
.result-scan-image__matches-title span {
    color: red;
}
.result-scan-image__matches-title:not(:last-child) {
    margin-bottom: 0.625rem;
}
.result-scan-image__text {
    font-size: 0.75rem;
    line-height: 1.3333333333;
}
.result-scan-image__text:not(:last-child) {
    margin-bottom: 0.75rem;
}
.result-scan-image__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 10.625rem;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 0.9375rem;
    border-radius: 0.3125rem;
    padding: 0.75rem 1.5rem;
    height: 2.625rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #45b54d;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
.final-behind__button {
    margin-top: 0.9375rem;
    width: 100%;
    height: 2.5rem;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.25rem;
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
    background-color: #2ab636;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
.final-behind__header {
    font-size: 1.125rem;
    line-height: 1.3333333333;
    background: #f8f8f8;
    border: 1px solid #008ad1;
    border-radius: 0.25rem;
    padding: 1rem;
    text-align: center;
}
.final-behind__header b {
    color: #008ad1;
}
.final-behind__header svg {
    -webkit-transform: translate(0, 0.125rem);
    -ms-transform: translate(0, 0.125rem);
    transform: translate(0, 0.125rem);
    color: #008ad1;
}
.final-behind__body {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 1.875rem;
}
.final-behind__column {
    display: -ms-grid;
    display: grid;
    row-gap: 1rem;
}
.final-behind__time-left {
    padding: 1rem;
    border-radius: 0.5rem;
    border: 0.125rem solid #e52727;
}
.final-behind__time-left svg {
    -webkit-transform: translate(0, 0.0625rem);
    -ms-transform: translate(0, 0.0625rem);
    transform: translate(0, 0.0625rem);
    color: #e52727;
}
.final-behind__time-left h4 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375;
}
.final-behind__time-left h4:not(:last-child) {
    margin-bottom: 1rem;
}
.final-behind__time-left p {
    font-size: 0.75rem;
    line-height: 1.3333333333;
}
.final-behind__time-left p:not(:last-child) {
    margin-bottom: 0.625rem;
}
.final-image {
    padding: 1rem;
    border-radius: 0.5rem;
    border: 0.0625rem solid #008ad1;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: 1.25rem;
}
.final-image__image-ibg {
    height: 7.5rem;
    width: 7.5rem;
    border-radius: 0.25rem;
    overflow: hidden;
    border: 1px solid #008ad1;
}
.final-image__content h4 {
    font-weight: 700;
    font-size: 1.125rem;
    color: #008ad1;
    line-height: 1.0555555556;
}
.final-image__content h4:not(:last-child) {
    margin-bottom: 0.5rem;
}
.final-image__content p {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.3571428571;
}
.final-image__content p span {
    color: red;
}
.final-image__content p:not(:last-child) {
    margin-bottom: 1rem;
}
.final-image__report {
    color: #000;
    font-size: 0.6875rem;
    line-height: 1.0909090909;
}
.final-image__report span {
    color: #9f9494;
}
.why-final {
    border-radius: 0.5rem;
    border: 0.0625rem solid #008ad1;
}
.proccess-final__title,
.why-final__title {
    text-align: center;
    font-size: 1.25rem;
    padding: 1rem;
    color: #008ad1;
    font-weight: 700;
    border-bottom: 0.0625rem solid #008ad1;
}
.why-final__list {
    padding: 1rem;
    font-size: 0.875rem;
    margin-left: 1.25rem;
}
.why-final__list li {
    list-style: disc;
}
.why-final__list li:not(:last-child) {
    margin-bottom: 1rem;
}
.support-final {
    padding: 1rem;
    border-radius: 0.5rem;
    border: 0.0625rem solid #008ad1;
    position: relative;
    overflow: hidden;
}
.support-final__title {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25;
    color: #008ad1;
}
.support-final__title .rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.support-final__title:not(:last-child) {
    margin-bottom: 1.125rem;
}
.support-final__item:not(:last-child) {
    margin-bottom: 0.75rem;
}
.support-final__label:not(:last-child) {
    margin-bottom: 0.5rem;
}
.support-final__image {
    position: absolute;
    width: 7.8125rem;
    right: 0;
    bottom: 0;
}
.support-final__image img {
    max-width: 100%;
}
.support-final__value {
    font-weight: 500;
    color: #008ad1;
}
.proccess-final {
    border-radius: 0.5rem;
    border: 0.0625rem solid #008ad1;
}
.proccess-final__text {
    padding: 1rem;
    font-size: 0.875rem;
    line-height: 1.3571428571;
}
.proccess-final__text h5 {
    display: block;
    font-weight: 700;
}
.proccess-final__text h5:not(:last-child) {
    margin-bottom: 0.75rem;
}
.proccess-final__text p:not(:last-child) {
    margin-bottom: 1.25rem;
}
.proccess-final__text p span {
    color: #008ad1;
}
.details-final-behind {
    border-radius: 0.5rem;
    border: 0.0625rem solid #008ad1;
}
.details-final-behind__title,
.form-final-behind__title {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    font-size: 1.25rem;
    color: #008ad1;
    background-color: rgba(0, 139, 209, 0.1);
    border-bottom: 0.0625rem solid #008ad1;
}
.details-final-behind__price {
    border-bottom: 0.0625rem solid #008ad1;
}
.details-final-behind__list {
    padding: 1.25rem 1rem;
    margin-left: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.1428571429;
}
.details-final-behind__list li {
    list-style: disc;
    padding-left: 0.3125rem;
}
.details-final-behind__list li:not(:last-child) {
    margin-bottom: 0.75rem;
}
.price-details-final {
    padding: 1rem;
}
.price-details-final__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    font-size: 1.1875rem;
    line-height: 1.2631578947;
    padding: 1.25rem;
    border-radius: 0.3125rem;
    background-color: #008ad1;
    color: #fff;
}
.price-details-final__body:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.price-details-final__value {
    font-size: 1.4375rem;
}
.price-details-final__text {
    font-size: 0.875rem;
    color: #000;
    font-weight: 700;
    text-align: right;
    line-height: 1.3571428571;
}
.form-final-behind {
    border-radius: 0.5rem;
    border: 0.0625rem solid #008ad1;
}
.form-final-behind__title {
    background-color: transparent;
}
.form-final-behind__body {
    padding: 1rem;
    display: -ms-grid;
    display: grid;
    row-gap: 1.25rem;
}
.form-final-behind__button {
    width: 100%;
    height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.25rem;
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
    background-color: #2ab636;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
.form-final-behind__label {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    font-weight: 700;
    margin-bottom: 0.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
}
.form-final-behind__row {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 1.25rem;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
}
.form-final-behind__row--three-column {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
}
.form-final-behind__select {
    border-radius: 0 !important;
    width: 100%;
    height: 2.25rem;
    display: block;
    padding: 0 0.3125rem;
    border: 1px solid #eaeaea;
    color: #68767d;
}
.form-final-behind__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-final-behind__checkbox .checkbox__input {
    margin-top: 0.125rem;
}
.form-final-behind__checkbox .checkbox__label {
    cursor: pointer;
}
.form-final-behind__checkbox a {
    color: #008ad1;
}
.final-behind-access {
    padding: 1rem;
    border-radius: 0.5rem;
    border: 0.0625rem solid #008ad1;
}
.final-behind-access__title {
    font-weight: 500;
    line-height: 1.3571428571;
    font-size: 1rem;
    color: #008ad1;
    text-align: center;
    max-width: 37.5rem;
    margin: 0 auto;
}
.final-behind-access__title:not(:last-child) {
    margin-bottom: 1rem;
}
.final-behind-access__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    margin-left: 1.25rem;
}
.final-behind-access__list li {
    color: #000;
    font-size: 0.875rem;
    list-style: disc;
    line-height: 1.3333333333;
}
.final-behind-access__list li::marker {
    color: #2ab636;
    font-size: 1.25rem;
}
.final-behind-access__list li:not(:last-child) {
    margin-bottom: 0.75rem;
}
.reviews-final-behind {
    margin-top: 6.25rem;
    padding: 3.125rem 0;
    background-color: #f8f8f8;
}
.reviews-final-behind__title {
    text-align: center;
    font-size: 1.5rem;
    color: #008ad1;
}
.reviews-final-behind__title:not(:last-child) {
    margin-bottom: 2.5rem;
}
.reviews-final-behind__items {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    row-gap: 3.125rem;
}
.item-reviews-final {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.item-reviews-final__title {
    font-weight: 700;
    color: #26a530;
    font-size: 0.875rem;
    line-height: 1.3571428571;
}
.item-reviews-final__title:not(:last-child) {
    margin-bottom: 1rem;
}
.item-reviews-final__avatar {
    height: 3.125rem;
    border-radius: 50%;
    width: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #4f5065;
}
.item-reviews-final__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 0.875rem;
    line-height: 1.4285714286;
}
.item-reviews-final__text:not(:last-child) {
    margin-bottom: 1.25rem;
}
.item-reviews-final__rating:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.item-reviews-final__author {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 3.125rem 1fr;
    grid-template-columns: 3.125rem 1fr;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
    font-style: italic;
    font-size: 0.875rem;
}
.item-reviews-final__author span {
    font-style: normal;
    display: block;
    font-weight: 700;
    padding-bottom: 0.5rem;
}
.page {
    padding-top: 1.5625rem;
    padding-bottom: 4.375rem;
}
.page_no-padding-bottom {
    padding: 0;
}
.page_timer {
    padding-top: 0;
}
.page_home {
    padding-top: 0;
}
.page_inner {
    padding-top: 0;
}
.page_404 {
    padding: 6.25rem 0 0 0;
    background: url(../img/404/404_background.png) 0 0 / cover no-repeat;
}
.page__mainblock:not(:last-child) {
    margin-bottom: 1.25rem;
}
.page__apps:not(:last-child),
.page__blog:not(:last-child),
.page__tags:not(:last-child) {
    margin-bottom: 1.875rem;
}
.page__header {
    overflow: auto;
    padding: 0.625rem 0;
    margin-bottom: 0.625rem;
    border-bottom: 1px solid #eaeaea;
}
.not-found {
    height: 100%;
    width: 100%;
}
.not-found__body {
    margin: 0 auto;
    text-align: center;
    height: 100%;
}
.not-found__content {
    color: #fff;
}
.not-found__title {
    font-size: 6.25rem;
    font-weight: 700;
    line-height: 0.8;
    margin-bottom: 0.9375rem;
}
.not-found__sub-title {
    font-size: 1.375rem;
    line-height: 1.4090909091;
    font-weight: 300;
    margin-bottom: 2.1875rem;
}
.not-found__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 8.75rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 2.1875rem;
    font-size: 0.8125rem;
    font-weight: 300;
    background-color: #0091de;
    margin-bottom: 0.3125rem;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
.not-found__image-ibg {
    margin: 0 auto;
    max-width: 32.5rem;
    height: 20rem;
}
.info-page__item:not(:last-child) {
    margin-bottom: 1.875rem;
}
.info-page__text {
    font-weight: 300;
    line-height: 1.4285714286;
}
.info-page__text a {
    color: #0091de;
}
.info-page__text p.regular {
    font-weight: 400;
}
.info-page__text p:not(:last-child) {
    margin-bottom: 1.5625rem;
}
.info-page__title {
    font-size: 1.625rem;
    line-height: 1.1923076923;
}
.info-page__title:not(:last-child) {
    margin-bottom: 0.625rem;
}
.info-page__title-2 {
    font-size: 1.375rem;
    line-height: 1.4090909091;
}
.info-page__title-2:not(:last-child) {
    margin-bottom: 0.625rem;
}
.simplebar-track.simplebar-vertical {
    right: 0.1875rem;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    background-color: #999;
    opacity: 1;
    left: 0;
    top: 0 !important;
    bottom: 0 !important;
    right: 0.1875rem;
    border-radius: 0.625rem;
    width: 0.5rem;
}
.simplebar-track.simplebar-vertical {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
    top: 0.75rem !important;
    bottom: 0.75rem !important;
    width: 0.5rem !important;
}
.tippy-type {
    background-color: #fff;
    padding: 3px 7px;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    color: #4d5254;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
}
.tippy-value {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #fff;
    padding: 0 10px;
}
.tippy-box[data-animation="fade"][data-state="hidden"] {
    opacity: 0;
}
[data-tippy-root] {
    max-width: calc(100vw - 10px);
}
.tippy-box {
    padding: 2px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
    background-color: #4d5254;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    outline: 0;
    -webkit-transition-property: visibility, opacity, -webkit-transform;
    transition-property: visibility, opacity, -webkit-transform;
    transition-property: transform, visibility, opacity;
    transition-property: transform, visibility, opacity, -webkit-transform;
}
.tippy-box[data-placement^="top"] > .tippy-arrow {
    bottom: 0;
}
.tippy-box[data-placement^="top"] > .tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow {
    top: 0;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}
.tippy-box[data-placement^="left"] > .tippy-arrow {
    right: 0;
}
.tippy-box[data-placement^="left"] > .tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}
.tippy-box[data-placement^="right"] > .tippy-arrow {
    left: 0;
}
.tippy-box[data-placement^="right"] > .tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
}
.tippy-box[data-inertia][data-state="visible"] {
    -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
    transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333;
}
.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid;
}
.tippy-content {
    position: relative;
    z-index: 1;
}
.swiper {
    overflow: hidden;
}
.swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.swiper-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
    display: none !important;
}
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}
.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}
.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}
.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table;
}
.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}
.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}
.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}
[data-simplebar].simplebar-dragging {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}
.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}
.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0.5s linear;
    transition: opacity 0.2s 0.5s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}
.simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}
.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    min-width: 10px;
    width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}
.simplebar-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size > div {
    width: 200%;
    height: 200%;
    margin: 10px 0;
}
.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
@font-face {
    font-family: lg;
    src: url(data:font/woff2;base64,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)
            format("woff2"),
        url(data:font/woff;base64,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)
            format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
.lg-icon {
    font-family: lg !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lg-container {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.lg-next,
.lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    outline: 0;
    border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
    opacity: 0 !important;
    cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
    color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
    display: none;
}
.lg-next {
    right: 20px;
}
.lg-next:before {
    content: "\e095";
}
.lg-prev {
    left: 20px;
}
.lg-prev:after {
    content: "\e094";
}
@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}
.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}
.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.lg-media-overlap .lg-toolbar {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    will-change: color;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
    font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
    color: #fff;
}
.lg-toolbar .lg-close:after {
    content: "\e070";
}
.lg-toolbar .lg-maximize {
    font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
    content: "\e90a";
}
.lg-toolbar .lg-download:after {
    content: "\e0f2";
}
.lg-sub-html {
    color: #eee;
    font-size: 16px;
    padding: 10px 40px;
    text-align: center;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out 0s;
    transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}
.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}
.lg-sub-html a {
    color: inherit;
}
.lg-sub-html a:hover {
    text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.lg-error-msg {
    font-size: 14px;
    color: #999;
}
.lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    height: 47px;
    vertical-align: middle;
}
.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    -webkit-transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
    opacity: 0;
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
    opacity: 1;
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.lg-group:after {
    content: "";
    display: table;
    clear: both;
}
.lg-container {
    display: none;
    outline: 0;
}
.lg-container.lg-show {
    display: block;
}
.lg-on {
    scroll-behavior: unset;
}
.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
    opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0.001;
    outline: 0;
    will-change: auto;
    overflow: hidden;
    -webkit-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
    opacity: 1;
}
.lg-outer.lg-visible {
    opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.lg-outer .lg-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    white-space: nowrap;
}
.lg-outer .lg-item {
    will-change: transform, opacity;
    display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
    background: url(data:image/gif;base64,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)
        no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.lg-outer .lg-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    font-size: 0;
}
.lg-outer .lg-item.lg-complete {
    background-image: none;
}
.lg-outer .lg-item.lg-current {
    z-index: 1060;
}
.lg-outer .lg-object {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative;
}
.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
    display: none;
}
.lg-outer.lg-hide-download .lg-download {
    opacity: 0.75;
    pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
    position: absolute;
    top: 50%;
    left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out 0.15s;
    transition: opacity 0.2s ease-out 0.15s;
}
.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    will-change: auto;
    -webkit-transition: opacity 333ms ease-in 0s;
    transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
    opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
    opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-container {
    display: none;
}
.lg-container.lg-show {
    display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
    position: absolute;
}
.lg-inline .lg-backdrop {
    z-index: 1;
}
.lg-inline .lg-outer {
    z-index: 2;
}
.lg-inline .lg-maximize:after {
    content: "\e909";
}
.lg-components {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.35s ease-out 0s;
    transition: -webkit-transform 0.35s ease-out 0s;
    transition: transform 0.35s ease-out 0s;
    transition: transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
    z-index: 1080;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
@media (min-width: 29.99875em) {
    .form__row {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    .button_flex {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    .pagging__arrow::after,
    .pagging__arrow::before {
        font-size: 0.75rem;
        display: block;
    }
    .pagging__arrow_prev::before {
        content: "\e901";
    }
    .pagging__arrow_next::after {
        content: "\e901";
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .stores-buttons__button {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 0.5rem);
        flex: 1 1 calc(50% - 0.5rem);
    }
    .pros-cons {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    .hero-review {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    .heroblock-checkpeople__line {
        -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
    }
    .benefits-checkpeople__items {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    .data-result__body {
        -ms-grid-columns: 6.25rem 1fr;
        grid-template-columns: 6.25rem 1fr;
    }
    .checkpeople-form__payment-methods {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 4.375rem;
        flex: 0 0 4.375rem;
    }
    .scan-image__body {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 29.99875em) and (any-hover: hover) {
    .pagging__arrow:hover {
        color: #fff;
        background-color: #0091de;
    }
}
@media (min-width: 31.25em) {
    .main-app__slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 26.25rem;
        flex: 0 0 26.25rem;
        width: 26.25rem;
    }
}
@media (min-width: 47.99875em) {
    .popup-download {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    .mainblock .swiper__arrows {
        padding: 0 1.25rem;
    }
    .header-app__info--grid {
        -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        row-gap: 0;
    }
    .header-app__info--grid .header-app__image-ibg {
        -ms-grid-row-span: 2;
        grid-row: span 2;
    }
    .content-block__body {
        -ms-grid-columns: 1.2fr 1fr;
        grid-template-columns: 1.2fr 1fr;
    }
}
@media (min-width: 55.625em) {
    .second-step-result__body {
        -ms-grid-columns: 1.3fr 1fr;
        grid-template-columns: 1.3fr 1fr;
    }
}
@media (min-width: 61.99875em) {
    .article__item_large {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4;
    }
    .article__item_large .article__image-ibg {
        padding-bottom: 49.5225102319%;
    }
    .article__item_large .article__text {
        font-size: 1.75rem;
        line-height: 1.1428571429;
        font-weight: 700;
    }
    .article__item_large .article__content {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 1.875rem;
        background: rgba(255, 255, 255, 0.9);
    }
    .final-behind__header:not(:last-child) {
        margin-bottom: 1rem;
    }
    .final-behind__body {
        -ms-grid-columns: 0.4fr 0.6fr;
        grid-template-columns: 0.4fr 0.6fr;
    }
}
@media (min-width: 68.75em) {
    .checkpeople-payment__content {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 35em) {
    .share-article__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .share-article__rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 0.625rem;
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }
}
@media (max-width: 73.75em) {
    .sidebar-apps__item {
        display: none;
    }
    .sidebar-apps__item:nth-child(-n + 4) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    ._hide-mobile {
        display: none;
    }
    .header_mobile-narrow .header__container {
        max-width: 45.5rem;
    }
    .header__logo {
        font-size: 1.25rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header__search {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.25rem;
        flex: 0 0 1.25rem;
    }
    .menu {
        position: fixed;
        z-index: 14;
    }
    .menu::after {
        content: "";
        position: fixed;
        top: 3.4375rem;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }
    .menu-open .menu::after {
        opacity: 1;
        visibility: visible;
    }
    .search-shown .menu::after {
        opacity: 1;
        visibility: visible;
    }
    ._top-banner .menu {
        top: 4.125rem;
    }
    ._top-banner .menu::after {
        top: 4.125rem;
    }
    ._top-banner .menu .menu__body {
        top: 4.125rem;
    }
    .menu__body {
        position: fixed;
        z-index: 15;
        top: 3.4375rem;
        width: 15.625rem;
        background-color: #fff;
        height: 100%;
        -webkit-transition: left 0.3s ease 0s;
        transition: left 0.3s ease 0s;
    }
    .menu-open .menu__body {
        left: 0;
    }
    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .menu__link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #434a4d;
        width: 100%;
        padding: 0.9375rem 0;
    }
    .search-header__icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .search-shown .search-header__icon::before {
        font-size: 1.125rem;
        content: "\e904";
    }
    .search-header__item {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        z-index: 15;
        top: 3.4375rem;
        left: 0;
        width: 100%;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }
    ._top-banner .search-header__item {
        top: 4.125rem;
    }
    .search-shown .search-header__item {
        opacity: 1;
        visibility: visible;
    }
    .search-header__input {
        padding: 0.9375rem 2.5rem 0.9375rem 1.25rem;
    }
    .search-header__button {
        right: 0.8125rem;
    }
    .icon-menu {
        display: block;
        position: relative;
        width: 1.5625rem;
        height: 3.4375rem;
        cursor: pointer;
        z-index: 5;
    }
    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        content: "";
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: 0.125rem;
        background-color: #fff;
    }
    .icon-menu::before {
        top: 1.125rem;
    }
    .icon-menu::after {
        bottom: 1.125rem;
    }
    .icon-menu span {
        top: calc(50% - 0.0625rem);
    }
    .menu-open .icon-menu span {
        width: 0;
        opacity: 0;
    }
    .menu-open .icon-menu::before {
        top: calc(50% - 0.0625rem);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-open .icon-menu::after {
        bottom: calc(50% - 0.0625rem);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .apps__items_two-items-mobile {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    .apps__items_two-items-mobile .apps__item {
        display: none;
    }
    .apps__items_two-items-mobile .apps__item:nth-child(-n + 2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .app__body,
    .categories__body,
    .search-result__body {
        display: block;
        max-width: 45.5rem;
        margin: 0 auto;
    }
    .app__main,
    .categories__main,
    .search-result__main {
        margin-bottom: 1.875rem;
    }
    .header-app {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 1.25rem;
        margin: 0 auto 2.1875rem auto;
    }
    .add__title_hide-on-mobile {
        display: none;
    }
    .coupon-details__body {
        display: block;
        max-width: 45.5rem;
        margin: 0 auto;
    }
    .coupon-details__main:not(:last-child) {
        margin-bottom: 2rem;
    }
    .item-list-coupons__button {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2rem;
        flex: 0 0 2rem;
        background-color: #d33c3c;
    }
    .item-list-coupons__button::after {
        display: block;
    }
    .item-list-coupons__button .button-text,
    .item-list-coupons__button .hidden-code,
    .item-list-coupons__button span {
        display: none;
    }
    .sidebar-coupon-details__body {
        -ms-grid-columns: (1fr) [5];
        grid-template-columns: repeat(5, 1fr);
    }
    .page_inner {
        padding-top: 1.5625rem;
    }
}
@media (max-width: 73.75em) and (max-width: 43.75em) {
    ._top-banner .search-header__item {
        top: 5.25rem;
    }
}
@media (max-width: 61.99875em) {
    .mainblock__slide {
        -ms-grid-columns: 18.75rem 1fr;
        grid-template-columns: 18.75rem 1fr;
    }
    .mainblock__title {
        font-size: 1.875rem;
    }
    .mainblock__text {
        font-size: 1.5625rem;
    }
    .swiper__arrow::before {
        font-size: 1.5rem;
    }
    .download__container {
        -ms-grid-columns: minmax(0.0625rem, 1fr) 16.875rem;
        grid-template-columns: minmax(0.0625rem, 1fr) 16.875rem;
    }
    .article__body {
        grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    }
    .article__item {
        border: 1px solid #eaeaea;
    }
    .article-page__body {
        -ms-grid-columns: 1fr 16.875rem;
        grid-template-columns: 1fr 16.875rem;
    }
    .updater__body {
        -ms-grid-columns: minmax(0.0625rem, 1fr) 16.875rem;
        grid-template-columns: minmax(0.0625rem, 1fr) 16.875rem;
    }
    .item-best {
        -ms-grid-columns: 4.5rem 1fr 13.75rem;
        grid-template-columns: 4.5rem 1fr 13.75rem;
    }
    .final-behind .final-behind__container {
        max-width: 43.75rem !important;
    }
    .final-behind__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 53.125em) {
    [data-fullscreen] {
        min-height: calc(100vh - 40px);
    }
    .download__container {
        display: block;
    }
    .download__main {
        margin-bottom: 1.875rem;
    }
    .article-page__body {
        display: block;
    }
    .article-page__main {
        margin-bottom: 1.875rem;
    }
}
@media (max-width: 47.99875em) {
    .popup__close_absolute {
        color: #fff;
    }
    .popup-download__content {
        padding: 1.875rem 1.25rem 1.25rem 1.25rem;
    }
    .popup-download__form {
        padding: 1.25rem 1.25rem 1.875rem 1.25rem;
    }
    .payment__body {
        padding: 1.25rem 0.625rem;
    }
    .tabs__title {
        padding: 0 0.9375rem;
    }
    .touch [data-fullscreen] {
        -webkit-transition: height 0.2s;
        transition: height 0.2s;
    }
    .preloader__logo:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .preloader__progress {
        height: 0.9375rem;
        max-width: 18.125rem;
    }
    .bottom-footer__logo {
        font-size: 1.25rem;
    }
    .mainblock__slide {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding: 1.25rem 0;
    }
    .mainblock__image-ibg {
        max-width: 340px;
        padding-bottom: 35%;
        min-height: 15.625rem;
        width: 100%;
        margin: 0 auto;
    }
    .mainblock__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .mainblock__info {
        text-align: center;
        width: 100%;
    }
    .mainblock__info::after {
        left: -10%;
    }
    .mainblock__decor {
        top: unset;
        bottom: 0;
        opacity: 0.5;
    }
    .stats-app {
        -webkit-column-gap: 0.75rem;
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }
    .stats-app__value {
        font-size: 1rem;
    }
    .stats-app__label {
        font-size: 0.9375rem;
    }
    .stats-app__label img {
        display: block;
    }
    .stats-app__label span {
        display: none;
    }
    .header-app__info--grid {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        row-gap: 2rem;
        -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
    }
    .header-app__info--grid .stats-app {
        -ms-grid-column-span: 2;
        grid-column: span 2;
        padding-left: 0.625rem;
    }
    .main-app .add {
        margin: 0 -1.25rem;
    }
    .main-app .add .add__title {
        margin: 0 1.25rem;
    }
    .open-files__item {
        -ms-grid-columns: 6.25rem 1fr;
        grid-template-columns: 6.25rem 1fr;
    }
    .updater__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .updater__main {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .updater__sidebar {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .ip-address__content-block:not(:last-child),
    .ip-address__heroblock:not(:last-child),
    .ip-address__reasons:not(:last-child) {
        margin-bottom: 5rem;
    }
    .heroblock-ip__container {
        display: block;
    }
    .heroblock-ip__content:not(:last-child) {
        margin-bottom: 2.5rem;
    }
    .quiz__container {
        min-height: calc(100vh - 9.375rem);
    }
    .controls-quiz {
        display: none;
    }
    .card-offer {
        padding: 1.25rem 0.9375rem;
    }
    .card-offer__price {
        margin: 1.875rem 0;
    }
    .card-offer__bottom {
        row-gap: 0.625rem;
    }
    .includes-test__bottom,
    .science-test__bottom {
        row-gap: 0.625rem;
    }
    .heroblock-checkpeople__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .benefits-checkpeople::after {
        background-position: -160px 0;
    }
    .content-result__item {
        padding: 0.9375rem 1.25rem;
    }
    .content-result__image {
        width: 3.125rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 3.125rem;
        flex: 0 0 3.125rem;
        height: 3.125rem;
    }
    .content-result__status-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.25rem;
        flex: 0 0 1.25rem;
        width: 1.25rem;
        height: 1.25rem;
    }
    .second-step-result__body {
        padding: 1.875rem 0.9375rem;
    }
    .expectation-behind-image__items {
        -webkit-column-gap: 0.9375rem;
        -moz-column-gap: 0.9375rem;
        column-gap: 0.9375rem;
        grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
    }
    .form-final-behind__row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .form-final-behind__row--three-column {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
    .final-behind-access__list {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 43.75em) {
    ._top-banner .menu {
        top: 5.25rem;
    }
    ._top-banner .menu::after {
        top: 5.25rem;
    }
    ._top-banner .menu .menu__body {
        top: 5.25rem;
    }
    .status-bar {
        min-height: 2.75rem;
    }
}
@media (max-width: 38.75em) {
    .blog__latest-body {
        gap: 0.625rem;
        grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
    }
    .item-best {
        -ms-grid-columns: 4.5rem 1fr;
        grid-template-columns: 4.5rem 1fr;
    }
    .item-best__actions {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }
}
@media (max-width: 37.5em) {
    .checkpeople-form__row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .checkpeople-form__row--mobile-flex {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    .sidebar-coupon-details__body {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 34.375em) {
    .share-article__button span {
        display: none;
    }
    .not-found__image-ibg {
        min-height: 12rem;
    }
    @supports (height: clamp(12rem, -2rem + 64vw, 20rem)) {
        .not-found__image-ibg {
            height: clamp(12rem, -2rem + 64vw, 20rem);
        }
    }
    @supports not (height: clamp(12rem, -2rem + 64vw, 20rem)) {
        .not-found__image-ibg {
            height: calc(12rem + 8 * (100vw - 21.875rem) / 12.5);
        }
    }
}
@media (max-width: 29.99875em) {
    .button__main {
        width: 100%;
    }
    .pagging__arrow {
        padding: 0 0.8125rem;
    }
    .pagging__item {
        padding: 0 0.8125rem;
    }
    .checkPageButton,
    .heroblock-checkpeople__button {
        border-radius: 0.3125rem;
        max-width: 100%;
    }
    .stores-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        row-gap: 2.5rem;
    }
    .footer__column {
        width: 100%;
    }
    .footer__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .socials-footer__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .bottom-footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        height: auto;
    }
    .mainblock__image-ibg {
        max-width: 18.125rem;
        padding-bottom: 50%;
        min-height: 13.625rem;
    }
    .stats-app {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header-app {
        border-bottom: none;
        padding-bottom: 0;
    }
    .header-app__info--grid .stats-app {
        padding-left: 0;
    }
    .header-app__info {
        -webkit-column-gap: 1.0625rem;
        -moz-column-gap: 1.0625rem;
        column-gap: 1.0625rem;
    }
    .header-app__title span {
        font-size: 0.875rem;
    }
    .info-app--grid {
        -ms-grid-columns: (minmax(9.375rem, 1fr)) [2];
        grid-template-columns: repeat(2, minmax(9.375rem, 1fr));
    }
    .info-app--grid .info-app__item {
        padding: 0.25rem 0.5rem;
        font-size: 0.8125rem;
    }
    .open-files__item {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .open-files__programs {
        padding: 0 0.625rem;
    }
    .articles__latest .article__image-ibg {
        padding-bottom: 45.1612903226%;
    }
    .blog__latest-body {
        gap: 0.625rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .blog__body {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .socials__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .download-article {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .download-article__info {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .download-article__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .download-article__button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.875rem;
        flex: 0 0 1.875rem;
    }
    .item-main-updater {
        -ms-grid-columns: 3.75rem 1fr;
        grid-template-columns: 3.75rem 1fr;
        row-gap: 0.3125rem;
        justify-items: start;
    }
    .item-main-updater__image-ibg {
        -ms-grid-row-span: 2;
        grid-row: span 2;
    }
    .reviews-test__slide {
        width: 18.125rem !important;
    }
    .heroblock-checkpeople__row:not(:last-child) {
        margin-bottom: 1.25rem;
    }
    .heroblock-checkpeople__line .input {
        border-radius: 0.3125rem;
    }
    .data-result__image {
        margin: 0 auto;
    }
    .checkpeople-form__item--flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .checkpeople-form__item--flex .checkpeople-form__line {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .header-checkpeople-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 0.9375rem;
    }
    .header-checkpeople-form__image {
        height: 2.5rem;
        width: 5rem;
    }
    .caution {
        text-align: center;
    }
    .checkpeople-payment__congratulations {
        text-align: center;
    }
    .offer-checkpeople-payment__price {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .access-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .heroblock-behind-image__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .heroblock-behind-image__button {
        max-width: 100%;
    }
    .progress-scan-image__header {
        font-size: 0.875srem;
    }
    .result-scan-image__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 1.875rem;
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem;
        row-gap: 1.25rem;
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    .support-final__image {
        display: none;
    }
    .final-behind-access__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
@media (max-width: 25.5625em) {
    .blog__body .article__image-ibg {
        padding-bottom: 45.1612903226%;
    }
}
@media (any-hover: hover) {
    .form__button:hover {
        background-color: #0186ce;
    }
    .button__main:hover {
        background-color: #3fa746;
    }
    .button__link:hover span {
        text-decoration: underline;
    }
    .report-status__button:hover {
        background-color: #0185cc;
    }
    .form-download__form .form__button:hover {
        background-color: #3da244;
    }
    .payment__body .form__button:hover {
        background-color: #0f9200;
    }
    .pagging__item:hover {
        color: #fff;
        background-color: #0091de;
    }
    .content-block__text a:hover,
    .item-reasons__text a:hover,
    .link a:hover,
    .reasons__text a:hover {
        color: #0186ce;
    }
    .checkPageButton:hover,
    .heroblock-checkpeople__button:hover {
        background-color: #41ab48;
    }
    .breadcrumbs__list li:not(:last-child) .breadcrumbs__link:hover {
        color: #0aa5f5;
    }
    .sidebar-apps__item:hover .sidebar-apps__name {
        color: #0091de;
    }
    .text-block a:not(.button.button__main):hover {
        text-decoration: underline;
    }
    .download-button:hover {
        background-color: #5fae63;
    }
    .menu__link:hover {
        background-color: #0aa5f5;
    }
    .search-header__button:hover {
        background-color: #f1f1f1;
    }
    .footer__link:hover {
        color: #0091de;
    }
    .socials-footer__link:hover._icon-facebook {
        background-color: #3d6196;
    }
    .socials-footer__link:hover._icon-twitter {
        background-color: #65a5e6;
    }
    .socials-footer__link:hover._icon-linkedin {
        background-color: #286192;
    }
    .coupon-stores__item:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .mainblock__button:hover,
    .warning-popup__button:hover {
        background-color: #3ea044;
    }
    .apps__item:hover .apps__name {
        color: #0091de;
    }
    .apps__item:hover .apps__image-ibg img {
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04);
    }
    .header-app__author a:hover {
        text-decoration: underline;
    }
    .info-app__item a:hover {
        text-decoration: underline;
    }
    .recommend-sidebar__item:hover .recommend-sidebar__text {
        color: #0091de;
    }
    .warning__item a:hover {
        text-decoration: underline;
    }
    .files-sidebar__link:hover {
        background-color: #fafbfc;
    }
    .files-sidebar__link:hover .files-sidebar__name {
        color: #0091de;
    }
    .open-files__programs-item:hover .open-files__programs-title {
        text-decoration: underline;
    }
    .older-versions__item:hover .older-versions__version {
        color: #0091de;
    }
    .categories__link:hover {
        color: #fff;
        background-color: #0091de;
    }
    .article__button:hover {
        color: #fff;
        background-color: #0091de;
    }
    .article__item:hover .article__text {
        color: #0091de;
    }
    .article__item:hover .article__image-ibg img {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
    }
    .apps__link:hover,
    .blog__button:hover {
        color: #fff;
        background-color: #0091de;
    }
    .socials__link:hover._icon-facebook {
        background-color: #3d6196;
    }
    .socials__link:hover._icon-twitter {
        background-color: #65a5e6;
    }
    .socials__link:hover._icon-linkedin {
        background-color: #286192;
    }
    .socials__link:hover._icon-mail {
        background-color: #686767;
    }
    .socials__link:hover._icon-share {
        background-color: #3ea545;
    }
    .categories-article__link:hover,
    .tags-app__link:hover {
        border-color: #0091de;
    }
    .download-article__button:hover {
        background-color: #3ea545;
    }
    .share-article__button:hover._icon-facebook {
        background-color: #40669e;
    }
    .share-article__button:hover._icon-twitter {
        background-color: #64a2e0;
    }
    .share-article__button:hover._icon-linkedin {
        background-color: #2d689b;
    }
    .share-article__button:hover._icon-pin {
        background-color: #ca011f;
    }
    .share-article__button:hover._icon-mail {
        background-color: #616161;
    }
    .share-article__button:hover._icon-share {
        background-color: #3c9c42;
    }
    .item-main-updater__publisher a:hover {
        text-decoration: underline;
    }
    .item-main-updater__button:hover {
        background-color: #3fa546;
    }
    .item-best__link:hover {
        text-decoration: underline;
    }
    .status-bar__value:hover .status-bar__info {
        visibility: visible;
        opacity: 1;
    }
    .heroblock-ip__button:hover {
        background-color: #3ea044;
    }
    .quiz__form .form__button:hover {
        background-color: #3ea044;
    }
    .quiz__start-btn:hover {
        background-color: #3ea044;
    }
    .card-offer__button:hover,
    .heroblock-test__button:hover,
    .includes-test__button:hover,
    .science-test__button:hover {
        background-color: #3ea044;
    }
    .second-step-result__button:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        background-color: #41ab48;
    }
    .checkpeople-form__button:hover {
        background-color: #41ab48;
    }
    .quiz-result__button:hover {
        background-color: #3ea044;
    }
    .item-list-coupons:hover {
        -webkit-box-shadow: 0 0 12px 0 rgba(17, 17, 17, 0.1);
        box-shadow: 0 0 12px 0 rgba(17, 17, 17, 0.1);
    }
    .item-list-coupons:hover .item-list-coupons__button--animated .button-text {
        left: -0.625rem;
    }
    .item-list-coupons:hover .item-list-coupons__button--animated .button-text::after {
        bottom: -0.3125rem;
        right: -1.625rem;
        width: 2.5rem;
        height: 1.25rem;
    }
    .item-list-coupons:hover .item-list-coupons__button--animated .button-text span::after {
        top: 1.25rem;
        right: -0.9375rem;
        width: 0.9375rem;
        height: 0.9375rem;
    }
    .item-list-coupons:hover .item-list-coupons__button--animated .button-text span::before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 0;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        border-bottom-left-radius: 8px;
        background-color: transparent;
        right: -1.75rem;
        border-top: 0.9375rem solid transparent;
        border-right: 0.9375rem solid transparent;
        border-bottom: 0.9375rem solid #aaa;
        border-left: 0.9375rem solid #aaa;
    }
    .sidebar-coupon-details__item:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .heroblock-behind-image__button:hover {
        background: #3ca143;
    }
    .result-scan-image__button:hover {
        background-color: #3b9d41;
    }
    .final-behind__button:hover {
        background-color: #26a530;
    }
    .form-final-behind__button:hover {
        background-color: #26a530;
    }
    .not-found__button:hover {
        background-color: #0187cf;
    }
    .info-page__text a:hover {
        text-decoration: underline;
    }
}
