@font-face {
    font-family: 'PT Root UI';
    src: url("../fonts/PTRootUI-Regular.eot");
    src: url("../fonts/PTRootUI-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PTRootUI-Regular.woff2") format("woff2"), url("../fonts/PTRootUI-Regular.woff") format("woff"), url("../fonts/PTRootUI-Regular.ttf") format("truetype"), url("../fonts/PTRootUI-Regular.svg#PTRootUI-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Root UI';
    src: url("../fonts/PTRootUI-Bold.eot");
    src: url("../fonts/PTRootUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PTRootUI-Bold.woff2") format("woff2"), url("../fonts/PTRootUI-Bold.woff") format("woff"), url("../fonts/PTRootUI-Bold.ttf") format("truetype"), url("../fonts/PTRootUI-Bold.svg#PTRootUI-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Root UI';
    src: url("../fonts/PTRootUI-Medium.eot");
    src: url("../fonts/PTRootUI-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/PTRootUI-Medium.woff2") format("woff2"), url("../fonts/PTRootUI-Medium.woff") format("woff"), url("../fonts/PTRootUI-Medium.ttf") format("truetype"), url("../fonts/PTRootUI-Medium.svg#PTRootUI-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

div, form, input, p, a, span {
    box-sizing: border-box;
}

ul, li, p {
    display: block;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

a, a:hover, button {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

a:hover {
    color: #B645EE;
}

button:active, button:focus, input:active, input:focus {
    outline: none !important;
    text-decoration: none !important;
}

button:hover {
    cursor: pointer;
}

section, footer, header {
    overflow: hidden;
}

:focus {
    outline: none !important;
}

.svg path {
    transition: all 0.5s ease-in-out;
}

button {
    border: none;
    background: transparent;
}

.btn {
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 232px;
    height: 90px;
    background-image: linear-gradient(180deg, #B645EE 0%, #9B26B6 50%, #B645EE 100%);
    border-radius: 46px;
    background-size: auto 200%;
    color: #fff;
    font-size: 24px;
    line-height: 150%;
    backface-visibility: hidden;
    padding: 0;
    position: relative;
}

.btn:hover {
    cursor: pointer;
    box-shadow: none;
    color: #fff;
    background-position: center bottom;
}

.btn:focus {
    box-shadow: 0 0 0 4px rgba(182, 69, 238, 0.25);
}

.btn.disabled {
    opacity: 0.5;
}

.btn-secondary {
    background: #E9FF64;
    color: #28334A;
    border: none;
}

.btn-secondary:hover {
    background: #DAF342;
    color: #28334A;
    border: none;
}

.btn-secondary:focus {
    box-shadow: 0 0 0 4px rgba(233, 255, 100, 0.5);
}

.row > [class^="col-"], .row > [class*=" col-"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.alert {
    display: flex;
    align-items: center;
    padding: 10px;
    z-index: 10;
}

.alert-primary {
    background: linear-gradient(180deg, #B645EE 0.56%, #9B26B6 100%);
    color: #fff;
    border: none;
    border-radius: 0;
}

.alert__flex {
    position: relative;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    justify-content: center;
}

.alert .btn-close {
    margin-left: auto;
    background: url(../img/alert-close.svg) no-repeat center center/cover;
    background-size: 15px;
    padding: 5px;
    opacity: 1;
    right: -8px;
}

.alert .btn-close:hover {
    transform: rotate(90deg);
}

.overflow-hidden {
    position: fixed;
    width: 100%;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}

@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1450px;
    }
}

@media screen and (max-width: 575px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-left: 20px;
        padding-right: 20px;
    }

    .alert {
        padding: 10px 5px;
    }

    .alert__flex {
        font-size: 12px;
        text-align: left;
        justify-content: flex-start;
    }

    .alert .btn-close {
        background-size: 12px;
        top: -3px;
    }

    .btn {
        font-size: 16px;
    }
}

body {
    background: #fff;
    font-size: 24px;
    font-family: "PT Root UI";
    color: #28334A;
    line-height: 150%;
    padding-top: 66px;
}

h1 {
    font-weight: bold;
    font-size: 72px;
    line-height: 120%;
}

h2 {
    font-weight: bold;
    font-size: 60px;
    line-height: 120%;
    margin-bottom: 60px;
}

h3 {
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
}

h4 {
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
}

h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
}

section {
    padding: 80px 0;
}

.text-middle {
    font-size: 20px;
    line-height: 150%;
}

.text-small {
    font-size: 14px;
    line-height: 140%;
}

.purple {
    color: #B645EE;
}

@media screen and (max-width: 1439px) {
    h1 {
        font-size: 60px;
    }

    .btn {
        font-size: 21px;
    }

    h2 {
        font-size: 48px;
    }

    h3 {
        font-size: 38px;
    }

    h4 {
        font-size: 28px;
    }

    body {
        font-size: 22px;
    }
}

@media screen and (max-width: 1199px) {
    h1 {
        font-size: 54px;
    }

    h2 {
        font-size: 48px;
        margin-bottom: 30px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 18px;
    }

    body {
        font-size: 18px;
        line-height: 140%;
    }

    .text-middle {
        font-size: 16px;
    }

    .text-small {
        font-size: 12px;
    }

    .btn {
        font-size: 18px;
    }

    section {
        padding: 60px 0;
    }
}

@media screen and (max-width: 575px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 28px;
        line-height: 110%;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 16px;
    }

    body {
        font-size: 16px;
    }

    .text-middle {
        font-size: 14px;
        line-height: 140%;
    }

    .text-small {
        font-size: 10px;
    }

    section {
        padding: 30px 0;
    }
}

.header {
    padding: 42px 0 80px;
    overflow: visible;
}

.header h1 {
    padding: 60px 0;
    border-top: 1px solid #DDDDDD;
}

.header h1 br {
    display: none;
}

.header h1:first-child {
    padding-top: 0;
    border-top: 0;
}

.header h1:last-child {
    padding-bottom: 0;
}

.header h1 .purple {
    color: #B645EE;
}

.header h1 .typed-text {
    color: #0062E0;
}

.header h1 .facebook em, .header h1 .facebook i {
    font-style: normal;
}

.header h1 .tiktok {
    color: #28334A;
}

.header h1 .tiktok em, .header h1 .tiktok i {
    font-style: normal;
}

.header h1 .tiktok_o {
    text-shadow: -2px 0 0 #00F7EB, 2px 0 0 #EE1C51;
}

.header h1 .google {
    color: #4285F4;
}

.header h1 .google em {
    color: #F4364C;
    font-style: normal;
}

.header h1 .google b {
    color: #FBBC05;
}

.header h1 .google i {
    color: #34A853;
    font-style: normal;
}

.header__person {
    border-radius: 60px;
    overflow: hidden;
    position: sticky;
    top: 76px;
}

.header__info {
    position: absolute;
    width: calc(100% - 60px);
    left: 30px;
    bottom: 30px;
    padding-top: 10px;
    border-top: 1px solid #fff;
    color: #fff;
}

.header__info h4 {
    margin-bottom: 10px;
}

.header__btn {
    width: 100%;
    height: 92px;
    margin-top: auto;
}

.header__content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.header__top {
    height: 100%;
}

.header__person img {
    width: 100%;
}

.header-demo-eng h1 br {
    display: block;
}

.header-without-video .header__box {
    text-align: center;
}

.header-without-video .header__box br {
    display: block;
}

.typed-cursor {
    opacity: 1;
}

.typed-cursor.typed-cursor--blink {
    animation: typedjsBlink .7s infinite;
}

@keyframes typedjsBlink {
    50% {
        background: transparent;
    }
}

.typed-cursor {
    position: relative;
    display: inline-block;
    background: #28334A;
    width: 1px;
    height: 1em;
    margin-left: .1em;
    margin-bottom: -.12em;
}

.typed-cursor:after {
    content: "";
    display: block;
    position: absolute;
    top: -.79em;
    left: 0;
    width: 1.17em;
    height: .8em;
    background-size: contain;
}

@media (max-width: 414px) {
    .typed-cursor {
        background: #050038;
    }

    .typed-cursor:after {
        display: none;
    }
}

.free {
    overflow: visible;
}

.free__content {
    border-radius: 30px;
    background: linear-gradient(180deg, #B645EE 0.56%, #9B26B6 100%);
    margin: 30px 0;
    padding: 30px;
    color: #fff;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.free__content.is--wide{
    padding: 60px;
}
.free h2 {
    margin-bottom: 30px;
}

.free__info {
    width: calc( 100% - 200px );
}
.free__title{
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
}
.free__btn {
    width: 100%;
    height: 92px;
}
.article__content .free__content img{
  max-width: 240px;
  margin: 0;
}
.free__btn .svg {
    margin-right: 15px;
}

.free__btn .free__arrow {
    margin-right: 0;
    margin-left: 10px;
}

.free__top {
    transition: all 0.5s ease-in-out;
}

.free__dop_btn {
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
}

.free__dop_btn:hover {
    height: 250px;
    background: linear-gradient(180deg, #B645EE 0.56%, #9B26B6 100%);
    color: #fff;
}

.free__dop_btn:hover:after {
    display: none;
}

.free__dop_btn:hover .free__hidden {
    opacity: 1;
    border-top: 1px solid #fff;
}

.free__dop_btn:hover .free__hidden a {
    height: 65px;
}

.free__dop_btn:hover .free__arrow {
    transform: rotate(180deg);
}

.free__hidden {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    border-top: 1px solid transparent;
    padding: 27px 30px;
    width: calc(100% - 125px);
}

.free__hidden a {
    height: 0;
    display: flex;
    color: #fff;
    overflow: hidden;
    justify-content: center;
    position: relative;
    width: max-content;
    margin: 0 auto;
}

.free__hidden a:after {
    display: block;
    content: '';
    position: absolute;
    transition: all 0.5s ease-in-out;
    width: 0;
    background: #fff;
    height: 1px;
    bottom: 30px;
    left: 0;
}

.free__hidden a:hover:after {
    width: 100%;
}

.free__arrow {
    transition: all 0.5s ease-in-out;
}

.free__top {
    padding: 27px 30px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.free__wrap {
    position: relative;
}

.free-chi .free__content {
    padding: 27px 60px;
}

.connect__link {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    padding: 30px;
    color: #28334A;
    display: block;
    height: 100%;
}

.connect__icon {
    margin-bottom: 30px;
}

.connect h4 {
    margin-bottom: 10px;
}

.connect__text {
    color: #888888;
}

@media screen and (max-width: 1199px) {
    .header {
        padding: 65px 0 60px;
    }

    .header__info h4 {
        font-size: 28px;
    }

    .header__btn {
        border-radius: 30px;
        height: 61px;
    }

    .header__btn span {
        padding: 0 60px;
    }

    .header__person_chi .header__info h4 {
        font-size: 24px;
    }

    .free__pic {
        max-width: 320px;
    }

    .free__dop_btn:hover {
        height: 60px;
    }

    .free__dop_btn:hover .free__arrow {
        transform: none;
    }

    .free__dop_btn:hover .free__hidden {
        opacity: 0;
        border-top: 1px solid transparent;
    }

    .free__dop_btn:hover .free__hidden a {
        height: 0;
    }

    .free__dop_btn.active {
        height: 170px;
    }

    .free__dop_btn.active .free__arrow {
        transform: rotate(180deg);
    }

    .free__dop_btn.active .free__hidden {
        opacity: 1;
        border-top: 1px solid #fff;
    }

    .free__dop_btn.active .free__hidden a {
        height: 40px;
    }

    .free__btn {
        height: 60px;
        border-radius: 31px;
    }

    .free__btn .svg {
        max-width: 18px;
    }

    .free__btn .svg.free__arrow {
        max-width: 8px;
    }

    .free__top {
        padding: 15px 30px;
    }

    .free__hidden {
        padding: 15px 30px;
    }

    .connect__icon {
        max-width: 120px;
    }

    .connect h4 {
        height: 56px;
    }
}

@media screen and (max-width: 991px) {
    .header {
        padding-top: 60px;
    }

    .header__content {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .header__top {
        margin-bottom: 0;
        height: auto;
    }

    .header__btn {
        height: 61px;
    }

    .header__box {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .free h2 {
        margin-bottom: 15px;
    }

    .free__content,
    .free__content.is--wide
    {
        padding: 30px;
    }

    .free__pic {
        max-width: 310px;
    }

    .free__hidden {
        padding: 15px 0;
    }

    .free-chi .free__content {
        padding: 27px 30px;
    }

    .connect__link {
        display: flex;
        height: auto;
    }

    .connect__text {
        font-size: 16px;
    }

    .connect__icon {
        max-width: 60px;
        width: 60px;
        flex: 1 0 auto;
        margin-right: 30px;
        margin-bottom: 0;
    }

    .connect h4 {
        height: auto;
    }

    .connect .col-12:not(:last-child) .connect__link {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .free__wrap {
        margin-top: 15px;
    }

    .free__pic {
        max-width: 100%;
    }

    .free__hidden {
        position: absolute;
        top: 45px;
    }

    .free__content {
        flex-direction: column-reverse;
    }

    .free__info{
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .free__dop_btn {
        position: relative;
    }

    .free-chi .free__text br {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .header {
        padding-bottom: 30px;
    }

    .header h1 {
        padding: 30px 0;
    }

    .header h1 br {
        display: block;
    }

    .header__person {
        border-radius: 30px;
        margin-top: 30px;
    }

    .header__info h4 {
        font-size: 20px;
    }

    .header__btn {
        height: auto;
        padding: 12px 30px;
        border-radius: 23px;
        font-size: 16px;
    }

    .header-without-video .header__box br {
        display: none;
    }

    .free__btn {
        border-radius: 22px;
    }

    .free h2 {
        margin-bottom: 10px;
    }

    .free__info {
        margin-top: 20px;
    }

    .free__btn {
        height: 46px;
        font-size: 16px;
    }

    .free__top {
        padding: 8px 20px;
    }

    .free__hidden {
        width: calc(100% - 75px);
    }

    .free__dop_btn.active {
        height: 140px;
    }

    .free__pic {
        max-height: 120px;
    }

    .connect__link {
        flex-direction: column;
    }

    .connect h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .connect__icon {
        max-width: 60px;
        width: 60px;
        flex: 1 0 auto;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.main {
    position: relative;
}

.main h2 {
    margin-bottom: 25px;
}

.main h2 span {
    font-weight: normal;
}

.main__slider {
    width: 940px;
    margin-right: 20px;
}

.main__title {
    color: #DDDDDD;
}

.main__btn {
    width: 100%;
}

.main__text {
    color: #888888;
    display: none;
    margin-top: 15px;
    font-size: 14px;
    line-height: 140%;
}

.main .slick-current .main__text {
    display: block;
}

.main .slick-current .main__title {
    color: #28334A;
}

.main__flex {
    align-items: center;
    margin-bottom: 40px;
}

.main__item_nav {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    padding: 28px 30px;
    background: #fff;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.main__slider_nav {
    margin-right: -1px;
    margin-left: -10px;
    max-height: 515px;
    max-width: 500px;
}

.main__slider_nav .slick-list {
    padding: 10px;
}

.main__item img {
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}

.main .js-progress-bar {
    background: #DDDDDD;
    width: 100%;
    height: 2px;
    margin-bottom: 0;
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.main .js-progress-bar span {
    border-radius: 10px;
    background: #B645EE;
    width: 0;
    height: 100%;
    display: block;
}

.main .slick-current .js-progress-bar {
    opacity: 1;
    margin-bottom: 15px;
}

.main .slick-current .js-progress-bar span {
    animation: 5000ms in-out forwards;
    animation-timing-function: linear;
}

.main__item_nav {
    cursor: pointer;
}

.main__slider_nav .slick-track {
    margin-right: 1px;
}

@keyframes in-out {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.main__btn {
    width: 100%;
    height: 62px;
}

.integ {
    position: relative;
}

.integ__link {
    border-radius: 30px;
    overflow: hidden;
    padding: 60px;
    display: block;
    background-repeat: no-repeat;
    background-position-x: 101%;
    background-position-y: 101%;
    transition: 0.3s all ease-in-out;
    background-size: 100%;
}

.integ__link:hover {
    background-size: 110%;
}

.integ__logo {
    margin-bottom: 15px;
}

.integ h3 {
    max-width: 325px;
    color: #fff;
}

.integ__fb {
    background-image: url(../img/integ-fb-bg.svg);
}

.integ__tiktok {
    background-image: url(../img/integ-tiktok-bg.svg);
}

.integ-chi h3 {
    max-width: 377px;
}

.rev {
    position: relative;
}

.rev__slider .slick-list {
    padding: 10px 0;
    box-sizing: content-box;
}

.rev__slider .slick-track {
    padding-top: 10px;
}

.rev .rev__slider {
    margin-bottom: -10px;
}

.rev__item {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    margin: -10px 10px 10px;
    padding: 30px;
}

.rev__photo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rev__photo img {
    width: 100%;
}

.rev__link {
    font-size: 20px;
    color: #B645EE;
    margin-bottom: 5px;
    display: block;
}

.rev__text {
    line-height: 150%;
    transition: all 0.5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rev__top {
    align-items: flex-start;
    margin-bottom: 30px;
}

.rev__info {
    margin-left: 30px;
}

.rev .slick-prev {
    top: 83px;
    left: auto;
    right: 320px;
}

.rev .slick-next {
    top: 83px;
    right: 50px;
}

.rev .slick-dots {
    top: 78px;
    display: flex;
    justify-content: flex-end;
    padding-right: 100px;
}

.rev-btn-overflow {
    font-size: 18px;
    line-height: 140%;
    padding-top: 15px;
    border-top: 1px solid #DDDDDD;
    margin-top: 15px;
    position: relative;
    width: 100%;
    display: none;
    color: #B645EE;
    align-items: center;
}

.rev-btn-overflow:before {
    display: block;
    content: '';
    position: absolute;
    top: -101px;
    left: 0;
    width: 100%;
    height: 100px;
    transition: all 0.5s ease-in-out;
    opacity: 10;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 89%);
}

.rev-btn-overflow img {
    margin-left: 6px;
    transition: all 0.5s ease-in-out;
}

.rev-eng .slick-dots {
    padding-right: 115px;
}

.slick-prev:before, .slick-next:before {
    display: none;
}

.slick-arrow {
    z-index: 10;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #B645EE 0%, #9B26B6 50%, #B645EE 100%);
    background-size: auto 200%;
    backface-visibility: hidden;
}

.slick-arrow:hover {
    background-position: center bottom;
}

.slick-dots {
    bottom: auto;
}

.slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 15px;
    background: #DDDDDD;
}

.slick-dots li button {
    display: none;
}

.slick-dots li.slick-active {
    background: #B645EE;
}

.blog {
    position: relative;
}

.blog__item {
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    overflow: hidden;
    display: block;
    height: 100%;
}

.blog__item h4 {
    transition: all 0.5s ease-in-out;
    color: #28334A;
}

.blog__item:hover h4 {
    color: #B645EE;
}

.blog__pic {
    height: 259px;
    overflow: hidden;
    width: 100%;
    background: url(../img/blog-bg.png) no-repeat center/cover;
}

.blog__info {
    padding: 25px 30px 30px;
}

.blog__date {
    color: #DDDDDD;
    margin-bottom: 10px;
}

.blog h4 {
    color: #28334A;
}

.blog__btn {
    margin-top: 40px;
    width: 100%;
}

.free-repeat__btn {
    width: 346px;
    margin-top: 40px;
}

.free-repeat .free__text {
    max-width: 520px;
}

@media screen and (max-width: 1439px) {
    .main__slider {
        width: 100%;
    }

    .main__slider_wrap {
        width: 66.2%;
        padding-bottom: 20px;
    }

    .main__slider_nav {
        max-width: 411px;
    }

    .main h2 {
        margin-bottom: 0;
    }

    .main__flex {
        margin-bottom: 0;
        align-items: center;
    }

    .main__item_nav {
        padding: 18px 30px;
    }

    .main__item img {
        width: auto;
        height: 100%;
    }

    .integ__link {
        padding: 40px;
    }

    .blog__pic {
        height: 202px;
    }
}

@media screen and (max-width: 1199px) {
    .header-index {
        padding-top: 25px;
    }

    .header h1 br {
        display: block;
    }

    .main__slider {
        width: 100%;
    }

    .main__slider_wrap {
        width: 540px;
    }

    .main__slider_nav {
        max-height: 390px;
        width: 470px;
        margin-left: auto;
    }

    .main__flex {
        margin-top: 25px;
    }

    .main__btn {
        height: 47px;
        margin: 0 auto;
    }

    .main__item_nav {
        padding: 16px 30px;
        margin-bottom: 15px;
    }

    .main__text {
        margin-top: 10px;
    }

    .main .js-progress-bar {
        height: 2px;
    }

    .main__item img {
        max-height: 360px;
        margin: 0 auto;
    }

    .integ__link {
        padding: 30px;
    }

    .integ__logo {
        max-height: 24px;
    }

    .integ h3 {
        max-width: 146px;
    }

    .integ-chi h3 {
        max-width: 245px;
    }

    .slick-arrow {
        width: 24px;
        height: 24px;
    }

    .slick-arrow img {
        width: 15px;
    }

    .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 5px;
    }

    .rev__text {
        line-height: 140%;
    }

    .rev__photo {
        width: 60px;
        height: 60px;
    }

    .rev__link {
        font-size: 16px;
    }

    .rev .slick-next {
        top: 72px;
        right: 40px;
    }

    .rev .slick-prev {
        top: 72px;
        right: 210px;
    }

    .rev .slick-dots {
        top: 69px;
        padding-right: 93px;
    }

    .rev-eng .slick-dots {
        padding-right: 102px;
    }

    .blog__pic {
        height: 170px;
    }

    .blog__btn {
        height: 61px;
        margin-top: 30px;
    }

    .free-repeat .free__content {
        padding: 30px;
    }

    .free-repeat h2 {
        margin-bottom: 15px;
    }

    .free-repeat__btn {
        height: 61px;
    }

    .free-repeat .free__pic {
        max-width: 400px;
    }
}

@media screen and (max-width: 991px) {
    .header-index {
        padding-top: 60px;
    }

    .main__slider {
        width: 100%;
        margin-right: 0;
    }

    .main__slider_wrap {
        width: 100%;
    }

    .main__slider_nav {
        width: 100%;
        max-width: 100%;
        max-height: inherit;
        margin: 0 -10px;
        position: relative;
    }

    .main__slider_nav:before {
        width: 100%;
        left: -100%;
        height: 100%;
        background: #fff;
        position: absolute;
        top: 0;
        display: block;
        content: '';
        z-index: 20;
    }

    .main__slider_nav .slick-list {
        padding: 0;
        padding-top: 10px;
        overflow: visible;
    }

    .main .js-progress-bar {
        display: none;
    }

    .main__flex {
        flex-direction: column-reverse;
        margin-top: 30px;
    }

    .main__item_nav {
        margin: 0 10px;
        padding: 15px 30px;
    }

    .main__slider_nav {
        margin-left: -10px;
        max-height: 430px;
    }

    .main__text {
        margin-top: 10px;
        display: block;
    }

    .main__title {
        color: #28334A;
    }

    .main__btn {
        margin-top: 20px;
    }

    .integ__fb {
        background-image: url(../img/integ-fb-bg-mob.svg);
    }

    .integ__tiktok {
        background-image: url(../img/integ-tiktok-bg-mob.svg);
    }

    .integ-chi h3 {
        font-size: 24px;
    }

    .free-repeat__btn {
        width: 100%;
        margin-top: 30px;
    }

    .free-repeat .free__pic {
        max-width: 320px;
    }

    .free-repeat .free__content {
        padding: 30px;
    }

    .free-repeat .free__info, .free-repeat .free__text {
        max-width: 100%;
    }

    .blog .col-sm-6 {
        margin-bottom: 30px;
    }

    .rev__info {
        margin-left: 15px;
    }

    .rev__top {
        margin-bottom: 15px;
    }

    .rev-btn-overflow {
        display: flex;
    }

    .rev__slider {
        position: relative;
        margin-left: -23px;
    }

    .rev__slider .slick-track {
        display: flex;
    }

    .rev__slider .slick-slide {
        height: auto;
    }

    .rev__slider .slick-list {
        position: relative;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .rev__slider .slick-list:before {
        width: calc(100% + 50px);
        height: 100%;
        display: block;
        content: '';
        position: absolute;
        left: -100%;
        top: 0;
        background: #fff;
        z-index: 2;
    }

    .rev__slider .slick-list {
        overflow: hidden;
    }

    .rev .container-fluid {
        padding: 0;
    }

    .rev__slider .slick-list.opened {
        overflow: visible;
    }

    .rev-btn-overflow.active {
        border-top: 1px solid transparent;
    }

    .rev-btn-overflow.active img {
        transform: rotate(180deg);
    }

    .rev-btn-overflow.active:before {
        opacity: 0;
    }

    .rev__text {
        display: -webkit-box;
        -webkit-line-clamp: 7;
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .rev__text.active {
        /* autoprefixer: off */
        -webkit-box-orient: horizontal;
        -webkit-line-clamp: initial;
        /* autoprefixer: on */
    }
}

@media screen and (max-width: 767px) {
    .main__slider_nav {
        max-height: initial;
        width: 100%;
    }

    .main__slider_nav .slick-list {
        padding: 10px 0;
    }

    .main__item img {
        width: 100%;
        height: auto;
    }

    .main__item_nav {
        margin: 0 10px;
    }

    .main__slider_wrap {
        margin-top: 20px;
    }

    .main .slick-current .js-progress-bar {
        display: none;
    }

    .main .slick-dots li {
        width: 77px;
        height: 4px;
        border-radius: 10px;
    }

    .main__btn {
        max-width: 100%;
    }

    .integ__link {
        margin-bottom: 20px;
    }

    .integ__fb {
        background-image: url(../img/integ-fb-bg.svg);
    }

    .integ__tiktok {
        background-image: url(../img/integ-tiktok-bg.svg);
    }
}

@media screen and (max-width: 575px) {
    .header-index {
        padding-top: 25px;
    }

    .main__btn {
        width: 100%;
        margin-bottom: 20px;
    }

    .main__flex {
        margin-top: 20px;
    }

    .main__slider_nav {
        margin-left: -30px;
    }

    .main__item {
        overflow: scroll;
        overflow-y: auto;
        /*FireFox*/
        scrollbar-width: none;
        /*IE10+*/
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .main__item::-webkit-scrollbar {
        /*Chrome, Safari, Edge*/
        display: none;
    }

    .main__btn {
        margin-top: 0;
    }

    .integ__fb {
        background-image: url(../img/integ-fb-bg-mob.svg);
    }

    .integ__tiktok {
        background-image: url(../img/integ-tiktok-bg-mob.svg);
    }

    .integ .col-12:last-child .integ__link {
        margin-bottom: 0;
    }

    .integ-chi h3 {
        font-size: 16px;
    }

    .rev {
        padding-bottom: 20px;
    }

    .rev__link {
        font-size: 14px;
    }

    .rev__photo {
        margin-bottom: 10px;
        width: 60px;
        height: 60px;
    }

    .rev__name {
        font-size: 20px;
    }

    .rev__text {
        font-size: 14px;
        line-height: 140%;
        -webkit-line-clamp: 14;
    }

    .rev__top {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .rev__info {
        margin-left: 0;
    }

    .rev__slider {
        width: calc(100% - 40px);
        margin-left: 0;
    }

    .rev__slider .slick-list {
        overflow: visible;
    }

    .rev__slider .slick-list:before {
        width: 100%;
    }

    .rev-btn-overflow {
        font-size: 16px;
        margin-top: 10px;
        padding-top: 10px;
    }

    .rev-btn-overflow img {
        max-width: 7px;
    }

    .blog__pic {
        height: 157px;
    }

    .blog__info {
        padding: 15px 15px 30px;
    }

    .blog__item {
        border-radius: 30px;
    }

    .blog__date {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .blog h4 {
        font-weight: 500;
        font-size: 20px;
    }

    .blog .col-sm-6 {
        margin-bottom: 20px;
    }

    .blog__btn {
        height: 46px;
        margin-top: 20px;
        font-size: 16px;
    }

    .free-repeat .free__content {
        padding: 30px;
        margin-bottom: 30px;
    }

    .free-repeat .free__pic {
        max-width: 100%;
        max-height: 146px;
    }

    .free-repeat__btn {
        height: 46px;
        font-size: 16px;
    }

    .free-repeat h2 {
        margin-bottom: 10px;
    }
}

.blog__top {
    align-items: flex-end;
    margin-bottom: 60px;
}

.blog .nav.nav-tabs {
    position: relative;
    border-bottom: none;
    margin-left: 60px;
    padding-bottom: 20px;
    z-index: 2;
}

.blog .nav-item button {
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    padding: 8px 30px;
    font-weight: 500;
    color: #BBBBBB;
    margin-right: 15px;
    border: none;
}

.blog .nav-item button span {
    font-weight: normal;
}

.blog .nav-item button.active, .blog .nav-item button:hover {
    color: #fff;
    border: none;
}

.blog .nav-item button.active, .blog .nav-item button:hover {
    background: linear-gradient(180deg, #B645EE 0.56%, #9B26B6 100%);
}

.blog .nav-item button.active#dolphin-tab, .blog .nav-item button:hover#dolphin-tab {
    background: linear-gradient(0deg, #0062E0 -0.82%, #19AFFF 99.65%);
}

.blog .nav-item button.active#tiktok-tab, .blog .nav-item button:hover#tiktok-tab {
    background: #28334A;
    box-shadow: -3px 0 0 #19AFFF, 3px 0 0 #F4364C;
}

.blog-page {
    padding-top: 36px;
    padding-bottom: 50px;
}

.blog-page .col-sm-6 {
    margin-bottom: 20px;
}

.blog__pic img {
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .blog-page {
        padding-top: 25px;
    }

    .blog .nav.nav-tabs {
        padding-bottom: 12px;
        margin-left: 30px;
    }
}

@media screen and (max-width: 991px) {
    .blog-page {
        padding-top: 55px;
        padding-bottom: 20px;
    }

    .blog-page .blog__pic {
        height: 190px;
    }

    .blog-page .col-sm-6 {
        margin-bottom: 40px;
    }

    .blog__top {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog .nav.nav-tabs {
        padding-bottom: 0;
        margin-left: 0;
        margin-top: 20px;
    }

    .blog .nav-item {
        width: 220px;
    }

    .blog .nav-item:not(:last-child) {
        margin-right: 20px;
    }

    .blog .nav-item button {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .blog .nav-item {
        width: auto;
    }

    .blog-page .blog__pic {
        height: 140px;
    }
}

@media screen and (max-width: 575px) {
    .blog-page {
        padding-top: 20px;
        padding-bottom: 8px;
    }

    .blog-page .nav.nav-tabs {
        flex-wrap: nowrap;
    }

    .blog-page .nav-item:not(:last-child) {
        margin-right: 15px;
    }

    .blog-page .nav-item button {
        padding: 6.5px 30px;
    }

    .blog-page .col-sm-6 {
        margin-bottom: 20px;
    }

    .blog-page .blog__pic {
        height: auto;
        min-height: 140px;
    }

    .blog__tab {
        width: 100%;
        overflow: scroll;
        padding-bottom: 15px;
    }

    .blog__top {
        margin-bottom: 15px;
    }
}

.use {
    padding-top: 56px;
    padding-bottom: 80px;
}

.use__text {
    margin-top: 15px;
    color: #888888;
}

@media screen and (max-width: 1199px) {
    .use {
        padding-top: 25px;
    }

    .use .blog__top {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .use {
        padding-top: 55px;
        padding-bottom: 0;
    }

    .use .col-sm-6 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575px) {
    .use .blog__info {
        padding: 30px;
    }

    .use__text {
        margin-top: 10px;
    }
}

.article {
    padding-top: 55px;
}

.article__main {
    width: 100%;
    height: auto;
}

.article__content {
    padding: 40px 0 160px;
}

.article__content h2 {
    padding-top: 60px;
    margin-bottom: 0;
}

.article__content h3 {
    padding-top: 30px;
}

.article__content p {
    padding-top: 30px;
}

.article__content img {
    padding-top: 30px;
    max-width: 100%;
    height: auto;
}

.article__content blockquote {
    margin: 15px 0 0;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 30px 0;
    padding-left: 72px;
    position: relative;
}

.article__content blockquote:before {
    display: block;
    content: '';
    width: 40.5px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 36px;
    background: url(../img/quotes.svg) no-repeat center/cover;
}

.article__content blockquote p {
    padding-top: 15px;
}

.article__content blockquote p.text-middle {
    padding-top: 0;
    color: #BBBBBB;
}

.article__content hr {
    margin: 120px 0 40px;
    background: #DDDDDD;
    opacity: 1;
}

.article__date {
    color: #BBBBBB;
    font-size: 18px;
    line-height: 150%;
}

.article__share {
    text-align: center;
}

.article__share h4 {
    margin-bottom: 30px;
}

.article__share a {
    margin: 0 10px;
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    display: flex;
    width: 100px;
    height: 45px;
    align-items: center;
    justify-content: center;
}

.article__share a:hover {
    background: #B645EE;
}

.article__share a:hover .svg path {
    fill: #fff;
}

.article__flex {
    justify-content: center;
}

.free-need .free__pic {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.free-need .free-repeat__btn {
    width: 243px;
}

.free-need .free__info {
    max-width: 50%;
}

.article__content table {
    height: auto !important;
    max-width: 100%;
    width: 100%;
}

.article__content table tr {

}

.article__content table td {

}

.article__content table p {
    padding: 0;
}

.article__content table p + p {
    padding-top: 20px;
}

@media screen and (max-width: 1199px) {
    .article {
        padding-top: 25px;
    }

    .article__content {
        padding: 60px 0 120px;
    }

    .article__content p {
        padding-top: 15px;
    }

    .article__content blockquote {
        padding: 15px 0;
        padding-left: 72px;
    }

    .article__content blockquote:before {
        top: 21px;
    }

    .article__content hr {
        margin: 60px 0 0;
    }

    .article__date {
        margin-bottom: 5px;
    }

    .article__share a {
        width: 140px;
    }

    .free-need h2 {
        margin-bottom: 15px;
    }

    .free-need .free__info {
        max-width: 59%;
    }

    .free-need .free__pic {
        max-width: 375px;
    }

    .free-need .free-repeat__btn {
        margin-top: 30px;
        width: 212px;
    }
}

@media screen and (max-width: 991px) {
    .article {
        padding-top: 55px;
    }

    .article__share a {
        width: 100px;
    }

    .free-need .free__pic {
        position: relative;
        transform: none;
        max-width: 310px;
    }

    .free-need .free-repeat__btn {
        width: 310px;
    }

    .free-need .free__info {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .free-need .free__content {
        flex-direction: column-reverse;
    }

    .free-need .free-repeat__btn {
        width: 100%;
    }

    .free-need .free__pic {
        top: 0;
        margin-top: -30px;
    }
}

@media screen and (max-width: 575px) {
    .article {
        padding-top: 20px;
    }

    .article__content {
        padding: 30px 0 60px;
    }

    .article__content blockquote {
        padding-left: 57px;
    }

    .article__content blockquote:before {
        top: 15px;
        width: 36px;
        height: 25px;
    }

    .article__content h1 {
        padding-bottom: 30px;
    }

    .article__content h4 {
        font-size: 20px;
    }

    .article__content h2 {
        padding-top: 30px;
    }

    .article__date {
        font-size: 16px;
        line-height: 140%;
    }

    .article__share h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .article__flex {
        flex-wrap: wrap;
        margin: -10px;
    }

    .article__flex a {
        margin: 10px;
        width: 130px;
    }

    .free-need .free-repeat__btn {
        width: 100%;
    }

    .free-need .free__pic {
        max-height: 140px;
    }

    .free-need .free__info {
        margin-top: 0;
    }
}

.tariffs {
    padding-top: 55px;
}

.tariffs__checkbox {
    margin: 60px 0 30px;
}

.tariffs__item {
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tariffs__desc {
    margin: 10px 0;
    display: block;
    color: #888888;
}

.tariffs__price {
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    color: #28334A;
}

.tariffs__block {
    padding: 30px 0;
    border-top: 1px solid #DDDDDD;
}

.tariffs__block:first-child {
    padding-top: 0;
    border-top: none;
}

.tariffs__link {
    padding-top: 30px;
    color: #B645EE;
    display: flex;
    align-items: baseline;
    margin-top: auto;
    border-top: 1px solid #DDDDDD;
}

.tariffs__link:hover img {
    transform: translateX(5px);
}

.tariffs__link img {
    transition: all 0.5s ease-in-out;
    margin-left: 6px;
}

.tariffs__plus {
    margin: 15px 0;
    color: #B645EE;
}

.tariffs__big {
    color: #888888;
    margin-right: 15px;
    text-decoration: line-through;
}

.tariffs__sale {
    color: #B645EE;
}

.tariffs__half .tariffs__price {
    color: #B645EE;
}

.tariffs__text:last-child {
    margin-bottom: 0;
}

.tariffs__pink {
    background: linear-gradient(180deg, #B645EE 0.56%, #9B26B6 100%);
}

.tariffs__pink > * {
    color: #fff;
}

.tariffs__pink .tariffs__desc {
    color: #fff;
}

.tariffs__pink .tariffs__link {
    border-top: 1px solid #fff;
}

.tariffs__pink .tariffs__link:hover {
    color: #fff;
}

.tariffs__pink .tariffs__block {
    border-top: 1px solid #fff;
}

.tariffs__pink .tariffs__block:first-child {
    border: none;
}

.tariffs__pink .tariffs__add {
    background: rgba(255, 255, 255, 0.15);
}

.tariffs__pink .tariffs__adddesc {
    color: #fff;
}

.tariffs__col {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tariffs__add {
    background: #F9F9F9;
    border-radius: 15px;
    margin-top: auto;
    padding: 15px;
}

.tariffs__addall {
    color: #888888;
    margin-left: 15px;
}

.tariffs__adddesc {
    font-size: 14px;
    line-height: 140%;
    color: #888888;
    margin-top: 2px;
}

.checkbox {
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0;
}

.checkbox + label {
    cursor: pointer;
}

.checkbox:not(checked) {
    position: absolute;
    opacity: 0;
}

.checkbox:not(checked) + label {
    position: relative;
    padding: 0 0 0 120px;
    color: #888888;
    transition: all .2s;
}

.checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 36px;
    border-radius: 50px;
    background: #DDDDDD;
}

.checkbox:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    background: #fff;
    transition: all .2s;
}

.checkbox:checked + label {
    color: #28334A;
}

.checkbox:checked + label:before {
    background: #B645EE;
}

.checkbox:checked + label:after {
    left: 68px;
}

.base h2 {
    margin-bottom: 60px;
}

.base__item {
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    padding: 30px 35px 30px 0;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 232px;
}

.base__icon {
    width: 232px;
    max-width: 232px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 auto;
}

.base .col-lg-6 {
    margin-bottom: 20px;
}

.base .col-lg-6:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.base h3 {
    display: flex;
    align-items: center;
    margin: 40px 0 30px;
}

.base h3 img {
    margin-right: 30px;
}

.base__wait {
    opacity: 0.5;
}

.faq .accordion-container {
    position: relative;
}

.faq .set {
    position: relative;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 30px;
    padding-left: 84px;
}

.faq .set > a {
    display: block;
    transition: all 0.2s linear;
    display: flex;
    align-items: flex-start;
    color: #28334A;
}

.faq .set > a:before {
    display: block;
    width: 26px;
    height: 15px;
    content: '';
    position: absolute;
    top: 50px;
    left: 30px;
    transition: all 0.5s ease-in-out;
    background: url(../img/ar-faq.svg) no-repeat center/cover;
}

.faq .set > a.active:before {
    transform: rotate(180deg);
}

.faq .content {
    position: relative;
    width: 100%;
    height: auto;
    display: none;
    overflow: auto;
    padding-top: 30px;
}

.faq__btn {
    width: 100%;
    margin-top: 40px;
}

.try__block {
    width: 460px;
    margin: 0 auto;
}

.try .nav.nav-tabs {
    position: relative;
    border-bottom: none;
    justify-content: space-between;
    margin-bottom: 30px;
    z-index: 1;
}

.try h2 {
    margin-bottom: 60px;
    text-align: center;
}

.try .nav-link {
    text-align: center;
    padding: 0;
    padding-bottom: 10px;
    color: #888888;
    border: none;
    width: 220px;
    border-bottom: 1px solid #888888;
}

.try .nav-link.active {
    color: #28334A;
    border-bottom: 1px solid #B645EE;
}

.try .form-label {
    margin-bottom: 5px;
    color: #888888;
}

.try .form-control {
    background: #FFFFFF;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    padding: 11px 15px;
    font-size: 24px;
    line-height: 150%;
}

.try .form-control:hover {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.try .form-control:focus {
    border: 1px solid #28334A;
    box-shadow: none;
}

.try .form-control:disabled {
    opacity: 0.5;
}

.try .form__btn {
    width: 100%;
    height: 62px;
    margin-top: 30px;
}

.try .form-check-label {
    color: #888888;
}

.try .form-check-input:checked {
    background-color: #B645EE;
    border-color: #B645EE;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.form-group .error {
    margin-top: 5px;
    color: #F4364C;
    font-size: 20px;
    line-height: 150%;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(171, 56, 215, 0.25);
    border-color: #B645EE;
}

.form-label {
    display: flex;
    align-items: center;
}

.hint {
    margin-left: 7px;
    position: relative;
    cursor: pointer;
    margin-top: -2px;
}

.hint:hover .hint__text {
    opacity: 1;
    visibility: visible;
}

.hint__text {
    position: absolute;
    transition: all 0.5s ease-in-out;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 15px;
    width: 348px;
    filter: drop-shadow(0px 0 20px rgba(0, 0, 0, 0.08));
    transform: translateY(-132%) translateX(-166px);
    visibility: hidden;
    opacity: 0;
    z-index: 20;
}

.hint__text p {
    font-size: 16px;
    line-height: 140%;
    color: #888888;
}

.hint__text p:not(:last-child) {
    margin-bottom: 5px;
}

.hint__text:after {
    content: '';
    display: block;
    background: url(../img/hint-triangle.svg) no-repeat center/cover;
    width: 24px;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.toggle-password {
    position: absolute;
    bottom: 10.5px;
    right: 15px;
    color: #bbb;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #BBBBBB !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #BBBBBB !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #BBBBBB !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #BBBBBB !important;
}

@media screen and (max-width: 1439px) {
    .tariffs__desc {
        font-size: 17px;
    }

    .tariffs__tumblers {
        max-width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .tariffs {
        padding-top: 25px;
    }

    .tariffs__checkbox {
        margin: 46px 0 16px;
    }

    .tariffs__item {
        padding: 30px 15px;
    }

    .tariffs__desc {
        margin: 5px 0;
        font-size: 16px;
    }

    .tariffs__price {
        font-size: 24px;
    }

    .tariffs__block {
        padding: 15px 0;
    }

    .tariffs__link {
        padding-top: 15px;
    }

    .checkbox:not(checked) + label {
        padding-left: 80px;
        font-size: 20px;
    }

    .checkbox:not(checked) + label:before {
        width: 60px;
        height: 28px;
    }

    .checkbox:not(checked) + label:after {
        width: 20px;
        height: 20px;
    }

    .checkbox:checked + label:after {
        left: 36px;
    }

    .base h2 {
        margin-bottom: 30px;
    }

    .base h3 {
        margin-bottom: 20px;
    }

    .base h3 img {
        max-width: 28px;
        margin-right: 15px;
    }

    .base__item {
        min-height: 176px;
    }

    .base__icon {
        width: 160px;
        max-width: 160px;
    }

    .base__icon img {
        max-height: 70px;
        max-width: 60px;
    }

    .faq__btn {
        height: 61px;
    }

    .faq .set > a:before {
        top: 40px;
    }

    .try h2 {
        margin-bottom: 30px;
    }

    .try__block {
        width: 300px;
    }

    .try .nav-link {
        width: 135px;
        font-size: 18px;
    }

    .try .form-control {
        height: 49px;
        font-size: 18px;
        line-height: 140%;
    }

    .try .form__btn {
        height: 47px;
    }

    .form-group .error {
        font-size: 16px;
        line-height: 150%;
    }
}

@media screen and (max-width: 991px) {
    .tariffs__checkbox {
        margin: 32px 0 8px;
    }

    .tariffs__tablet {
        overflow: scroll;
        padding: 10px 0;
        margin-bottom: -10px;
        padding-left: 25px;
        flex-wrap: nowrap;
    }

    .tariffs__tablet .col-3 {
        width: 280px;
    }

    .base h2 {
        margin-right: -5px;
    }

    .base__item {
        min-height: 118px;
        padding: 30px 30px 30px 0;
    }

    .base__icon img {
        max-height: 56px;
        max-width: 50px;
    }

    .base h3 {
        margin-bottom: 30px;
    }

    .base .col-lg-6:nth-last-child(-n+2) {
        margin-bottom: 20px;
    }

    .base .col-lg-6:last-child {
        margin-bottom: 0;
    }

    .faq .content {
        padding-top: 17px;
    }

    .faq .set > a:before {
        width: 20px;
        height: 10px;
    }
}

@media screen and (max-width: 575px) {
    .checkbox:not(checked) + label {
        font-size: 16px;
        line-height: 140%;
    }

    .tariffs__tablet {
        padding-left: 0;
    }

    .tariffs__item {
        margin: 0 0;
        height: 100%;
        padding: 30px;
    }

    .tariffs h4 {
        font-size: 20px;
    }

    .tariffs__checkbox {
        margin-bottom: 2px;
    }

    .tariffs .text-middle {
        font-size: 16px;
    }

    .tariffs-chi .checkbox:not(checked) + label:before {
        width: 54px;
    }

    .tariffs-chi .checkbox:not(checked) + label {
        padding-left: 74px;
    }

    .tariffs-chi .checkbox:checked + label:after {
        left: 30px;
    }

    .base__item {
        height: 106px;
        min-height: 106px;
    }

    .base__icon {
        width: 107px;
        max-width: 107px;
    }

    .base__icon img {
        max-height: 43px;
        max-width: 36px;
    }

    .faq .set {
        padding: 15px 15px 15px 40px;
    }

    .faq .set h3 {
        font-size: 16px;
    }

    .faq .set > a:before {
        width: 10px;
        height: 4px;
        left: 20px;
        top: 20px;
    }

    .faq .content {
        font-size: 14px;
        padding-top: 13px;
    }

    .faq__btn {
        height: 46px;
    }

    .try h2 {
        text-align: left;
    }

    .try__block {
        width: 280px;
    }

    .try .nav-link {
        width: 130px;
        font-size: 16px;
        padding-bottom: 5px;
    }

    .try .form-control {
        padding: 12px;
        font-size: 16px;
        height: 46px;
    }

    .hint {
        margin-left: 3px;
    }

    .hint img {
        max-width: 12px;
    }

    .hint__text {
        width: 390px;
        transform: translateY(-127%) translateX(-70px);
    }

    .hint__text p {
        font-size: 14px;
    }

    .hint__text:after {
        left: 0;
        transform: translateX(64px);
    }

    .form-group .error {
        font-size: 14px;
        line-height: 140%;
    }
}

.nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 20;
    transition: all 0.5s ease-in-out;
}

.nav__box {
    box-shadow: 0 1px 0 #DDDDDD;
    padding: 15px 0;
}

.nav__menu {
    display: none;
}

.nav__logo {
    position: relative;
    z-index: 30;
    cursor: pointer;
}

.nav__logo.active .nav__logo_dop {
    opacity: 1;
    background: #fff;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 30px 0;
}

.nav__logo.active .nav__logo_dop a {
    height: 65px;
}

.nav__logo_show {
    display: flex;
    align-items: center;
}

.nav__arrow {
    margin-left: 8px;
}

.nav__logo_dop {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    position: absolute;
    padding: 30px 43px 5px 10px;
    left: -10px;
}

.nav__logo_dop a {
    height: 0;
    display: block;
    transition: all 0.5s ease-in-out;
}

.nav__download {
    position: relative;
    z-index: 3;
    padding-right: 20px;
    cursor: pointer;
}

.nav__download:hover .nav__down_dop {
    opacity: 1;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 30px 30px;
}

.nav__download:hover .nav__down_dop a {
    height: 40px;
}

.nav__download:hover .nav__down_dop a:hover {
    color: #B645EE;
}

.nav__down_show {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 150%;
}

.nav__down_show img {
    margin-right: 7px;
}

.nav__down_dop {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    position: absolute;
    padding: 25px 25px 15px;
    left: -25px;
    min-width: 189px;
}

.nav__down_dop a {
    height: 0;
    display: flex;
    align-items: center;
    transition: all 0.5s ease-in-out;
    font-size: 18px;
    line-height: 140%;
    color: #28334A;
}

.nav__down_dop a:hover .svg path {
    fill: #B645EE;
}

.nav__down_dop a .svg {
    margin-right: 15px;
}

.nav__down_dop .nav__windows {
    font-size: 16px;
    line-height: 150%;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
}

.nav__lang {
    position: relative;
    z-index: 3;
    cursor: pointer;
}

.nav__lang:hover .nav__lang_show img {
    transform: rotate(180deg);
}

.nav__lang:hover .nav__lang_dop {
    opacity: 1;
    background: #fff;
    box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 0 30px;
}

.nav__lang:hover .nav__lang_dop a {
    height: 40px;
}

.nav__lang:hover .nav__lang_dop a:hover {
    color: #B645EE;
}

.nav__lang_show {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 150%;
    color: #28334A;
}

.nav__lang_show img {
    margin-left: 5px;
    transition: all 0.5s ease-in-out;
}

.nav__lang_dop {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    position: absolute;
    padding: 15px 17px 15px 15px;
    left: -15px;
    min-width: 60px;
}

.nav__lang_dop a {
    height: 0;
    display: flex;
    align-items: center;
    transition: all 0.5s ease-in-out;
    font-size: 14px;
    line-height: 140%;
    color: #28334A;
}

.nav__lang_dop a:hover .svg path {
    fill: #B645EE;
}

.nav__lang_dop a .svg {
    margin-right: 15px;
}

.nav__lang_dop .nav__windows {
    font-size: 16px;
    line-height: 150%;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
}

.nav__login {
    border-left: 1px solid #DDDDDD;
    padding-left: 20px;
    font-size: 16px;
    line-height: 150%;
    color: #28334A;
}

.nav__reg {
    margin: 0 15px;
    width: 123px;
    height: 36px;
    font-size: 16px;
    line-height: 150%;
}

.nav__lang {
    color: #B645EE;
}

.nav__nav li a {
    display: block;
    margin: 0 15px;
    font-size: 20px;
    color: #28334A;
}

.nav__nav li a:hover {
    color: #B645EE;
}

nav.out {
    transform: translateY(-101%);
}

.alert.out {
    transform: translateY(-200px);
}

@media screen and (max-width: 1439px) {
    .nav__nav li a {
        font-size: 15px;
        margin: 0 5px;
    }
}

@media screen and (max-width: 1199px) {
    .nav__logo.active .nav__logo_dop a {
        height: 40px;
    }

    .nav__logo_show .nav__go img {
        max-height: 24px;
    }

    .nav__logo_show img.nav__arrow {
        max-width: 11px;
    }

    .nav__reg {
        width: 100px;
        height: 29px;
        margin: 0 10px;
        font-size: 12px;
    }

    .nav__login {
        font-size: 12px;
        padding-left: 14px;
    }

    .nav__download {
        padding-right: 14px;
    }

    .nav__download:hover .nav__down_dop {
        opacity: 0;
        background: transparent;
    }

    .nav__download:hover .nav__down_dop a {
        height: 0;
    }

    .nav__download.active .nav__down_dop {
        border-radius: 0 0 15px 15px;
        opacity: 1;
        background: #fff;
    }

    .nav__download.active .nav__down_dop a {
        height: 33px;
    }

    .nav__down_show {
        font-size: 12px;
    }

    .nav__down_show img {
        max-width: 9px;
    }

    .nav__logo_dop {
        padding-top: 15px;
    }

    .nav__logo_dop img {
        max-height: 24px;
    }

    .nav__lang:hover .nav__lang_dop {
        opacity: 0;
        background: transparent;
    }

    .nav__lang:hover .nav__lang_dop a {
        height: 0;
    }

    .nav__lang:hover .nav__lang_show img {
        transform: none;
    }

    .nav__lang.active .nav__lang_dop {
        border-radius: 0 0 0 30px;
        opacity: 1;
        background: #fff;
    }

    .nav__lang.active .nav__lang_dop a {
        height: 33px;
    }

    .nav__lang.active .nav__lang_show img {
        transform: rotate(180deg);
    }

    .nav__lang_show {
        font-size: 12px;
    }

    .nav__lang_show img {
        max-width: 9px;
    }

    .nav__logo_dop {
        padding-top: 15px;
    }

    .nav__logo_dop img {
        max-height: 24px;
    }

    .nav__lang_dop {
        padding: 10px 12px 10px;
        left: -12px;
    }

    .nav__lang_dop a {
        font-size: 12px;
    }

    .nav__lang_dop a .svg {
        max-width: 13px;
        margin-right: 10px;
    }

    .nav__lang_dop .nav__windows {
        font-size: 12px;
    }

    .nav__down_dop {
        padding: 20px 15px 10px;
        min-width: 119px;
    }

    .nav__down_dop a {
        font-size: 12px;
    }

    .nav__down_dop a .svg {
        max-width: 13px;
        margin-right: 10px;
    }

    .nav__down_dop .nav__windows {
        font-size: 12px;
    }

    .nav__nav li a {
        font-size: 14px;
        margin: 0 7px;
    }
}

@media screen and (max-width: 991px) {
    .nav__logo_dop {
        padding-top: 21px;
    }

    .nav__menu {
        background: #fff;
        width: 100%;
        display: block;
    }

    .nav__menu .col-12 {
        padding: 0 !important;
    }

    .nav__menu .footer__info {
        font-size: 16px;
        line-height: 150%;
        margin: 30px 0;
    }

    .nav__menu .footer__link .svg {
        width: 36px;
        height: 36px;
    }

    .nav .menu__content {
        border-top: 1px solid #DDDDDD;
        padding: 60px 0;
    }

    .nav .menu__content h3 {
        margin-bottom: 20px;
    }

    .nav .menu__left {
        margin-right: 25px;
        width: 215px;
    }

    .nav .menu__lang a {
        color: #28334A;
        margin-right: 30px;
        display: block;
    }

    .nav .menu__lang a.active, .nav .menu__lang a:hover {
        color: #B645EE;
    }

    .nav .menu__down a {
        display: flex;
        align-items: center;
        color: #28334A;
    }

    .nav .menu__down a:not(:last-child) {
        margin-right: 30px;
    }

    .nav .menu__down a:hover {
        color: #B645EE;
    }

    .nav .menu__down a:hover .svg path {
        fill: #B645EE;
    }

    .nav .menu__down a .svg {
        margin-right: 15px;
    }

    .nav .menu {
        display: block;
        margin-left: 15px;
    }

    .nav .menu .button {
        position: relative;
        width: 28px;
        height: 20px;
        display: block;
    }

    .nav .menu .button span {
        width: 28px;
        position: absolute;
        top: calc(50% - 1px);
        background-color: #28334A;
        height: 2px;
        transition: .3s all ease-in-out;
    }

    .nav .menu .button span::before {
        content: '';
        width: 28px;
        position: absolute;
        top: -8px;
        background-color: #28334A;
        height: 2px;
        transition: .3s all ease-in-out;
    }

    .nav .menu .button span::after {
        content: '';
        width: 28px;
        position: absolute;
        bottom: -8px;
        background-color: #28334A;
        height: 2px;
        transition: .3s all ease-in-out;
    }

    .nav .menu .button.active span {
        background-color: transparent;
    }

    .nav .menu .button.active span::before {
        content: '';
        top: calc(50% - 1px);
        transform: rotate(45deg);
    }

    .nav .menu .button.active span::after {
        content: '';
        bottom: calc(50% - 1px);
        transform: rotate(-45deg);
    }

    .nav .nav__menu {
        position: fixed;
        overflow: scroll;
        overflow-x: auto;
        right: -100%;
        top: 66px;
        transition: all 0.5s ease;
        height: 100vh;
        z-index: 10;
    }

    .nav .nav__menu.active {
        right: 0;
    }

    .nav__logo_show .nav__go img {
        max-height: 36px;
    }

    .nav__lang, .nav__download, .nav__date {
        display: none;
    }

    .nav__logo_show img.nav__arrow {
        max-width: 22px;
        margin-left: 13px;
    }

    .nav__login {
        font-size: 16px;
        border-left: 0;
    }

    .nav__reg {
        width: 123px;
        height: 36px;
        margin: 0 15px;
        font-size: 16px;
    }

    .nav__logo.active .nav__logo_dop a {
        height: 55px;
    }

    .nav__logo_dop img {
        max-height: 36px;
    }

    .alert {
        position: fixed;
        width: 100%;
        margin-top: 1px;
        transition: all 0.5s ease-in-out;
    }

    .nav__nav li a {
        font-weight: bold;
        font-size: 48px;
        line-height: 120%;
        margin: 0;
    }

    .nav__nav li:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .nav__nav li a {
        font-size: 28px;
        line-height: 110%;
    }
}

@media screen and (max-width: 575px) {
    .nav .nav__menu {
        height: calc(100vh - 66px);
    }

    .nav__login {
        display: none;
    }

    .nav__menu .footer__info {
        font-size: 10px;
        line-height: 150%;
        margin: 10px 0;
    }

    .nav__menu .footer__link .svg {
        width: 28px;
        height: 28px;
    }

    .nav .menu {
        margin-left: 0;
    }

    .nav .menu__content {
        padding: 30px 0;
    }

    .nav .menu__content h3 {
        margin-bottom: 15px;
    }

    .nav .menu__lang {
        flex-direction: column;
    }

    .nav .menu__lang a {
        margin-right: 0;
    }

    .nav .menu__lang a:not(:last-child) {
        margin-bottom: 5px;
    }

    .nav .menu__down {
        flex-direction: column;
    }

    .nav .menu__down a:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .nav .menu__left {
        margin-right: 20px;
        width: 130px;
    }

    .nav .menu__right .footer__socials {
        margin-bottom: 18px;
    }
}

.footer {
    padding: 80px 0 120px;
}

.footer__box {
    border-top: 1px solid #DDDDDD;
    padding-top: 60px;
}

.footer__info {
    margin: 30px 0;
    color: #888888;
}

.footer__link {
    display: block;
    margin-right: 15px;
}

.footer__link:hover .svg path {
    fill: #B645EE;
}

.footer__title {
    margin-bottom: 30px;
    font-weight: 500;
}

.footer__title a {
    color: #28334A;
}

.footer__title a:hover {
    color: #B645EE;
}

.footer__list li a {
    display: block;
    margin-bottom: 15px;
    color: #888888;
    font-size: 18px;
    line-height: 140%;
}

.footer__list li a:hover {
    color: #B645EE;
}

@media screen and (max-width: 1439px) {
    .footer__list li a {
        font-size: 17px;
    }
}

@media screen and (max-width: 1199px) {
    .footer {
        padding: 60px 0;
    }

    .footer__title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footer__list li a {
        font-size: 12px;
        line-height: 140%;
        margin-bottom: 10px;
    }

    .footer__info {
        margin: 20px 0;
    }

    .footer__link .svg {
        width: 28px;
        height: 28px;
    }
}

@media screen and (max-width: 991px) {
    .footer .col-6:nth-last-child(-n+2) {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .footer .footer__socials {
        margin-bottom: 20px;
    }

    .footer .col-6:nth-last-child(-n+2) {
        margin-top: 0;
    }
}

@media screen and (max-width: 575px) {
    .footer {
        padding: 30px 0;
    }

    .footer__box {
        padding-top: 30px;
    }

    .footer__title {
        margin-bottom: 10px;
    }

    .footer__mob {
        margin-top: 15px;
        padding-top: 30px;
        border-top: 1px solid #DDDDDD;
    }

    .footer .menu__left {
        width: 50%;
        flex: 1 0 auto;
    }

    .footer .footer__socials {
        margin-bottom: 28px;
    }

    .footer-index .footer__list {
        margin-bottom: 30px;
    }

    .footer-index .footer__docs {
        margin-top: -72px;
    }

    .footer-index .footer__mob {
        margin-top: 10px;
    }

    .footer__list li a {
        font-size: 14px;
    }
}

.box-modal {
    position: relative;
}

.popup-form__box {
    width: 480px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    padding: 20px 30px 30px;
}

.popup-form__box .try__block {
    width: 420px;
}

.popup-form__box .nav-link {
    width: 202px;
    padding-bottom: 5px;
    font-size: 20px;
}

.popup-form__box .form-label {
    font-size: 14px;
    line-height: 140%;
}

.popup-form__box .nav.nav-tabs {
    margin-bottom: 24px;
}

.popup-form__box .form-control {
    height: 40px;
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 18px;
}

.popup-form__box .form-check-input {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    margin: 0;
}

.popup-form__box .form-check-label {
    font-size: 20px;
    margin-left: 10px;
}

.popup-form__box .form__btn {
    margin-top: 24px;
    height: 56px;
}

.popup-form__box .form-check {
    display: flex;
    padding-left: 0;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .popup-form__box {
        width: 360px;
    }

    .popup-form__box .try__block {
        width: 100%;
    }

    .popup-form__box .nav-link {
        width: 135px;
        padding-bottom: 0;
        font-size: 16px;
    }

    .popup-form__box .nav.nav-tabs {
        margin-bottom: 20px;
    }

    .popup-form__box .form-label {
        font-size: 12px;
    }

    .popup-form__box .form-control {
        height: 29px;
        padding: 1px 12px 4px;
        font-size: 16px;
    }

    .popup-form__box .form-group {
        margin-bottom: 8px;
    }

    .popup-form__box .form__btn {
        margin-top: 20px;
        height: 46px;
    }

    .popup-form__box .form-check-input {
        width: 14px;
        height: 14px;
    }

    .popup-form__box .form-check-label {
        font-size: 16px;
    }

    .toggle-password {
        bottom: 7.5px;
        right: 11px;
    }
}

@media screen and (max-width: 575px) {
    .popup-form__box {
        width: 320px;
        padding: 20px;
        border-radius: 0;
    }
}