/*
    Theme Name: FreeGrabApp
    Version: 2.5.0
    Author: Pavel Chupin
    Author URI: https://pablochupin.ru
  Text Domain: freegrabapp
*/

@font-face {
    font-family: "CeraPRO";
    font-weight: 400;
    font-style: normal;
    src: url(assets/fonts/CeraPRO-Regular.eot);
    src: url(assets/fonts/CeraPRO-Regular.eot?#iefix) format("embedded-opentype"),
        url(assets/fonts/CeraPRO-Regular.woff2) format("woff2"),
        url(assets/fonts/CeraPRO-Regular.woff) format("woff"),
        url(assets/fonts/CeraPRO-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "CeraPRO";
    font-weight: 600;
    font-style: normal;
    src: url(assets/fonts/CeraPRO-Medium.eot);
    src: url(assets/fonts/CeraPRO-Medium.eot?#iefix) format("embedded-opentype"),
        url(assets/fonts/CeraPRO-Medium.woff2) format("woff2"),
        url(assets/fonts/CeraPRO-Medium.woff) format("woff"),
        url(assets/fonts/CeraPRO-Medium.ttf) format("truetype");
}

@font-face {
    font-family: "CeraPRO";
    font-weight: 700;
    font-style: normal;
    src: url(assets/fonts/CeraPRO-Bold.eot);
    src: url(assets/fonts/CeraPRO-Bold.eot?#iefix) format("embedded-opentype"),
        url(assets/fonts/CeraPRO-Bold.woff2) format("woff2"),
        url(assets/fonts/CeraPRO-Bold.woff) format("woff"),
        url(assets/fonts/CeraPRO-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "CeraGR";
    font-weight: 400;
    font-style: normal;
    src: url(assets/fonts/CeraGR-Regular.eot);
    src: url(assets/fonts/CeraGR-Regular.eot?#iefix) format("embedded-opentype"),
        url(assets/fonts/CeraGR-Regular.woff2) format("woff2"),
        url(assets/fonts/CeraGR-Regular.woff) format("woff"),
        url(assets/fonts/CeraGR-Regular.ttf) format("truetype");
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace;
    font-size: 1em;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

svg:not(:root) {
    overflow: hidden;
}

button,
select {
    text-transform: none;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

blockquote {
    margin: 0;
}

[hidden] {
    display: none;
}

.skeletonLoading {
    position: relative;
    overflow: hidden;
    background-color: rgb(242 242 242 / 40%);
}

.skeletonLoading:before {
    content: '';
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    height: 100%;
    width: 100px;
    background: linear-gradient(to right, transparent 0%, #dff0fb 50%, transparent 100%);
    animation: skeletonLoading 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}

@keyframes skeletonLoading {
    from {
        left: -150px;
    }
    to   {
        left: 100%;
    }
}

.slick-list,
.slick-slide,
.slick-slide:focus {
    outline: 0 !important;
}

.bottom {
    min-height: 500px;
}

.wr {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.header .header__cnt .header__left .header__closeBtn {
    display: none;
}

.header .header__cnt .header__left .header__menu ul.nav > li:hover > a {
    color: #d5d5d5;
}

.header .header__cnt .header__left .header__menu ul.nav li.menu-item-has-children:hover > a:after {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212px%22%20height%3D%226px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb%28206%2C%20204%2C%20204%29%22%20d%3D%22M11.128%2C1.198%20L6.322%2C6.004%20L6.000%2C5.682%20L5.678%2C6.004%20L0.872%2C1.198%20L2.074%2C-0.004%20L6.000%2C3.922%20L9.926%2C-0.004%20L11.128%2C1.198%20Z%22%2F%3E%3C%2Fsvg%3E"); /* Decode URI for color changing */
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.header .header__cnt .header__left .header__menu ul.nav > li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.header .header__cnt .header__left .header__menu ul.nav > li ul.sub-menu li a:hover {
    background-color: #63c89b;
    color: #fff;
}

html[dir="rtl"] .header .header__cnt .header__left .header__menu ul.nav>li:first-child {
    margin-right: 0;
}

html[dir="rtl"] .header .header__cnt .header__left .header__menu ul.nav>li:last-child {
    margin-right: 40px;
}

html[dir="rtl"] .header .header__cnt .header__middle .switcher-lang {
    margin-right: 0;
    margin-left: 20px;
}

html[dir="rtl"] .header .header__cnt .header__middle .switcher-lang .switcher-lang__icon {
    margin-right: 0;
    margin-left: 6px;
}

html[dir="rtl"] .header .header__cnt .header__middle .switcher-lang .switcher-lang__text:after {
    right: 30px;
}

.header .header__cnt .header__right .social .social__item_fb:hover {
    background-color: rgb(42, 75, 144);
    border-color: rgb(42, 75, 144);
}

.header .header__cnt .header__right .social .social__item_tw:hover {
    background-color: rgb(26, 183, 234);
    border-color: rgb(26, 183, 234);
}

.header .header__cnt .header__right .social .social__item_rd:hover {
    background-color: rgb(255, 69, 0);
    border-color: rgb(255, 69, 0);
}

.header .header__cnt .header__right .social .social__item_yt:hover {
    background-color: rgba(233, 63, 55, 0.9);
    border-color: rgba(233, 63, 55, 0.9);
}

html[dir="rtl"] .header .header__cnt .header__right .header__greenBtn:before {
    margin-left: 6px;
    margin-right: 0;
}
.header .header__cnt .header__right .header__greenBtn:hover {
    background-color: #32ad76;
}

.header_gray {
    background-color: #434956;
    margin-bottom: 0 !important;
    padding-bottom: 36px;
}

.breadcrumbs {
    color: #383838;
    font-size: 14px;
}

.breadcrumbs a {
    color: #63c89b;
    text-decoration: underline;
    display: inline-block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.footer .footer__cnt a:hover {
    color: #fff;
    text-decoration: none;
}

.footer .footer__left_half {
    width: 50%;
}

.footer__cnt_top {
    margin-bottom: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #565c67
}

.footer .footer__title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: block;
    margin-bottom: 20px
}

.footer .footer__subscribeField {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border: 1px solid #6e7481;
    border-radius: 5px
}

.footer .footer__subscribeField:hover,
.footer .footer__subscribeField_active {
    border-color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.footer .footer__subscribeField .subscribeField__input::-webkit-input-placeholder {
    color: #b1b1b1
}

.footer .footer__subscribeField .subscribeField__input::-moz-placeholder {
    color: #b1b1b1
}

.footer .footer__subscribeField .subscribeField__input::-ms-input-placeholder {
    color: #b1b1b1
}

.footer .footer__subscribeField .subscribeField__input::placeholder {
    color: #b1b1b1
}

.footer .footer__subscribeField .subscribeField__input {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    flex: 1 1 auto;
    padding: 0 20px;
    background: transparent;
    border: none;
    outline: none
}

.footer .footer__subscribeField .subscribeField__button {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    padding: 0 36px;
    flex: 0 1 auto;
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #6e7481;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    cursor: pointer
}

.footer .footer__subscribeField .subscribeField__button:hover {
    background-color: #777d8b
}

.footer .footer__subscribeField .subscribeField__button:active {
    background-color: #5b6374
}

html[dir="rtl"] .footer .social li {
    margin-right: 0;
    margin-left: 9px;
}

html[dir="rtl"] .footer .social li:last-child {
    margin-left: 0;
}

.footer .mc4wp-response .mc4wp-alert {
    max-width: 100%;
    display: inline-block;
    margin: 10px 0 -10px;
    padding: 8px 42px 8px 18px;
    background: #fff;
    border: 4px solid #858990;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.footer .mc4wp-response .mc4wp-alert:after,
.footer .mc4wp-response .mc4wp-alert:before {
    content: "";
    width: 12px;
    height: 1px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 16px;
    right: 12px;
    background: #aeb3bd;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer .mc4wp-response .mc4wp-alert:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.footer .mc4wp-response .mc4wp-alert:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer .mc4wp-response .mc4wp-alert:hover:after,
.footer .mc4wp-response .mc4wp-alert:hover:before {
    background-color: #50d297;
}

.footer .mc4wp-response .mc4wp-error:hover:after,
.footer .mc4wp-response .mc4wp-error:hover:before {
    background-color: #ec9692;
}

.footer .mc4wp-response .mc4wp-alert.mc4wp-success {
    border-color: #40d08f;
}

.footer .mc4wp-response .mc4wp-alert.mc4wp-error {
    border-color: #f36760;
}

.footer .mc4wp-response .mc4wp-alert p {
    font-size: 14px;
    color: #383838;
    white-space: normal;
}

.innerPageWrap {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 93px;
}

.wr_btn {
    position: fixed;
    bottom: 170px;
    width: 100%;
    left: 0;
    right: 0;
    max-width: 1100px;
    padding-right: 20px;
    padding-left: 20px;
}

.inner__title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #383838;
    margin-top: 72px;
    margin-bottom: 32px;
}

.inner__text {
    font-size: 18px;
    line-height: 28px;
    color: #383838;
}

.inner__text p {
    margin-bottom: 28px;
}

.inner__text h1,
.inner__text h2,
.inner__text h3,
.inner__text h4,
.inner__text h5 {
    color: #383838;
    font-weight: 600;
}

.inner__text h1 {
    font-size: 32px;
    margin-top: 35px;
    margin-bottom: 10px;
}

.inner__text h2 {
    font-size: 28px;
    margin-top: 35px;
    margin-bottom: 10px;
}

.inner__text h3 {
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 10px;
}

.inner__text h4 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.inner__text h5 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.inner__text br {
    display: block;
    margin-top: 15px;
    border-top: 1px solid transparent;
    content: " ";
}

.inner__text ul {
    margin-top: -26px;
}

.inner__text ul li {
    list-style-type: none;
    line-height: 32px;
}

.borderLine {
    height: 1px;
    width: 100%;
    background-color: #e1e2e2;
}

.mainPage__items .mainPage__cnt .mainItem .mainItem__btns a:first-child:hover {
    background-color: #189e62;
}

.mainPage__items .mainPage__cnt .mainItem .mainItem__btns a:last-child:hover {
    background-color: #8cadb2;
}

.productBanner .productBanner__cnt .productBanner__right .productBanner__title_black {
    color: #383838;
}

.productBanner .productBanner__cnt .productBanner__right .productBanner__appInfo_black {
    color: #383838;
}

.productBanner .productBanner__cnt .productBanner__right .productBanner__link {
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.12px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    margin-right: 8px;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

html[dir="rtl"] .productBanner .productBanner__cnt .productBanner__right .productBanner__link {
    margin-left: 8px;
    margin-right: 0;
}

.productBanner .productBanner__cnt .productBanner__right .productBanner__link_Microsoft:hover {
    background-color: #222222;
    border-color: rgba(34, 34, 34, 1);
}

.productBanner .productBanner__cnt .productBanner__right .productBanner__link_video:hover {
    background-color: #ea452c;
    border-color: rgba(234, 69, 44, 1);
}

.productBanner .productBanner__cnt .productBanner__right .productBanner__link:before {
    content: "";
    vertical-align: middle;
    width: 15px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
    background-repeat: no-repeat;
    -webkit-background-size: 16px 15px;
    background-size: 16px 15px;
}

.productBanner .productBanner__cnt .productBanner__right .productBanner__link_Microsoft:before {
    /* background-image: url(assets/img/microsoft.svg); */
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='m0 0h7v7h-7z'/%3E%3Cpath d='m8 0h7v7h-7z'/%3E%3Cpath d='m0 8h7v7h-7z'/%3E%3Cpath d='m8 8h7v7h-7z'/%3E%3C/g%3E%3C/svg%3E");
}

.productBanner .productBanner__cnt .productBanner__right .productBanner__link_video:before {
    /* background-image: url(assets/img/play.svg); */
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 11.07 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.92 7.21-10.36-7.15a.38.38 0 0 0 -.37-.06.35.35 0 0 0 -.19.36v14.28a.35.35 0 0 0 .19.36.33.33 0 0 0 .17 0 .36.36 0 0 0 .2-.06l10.36-7.15a.36.36 0 0 0 0-.58z' fill='%23fff'/%3E%3C/svg%3E");
}

html[dir="rtl"] .productBanner .productBanner__cnt .productBanner__right .productBanner__link_video:before,
html[dir="rtl"] .productBanner .productBanner__cnt .productBanner__right .productBanner__link_Microsoft:before {
    margin-right: 0;
    margin-left: 8px;
}

.productBanner .productBanner__cnt .productBanner__right .productBanner__text_black {
    color: #383838;
}

html[dir="rtl"] 
    .productBanner 
    .productBanner__cnt 
    .productBanner__right 
    .productBanner__btns 
    .productBanner__download:after {
    margin-left: 0;
    margin-right: 10px;
}

html[dir="rtl"] 
    .productBanner 
    .productBanner__cnt 
    .productBanner__right 
    .productBanner__icon {
    margin-left: 20px;
    margin-right: 0;
}

.productBanner
    .productBanner__cnt
    .productBanner__right
    .productBanner__btns
    .productBanner__download:hover {
    background-color: #0666b0;
}

.productBanner
    .productBanner__cnt
    .productBanner__right
    .productBanner__btns
    .productBanner__download_yt {
    background-color: #77140f;
    -webkit-box-shadow: 0 6px 20px 0 rgba(96, 18, 15, 0.3);
    box-shadow: 0 6px 20px 0 rgba(96, 18, 15, 0.3);
}

.productBanner
    .productBanner__cnt
    .productBanner__right
    .productBanner__btns
    .productBanner__download_yt:hover {
    background-color: #630e09;
}

.productBanner
    .productBanner__cnt
    .productBanner__right
    .productBanner__btns
    .productBanner__download_fb {
    background-color: #da533f;
    -webkit-box-shadow: 0 6px 20px 0 rgba(96, 18, 15, 0.3);
    box-shadow: 0 6px 20px 0 rgba(96, 18, 15, 0.3);
}

.productBanner
    .productBanner__cnt
    .productBanner__right
    .productBanner__btns
    .productBanner__download_fb:hover {
    background-color: #c84431;
}

.productBanner
    .productBanner__cnt
    .productBanner__right
    .productBanner__btns
    .productBanner__download_vm {
    background-color: #1a63ea;
    -webkit-box-shadow: 0 6px 20px 0 rgba(96, 18, 15, 0.3);
    box-shadow: 0 6px 20px 0 rgba(96, 18, 15, 0.3);
}

.productBanner
    .productBanner__cnt
    .productBanner__right
    .productBanner__btns
    .productBanner__download_vm:hover {
    background-color: #0b4cc3;
}

.productBanner
    .productBanner__cnt
    .productBanner__right
    .productBanner__btns
    .productBanner__purchase:hover {
    background-color: #b13929;
}

.productBanner_grayHead {
    padding-top: 135px;
}

.whatIs .whatIs__slider .wr .swiper-button-next:hover,
.whatIs .whatIs__slider .wr .swiper-button-prev:hover {
    background-color: #e3e4e4;
}

.whatIs .whatIs__about ul {
    margin-left: 20px;
    margin-top: -5px;
}

.whatIs .whatIs__about ul li {
    font-size: 18px;
    color: #383838;
    list-style-type: none;
    letter-spacing: -0.1px;
    margin-bottom: 7px;
}

.whatIs .whatIs__about ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #63c89b;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 1px;
    margin-right: 11px;
}

html[dir="rtl"] .whatIs .whatIs__about ul li:before {
    margin-right: 0;
    margin-left: 11px;
}

html[dir="rtl"] .whatIs .whatIs__lists .whatIs__listsLeft {
    margin-right: 0;
    margin-left: 73px;
}

html[dir="rtl"] .whatIs .whatIs__lists .whatIs__listsRight ul li:before {
    margin-right: 0;
    margin-left: 11px;
}

html[dir="rtl"] .reviews .reviews__rating .reviews__left {
    margin-right: 0;
    margin-left: 40px;
}

.reviews .reviews__rating .reviews__right .reviews__giveFeedback:hover {
    color: #fff;
    background-color: #63c89b;
}

/* .reviews .reviews__revItem .reviews__revItemLeft .reviews__revItemRate .reviews__revItemStar_gray {
    background-image: url(assets/img/star_zero.svg);
} */

.reviews .reviews__revItem_empty {
    font-size: 18px;
    color: #383838;
    text-align: center;
    display: block;
    padding-top: 32px;
}

.reviews .reviews__revItem_more .reviews__moreFeedback:hover {
    color: #63c89b;
    border-bottom-color: #63c89b;
}

.inner__form {
    padding-top: 50px;
    margin-bottom: 99px;
}

.inner__form .inner__halfInputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.inner__form .inner__halfInputs .inner__label {
    max-width: 340px;
    width: 100%;
    display: block;
}

.inner__form .inner__halfInputs .inner__label:nth-child(1) {
    margin-right: 17px;
}

.inner__form .inner__halfInputs .inner__label input,
.inner__form .inner__halfInputs .inner__label select {
    max-width: 340px;
    width: 100%;
    -webkit-appearance: none;
}

.inner__form .inner__groupInputs .inner__label textarea {
    height: 133px;
}

.inner__form .inner__centerInputs input[type="submit"] {
    position: static;
}

.inner__form .inner__centerInputs .ajax-loader {
    position: static;
    margin-left: 14px;
}

.inner__form .inner__label {
    margin-bottom: 24px;
    display: block;
    width: 100%;
    max-width: 700px;
}

.inner__form .inner__submit {
    margin-bottom: 24px;
    display: block;
    width: 100%;
    max-width: 700px;
    clear: both;
}

.inner__form .inner__label span:first-child {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #383838;
    margin-bottom: 8px;
}

.inner__form .inner__label input,
.comment-form .inner__label input,
.inner__form .inner__label select,
.comment-form .inner__label select {
    height: 40px;
    background-color: #fff;
    -webkit-appearance: none;
}

.inner__form .inner__label textarea,
.comment-form .inner__label textarea {
    resize: none;
    padding-top: 10px;
    height: 150px;
    margin-bottom: 10px;
    -webkit-appearance: none;
}

.inner__form .inner__label input,
.comment-form .inner__label input,
.inner__form .inner__label select,
.comment-form .inner__label select,
.inner__form .inner__label textarea,
.comment-form .inner__label textarea {
    font-size: 14px;
    line-height: 18px;
    display: block;
    border: 1px solid #e1e2e2;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    max-width: 700px;
    outline: 0;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.inner__form .inner__label input.valid,
.comment-form .inner__label input.valid,
.inner__form .inner__label select.valid,
.comment-form .inner__label select.valid,
.inner__form .inner__label textarea.valid,
.comment-form .inner__label textarea.valid {
    border-color: #63c89b;
}

.inner__form .inner__label input.error,
.comment-form .inner__label input.error,
.inner__form .inner__label select.error,
.comment-form .inner__label select.error,
.inner__form .inner__label textarea.error,
.comment-form .inner__label textarea.error {
    border-color: #f51111;
}

.inner__form .inner__label input:focus,
.comment-form .inner__label input:focus,
.inner__form .inner__label select:focus,
.comment-form .inner__label select:focus,
.inner__form .inner__label textarea:focus,
.comment-form .inner__label textarea:focus {
    border-color: #32ad76;
}

.inner__form .inner__label input::-webkit-input-placeholder,
.comment-form .inner__label input::-webkit-input-placeholder,
.inner__form .inner__label textarea::-webkit-input-placeholder,
.comment-form .inner__label textarea::-webkit-input-placeholder {
    color: #b1b1b1;
    font-size: 16px;
    font-family: "CeraGR", "Gill Sans", sans-serif;
}

.inner__form .inner__label select {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCA3Ij48dGl0bGU+QXNzZXQgMjwvdGl0bGU+PHBvbHlnb24gcG9pbnRzPSIxNCAwIDcgNyAwIDAgMTQgMCIgc3R5bGU9ImZpbGw6I2UxZTJlMiIvPjwvc3ZnPg==")
        no-repeat right 20px center;
    -webkit-background-size: 16px;
    background-size: 16px;
    cursor: pointer;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}

.inner__form .inner__label select:focus {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCA3Ij48dGl0bGU+QXNzZXQgNDwvdGl0bGU+PHBvbHlnb24gcG9pbnRzPSIxNCAwIDcgNyAwIDAgMTQgMCIgc3R5bGU9ImZpbGw6IzY4YzM5YSIvPjwvc3ZnPg==");
}

.inner__form .inner__label small {
    color: #b1b1b1;
}

.inner__form .fileItem {
    color: #b1b1b1;
    text-align: center;
    width: 100%;
    display: block;
    background-color: #fff;
    border: 3px dashed #e1e2e2;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.inner__form .fileItem.valid {
    color: #383838;
    border-color: #63c89b;
}

.inner__form .fileItem.error {
    border-color: #f51111;
}

.inner__form .fileItem.focus {
    color: #383838;
    border-color: #32ad76;
}

.inner__form .fileTip {
    display: inline-block;
    margin: 20px auto;
}

.inner__form .wpcf7-form-control-wrap.file {
    display: block;
    position: absolute;
    z-index: -1;
    opacity: 0;
    overflow: hidden;
}

.inner__form input[type="file"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 999px;
}

.inner__form input[type="submit"] {
    background-color: #63c89b;
    border: none;
    color: #fff;
    height: 48px;
    line-height: 48px;
    padding: 0 44px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.inner__form input[type="submit"]:hover {
    background-color: #32ad76;
}

.inner__form div.wpcf7-response-output {
    margin: -50px 0 30px;
}

.page__breadcrumbs {
    margin-top: 60px;
}

.page .page__img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 328px;
    height: 400px;
    margin-top: 18px;
    margin-bottom: 22px;
    background-position: center;
    background-repeat: no-repeat;
}

.page .page__img_donate {
    width: 296px;
    height: 424px;
}

.page .innerPageWrap h1 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    letter-spacing: -0.1px;
}

.page .innerPageWrap h2 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 18px;
    letter-spacing: -0.1px;
}

.page .innerPageWrap p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 14px;
}

.page .innerPageWrap ul,
.page .innerPageWrap ol {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 14px;
    padding-left: 18px;
}

.page .innerPageWrap strong {
    font-weight: 600;
}

.page .innerPageWrap a {
    color: #63c89b;
}

.page .innerPageWrap a:hover {
    text-decoration: none;
}

.page .innerPageWrap .page__stdButton {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    background-color: #de3b23;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 53px;
    padding-right: 53px;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.page .innerPageWrap .page__stdButton:hover {
    background-color: #c5351f;
}

.page .innerPageWrap .page__stdButton_blue {
    background-color: #1a63ea;
}

.page .innerPageWrap .page__stdButton_blue:hover {
    background-color: #2459bc;
}

.page .innerPageWrap .page__stdButton_green {
    background-color: #63c89b;
}

.page .innerPageWrap .page__stdButton_green:hover {
    background-color: #32ad76;
}

.page .donate__share {
    text-align: center;
    margin-bottom: 100px;
    padding: 12px 0;
}

.page .donate__share p {
    display: inline-block;
    margin: 0 8px 0 16px;
    vertical-align: middle;
}

.page .shareWrap {
    white-space: nowrap;
}

.page .shareBtn {
    color: transparent;
    font-size: 0;
    font-weight: 600;
    line-height: 48px;
    vertical-align: middle;
    height: 48px;
    width: 48px;
    margin: 0 8px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.page .shareBtn_yt {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.688%22%20height%3D%2210%22%20viewBox%3D%220%200%2016.688%2010%22%3E%3Cpath%20d%3D%22m948.856%2053a2.058%202.058%200%200%200%20-2.194%201.887v6.226a2.058%202.058%200%200%200%202.194%201.887h12.288a2.058%202.058%200%200%200%202.194-1.887v-6.226a2.058%202.058%200%200%200%20-2.194-1.887zm4.826%207.535v-5.071l3.876%202.536z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate%28-946.656%20-53%29%22%2F%3E%3C%2Fsvg%3E");
    background-color: #e93f33;
    background-size: 24px 18px;
}

.page .shareBtn_yt:hover {
    background-color: #c71204;
}

.page .shareBtn_fb {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2214%22%3E%3Cpath%20d%3D%22m808.487%2051.113a15.231%2015.231%200%200%200%20-1.843-.1%202.944%202.944%200%200%200%20-3.08%203.285v1.831h-2.064v2.487h2.062v6.377h2.474v-6.378h2.053l.316-2.487h-2.369v-1.588a1.011%201.011%200%200%201%201.18-1.21h1.269v-2.217z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate%28-801.5%20-51%29%22%2F%3E%3C%2Fsvg%3E");
    background-color: #2a4b90;
    background-size: 10px 18px;
}

.page .shareBtn_fb:hover {
    background-color: #1e3e80;
}

.page .shareBtn_st {
    /* background-image: url(assets/img/softonic.svg); */
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cimage height='18' width='20' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAACXBIWXMAAAsSAAALEgHS3X78AAABzElEQVQ4T42UTyimURTGEQtlYyGkabIiilEWKGMx2WBhQdnQGGMjg/mwoJFGVj5S2MwsZSNTUzNpKDWWZjHyb6Uptv6kEQv/xvEc73N9p+v9Jqd+de45z3ne23vv+yaISAJJBxHQbGofwbXE4gb8AR9AitE94JIC8M8M/mC9EQyAOlAD3oGvRtcVz/AI7IJUkEfxkC82JINx6r6FGWp8Mg2N72atw2MhxrnU/vYNR9iYA7+YF7JXL7GolcemmexNiTFUBsEp2AMvTV0PQh+oO7wMMVRaaZqtiwbQHkcYodC+is442nOwqIme7g6LWRJcm0mwTIMJMzTN2hI1b8Bz9qIisadWgDLmW+AAbEr4SQ9Tcwi2OVMNcsCFM8wG5czfh5jEo4UzekcTwV9nWEdBG9d9TzB7S20/16XgzBkOG+Fr1iL/MYtS02tq97vVZE2Cq2IHPkvwDftGaRJcYo0qr7cKDjR5RcEz09RT3PAGmqg79rRKEnsdrrAH9o1AI8o8H/z0aj4r4EpzV8jgwDzX+o0Wgy+sr9P4BZiV4Fa4Wfc+i6yhUsnGggSf0oUEf6EGo6kCJ9SNghnmTU7jb72ERregx+tZuiX2/6y2vTv5XLXmdUYsKAAAAABJRU5ErkJggg=='/%3E%3C/svg%3E");
    background-color: #2c87d6;
    background-size: 20px 18px;
}

.page .shareBtn_st:hover {
    background-color: #1772c2;
}

.page .shareBtn_tw {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.124%22%20height%3D%2210%22%3E%3Cpath%20d%3D%22m861.565%2054.185a4.926%204.926%200%200%201%20-1.432.39%202.5%202.5%200%200%200%201.093-1.39%204.854%204.854%200%200%201%20-1.578.609%202.463%202.463%200%200%200%20-1.816-.8%202.5%202.5%200%200%200%20-2.487%202.522%202.852%202.852%200%200%200%20.062.578%207.035%207.035%200%200%201%20-5.127-2.639%202.549%202.549%200%200%200%20.77%203.373%202.476%202.476%200%200%201%20-1.124-.32v.032a2.513%202.513%200%200%200%201.994%202.475%202.613%202.613%200%200%201%20-.655.086%203.093%203.093%200%200%201%20-.469-.039%202.494%202.494%200%200%200%202.324%201.749%204.933%204.933%200%200%201%20-3.086%201.077%205.059%205.059%200%200%201%20-.6-.031%206.958%206.958%200%200%200%203.818%201.132%207.08%207.08%200%200%200%207.075-7.175c0-.109%200-.219-.008-.328a5.4%205.4%200%200%200%201.246-1.301z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate%28-849.438%20-53%29%22%2F%3E%3C%2Fsvg%3E");
    background-color: #1ab7ea;
    background-size: 18px 14px;
}

.page .shareBtn_tw:hover {
    background-color: #0ea4d5;
}

.page .shareBtn_rd {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20514.2%20416%22%3E%3Cpath%20d%3D%22m514.2%20241.1a64.06%2064.06%200%200%200%20-64-64%2063.17%2063.17%200%200%200%20-38.5%2013c-35.7-24.8-82.5-39.6-132.3-43.3l26.8-63%2078.1%2018.2a47.77%2047.77%200%201%200%207.4-31.1l-91.3-21.3a16%2016%200%200%200%20-18.4%209.3l-37.1%2087c-53.7%201.9-104.9%2017-143.6%2043.4a61.1%2061.1%200%200%200%20-37.3-12.2%2063.84%2063.84%200%200%200%20-31.6%20119.4%2081.24%2081.24%200%200%200%20-.4%208.6c0%2088.2%20100.5%20160%20224%20160s224-71.8%20224-160c0-2.5-.1-5-.3-7.4a63.32%2063.32%200%200%200%2034.5-56.6zm-82.2-160a16%2016%200%201%201%20-16%2016%2016%2016%200%200%201%2016-16zm-288%20208a32%2032%200%201%201%2032%2032%2032.09%2032.09%200%200%201%20-32-32zm185.9%20106.2a125.78%20125.78%200%200%201%20-147.8%200%2015.91%2015.91%200%200%201%20-3.6-22.3%2016.09%2016.09%200%200%201%2022.3-3.6%2094%2094%200%200%200%20110.3%200%2016%2016%200%200%201%2018.8%2025.9zm6.1-74.2a32%2032%200%201%201%2032-32%2032%2032%200%200%201%20-32%2032z%22%20fill%3D%22%23fff%22%20transform%3D%22translate%280%20-49.1%29%22%2F%3E%3C%2Fsvg%3E");
    background-color: #ff4500;
    background-size: 22px 18px;
}

.page .shareBtn_rd:hover {
    background-color: #e4460c;
}

.page.donate .donate__btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    height: 48px;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    background-color: #de3b23;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding-left: 53px;
    padding-right: 53px;
    max-width: 200px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.page.donate .donate__btn:hover {
    background-color: #c5351f;
}

.page.faq .innerPageWrap h2 {
    text-align: left;
    margin: 0;
    padding: 28px 12px;
    padding-right: 36px;
    position: relative;
    cursor: pointer;
}

.page.faq .innerPageWrap h2:after {
    content: "";
    width: 19px;
    height: 19px;
    position: absolute;
    top: 32px;
    right: 12px;
    background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTcuMDkgMTAuNTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2FhYSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMiAwLTIgMiA4IDggMi0yeiIvPjxwYXRoIGQ9Im0xNS4wOSAwIDIgMi04IDgtMi0yeiIvPjxwYXRoIGQ9Im04LjAxIDEwLjAxLjU0LjUuNTMtLjUtLjUzLTEuN3oiLz48L2c+PC9zdmc+)
        center no-repeat;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.page.faq .innerPageWrap h2:hover {
    color: #63c89b;
}

.page.faq .innerPageWrap h2:hover:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTcuMDkgMTAuNTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzZiYmQ5OCIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMiAwLTIgMiA4IDggMi0yeiIvPjxwYXRoIGQ9Im0xNS4wOSAwIDIgMi04IDgtMi0yeiIvPjxwYXRoIGQ9Im04LjAxIDEwLjAxLjU0LjUuNTMtLjUtLjUzLTEuN3oiLz48L2c+PC9zdmc+);
}

.page.faq .innerPageWrap h2.openQuestion:after {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.page.faq .innerPageWrap h2 + blockquote {
    height: 0;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.page.faq .innerPageWrap h2.openQuestion + blockquote {
    height: auto;
    padding: 0 12px;
    padding-bottom: 14px;
}

.page.faq .innerPageWrap ul,
.page.faq .innerPageWrap ol {
    margin: 0;
    margin-bottom: 14px;
    padding-left: 18px;
    list-style-type: none;
    counter-reset: item;
}

.page.faq .innerPageWrap ul > li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #63c89b;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 1px;
    margin-right: 10px;
}

.page.faq .innerPageWrap ol > li {
    counter-increment: item;
}

.page.faq .innerPageWrap ol > li:before {
    content: counters(item, ".") ". ";
    display: inline-block;
    margin-right: 8px;
}

.page.faq .innerPageWrap li ol > li:before {
    content: counters(item, ".") " ";
}

.page.faq .page__img {
    width: 292px;
    margin: 30px auto 4px;
}

.p404__cnt {
    position: fixed;
    top: 49%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.p404__cnt .p404__digit {
    font-size: 200px;
    line-height: 168px;
    font-weight: 700;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
}

.p404__cnt .p404__descr {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    font-size: 24px;
    letter-spacing: -0.1px;
    margin-bottom: 42px;
}

.p404__cnt .p404__homeLink {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    background-color: #63c89b;
    height: 40px;
    width: 181px;
    line-height: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.p404__cnt .p404__homeLink:hover {
    background-color: #32ad76;
}

.popup {
    z-index: 99;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(29, 29, 29, 0.2);
    text-align: center;
    overflow: auto;
    white-space: nowrap;
}

.popup:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 100%;
    margin-left: -3px;
}

.popup__inner {
    color: #383838;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    background: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    white-space: normal;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

html[dir="rtl"] .popup__inner {
    text-align: right;
}

.popup__close {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
    text-indent: -1000px;
}

.close__line {
    width: 100%;
    height: 2px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 9px;
    left: 0;
    background-color: #e3e4e4;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.popup__close:hover .close__line {
    background-color: #63c89b;
}

.close__line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close__line:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup__content {
    padding: 54px 38px 20px;
}

.popup__title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.popup__form {
    width: 420px;
    padding: 24px 0 20px;
}

.popup__form label {
    margin-bottom: 24px;
    display: block;
    width: 100%;
    max-width: 700px;
}

.popup__form label > span:first-child {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #383838;
    margin-bottom: 8px;
}

.inner__form label input,
.popup__form label input,
.comment-form label input,
.inner__form label select,
.popup__form label select,
.comment-form label select {
    height: 40px;
    background-color: #fff;
    -webkit-appearance: none;
}

.popup__form label textarea {
    resize: none;
    padding-top: 10px;
    height: 150px;
    margin-bottom: 10px;
    -webkit-appearance: none;
}

.inner__form label input,
.popup__form label input,
.comment-form label input,
.inner__form label select,
.popup__form label select,
.comment-form label select,
.inner__form label textarea,
.popup__form label textarea,
.comment-form label textarea {
    font-size: 14px;
    line-height: 18px;
    display: block;
    border: 1px solid #e1e2e2;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    max-width: 700px;
    outline: 0;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.popup__form label input.valid,
.popup__form label select.valid,
.popup__form label textarea.valid {
    border-color: #63c89b;
}

.popup__form label input.error,
.popup__form label select.error,
.popup__form label textarea.error {
    border-color: #f51111;
}

.popup__form label input:focus,
.popup__form label select:focus,
.popup__form label textarea:focus {
    border-color: #d6d6d6;
}

.popup__form label input::-webkit-input-placeholder,
.popup__form label textarea::-webkit-input-placeholder {
    color: #b1b1b1;
    font-size: 16px;
    font-family: "CeraGR", "Gill Sans", sans-serif;
}

.inner__form input[type="checkbox"],
.popup__form input[type="checkbox"],
.comment-form input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    background: #fff;
    cursor: pointer;
}

html[dir="rtl"] .inner__form input[type="checkbox"],
html[dir="rtl"] .popup__form input[type="checkbox"],
html[dir="rtl"] .comment-form input[type="checkbox"] {
    margin-right: 0;
    margin-left: 8px;
}

.inner__form input[type="checkbox"],
.comment-form input[type="checkbox"] {
    margin-right: 12px;
}
.inner__form input[type="checkbox"]::after,
.popup__form input[type="checkbox"]::after,
.comment-form input[type="checkbox"]::after,
.inner__form input[type="checkbox"]::before,
.popup__form input[type="checkbox"]::before,
.comment-form input[type="checkbox"]::before {
    content: "";
    height: 3px;
    margin: 0;
    display: block;
    position: absolute;
    background: #32ad76;
    border-radius: 1rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.inner__form input[type="checkbox"]::after,
.popup__form input[type="checkbox"]::after,
.comment-form input[type="checkbox"]::after {
    width: 100%;
    top: 0;
    left: 5px;
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
    box-shadow: 5px 0 0 2px rgb(255, 255, 255);
}

.inner__form input[type="checkbox"]::before,
.popup__form input[type="checkbox"]::before,
.comment-form input[type="checkbox"]::before {
    width: 60%;
    top: 3px;
    left: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.inner__form input[type="checkbox"]:checked::after,
.popup__form input[type="checkbox"]:checked::after,
.comment-form input[type="checkbox"]:checked::after,
.inner__form input[type="checkbox"]:checked::before,
.popup__form input[type="checkbox"]:checked::before,
.comment-form input[type="checkbox"]:checked::before {
    opacity: 1;
    visibility: visible;
}

.inner__form input[type="checkbox"]:checked::after,
.popup__form input[type="checkbox"]:checked::after,
.comment-form input[type="checkbox"]:checked::after {
    top: 3px;
}

.inner__form input[type="checkbox"]:checked::before,
.popup__form input[type="checkbox"]:checked::before,
.comment-form input[type="checkbox"]:checked::before {
    top: 6px;
}

.popup__form input[type="submit"] {
    background-color: #63c89b;
    border: none;
    color: #fff;
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 44px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.popup__form input[type="submit"]:hover {
    background-color: #32ad76;
}

.inner__form .mc4wp-checkbox {
    display: block;
    margin-bottom: 12px;
}

.inner__form .mc4wp-checkbox span,
.popup__form .mc4wp-checkbox span {
    vertical-align: middle;
    line-height: 18px;
}

.popup__form div.wpcf7-response-output {
    margin: 0 0 20px;
}

.form__reviews {
    white-space: nowrap;
    padding: 2px 0;
}

.review__star {
    vertical-align: middle;
    /* background-image: url(assets/img/star_zero.svg); */
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 49 46.3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m49 18-14.8-4.2a1.78 1.78 0 0 1 -1.2-.9l-8.5-12.8-8.4 12.7a1.39 1.39 0 0 1 -1 .5l-15.1 4.7 9.6 12.1a1.49 1.49 0 0 1 .4 1.4l-1.3 14.9 14.8-5.4a3.41 3.41 0 0 1 2 0l14.8 5.3-1.3-14.8a1.79 1.79 0 0 1 .4-1.4z' fill='%23e3e5e4' transform='translate(0 -.1)'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 4px;
    cursor: pointer;
}

.form__reviews.error .review__star {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDkgNDYuMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNDkgMTcuOS0xNC44LTQuMmExLjc4IDEuNzggMCAwIDEgLTEuMi0uOWwtOC41LTEyLjgtOC40IDEyLjdhMS4zOSAxLjM5IDAgMCAxIC0xIC41bC0xNS4xIDQuNyA5LjYgMTIuMWExLjQ5IDEuNDkgMCAwIDEgLjQgMS40bC0xLjMgMTQuOSAxNC44LTUuNGEzLjQxIDMuNDEgMCAwIDEgMiAwbDE0LjggNS4zLTEuMy0xNC44YTEuNzkgMS43OSAwIDAgMSAuNC0xLjR6IiBmaWxsPSIjZjRhZGFkIi8+PC9zdmc+);
}

.form__reviews .review__star_active,
.form__reviews.error .review__star_active {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDkgNDYuMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNDkgMTgtMTQuOC00LjJhMS43OCAxLjc4IDAgMCAxIC0xLjItLjlsLTguNS0xMi44LTguNCAxMi43YTEuMzkgMS4zOSAwIDAgMSAtMSAuNWwtMTUuMSA0LjcgOS42IDEyLjFhMS40OSAxLjQ5IDAgMCAxIC40IDEuNGwtMS4zIDE0LjkgMTQuOC01LjRhMy40MSAzLjQxIDAgMCAxIDIgMGwxNC44IDUuMy0xLjMtMTQuOGExLjc5IDEuNzkgMCAwIDEgLjQtMS40eiIgZmlsbD0iIzYzYzg5YyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtLjEpIi8+PC9zdmc+);
}

.review__status {
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    padding-top: 3px;
    min-height: 28px;
}

.form__reviews_input {
    display: block;
    position: absolute;
    z-index: -1;
    opacity: 0;
    overflow: hidden;
}

.form__reviews_input input.review__rating {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 999px;
}

.innerPageWrap_unsubscribe {
    text-align: center;
}

.innerPageWrap_unsubscribe h1 {
    margin-bottom: 18px;
}

.innerPageWrap_unsubscribe .page__img_unsubscribe {
    width: 382px;
    height: 418px;
}

.innerPageWrap_unsubscribe .innerPageWrap__option {
    padding-top: 18px;
}

.innerPageWrap_unsubscribe .innerPageWrap__option .page__stdButton {
    width: 100%;
    margin-top: 0;
}

.innerPageWrap_unsubscribe .innerPageWrap__option label {
    display: none;
}

.innerPageWrap_unsubscribe .innerPageWrap__option p {
    font-weight: 600;
}

.innerPageWrap_unsubscribe .innerPageWrap__divider hr {
    vertical-align: middle;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #e1e2e2;
    border-left-color: transparent;
    width: 9%;
    display: inline-block;
    margin: 18px 20px 20px;
}

.innerPageWrap_unsubscribe .innerPageWrap__divider span {
    color: #969696;
    font-size: 18px;
    line-height: 36px;
}

.innerPageWrap_unsubscribe .innerPageWrap__halfInputs {
    width: 320px;
    margin: 0 auto;
}

.innerPageWrap_thankyou p {
    text-align: center;
}

.innerPageWrap_unsubscribe input {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    border: 1px solid #e1e2e2;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    background-color: #fff;
    max-width: 700px;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.innerPageWrap_unsubscribe input.valid {
    border-color: #63c89b;
}

.innerPageWrap_unsubscribe input.error {
    border-color: #f51111;
}

.innerPageWrap_unsubscribe input:focus {
    border-color: #32ad76;
}

.innerPageWrap_unsubscribe input::-webkit-input-placeholder {
    color: #b1b1b1;
    font-size: 16px;
    font-family: "CeraGR", "Gill Sans", sans-serif;
}

.innerPageWrap_unsubscribe input[type="submit"] {
    background-color: #63c89b;
    border: none;
    color: #fff;
    height: 48px;
    line-height: 48px;
    padding: 0 44px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.innerPageWrap_unsubscribe input[type="submit"]:hover {
    background-color: #32ad76;
}

html[dir="rtl"] .app {
    text-align: right;
}

html[dir="rtl"] .main-app__icon-wrapper {
    margin-right: 0;
    margin-left: 30px;
}

html[dir="rtl"] .app__icon-wrapper {
    margin-right: 0;
    margin-left: 17px;
}

html[dir="rtl"] .main-app__controls-item:not(:last-child) {
    margin-right: 0;
    margin-left: 10px;   
}
html[dir="rtl"] .main-app__link--microsoft {
    padding-left: 11px;
    padding-right: 35px;
    background-position: right 10px center;
}
html[dir="rtl"] .main-app__link--download {
    padding-left: 20px;
    padding-right: 42px;
    background-position: right 15px center;
}

.archive__breadcrumbs {
    margin: 60px 0 20px;
}

.archive__title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 30px 0 50px;
    letter-spacing: -0.1px;
}

.archive .innerPageWrap {
    padding: 0;
}

.archive .apps {
    background: none;
}

.archive .main-apps {
    padding-bottom: 59px;
    border-bottom: 2px solid #d2dce4;
}

.archive .apps-category__title {
    font-size: 26px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 26px;
}

html[dir="rtl"] .archive .apps-category__title {
    text-align: right;
}

.archive .apps-category {
    padding-top: 44px;
}

.archive .apps-category:last-child {
    border: none;
    padding-bottom: 0;
}

html[dir="rtl"] .moreApp .moreApp__appItem .appItem__icon {
    margin-right: 0;
    margin-left: 30px;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-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: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-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: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-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: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-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: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-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-container-horizontal > .swiper-pagination-bullets,
.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: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    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-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-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;
    -o-transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-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-container-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;
    -o-transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-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;
    -o-transition: 0.2s transform, 0.2s right;
    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: #007aff;
    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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

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

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7 .ajax-loader {
    position: relative;
    top: 0;
    left: 14px;
    z-index: 1;
}

.popup .ajax-loader {
    top: -34px;
    left: 128px;
}

div.wpcf7-response-output {
    font-size: 16px;
    padding: 12px 24px !important;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    color: #f31616 !important;
    border: 1px solid #f51111 !important;
}

div.wpcf7-mail-sent-ok {
    color: #2a9e6a !important;
    border: 1px solid #68c897 !important;
}

@media screen and (min-width: 1200px) {
    .inner__form .inner__halfInputs .inner__label,
    .inner__form .inner__halfInputs .inner__label input,
    .inner__form .inner__halfInputs .inner__label select,
    .inner__form .inner__groupInputs .inner__label {
        max-width: none !important;
    }
    .inner__form .inner__label {
        width: 48% !important;
        margin-right: 2% !important;
        float: left !important;
        margin-bottom: 16px !important;
    }
    .inner__form .inner__submit {
        width: 48% !important;
        margin-right: 2% !important;
        margin-bottom: 0 !important;
        position: relative !important;
        top: -46px !important;
    }
    .inner__form .inner__groupInputs {
        width: 50% !important;
        float: left !important;
    }
    .inner__form .inner__groupInputs .inner__label {
        width: 100% !important;
        padding-right: 17px !important;
    }
    .inner__form .inner__centerInputs {
        text-align: center !important;
    }
    .popup .ajax-loader {
        top: -34px !important;
    }
}

@media screen and (max-width: 1110px) {
    .productBanner {
        padding-top: 200px !important;
        padding-bottom: 150px !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .productBanner .productBanner__cnt {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .productBanner .productBanner__cnt .productBanner__left {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 60px !important;
    }
    .productBanner .productBanner__cnt .productBanner__right {
        width: 100% !important;
        text-align: center !important;
    }
    .productBanner .productBanner__cnt .productBanner__right .productBanner__appInfo_cnt {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .productBanner .productBanner__cnt .productBanner__right .productBanner__icons_cnt {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .productBanner .productBanner__cnt .productBanner__right .productBanner__icon {
        margin: 0 0 20px !important;
    }
    .productBanner .productBanner__cnt .productBanner__right .productBanner__icon_mini {
        margin: 8px 8px 0 0 !important;
    }
    .productBanner .productBanner__cnt .productBanner__right .productBanner__text {
        max-width: 550px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: justify !important;
    }
    .productBanner .productBanner__cnt .productBanner__right .productBanner__btns {
        text-align: center !important;
    }
}

@media screen and (max-width: 1100px) {
    .mainPage__items {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .mainPage__items .mainPage__cnt .mainItem {
        width: 48.11321% !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .mainPage__items .mainPage__cnt .mainItem .mainItem__top .mainItem__icon {
        margin-right: 15px !important;
        min-width: 100px !important;
    }
    .mainPage__items .mainPage__cnt .mainItem .mainItem__top .mainItem__text {
        width: auto !important;
    }
    .mainPage__items .mainPage__cnt .mainItem .mainItem__btns a:last-child {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 1050px) {
    .header .header__cnt .header__right .social {
        margin-left: 0 !important;
    }
    .header .header__cnt .header__right .header__greenBtn {
        margin-left: 0 !important;
    }
    .keyFeatures .keyFeatures__items {
        width: 100% !important;
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .keyFeatures .keyFeatures__items .keyFeatures__item {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .keyFeatures .keyFeatures__items .keyFeatures__item .keyFeatures__icon {
        margin-bottom: 35px !important;
    }
}

@media screen and (max-width: 1020px) {
    .header {
        margin-bottom: -29px !important;
    }
    .header_gray {
        margin-bottom: -20px !important;
    }
    .header .header__cnt .header__left {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        width: 330px !important;
    }
    .header .header__cnt .header__left .header__logo {
        margin-bottom: 10px !important;
    }
    .header .header__cnt .header__middle {
      -ms-flex-align: start !important;
      -webkit-box-align: start !important;
      -webkit-align-items: start !important;
      align-items: start !important;
    }
    .header .header__cnt .header__right {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        width: 200px !important;
    }
    .header .header__cnt .header__right .social {
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        text-align: right !important;
        margin-bottom: 14px !important;
    }
    .welcome h1 {
        margin-bottom: 19px;
    }
}

@media screen and (max-width: 992px) {
    .whatIs {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .whatIs .whatIs__slider .swiper-container {
        width: auto !important;
        margin-left: 80px !important;
        margin-right: 80px !important;
    }
    .whatIs .whatIs__slider .swiper-container .swiper-wrapper .swiper-slide {
        width: 500px !important;
        height: auto !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .whatIs .whatIs__slider .swiper-container .swiper-wrapper .swiper-slide img {
        opacity: 1 !important;
    }
    .whatIs .whatIs__slider .swiper-button-next,
    .whatIs .whatIs__slider .swiper-button-prev {
        margin: 0 40px;
    }
    .whatIs .whatIs__about {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .whatIs .whatIs__about p {
        font-size: 16px !important;
    }
    .whatIs .whatIs__lists {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .whatIs .whatIs__lists .whatIs__listsLeft {
        margin-right: 40px !important;
    }
    .whatIs .whatIs__lists .whatIs__listsLeft ol li {
        font-size: 16px !important;
    }
    .whatIs .whatIs__lists .whatIs__listsRight ul li {
        font-size: 16px !important;
    }
    .footer .footer__cnt .footer__right a:not(:last-child) {
        margin-left: 4px;
        padding-left: 4px;
    }
}

@media screen and (max-width: 890px) {
    .mainPage__items .mainPage__cnt {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .mainPage__items .mainPage__cnt .mainItem {
        width: 100% !important;
        max-width: 600px !important;
        padding-top: 30px !important;
        height: 235px !important;
        margin-bottom: 20px !important;
    }
    .mainPage__items .mainPage__cnt .mainItem .mainItem__btns {
        text-align: center !important;
    }
    .mainPage__items .mainPage__cnt .mainItem_favorite:after {
        display: none !important;
    }
    .footer .footer__right {
        text-align: right !important;
    }
    .footer .footer__cnt .footer__right a {
        margin-left: 8px !important;
        margin-bottom: 10px !important;
    }
    .footer .footer__title {
        text-align: left !important;
    }
    .archPage .archItem {
        max-width: 600px !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        margin: 0 auto 20px !important;
    }
    .archPage .archItem .archItem__top {
        margin-bottom: 20px;
    }
    .moreApp .moreApp__cnt {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .moreApp .moreApp__appItem {
        flex: 0 1 100% !important;
        max-width: 600px !important;
    }
}

@media screen and (max-width: 768px) {
    body {
        background-image: none !important;
    }
}

@media (max-width: 768px) {
    .animated {
        -o-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        animation: none !important;
    }
}

@media (max-width: 750px) {
    .wr_btn {
        bottom: 150px !important;
    }
    .footer {
        padding-top: 56px !important;
        padding-bottom: 44px !important;
    }
    .footer .footer__cnt {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        text-align: center !important;
    }
    .footer__cnt_top {
        margin-bottom: 30px !important;
        padding-bottom: 10px !important;
    }
    .footer .footer__cnt .footer__middle,
    .footer .footer__cnt .footer__right {
        width: 50%;
    }
    .footer .footer__cnt .footer__left {
        width: 100%;
    }
    .footer .footer__cnt .footer__middle {
        text-align: center !important;
    }
    .footer .footer__cnt .footer__right {
        text-align: center !important;
    }
    .footer .footer__cnt_top .footer__middle {
        margin-bottom: 30px;
    }
    .footer .footer__cnt_top .footer__right {
        margin-bottom: 20px;
    }
    .footer .footer__cnt_btm .footer__left {
        margin-bottom: 40px;
    }
    .footer .footer__cnt .footer__left a {
        padding-top: 16px;
    }
    .footer .footer__title {
        text-align: center !important;
    }
    .footer .footer__subscribe {
        margin-bottom: 30px;
    }
    .footer .footer__subscribeField .subscribeField__input {
        max-width: 100%;
    }
    .footer .footer__subscribeField .subscribeField__button {
        color: transparent;
        font-size: 0;
        padding: 0 28px;
        /* background-image: url(assets/img/plane.svg) !important; */
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 490.67' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff'%3E%3Cpath d='m186.67 375.72v98.95a16 16 0 0 0 11 15.21 16.32 16.32 0 0 0 5 .79 16 16 0 0 0 12.88-6.53l57.88-78.76z'/%3E%3Cpath d='m505.28 3a16 16 0 0 0 -16.68-1.19l-480 250.67a16 16 0 0 0 2.22 29.33l133.44 45.61 284.18-243-219.91 264.96 223.64 76.43a16 16 0 0 0 21-12.78l58.66-394.66a16 16 0 0 0 -6.55-15.37z'/%3E%3C/g%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 32%;
    }
    .footer .mc4wp-response .mc4wp-alert p {
        margin: 0 !important;
    }
}

@media screen and (max-width: 700px) {
    .wrapper--index {
        background-image: none;
        background-color: #4f7cba;
    }
    .apps {
        padding-top: 40px;
        background-image: none;
        background-color: #e9f2f7;
    }
    .seo-text {
        background-color: #e9f2f7
    }
    .page .page__img {
        width: 100% !important;
        height: 280px !important;
        margin-top: 0 !important;
    }
    .page .innerPageWrap h1 {
        margin-top: 44px !important;
        margin-bottom: 16px !important;
    }
    .page .innerPageWrap h2 {
        font-size: 22px !important;
    }
    .page .innerPageWrap p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .page .innerPageWrap ul,
    .page .innerPageWrap ol {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .page.faq .innerPageWrap h2 {
        padding: 20px 0 !important;
        padding-right: 24px !important;
        padding-left: 0 !important;
    }
    .page.faq .innerPageWrap h2:after {
        top: 23px !important;
        right: 0 !important;
    }
    .page.faq .innerPageWrap h2.openQuestion + blockquote {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .page.faq .innerPageWrap ul,
    .page.faq .innerPageWrap ol {
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 600px) {
    body,
    html {
        font-size: 13px !important;
    }
    .whatIs {
        padding-top: 56px !important;
        padding-bottom: 70px !important;
    }
    .whatIs .whatIs__title {
        font-size: 28px !important;
    }
    .whatIs .whatIs__slider {
        margin-bottom: 11px !important;
    }
    .whatIs .whatIs__slider .swiper-container {
        padding: 22px 0 !important;
    }
    .whatIs .whatIs__slider .swiper-container .swiper-wrapper .swiper-slide {
        width: 240px !important;
    }
    .whatIs .whatIs__about {
        margin-bottom: 27px !important;
    }
    .whatIs .whatIs__about p {
        line-height: 26px !important;
    }
    .whatIs .whatIs__lists {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .whatIs .whatIs__lists .whatIs__listsLeft {
        margin-bottom: 30px !important;
        margin-right: 0 !important;
        margin-bottom: 18px !important;
    }
    .whatIs .whatIs__lists .whatIs__listsLeft ol {
        padding-left: 0 !important;
    }
    .whatIs .whatIs__lists .whatIs__listsLeft ol li {
        line-height: 26px !important;
        margin-bottom: 6px !important;
        list-style-position: inside !important;
    }
    .whatIs .whatIs__lists .whatIs__listsRight ul li {
        padding-left: 20px !important;
        position: relative !important;
        line-height: 26px !important;
        margin-bottom: 6px !important;
    }
    .whatIs .whatIs__lists .whatIs__listsRight ul li:before {
        width: 8px !important;
        height: 8px !important;
        position: absolute !important;
        left: 0 !important;
        top: 9px !important;
    }
    .whatIs .whatIs__lists h3 {
        margin-bottom: 11px !important;
    }
    .whatIs h3 {
        font-size: 22px !important;
        margin-bottom: 9px !important;
    }
}

@media screen and (max-width: 570px) {
    .header {
        background-color: #434956 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        position: relative !important;
        -webkit-transition: all 0.3s !important;
        -o-transition: all 0.3s !important;
        transition: all 0.3s !important;
        margin-bottom: 32px !important;
    }
    .header_gray {
        margin-bottom: -12px !important;
    }
    .header .header__cnt .header__left {
        width: 100% !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        height: 84px !important;
    }
    .header .header__cnt .header__left .header__logo {
        margin-bottom: 0 !important;
        margin-right: 0 !important;
        width: 169px !important;
        padding-top: 10px !important;
        min-width: auto !important;
        display: block !important;
    }
    .header .header__cnt .header__left .header__closeBtn {
        display: none !important;
    }
    .header .header__cnt .header__left .header__menuBtn {
        display: block !important;
        height: 31px !important;
        width: 24px !important;
        -webkit-border-radius: 3px !important;
        border-radius: 3px !important;
        position: relative !important;
        overflow: hidden !important;
        cursor: pointer !important;
    }
    .header .header__cnt .header__left .header__menuBtn .header__hambLine {
        background-color: #fff !important;
        height: 3px !important;
        width: 100% !important;
        display: block !important;
        margin: 5px auto !important;
        -webkit-transition: all 0.3s !important;
        -o-transition: all 0.3s !important;
        transition: all 0.3s !important;
    }
    .header
        .header__cnt
        .header__left
        .header__menuBtn
        .header__hambLine
        .header__hambLine:nth-child(2) {
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transition: all 0.3s !important;
        -o-transition: all 0.3s !important;
        transition: all 0.3s !important;
    }
    .header .header__cnt .header__left .header__menuBtn.active .header__hambLine {
        position: absolute !important;
        top: 11px !important;
        left: 4px !important;
        -webkit-transition: all 0.3s !important;
        -o-transition: all 0.3s !important;
        transition: all 0.3s !important;
    }
    .header .header__cnt .header__left .header__menuBtn.active .header__hambLine:nth-child(1) {
        -webkit-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
        transform: rotate(45deg) !important;
    }
    .header .header__cnt .header__left .header__menuBtn.active .header__hambLine:nth-child(2) {
        opacity: 0 !important;
        visibility: hidden !important;
    }
    .header .header__cnt .header__left .header__menuBtn.active .header__hambLine:nth-child(3) {
        -webkit-transform: rotate(-45deg) !important;
        -ms-transform: rotate(-45deg) !important;
        transform: rotate(-45deg) !important;
    }
    .header .header__cnt .header__left .header__menu {
        display: none !important;
    }
    .header .header__cnt .header__middle {
        display: none !important;
    }
    .header .header__cnt .header__right {
        display: none !important;
    }
    .header.header__openMenu {
        position: fixed !important;
        z-index: 100 !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        background-color: #434956 !important;
        margin-bottom: 0 !important;
    }
    .header.header__openMenu .header__closeBtn {
        position: fixed !important;
        z-index: 1 !important;
        right: 18px !important;
        top: 24px !important;
        display: block !important;
        height: 31px !important;
        width: 24px !important;
        -webkit-border-radius: 3px !important;
        border-radius: 3px !important;
        cursor: pointer !important;
    }
    .header.header__openMenu .header__closeBtn .header__closeBtnLine {
        background-color: #fff !important;
        height: 3px !important;
        width: 100% !important;
        display: block !important;
        margin: 5px auto !important;
        position: absolute !important;
        top: 11px !important;
        left: 0 !important;
    }
    .header.header__openMenu .header__closeBtn .header__closeBtnLine:nth-child(1) {
        -webkit-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
        transform: rotate(45deg) !important;
    }
    .header.header__openMenu .header__closeBtn .header__closeBtnLine:nth-child(2) {
        opacity: 0 !important;
        visibility: hidden !important;
        -webkit-transition: all 0.3s !important;
        -o-transition: all 0.3s !important;
        transition: all 0.3s !important;
    }
    .header.header__openMenu .header__closeBtn .header__closeBtnLine:nth-child(3) {
        -webkit-transform: rotate(-45deg) !important;
        -ms-transform: rotate(-45deg) !important;
        transform: rotate(-45deg) !important;
    }
    .header.header__openMenu .header__cnt {
        -webkit-flex-wrap: no-wrap !important;
        -ms-flex-wrap: no-wrap !important;
        flex-wrap: no-wrap !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        padding-top: 76px !important;
        padding-bottom: 76px !important;
        min-height: 100vh !important;
    }
    .header.header__openMenu .header__cnt .header__left {
        height: auto !important;
    }
    .header.header__openMenu .header__cnt .header__left .header__logo {
        display: none !important;
    }
    .header.header__openMenu .header__cnt .header__left .header__menuBtn {
        display: none !important;
    }
    .header.header__openMenu .header__cnt .header__left .header__menu {
        display: block !important;
        width: 100% !important;
        min-width: auto !important;
        text-align: center !important;
    }
    .header.header__openMenu .header__cnt .header__left .header__menu ul.nav {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .header.header__openMenu
        .header__cnt
        .header__left
        .header__menu
        ul.nav
        li.menu-item-has-children
        a:after {
        right: auto !important;
        left: -26px !important;
        -webkit-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important;
    }
    .header.header__openMenu
        .header__cnt
        .header__left
        .header__menu
        ul.nav
        li.menu-item-has-children_active
        a:after {
        -webkit-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
        transform: rotate(0) !important;
    }
    .header.header__openMenu .header__cnt .header__left .header__menu ul.nav > li {
        display: block !important;
        text-align: center !important;
        margin-right: 0 !important;
        margin-bottom: 24px !important;
    }
    .header.header__openMenu .header__cnt .header__left .header__menu ul.nav > li ul.sub-menu {
        background: 0 0 !important;
        opacity: 1 !important;
        visibility: visible;
        display: none;
        position: static !important;
        left: auto !important;
        top: auto !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
        padding-top: 20px !important;
        padding-bottom: 10px !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .header.header__openMenu
        .header__cnt
        .header__left
        .header__menu
        ul.nav
        > li
        ul.sub-menu:before {
        display: none !important;
    }
    .header.header__openMenu .header__cnt .header__left .header__menu ul.nav > li ul.sub-menu li {
        margin-bottom: 23px !important;
    }
    .header.header__openMenu
        .header__cnt
        .header__left
        .header__menu
        ul.nav
        > li
        ul.sub-menu
        li:last-child {
        margin-bottom: 0 !important;
    }
    .header.header__openMenu .header__cnt .header__left .header__menu ul.nav > li ul.sub-menu li a {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        color: #fff !important;
    }
    .header.header__openMenu
        .header__cnt
        .header__left
        .header__menu
        ul.nav
        > li
        ul.sub-menu
        li
        a:hover {
        background: 0 0 !important;
    }
    .header.header__openMenu .header__cnt .header__middle {
      display: block !important;
    }
    .header.header__openMenu .header__cnt .header__middle .switcher-lang {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-right: 11px;
      margin-bottom: 33px;
    }
    .header.header__openMenu .header__cnt .header__middle .switcher-lang .switcher-lang__text {
      font-size: 16px;
      font-weight: 600;
    }
    .header.header__openMenu .header__cnt .header__middle .switcher-popup {
      width: 150px;
      height: 240px;
      left: 50%;
      margin-left: -75px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      overflow-y: scroll;
    }
    .header.header__openMenu .header__cnt .header__middle .switcher-popup__list {
        display: block;
        columns: 1;
    }
    .header.header__openMenu .header__cnt .header__middle .switcher-popup .switcher-popup__langname {
      font-size: 14px;
      font-weight: 600;
    }
    .header.header__openMenu .header__cnt .header__right {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100% !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .header.header__openMenu .header__cnt .header__right .social {
        display: block !important;
        text-align: center !important;
        width: 100% !important;
        margin-bottom: 30px !important;
    }
    .header.header__openMenu .header__cnt .header__right .social .social__item_fb {
        margin-left: 0 !important;
    }
    .header.header__openMenu .header__cnt .header__right .header__greenBtn {
        width: 100% !important;
        -webkit-box-shadow: 0 6px 20px 0 rgba(14, 97, 54, 0.3) !important;
        box-shadow: 0 6px 20px 0 rgba(14, 97, 54, 0.3) !important;
    }
    .productBanner {
        padding-top: 143px !important;
        padding-bottom: 60px !important;
    }
    .productBanner .productBanner__cnt .productBanner__left {
        display: none !important;
    }
    .productBanner .productBanner__cnt .productBanner__right .productBanner__title {
        font-size: 28px !important;
        margin-bottom: 0 !important;
    }
    .productBanner .productBanner__cnt .productBanner__right .productBanner__appInfo {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }
    .productBanner .productBanner__cnt .productBanner__right .productBanner__icons_cnt {
        max-width: 240px !important;
        margin: 0 auto !important;
        padding-top: 0 !important;
    }
    .productBanner .productBanner__cnt .productBanner__right .productBanner__text {
        font-size: 16px !important;
        line-height: 24px !important;
        text-align: left !important;
        letter-spacing: -0.1px !important;
        margin-bottom: 35px !important;
    }
    .productBanner .productBanner__cnt .productBanner__right .productBanner__btns a {
        display: block !important;
        width: 100% !important;
    }
    .productBanner
        .productBanner__cnt
        .productBanner__right
        .productBanner__btns
        .productBanner__download {
        margin-bottom: 13px !important;
    }
    .whatIs .whatIs__title {
        margin-bottom: 20px;
    }
    .whatIs .whatIs__slider {
        display: none !important;
    }
    .howTo {
        display: block !important;
        padding-top: 60px;
        padding-bottom: 40px;
        background-color: #fafafc;
        padding-left: 20px;
        padding-right: 20px;
    }
    .howTo .howTo__item {
        color: #fff;
        padding: 20px;
        margin-bottom: 15px;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
        -webkit-border-radius: 10px !important;
        border-radius: 10px !important;
    }
    .howTo .howTo__item:nth-child(1) {
        background: #63c89b;
    }
    .howTo .howTo__item:nth-child(2) {
        background: #007cdc;
    }
    .howTo .howTo__item:nth-child(3) {
        background: #40a8f1;
    }
    .howTo .howTo__title {
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        letter-spacing: -0.2px;
        margin-bottom: 15px;
    }
    .howTo .howTo__itemNumber {
        font-size: 22px;
        line-height: 40px;
        width: 40px;
        height: 40px;
        text-align: center;
        background: #fff;
        font-weight: 700;
        letter-spacing: -0.2px;
        -webkit-border-radius: 2rem !important;
        border-radius: 2rem !important;
    }
    .howTo .howTo__item:nth-child(1) .howTo__itemNumber {
        color: #63c89b;
    }
    .howTo .howTo__item:nth-child(2) .howTo__itemNumber {
        color: #007cdc;
    }
    .howTo .howTo__item:nth-child(3) .howTo__itemNumber {
        color: #40a8f1;
    }
    .howTo .howTo__itemTitle {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .apps-category__desc {
        font-size: 14px;
    }
    .moreApp .moreApp__button {
        width: 100%;
    }
    .page .page__img {
        height: 220px !important;
    }
    .page .innerPageWrap h1 {
        margin-top: 32px !important;
    }
    .seo-text__desc h2,
    .seo-text__desc h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .seo-text__desc p,
    .seo-text__desc ul {
        font-size: 14px;
    }
    .footer .footer__cnt .footer__left,
    .footer .footer__cnt .footer__middle,
    .footer .footer__cnt .footer__right {
        width: 100%;
    }
}

@media screen and (max-width: 560px) {
    .reviews {
        padding-top: 55px !important;
        margin-bottom: 0 !important;
        padding-bottom: 60px !important;
    }
    .reviews .reviews__title {
        font-size: 28px !important;
        padding-bottom: 35px !important;
    }
    .reviews .reviews__rating {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        position: relative !important;
        border-bottom: none !important;
        padding-bottom: 32px !important;
    }
    .reviews .reviews__rating:after {
        display: block !important;
        width: 100vw !important;
        content: "" !important;
        height: 1px !important;
        background-color: #e1e2e2 !important;
        bottom: 0 !important;
        left: -20px !important;
        position: absolute !important;
    }
    .reviews .reviews__rating .reviews__left {
        margin-right: 0 !important;
        max-width: none !important;
        margin-bottom: 38px !important;
    }
    .reviews .reviews__rating .reviews__left .reviews__starsItem .reviews__line {
        max-width: none !important;
    }
    .reviews .reviews__rating .reviews__right .reviews__indicator {
        margin-bottom: 0 !important;
    }
    .reviews .reviews__rating .reviews__right .reviews__rateDescr {
        margin-top: 10px !important;
        font-size: 18px !important;
        line-height: 28px !important;
    }
    .reviews .reviews__rating .reviews__right .reviews__giveFeedback {
        margin-top: 20px !important;
    }
    .reviews .reviews__revItem {
        border-bottom: none !important;
        position: relative !important;
        display: block !important;
    }
    .reviews .reviews__revItem .reviews__revItemLeft {
        width: 100% !important;
        margin-bottom: 14px !important;
        padding-right: 0 !important;
    }
    .reviews .reviews__revItem .reviews__revItemLeft .reviews__revItemRate {
        margin-bottom: 16px !important;
    }
    .reviews .reviews__revItem .reviews__revItemLeft .reviews__revItemName {
        display: inline-block !important;
        width: 49% !important;
    }
    .reviews .reviews__revItem .reviews__revItemLeft .reviews__revItemDate {
        display: inline-block !important;
        width: 51% !important;
        text-align: right !important;
    }
    .reviews .reviews__revItem .reviews__revItemRight {
        width: 100% !important;
    }
    .reviews .reviews__revItem .reviews__revItemRight .reviews__revItemTitle {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
    .reviews .reviews__revItem .reviews__revItemRight .reviews__revItemText {
        font-size: 16px !important;
        line-height: 26px !important;
        letter-spacing: -0.1px !important;
    }
}

@media screen and (max-width: 502px) {
    .popup:before {
        display: none !important;
    }
    .popup__inner {
        margin: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
    }
    .popup__inner,
    .popup__form {
        width: 100% !important;
    }
    .footer {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 500px) {
    .inner__title,
    .archive__title {
        font-size: 28px !important;
    }
    .inner__text {
        font-size: 16px !important;
    }
    .footer .footer__cnt .footer__right p {
        white-space: normal !important;
    }
    .inner__form {
        padding-top: 30px !important;
    }
    .inner__form .inner__halfInputs {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .inner__form .inner__halfInputs label {
        max-width: none !important;
        width: 100% !important;
        display: block !important;
        margin-right: 0 !important;
    }
    .inner__form .inner__halfInputs label input,
    .inner__form .inner__halfInputs .inner__label select {
        max-width: none !important;
    }
    .inner__form .inner__label select {
        background-position: right 16px center !important;
    }
    .inner__form input[type="submit"] {
        width: 100% !important;
    }
    .inner__form div.wpcf7-response-output {
        margin: -30px 0 20px !important;
    }
    .page .donate__share p {
        width: 100% !important;
        margin: 12px 0 !important;
    }
    .page.donate .shareBtn {
        width: 53px !important;
    }
    .p404__cnt {
        top: 43% !important;
    }
    .p404__cnt .p404__digit {
        font-size: 100px !important;
    }
    .p404__cnt .p404__descr {
        font-size: 18px !important;
    }
    .archPage .archItem {
        text-align: center !important;
    }
    .archPage .archItem .archItem__top {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .archPage .archItem .archItem__top .archItem__icon {
        margin: 0 0 20px !important;
    }
    .archPage .archItem .archItem__btns {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .archPage .archItem .archItem__btns a {
        width: 100% !important;
        display: block !important;
        margin: 0 !important;
    }
    .archPage .archItem .archItem__btns .archItem__download {
        margin-bottom: 15px !important;
    }
    .moreApp .moreApp__appItem {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        text-align: center !important;
    }
    .moreApp .moreApp__appItem .appItem__icon {
        margin: 0 0 20px !important;
    }
}

@media screen and (max-width: 450px) {
    .mainPage__items .mainPage__cnt .mainItem {
        height: auto !important;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .mainPage__items .mainPage__cnt .mainItem .mainItem__top {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .mainPage__items .mainPage__cnt .mainItem .mainItem__top .mainItem__icon {
        margin-right: 0 !important;
        margin-bottom: 36px !important;
    }
    .mainPage__items .mainPage__cnt .mainItem .mainItem__top .mainItem__text .mainItem__title {
        text-align: center !important;
        font-size: 18px !important;
        margin-bottom: 7px !important;
    }
    .mainPage__items .mainPage__cnt .mainItem .mainItem__top .mainItem__text .mainItem__descr {
        font-size: 14px;
        line-height: 1.4;
        text-align: center !important;
    }
    .mainPage__items .mainPage__cnt .mainItem .mainItem__btns a {
        display: block !important;
    }
    .mainPage__items .mainPage__cnt .mainItem .mainItem__btns a:first-child {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }
    .footer .footer__cnt {
        font-size: 14px !important;
        text-align: left !important;
    }
    .footer .footer__cnt .footer__middle,
    .footer .footer__cnt .footer__right {
        text-align: left !important;
    }
    .footer .footer__cnt .footer__right a {
        width: 50%;
        float: left;
        margin-left: 0 !important;
    }
    .footer .footer__cnt_btm .footer__left {
        column-count: 2;
    }
    .footer .footer__cnt_btm .footer__left a {
        padding-top: 10px;
    }
    .footer .footer__title {
        text-align: left !important;
        margin-bottom: 14px !important;
    }
    .footer .footer__subscribeField .subscribeField__input {
        font-size: 14px !important;
        padding: 0 14px !important;
    }
    .footer .mc4wp-response .mc4wp-alert {
        padding-right: 32px;
        padding-left: 14px;
    }
    .archPage .archItem {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .archPage .archItem .archItem__top .archItem__text .archItem__title {
        font-size: 18px !important;
        margin-bottom: 7px !important;
    }
    .moreApp .moreApp__appItem .appItem__title {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 430px) {
    body,
    html {
        font-size: 12px !important;
    }
    .page.donate .donate__btn {
        width: 100% !important;
        max-width: none !important;
    }
    .page.donate .shareBtn {
        width: 30% !important;
        margin: 0 1.6% !important;
    }
    .popup__close {
        top: 24px !important;
    }
    .popup__title {
        font-size: 22px !important;
    }
    .popup__content {
        padding: 60px 20px 0 !important;
    }
}

@media screen and (max-width: 400px) {
    .keyFeatures {
        padding-top: 55px !important;
    }
    .keyFeatures .keyFeatures__title {
        font-size: 28px !important;
        margin-bottom: 31px !important;
    }
    .keyFeatures .keyFeatures__items .keyFeatures__item {
        margin-bottom: 32px !important;
    }
    .keyFeatures .keyFeatures__items .keyFeatures__item .keyFeatures__icon {
        margin-bottom: 25px !important;
    }
    .keyFeatures .keyFeatures__items .keyFeatures__item .keyFeatures__itemTitle {
        font-size: 22px !important;
        margin-bottom: 6px !important;
    }
    .keyFeatures .keyFeatures__items .keyFeatures__item .keyFeatures__text {
        font-size: 16px !important;
        line-height: 20px !important;
        width: 250px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .moreApp .moreApp__title {
        font-size: 28px !important;
        margin-bottom: 31px !important;
    }
    .footer .footer__cnt_btm .footer__left {
        column-count: 1;
    }
}

/* Redesign */

:root {
    --gray: #9d9c9c;
    --dark-gray: #383838;
    --green: #63c89c;
}

a {
    text-decoration: none;
}

.seo-text {
    padding-top: 60px;
    padding-bottom: 90px;
}

.seo-text__desc {
    color: #6f7c86;
    font-size: 16px;
    line-height: 24px;
}

.seo-text__desc b {
    font-weight: 700;
}

.seo-text__desc h2,
.seo-text__desc h3 {
    color: #383838;
    font-weight: 700;
    margin-bottom: 20px;
}

.seo-text__desc p {
    margin-bottom: 12px;
}

.seo-text__desc ul {
    list-style-type: disc;
    padding-left: 36px;
    margin-bottom: 12px;
}

.app__stars,
.main-app__stars {
    display: flex;
    margin-top: 6px;
}

.reviews__star {
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    /* background-image: url(./assets/img/star.svg); */
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 49 46.3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m49 18-14.8-4.2a1.78 1.78 0 0 1 -1.2-.9l-8.5-12.8-8.4 12.7a1.39 1.39 0 0 1 -1 .5l-15.1 4.7 9.6 12.1a1.49 1.49 0 0 1 .4 1.4l-1.3 14.9 14.8-5.4a3.41 3.41 0 0 1 2 0l14.8 5.3-1.3-14.8a1.79 1.79 0 0 1 .4-1.4z' fill='%2363c89c' transform='translate(0 -.1)'/%3E%3C/svg%3E");
}

html[dir="rtl"] .reviews__star {
    margin-left: 4px;
    margin-right: 0 !important;
}

.reviews__star_half {
    /* background-image: url(./assets/img/star_half.svg); */
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 49 46.3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m24.5 0-8.4 12.7a1.39 1.39 0 0 1 -1 .5l-15.1 4.7 9.6 12.1a1.49 1.49 0 0 1 .4 1.4l-1.3 14.9 14.8-5.4a3.32 3.32 0 0 1 1-.15z' fill='%2363c89c'/%3E%3Cpath d='m24.5 0 8.4 12.7a1.39 1.39 0 0 0 1 .5l15.1 4.7-9.6 12.1a1.49 1.49 0 0 0 -.4 1.4l1.3 14.9-14.8-5.4a3.22 3.22 0 0 0 -1-.15z' fill='%23e3e5e4'/%3E%3C/svg%3E");
}

html[dir="rtl"] .reviews__star_half {
    /* background-image: url(./assets/img/star_half_rtl.svg); */
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 49 46.3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m24.5 0-8.4 12.7a1.39 1.39 0 0 1 -1 .5l-15.1 4.7 9.6 12.1a1.49 1.49 0 0 1 .4 1.4l-1.3 14.9 14.8-5.4a3.32 3.32 0 0 1 1-.15z' fill='%23e3e5e4'/%3E%3Cpath d='m24.5 0 8.4 12.7a1.39 1.39 0 0 0 1 .5l15.1 4.7-9.6 12.1a1.49 1.49 0 0 0 -.4 1.4l1.3 14.9-14.8-5.4a3.22 3.22 0 0 0 -1-.15z' fill='%2363c89c'/%3E%3C/svg%3E");
}

.reviews__star_zero {
    /* background-image: url(./assets/img/star_zero.svg); */
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 49 46.3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m49 18-14.8-4.2a1.78 1.78 0 0 1 -1.2-.9l-8.5-12.8-8.4 12.7a1.39 1.39 0 0 1 -1 .5l-15.1 4.7 9.6 12.1a1.49 1.49 0 0 1 .4 1.4l-1.3 14.9 14.8-5.4a3.41 3.41 0 0 1 2 0l14.8 5.3-1.3-14.8a1.79 1.79 0 0 1 .4-1.4z' fill='%23e3e5e4' transform='translate(0 -.1)'/%3E%3C/svg%3E");
}

.app__stars .reviews__star {
    width: 13px;
    height: 13px;
}

html[dir="rtl"] .app__stars .reviews__star {
    margin-left: 0;
    margin-right: 0;
}

.wrapper--index {
    background-image: url("./assets/img/blue-bg.webp"), url("./assets/img/bg-footer.webp");
    background-position: center top, center bottom;
    background-repeat: no-repeat;
}

@media (min-width: 999px) and (max-width: 1199px) {
    .main-app__controls-item:not(:last-child) {
        margin-right: 5px;
    }
    .main-apps__list--multiple .main-app__controls-item {
        max-width: 30%;
    }
    .main-apps__list--multiple .main-app__controls-item:nth-child(3) {
        max-width: 40%;
    }
}

@media (max-width: 999px) {
    .main-app__title {
        width: 100%;
    }
    .main-app__icon-wrapper {
        display: none;
    }

    .main-app__icon {
        margin-right: 20px;
    }

    html[dir="rtl"] .main-app__icon {
        margin-right: 0;
        margin-left: 20px;
    }

    .main-app__header {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .main-app__controls-list {
        margin-top: 10px;
        flex-direction: column;
    }

    .main-app__controls-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }

    html[dir="rtl"] .main-app__controls-item:not(:last-child) {
        margin-left: 0;
    }

    .main-apps__list--multiple .main-app__controls-item {
        max-width: 100%;
    }

    .main-app__link {
        padding: 9px 40px 8px;
        font-size: 14px;
        font-weight: 700;
    }

    .main-app__link--microsoft {
        line-height: 24px;
        padding-top: 8px;
        padding-bottom: 7px;
        background-position: left 15px center;
    }
}

@media (max-width: 700px) {
    .header {
        margin-bottom: 30px;
    }
}

@media (max-width: 570px) {
    .footer__right a {
        font-size: 12px;
    }

    .footer__left p,
    .footer__left span {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
}
