@font-face {
    font-family: 'Sofia Pro';
    src: url('../fonts/SofiaPro-Light.woff2') format('woff2'),
    url('../fonts/SofiaPro-Light.woff') format('woff'),
    url('../fonts/SofiaPro-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('../fonts/SofiaPro.woff2') format('woff2'),
    url('../fonts/SofiaPro.woff') format('woff'),
    url('../fonts/SofiaPro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('../fonts/SofiaPro-SemiBold.woff2') format('woff2'),
    url('../fonts/SofiaPro-SemiBold.woff') format('woff'),
    url('../fonts/SofiaPro-SemiBold.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('../fonts/SofiaPro-Bold.woff2') format('woff2'),
    url('../fonts/SofiaPro-Bold.woff') format('woff'),
    url('../fonts/SofiaPro-Bold.ttf') format('truetype');
    font-weight: 700;
}
body {
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #323330;
    background: #FAFAFA;
}
main {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
header {
    font-size: 16px;
    padding: 26px 0;
    color: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
img {
    max-width: 100%;
    height: auto;
}
.stickytop {
    background: #323330;
}
.dark-header {
    background: #323330;
}
a,
a path {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a {
    outline: none !important;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.z-1 {
    z-index: 1;
}
header ul li a,
.header__language-link,
header.white-header ul li a,
.white-header .header__language-link {
    color: #ffffff;
}
header ul li:hover a,
.header__language-link:hover,
.header__language-link.open,
header.white-header ul li:hover a,
.white-header .header__language-link:hover,
.white-header .header__language-link.open {
    text-decoration: none;
    color: #69AF81;
}
.header__language-link:hover path,
.header__language-link.open path {
    stroke: #69AF81;
}
.header__language-link img {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.header__language-link svg {
    margin-left: 7px;
}
.header__btn-sm {
    display: none;
    max-width: 20px;
}
.header__btn-sm span {
    width: 20px;
    margin-bottom: 5px;
    height: 2px;
    background: #ffffff;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    top: 0;
    position: relative;
    display: inline-block;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.white-header .header__btn-sm span {
    background: #323330;
}
.header__btn-sm span:nth-child(2) {
    width: 15px;
}
.header__btn-sm span:last-child {
    margin-bottom: 0;
}
.header__btn-sm.open span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}
.header__btn-sm.open span:nth-child(2) {
    opacity: 0;
}
.header__btn-sm.open span:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -7px;
}
.header__language-dropdown {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    width: 150px;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.header__language-dropdown li a {
    padding: 5px 10px;
    background: transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
    display: inline-block;
    color: #323330;
}
.header__language-dropdown li:hover a,
.white-header .header__language-dropdown li:hover a {
    background: #69AF81;
    color: #ffffff;
}
.header__language-dropdown li:first-child a {
    padding-top: 10px;
}
.header__language-dropdown li:last-child a {
    padding-bottom: 10px;
}
.header__language-dropdown.open {
    opacity: 1;
    visibility: visible;
}
.header__nav li {
    margin-right: 60px;
}
.hero,
.hero__row {
    height: 760px;
}
.hero {
    background: #323330;
    overflow: hidden;
    margin-bottom: 99px;
}
.hero__about {
    padding-top: 90px;
    z-index: 2;
}
h1, .h1 {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 17px;
}
.btn {
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.hero__subtitle {
    color: rgba(255, 255, 255, 0.5);
    padding-right: 50px;
    margin-bottom: 39px;
}
.btn-main {
    background: #FFC857;
    border-radius: 6px;
    color: #323330;
    padding: 12px 34px;
}
.btn-main:hover {
    background: #e3ad56;
}
.btn-app svg {
    margin-right: 14px;
}
.btn-app {
    border: 1px solid #9C9C9C;
    background: transparent;
    border-radius: 6px;
    color: #9C9C9C;
    margin-left: 5px;
    padding: 12px 21px 12px 14px;
    letter-spacing: 0.3px;
}
.btn-app:hover {
    background: #e3ad56;
    border-color: #e3ad56;
    color: #323330;
}
.btn-app:hover path {
    fill: #323330;
}
.hero__browsers {
    padding-top: 30px;
}
.hero__browsers li {
    margin-right: 12px;
}
.hero__browsers li:last-child {
    margin-right: 0;
}
.hero__image img {
    position: relative;
    top: 29px;
    right: 51px;
    z-index: 1;
}
.small-cards__card-box {
    font-size: 16px;
    background: #ECF3EE;
    border-radius: 16px;
    padding: 48px 30px;
    height: 100%;
}
.small-cards__card-image {
    margin-bottom: 18px;
    min-height: 48px;
}
.small-cards__card-image img {
    max-width: 48px;
    max-height: 48px;
}
h2, .h2 {
    font-size: 36px;
    font-weight: 700;
    color: #323330;
    margin-bottom: 21px;
}
.small-cards {
    margin-bottom: 98px;
}
.about__image {
    margin-bottom: 23px;
}
.about__star-bg {
    position: absolute;
    right: -109px;
    top: 50px;
    z-index:10;
}
.hero__mask,
.banner__bg,
.question__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.question__bg {
    height: 400px;
    top: 244px;
    z-index: -1;
}
.banner__bg {
    height: 510px;
    top: -140px;
    z-index: -1;
}
.big-cards__card-image {
    width: 100px;
    height: 100px;
    background: rgba(105, 175, 129, 0.1);
    border-radius: 16px;
    margin-bottom: 50px;
}
.big-cards__card-image img {
    max-width: 60px;
    max-height: 60px;
}
.review-cards__card-box,
.big-cards__card-box {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 32px rgba(54, 99, 69, 0.1);
    box-shadow: 0px 2px 32px rgba(54, 99, 69, 0.1);
    border-radius: 16px;
    padding: 71px 37px 55px;
    height: 100%;
}
.about {
    margin-bottom: 81px;
}
.review-cards__card-title,
.big-cards__card-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}
.review-cards__card-subtitle,
.big-cards__card-subtitle {
    line-height: 1.7;
}
.big-cards__card {
    margin-bottom: 59px;
}
.big-cards .btn-main {
    letter-spacing: 0.3px;
    padding: 12px 25px;
}
.big-cards:before,
.hero-download:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 540px;
    background: url(../images/big-cards__bg.png) center no-repeat;
    z-index: -1;
    background-size: cover;
}
.big-cards:before {
    content: none;
}
.big-cards {
    padding-bottom: 120px;
    margin-bottom: 121px;
}
.review-cards h2 {
    margin-bottom: 41px;
}
.review-cards__card-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 29px 37px 75px;
    position: relative;
}
.review-cards__card-image {
    overflow: hidden;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-bottom: 42px;
}
.review-cards__card-box:after {
    position: absolute;
    content: '';
    left: calc(50% - 15px);
    bottom: 31px;
    width: 30px;
    height: 24px;
    background: url(../images/swiper-decor.svg) no-repeat;
}
.after-none:after {
    content: none !important;
}
.swiper-button-next,
.swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../images/swiper-arrow.svg) center no-repeat #F2F2EE;
    left: -81px;
    -webkit-transform: translate(0, -30px) rotate(0);
    -ms-transform: translate(0, -30px) rotate(0);
    transform: translate(0, -30px) rotate(0);
    margin-top: 0;
    outline: none !important;
}
.swiper-button-next {
    -webkit-transform: translate(0, -30px) rotate(180deg);
    -ms-transform: translate(0, -30px) rotate(180deg);
    transform: translate(0, -30px) rotate(180deg);
    left: auto;
    right: -81px;
}
.banner__box {
    background: #323330;
    border-radius: 16px;
    overflow: hidden;
    padding: 40px;
}
.banner__title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    max-width: 585px;
    letter-spacing: -0.1px;
    line-height: 1.3;
    margin-bottom: 27px;
}
.banner__title span {
    background: -o-linear-gradient(left, #72D795 -7.24%, #FFD277 103.19%);
    background: -webkit-gradient(linear, left top, right top, color-stop(-7.24%, #72D795), color-stop(103.19%, #FFD277));
    background: linear-gradient(90deg, #72D795 -7.24%, #FFD277 103.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.review-cards {
    margin-bottom: 69px;
}
.banner__box .btn-main {
    padding: 12px 26px 12px 14px;
    letter-spacing: 0.3px;
}
.banner__box .btn-main svg {
    margin-right: 18px;
}
.banner__image-bg {
    position: absolute;
    right: -237px;
    top: -211px;
}
.qustions .card-header {
    background: transparent;
    padding: 0;
    border: none;
}
.qustions h2 {
    margin-bottom: 38px;
}
.qustions .card {
    border-right: none;
    border-left: none;
    background: transparent;
    padding: 19px 0 14px;
}
.banner {
    margin-bottom: 101px;
}
.qustions .btn-link {
    font-size: 20px;
    font-weight: 600;
    color: #323330;
    padding: 14px 40px 14px 0;
    position: relative;
}
.qustions .btn-link:focus,
.qustions .btn-link:hover {
    text-decoration: none;
}
.qustions .btn-link:after,
.qustions .btn-link:before {
    position: absolute;
    content: '';
    width: 19px;
    height: 2px;
    background: #323330;
    right: 5px;
    top: 24px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.qustions .collapsed.btn-link:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.qustions .btn-link:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.qustions .card-body {
    padding: 0 0 15px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7;
}
.qustions {
    padding-bottom: 119px;
}
footer {
    background: #F5F5F2;
    font-size: 16px;
    color: #9C9C9C;
    padding: 27px 0;
    position: relative;
}
.footer__nav {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 28px;
}
.footer__nav a,
.footer__nav a:hover {
    margin-right: 37px;
    color: #9C9C9C;
}
.footer__nav a:last-child {
    margin-right: 0;
}
main {
    position: relative;
}
.review-cards-box.container {
    padding: 0;
}
.cardsSwiper {
    padding: 20px 10px 50px;
}
.cardsSwiper .swiper-slide {
    height: auto;
}
.banner__about {
    position: relative;
    z-index: 1;
}
.header__logo-sm {
    display: none;
}
.white-header {
    background: #ffffff;
}
header.white-header ul li a,
.white-header .header__language-link {
    color: #323330;
}
.hero-download__box {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 32px rgba(54, 99, 69, 0.1);
    box-shadow: 0px 2px 32px rgba(54, 99, 69, 0.1);
    border-radius: 16px;
    max-width: 940px;
    margin: 0 auto;
    padding: 50px 15px 30px;
}
.hero-download:before {
    top: 0;
    bottom: auto;
}
.hero-download {
    padding-top: 178px;
    margin-bottom: 99px;
}
.hero-download__access {
    text-transform: uppercase;
    color: #69AF81;
    font-size: 14px;
    margin-bottom: 12px;
}
.hero-download__name-video {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 31px;
}
.hero-download__data {
    background: #F5F5F2;
    border-radius: 6px;
    flex:0 0 auto;
    max-width: 100%;
    margin:0 auto 29px;
    color: #2E2E2D;
    font-size: 16px;
    padding: 9px 10px;
}
.hero-download__data div {
    padding: 4px 10px;
    text-align: center;
}
.hero-download__data div:nth-child(2) {
    border-right: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    min-width: 160px;
}
.hero-download__data div:last-child,
.hero-download__data div:first-child {
    min-width: 120px;
}
.hero-download .btn-main {
    padding: 14px 40px;
    margin-bottom: 26px;
}
.hero-download__banner {
    background: #323330;
    border-radius: 8px;
    max-width: 820px;
    margin: 0 auto 40px;
    padding: 30px 40px 30px 25px;
    overflow: hidden;
}
.hero-download__banner:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -o-linear-gradient(357.11deg, #323330 58.31%, rgba(50, 51, 48, 0.3) 99.94%);
    background: linear-gradient(92.89deg, #323330 58.31%, rgba(50, 51, 48, 0.3) 99.94%);
}
.hero-download .banner__title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    max-width: 366px;
    text-align: left;
    letter-spacing: 0;
}
.hero-download__banner img {
    margin-right: 20px;
}
.btn-banner {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 7px 33px;
    letter-spacing: -0.3px;
    z-index: 2;
}
.btn-banner:hover {
    background: #bcbcbc;
}
.hero-download__alert {
    font-size: 14px;
    color: #2E2E2D;
    background: #F5F5F2;
    border-radius: 4px;
    max-width: 483px;
    margin: 0 auto;
    padding: 9px;
}
.hero-download__alert img {
    margin-right: 7px;
}
.download-question-bg {
    position: absolute;
    top: -220px;
    left: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    z-index: -1;
}
.hero-download__banner .banner__image-bg {
    z-index: 0;
}
.hero-download__banner-about {
    z-index: 2;
}
.cardsSwiper .swiper-pagination-bullet {
    background: #cacac6;
}
.cardsSwiper .swiper-pagination-bullet-active {
    background: #323330;
}
.cardsSwiper .swiper-pagination {
    bottom: -5px;
    display: none;
}
.top-header {
    padding:10px 0;
    border-bottom: 1px solid #69af81;
}
.header__language img {
    max-height: 20px;
    max-width: 20px;
}
/*.anim {*/
    /*visibility: hidden;*/
    /*transform: translate(0, 200px);*/
/*}*/
.leaf-big,
.leaf-small,
.star-big,
.star-secondary,
.star-small,
.liana-green,
.liana-transparent,
.wood-big,
.wood-secondary,
.yellow-star,
.bush-transparent,
.cactus,
.bush,
.banner-leaf,
.banner-liana,
.banner-star,
.questions-leaf,
.questions-star {
    position: absolute;
}
.leaf-big {
    left: -3px;
    top: 0;
}
.leaf-small {
    right: 100px;
    bottom: 219px;
}
.star-big {
    top: 110px;
    left: 50%;
}
.star-secondary {
    left: 210px;
    bottom: 60px;
}
.star-small {
    right: 246px;
    bottom: 80px;
}
.liana-green {
    top: -130px;
    right: 70px;
}
.liana-transparent {
    top: -20px;
    right: 130px;
}
.green-background {
    background: #69AF81;
    position: absolute;
    height:540px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}
.yellow-star {
    left: 160px;
    top: 174px;
}
.bush-transparent {
    bottom: -33px;
    left: 410px;
}
.cactus {
    bottom: 0;
    left: 140px;
}
.bush {
    bottom: -51px;
    right: 60px;
}
.wood-secondary {
    bottom: 0;
    right: 330px;
}
.banner-leaf {
    top: -100px;
    left: 0;
}
.banner-liana {
    right: 0;
    bottom: -90px;
}
.banner-star {
    right: 70px;
    top: 0;
}
.questions-leaf {
    right: -10px;
    bottom: 80px;
    z-index: -1;
}
.questions-star {
    left: 210px;
    bottom: 110px;
}
.hero-download:before {
    content: none;
}
.hero-download .green-background {
    top: 0;
}
.hero-download .bush {
    right: 20px;
}
.small-cards .banner-liana {
    z-index: -1;
    bottom: -115px;
}
.small-cards .banner-star,
.small-cards .banner-leaf {
    z-index: -1;
}
@media (max-width: 1370px) {
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
    .cardsSwiper .swiper-pagination {
        display: block;
    }
}
@media (max-width: 1199px) {
    .hero__image img {
        right: 170px;
    }
    .big-cards__card-box {
        padding: 30px;
    }
    .big-cards {
        margin-bottom: 70px;
        padding-bottom: 70px;
    }
    .cardsSwiper .swiper-slide-active .review-cards__card-box,
    .cardsSwiper .swiper-slide-next .review-cards__card-box {
        -webkit-box-shadow: 0px 2px 14px rgba(177, 177, 154, 0.12);
        box-shadow: 0px 2px 14px rgba(177, 177, 154, 0.12);
    }
    .review-cards-box.container {
        overflow: hidden;
        padding: 0;
    }
}
@media (max-width: 991px) {
    .header__nav li {
        margin-right: 30px;
    }
    .hero, .hero__row {
        height: 100%;
    }
    .hero__image img {
        right: 0;
        top: 0;
    }
    .hero,
    .small-cards,
    .about,
    .review-cards,
    .banner {
        margin-bottom: 50px;
    }
    .small-cards__card {
        margin-bottom: 20px;
    }
    .big-cards:before {
        height: calc(100% + 25px);
        top: -25px;
        background: #69AF81;
    }
    .banner__about {
        text-align: center;
    }
    .banner__title {
        max-width: 100%;
    }
    .big-cards {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .big-cards__card {
        margin-bottom: 20px;
    }
    .review-cards h2 {
        margin-bottom: 20px;
    }
    .qustions {
        padding-bottom: 50px;
    }
    .hero__subtitle {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .hero-download {
        padding-top: 136px;
        margin-bottom: 50px;
    }
    .banner__image-bg {
        opacity: .4;
    }
    .hero__about {
        padding-top: 150px;
    }
}
@media (max-width: 767px) {
    .header__btn-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        margin-left: 20px;
    }
    .header__nav,
    .header__language-dropdown {
        opacity: 0;
        position: absolute;
        top: calc(100% + 1px);
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        background: #323330;
        right: 0;
        width: 100%;
        overflow: hidden;
        visibility: hidden;
        border-bottom: 1px solid #69af81;
        border-radius: 0;
    }
    .white-header .header__nav,
    .white-header .header__language-dropdown {
        background: #ffffff;
    }
    header {
        border-bottom: 1px solid transparent;
    }
    .header__nav.open {
        opacity: 1;
        visibility: visible;
    }
    .header__nav li {
        margin-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .header__nav li a {
        color: #ffffff;
        display: block;
        padding: 10px 15px;
        text-align: left;
    }
    .header__language-dropdown li a {
        padding:10px 15px;
    }
    .header__nav li a:hover,
    .white-header .header__nav li a:hover {
        background: #69AF81;
        color: #fff;
    }
    .header__nav li:first-child a,
    .header__language-dropdown li:first-child a {
        padding-top: 15px;
    }
    .header__nav li:last-child a,
    .header__language-dropdown li:last-child a {
        padding-bottom: 15px;
    }
    h1, .h1 {
        font-size: 36px;
    }
    .hero__image img {
        width: 100%;
    }
    h2, .h2 {
        font-size: 26px;
    }
    .big-cards__card-image {
        margin-bottom: 20px;
    }
    .footer__nav {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__copyright,
    .footer__nav,
    .footer__nav a,
    .footer__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .footer__copyright,
    .footer__nav {
        margin-bottom: 0;
    }
    .hero-download__banner img {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .hero-download .banner__title {
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .hero-download__banner-about {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .btn-banner {
        margin: 0 auto;
    }
    .hero-download__banner-image {
        width: 100%;
        justify-content: center;
    }
    .header__language-dropdown li a {
        color: #ffffff;
    }
}
@media (max-width: 575px) {
    .small-cards__card-box {
        padding: 20px;
    }
    .small-cards {
        margin-bottom: 30px;
    }
    .cardsSwiper {
        padding: 20px 15px;
    }
    .swiper-button-prev {
        left: 15px;
    }
    .swiper-button-next {
        right: 15px;
    }
    .hero-download__data div:nth-child(2),
    .hero-download__data div:last-child,
    .hero-download__data div:first-child {
        min-width: 1px;
    }
    .hero-download__banner {
        padding: 20px;
    }
    .review-cards__card-box {
        background: transparent;
        padding:0 0 75px;
    }
    .cardsSwiper .swiper-slide-active .review-cards__card-box,
    .cardsSwiper .swiper-slide-next .review-cards__card-box {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .hero-download__data {
        padding:9px 0;
    }
}
@media (max-width: 400px) {
    .hero .btn-main {
        margin-bottom: 20px;
    }
    .header__logo-sm {
        display: block;
    }
    .header__logo-md {
        display: none;
    }
}
@media (min-width: 576px) {
    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        padding-right: 10px;
        padding-left: 10px;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
        padding-right: 10px;
        padding-left: 10px;
    }
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media (min-width: 768px) {
    .header__language {
        position: relative;
    }
}
@media (min-width: 992px) {
    .header__nav li:last-child {
        margin-right: 81px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    .cardsSwiper .swiper-slide-active .review-cards__card-box,
    .cardsSwiper .swiper-slide-next .review-cards__card-box,
    .cardsSwiper .swiper-slide-next + .swiper-slide .review-cards__card-box {
        -webkit-box-shadow: 0px 2px 14px rgba(177, 177, 154, 0.12);
        box-shadow: 0px 2px 14px rgba(177, 177, 154, 0.12);
    }
}

.subpage{position: relative;}
.subpage .ads-left{width: 160px; height: 600px; position: absolute; left: -175px; top: 0;}
.subpage .ads-right{width: 160px; height: 600px; position: absolute; right: -175px; top: 0;}
.subpage .ads1{margin:auto auto 30px auto;}
.subpage .video-info{width: 100%; height: auto; margin: auto; position: relative; float: left;}
.subpage .video-info .inset{width: 100%; height: auto; margin: auto; position: relative; z-index: 1;}
.subpage .video-info .inset.close{filter: blur(8px); -webkit-filter: blur(8px);}
.subpage h1{font-size: 26px; color: #2E2E2D; text-align: center; margin-bottom: 50px; font-weight: 600;}
.subpage .progress{height: 30px; background: rgb(221,221,221); background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(234,234,234,1) 100%); background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(234,234,234,1) 100%); background: linear-gradient(to bottom,  rgba(221,221,221,1) 0%,rgba(234,234,234,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#eaeaea',GradientType=0 ); border-radius: 30px;}
.subpage .progress-bar-animated{font-size: 18px; font-weight: bolder;}
.subpage .info{text-align: center; margin-bottom: 40px; margin-top: 30px;}
.subpage .info div{display: inline-block; background: #F7F7F7; border-radius: 25px;}
.subpage .info div span{display: block; float: left; font-weight: 500; padding:0px 35px; height: 34px; line-height: 34px; margin-top: 8px; margin-bottom: 8px; border-right: 1px solid #E8E8E8;}
.subpage .info div span:last-child{border-right: 0;}
.subpage .download-btn.a-secondary{background: #CECECE;}
.subpage .notice{margin-top: 50px; margin-bottom: 25px;}
.subpage .notice div{display: inline-block; background: #F7F7F7; border-radius: 25px; height: 50px; border: 25px; line-height: 50px; padding: 0px 40px;}
.subpage .notice div svg{margin-right: 7px; position: relative; top:-4px;}
.subpage .popnotice{position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 2; text-align: center; height: 100%;}
.subpage .popnotice h2{font-size: 26px; font-weight: 500; color: #2E2E2D; margin:25px auto;}

.subpage .popnotice a{height: 50px; line-height: 50px; font-weight: bold; display: inline-block; padding: 0px 40px; border-radius: 26px; background: #1AA7F4; box-shadow: 0px 3px 25px rgba(38, 165, 244, 0.5); color: #fff; font-size: 16px; margin-bottom:20px;}
.subpage .popnotice .browsers img{margin:0px 5px; filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: gray; -webkit-filter: grayscale(100%);}
.subpage .popnotice .browsers img:first-child{filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); -webkit-filter: grayscale(0%);}
.subpage .extension{width:100%; height: auto; margin: auto; text-align: center;}
.subpage .extension h3{font-size:26px; font-weight: 600; margin-top: 30px; margin-bottom: 10px;}
.subpage .extension h3.success{color:#219D59;}
.subpage .extension h3.danger{color:#CC3232;}
.subpage .extension p{font-size: 20px; line-height: 36px; color: #2E2E2D; margin-bottom: 90px; font-weight: 300;}
.subpage .extension p a{color:#1AA7F4; text-decoration: underline;}
.subpage-box .box .inner{width:100%; border-radius: 20px; background: #fff; box-shadow: 0px 3px 20px rgba(0,0,0,.08); float: left;}
.subpage-box .box .icon{width: 100px; height: 100px; border-radius: 100%; margin:50px auto 20px auto; text-align: center; line-height: 100px;}
.subpage-box .box:nth-child(1) .icon{background: #E9F9FF;}
.subpage-box .box:nth-child(2) .icon{background: #FFF8CF;}
.subpage-box .box:nth-child(3) .icon{background: #E0FFED;}
.subpage-box .box:nth-child(4) .icon{background: #E1E4FF;}
.subpage-box p{margin:auto auto 40px auto; font-size: 16px; color: #2E2E2D; text-align: center; width: 70%; font-weight: 500;}
.subpage-box{margin-top: 50px; margin-bottom: 50px;}
.subpage .default-page h1{margin-bottom: 0; text-align: left;}

@media screen and (max-width:1024px){
    .subpage .ads-left, .subpage .ads-right{display: none;}
    .subpage-box p{width: 80%;}

}
@media screen and (max-width:996px){
    .subpage-box p{width:90%; font-size: 14px;}
}
@media screen and (max-width:667px){
    .subpage .notice div{height: auto; padding: 15px; line-height: normal;}
    .subpage-box .row{margin-left: 0; margin-right: 0;}
    .subpage .extension p{font-size: 16px;}
    .subpage .extension p br{display:none;}
}