@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,600,700,900&display=swap");
@import url("../fonts/icomoon/style.css");
@import url(../libs/bootstrap/bootstrap-grid.min.css);
@import url(../libs/before-after/before-after.min.css);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, button, output, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

sub {
    vertical-align: sub
}

sup {
    vertical-align: super
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a, button, input, textarea {
    font-family: inherit
}

a {
    text-decoration: none
}

button, input {
    background: transparent;
    border: 0
}

button, input[type="submit"] {
    cursor: pointer
}

textarea {
    resize: none
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 320px;
    min-height: 100vh;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    color: #253858;
    background: url(../img/backgrounds/background-small.jpg) no-repeat center top
}

@media (max-width: 1199px) {
    body {
        background-position-y: -60px
    }
}

@media (max-width: 991px) {
    body {
        background-position-y: -120px
    }
}

@media (max-width: 767px) {
    body {
        background-position-y: -160px
    }
}

@media (max-width: 575px) {
    body {
        background-position-y: -180px
    }
}

body.no-scroll {
    overflow: hidden
}

h1, h2, h3, h4, h5, h6, li {
    line-height: 1.3
}

p {
    line-height: inherit
}

a {
    display: inline-block
}

button, input {
    line-height: 1
}

a, button, input, textarea {
    color: #253858;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    outline: none
}

img {
    display: inline-block;
    max-width: 100%
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.btn {
    position: relative;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 36px;
    padding: 0 30px;
    padding-top: 1px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #026df3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#037ffd), color-stop(#0375f7), to(#026df3));
    background-image: -o-linear-gradient(top, #037ffd, #0375f7, #026df3);
    background-image: linear-gradient(180deg, #037ffd, #0375f7, #026df3);
    border-radius: 5px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

@media (max-width: 425px) {
    .btn {
        width: 100%
    }
}

.btn:hover, .btn:focus {
    background: #039aff
}

.btn--big {
    min-width: 240px;
    min-height: 52px;
    font-size: 18px
}

.btn--disabled, .btn--disabled:focus, .btn:disabled, .btn:disabled:focus {
    color: #adc0e7;
    background: #f0f5ff;
    pointer-events: none
}

.btn--disabled:hover, .btn--disabled:focus:hover, .btn:disabled:hover, .btn:disabled:focus:hover {
    cursor: default
}

.center {
    text-align: center
}

.footer {
    padding: 60px 0;
    margin-top: auto;
    background-color: #f0f5ff
}

@media (max-width: 1199px) {
    .footer {
        padding: 45px 0
    }
}

@media (max-width: 991px) {
    .footer {
        padding: 30px 0
    }
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991px) {
    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 991px) {
    .footer-copy {
        margin-bottom: 10px
    }
}

.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 575px) {
    .footer-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 575px) {
    .footer-links__item {
        text-align: center
    }
}

.footer-links__item:last-child .footer-links__link {
    padding-right: 0
}

@media (max-width: 991px) {
    .footer-links__item:last-child .footer-links__link {
        padding-right: 10px
    }
}

@media (max-width: 767px) {
    .footer-links__item:last-child .footer-links__link {
        padding-right: 5px
    }
}

.footer-links__link {
    padding: 0 15px;
    color: #325da5
}

@media (max-width: 991px) {
    .footer-links__link {
        padding: 0 10px
    }
}

@media (max-width: 767px) {
    .footer-links__link {
        padding: 5px
    }
}

.footer-links__link:hover, .footer-links__link:focus {
    color: #039aff
}

.form-input, .form-textarea {
    position: relative;
    margin-bottom: 40px
}

@media (max-width: 575px) {
    .form-input--with-icon, .form-textarea--with-icon {
        margin-bottom: 30px
    }
}

.form-input--with-icon .form-input__input, .form-input--with-icon .form-textarea__textarea, .form-textarea--with-icon .form-input__input, .form-textarea--with-icon .form-textarea__textarea {
    padding-left: 60px
}

@media (max-width: 575px) {
    .form-input--with-icon .form-input__input, .form-input--with-icon .form-textarea__textarea, .form-textarea--with-icon .form-input__input, .form-textarea--with-icon .form-textarea__textarea {
        padding-left: 45px
    }
}

.form-input--success .form-input__input, .form-textarea--success .form-input__input {
    background-color: #e2fcd6;
    border-color: #e2fcd6
}

.form-input--success .form-input__icon, .form-textarea--success .form-input__icon {
    color: #5cbe2f
}

.form-input--error .form-input__input, .form-textarea--error .form-input__input {
    background-color: #ffdde3;
    border-color: #ffdde3
}

.form-input--error .form-input__icon, .form-textarea--error .form-input__icon {
    color: #ff5e5e
}

.form-input__label, .form-textarea__label {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 30px;
    cursor: pointer
}

@media (max-width: 575px) {
    .form-input__label, .form-textarea__label {
        margin-left: 20px
    }
}

@media (max-width: 425px) {
    .form-input__label, .form-textarea__label {
        margin-bottom: 5px
    }
}

.form-input__label span, .form-textarea__label span {
    color: #ff5e5e
}

.form-input__input, .form-input__textarea, .form-textarea__input, .form-textarea__textarea {
    width: 100%;
    padding: 22px 30px;
    font-size: 18px;
    background-color: #f0f5ff;
    border: 2px solid #f0f5ff;
    border-radius: 10px;
    cursor: pointer
}

@media (max-width: 575px) {
    .form-input__input, .form-input__textarea, .form-textarea__input, .form-textarea__textarea {
        padding: 20px
    }
}

@media (max-width: 425px) {
    .form-input__input, .form-input__textarea, .form-textarea__input, .form-textarea__textarea {
        font-size: 16px
    }
}

.form-input__input:hover, .form-input__input:focus, .form-input__textarea:hover, .form-input__textarea:focus, .form-textarea__input:hover, .form-textarea__input:focus, .form-textarea__textarea:hover, .form-textarea__textarea:focus {
    border-color: #039aff
}

.form-input__input::-webkit-input-placeholder, .form-input__textarea::-webkit-input-placeholder, .form-textarea__input::-webkit-input-placeholder, .form-textarea__textarea::-webkit-input-placeholder {
    color: inherit
}

.form-input__input::-moz-placeholder, .form-input__textarea::-moz-placeholder, .form-textarea__input::-moz-placeholder, .form-textarea__textarea::-moz-placeholder {
    color: inherit
}

.form-input__input:-ms-input-placeholder, .form-input__textarea:-ms-input-placeholder, .form-textarea__input:-ms-input-placeholder, .form-textarea__textarea:-ms-input-placeholder {
    color: inherit
}

.form-input__input::-ms-input-placeholder, .form-input__textarea::-ms-input-placeholder, .form-textarea__input::-ms-input-placeholder, .form-textarea__textarea::-ms-input-placeholder {
    color: inherit
}

.form-input__input::placeholder, .form-input__textarea::placeholder, .form-textarea__input::placeholder, .form-textarea__textarea::placeholder {
    color: inherit
}

.form-input__icon, .form-textarea__icon {
    position: absolute;
    top: 35px;
    left: 35px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #039aff
}

@media (max-width: 575px) {
    .form-input__icon, .form-textarea__icon {
        top: 32px;
        left: 25px
    }
}

@media (max-width: 425px) {
    .form-input__icon, .form-textarea__icon {
        font-size: 16px
    }
}

.form-input__tip, .form-textarea__tip {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    padding: 5px;
    padding-left: 30px;
    font-size: 15px;
    color: #fff;
    border-radius: 0 0 10px 10px
}

@media (max-width: 575px) {
    .form-input__tip, .form-textarea__tip {
        padding-left: 20px
    }
}

.form-input__tip--error, .form-textarea__tip--error {
    background-color: #ff5e5e
}

.form-textarea__textarea {
    min-height: 200px
}

.form-checkbox {
    position: relative;
    padding-top: 4px;
    padding-left: 45px
}

.form-checkbox__label {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

.form-checkbox__label:hover .form-checkbox__icon, .form-checkbox__label:focus .form-checkbox__icon {
    border-color: #039aff
}

.form-checkbox__input {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    border: none;
    clip: rect(0 0 0 0)
}

.form-checkbox__input:focus + .form-checkbox__icon {
    border-color: #039aff
}

.form-checkbox__input:checked + .form-checkbox__icon {
    background-color: #039aff;
    border-color: #039aff
}

.form-checkbox__input:checked + .form-checkbox__icon::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.form-checkbox__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding-top: 1px;
    padding-left: 1px;
    font-size: 14px;
    color: #fff;
    background-color: #f0f5ff;
    border: 1px solid #c7d6f4;
    border-radius: 5px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.form-checkbox__icon::before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.form-checkbox__text {
    font-size: 18px;
    line-height: 1.3;
    color: #6380b1
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 999;
    padding: 30px 0;
    background-color: #fff;
    border-bottom: 1px solid #e5ecfa
}

@media (max-width: 1199px) {
    .header {
        padding: 10px 0
    }
}

@media (max-width: 767px) {
    .header {
        padding: 5px 0
    }
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.img {
    margin-bottom: 50px;
    border: 6px solid #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 59px 0px rgba(0, 40, 114, 0.2);
    box-shadow: 0px 10px 59px 0px rgba(0, 40, 114, 0.2)
}

@media (max-width: 991px) {
    .img {
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .img {
        margin-bottom: 30px
    }
}

@media (max-width: 575px) {
    .img {
        margin-bottom: 20px
    }
}

.link {
    text-decoration: underline;
    color: #039aff
}

.link:hover, .link:focus {
    text-decoration: none;
    color: #0374ff
}

.list {
    margin-bottom: 30px
}

.list--with-icon .list__item {
    padding-left: 30px;
    padding-top: 2px;
    margin-bottom: 13px;
    font-size: 15px;
    font-weight: 500
}

.list--with-icon .list__item::before {
    content: "\e903";
    top: 0;
    left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22px;
    height: 22px;
    padding-top: 2px;
    padding-left: 1px;
    font-family: icomoon;
    font-size: 10px;
    color: #fff;
    background-color: #039aff;
    border-radius: 50%
}

.list__item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 13px;
    color: #6380b1
}

.list__item::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    overflow: hidden;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #039aff;
    border-radius: 50%
}

.logo {
    margin-right: 45px
}

@media (max-width: 1199px) {
    .logo {
        margin-right: 15px
    }
}

.logo:hover, .logo:focus {
    opacity: .7
}

.logo__img {
    width: 190px
}

@media (max-width: 575px) {
    .logo__img {
        width: 170px
    }
}

.menu {
    width: 100%
}

@media (max-width: 1199px) {
    .menu {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 100%;
        left: 0;
        z-index: 1000;
        background-color: #039aff;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }
}

@media (max-width: 1199px) {
    .menu--active {
        bottom: 0;
        overflow-y: auto;
        padding: 15px
    }
}

@media (max-width: 1199px) {
    .menu--active .menu__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 100%
    }
}

@media (max-width: 1199px) {
    .menu--active .menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0
    }
}

@media (max-width: 1199px) {
    .menu--active .menu-list__link {
        padding: 10px;
        font-size: 20px;
        color: #fff
    }
}

.menu--active .menu-list__link:hover {
    text-decoration: underline;
    color: #fff
}

.menu--active .menu-list__link--active {
    color: #253858;
    cursor: default;
    pointer-events: none
}

@media (max-width: 1199px) {
    .menu--active .menu-user {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0
    }
}

@media (max-width: 1199px) {
    .menu--active .menu-user__item:first-child {
        margin: 0;
        margin-bottom: 20px
    }
}

@media (max-width: 1199px) {
    .menu--active .menu-user__link {
        padding: 10px;
        font-size: 20px;
        color: #fff
    }
}

.menu--active .menu-user__link:hover, .menu--active .menu-user__link:focus {
    text-decoration: underline;
    color: #fff
}

.menu--active .menu-user__link--active {
    color: #253858;
    cursor: default;
    pointer-events: none
}

@media (max-width: 1199px) {
    .menu--active .menu-toggle {
        display: none
    }
}

@media (max-width: 1199px) {
    .menu--active .menu-close {
        display: block
    }
}

.menu--active .btn:hover, .menu--active .btn:focus {
    border: 1px solid #fff
}

.menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .menu-list {
        display: none
    }
}

.menu-list__link {
    padding: 0 15px;
    font-weight: 500;
    color: #325da5
}

.menu-list__link:hover {
    color: #039aff
}

.menu-list__link--active {
    color: #039aff;
    cursor: default;
    pointer-events: none
}

.menu-list_sidebar {
    margin-left: 20px;
}

.menu-list_sidebar .menu-list__item {
    padding: 10px 20px;
    font-size: 24px;
}

.menu-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

@media (max-width: 1199px) {
    .menu-user {
        display: none
    }
}

.menu-user__item:first-child {
    margin-right: 15px
}

.menu-user__link {
    padding: 0 15px;
    font-weight: 500;
    color: #325da5
}

.menu-user__link:hover, .menu-user__link:focus {
    color: #039aff
}

.menu-user__link--active {
    color: #039aff;
    cursor: default;
    pointer-events: none
}

.menu-toggle {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    padding-right: 0;
    margin-left: auto
}

@media (max-width: 1199px) {
    .menu-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.menu-toggle__line {
    display: block;
    width: 20px;
    height: 2px;
    margin: 2px 0;
    background-color: #253858;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.menu-toggle:hover .menu-toggle__line {
    background-color: #039aff
}

.menu-close {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    display: none;
    width: 60px;
    height: 60px
}

.menu-close__line {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 40px;
    height: 2px;
    margin: 2px 0;
    background-color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.menu-close__line:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.menu-close__line:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.menu-close:hover .menu-close__line {
    background-color: #f0f5ff
}

.preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    visibility: visible;
    opacity: 1
}

.preloader2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    visibility: visible;
    opacity: 1
}

.preloader__loader {
    width: 30px;
    height: 30px;
    border: 3px solid #039aff;
    border-radius: 50%;
    border-top-color: #fff;
    -webkit-animation: .5s spin infinite linear;
    animation: .5s spin infinite linear
}

.preloader__loader2 {
    width: 30px;
    height: 30px;
    border: 3px solid #039aff;
    border-radius: 50%;
    border-top-color: #fff;
    -webkit-animation: .5s spin infinite linear;
    animation: .5s spin infinite linear
}

.section {
    margin-bottom: 150px
}

@media (max-width: 1199px) {
    .section {
        margin-bottom: 130px
    }
}

@media (max-width: 991px) {
    .section {
        margin-bottom: 100px
    }
}

@media (max-width: 767px) {
    .section {
        margin-bottom: 80px
    }
}

@media (max-width: 575px) {
    .section {
        margin-bottom: 50px
    }
}

.text {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #6380b1
}

.text--center {
    text-align: center
}

.tip {
    padding: 20px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #f0f5ff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 15px 40px 0px rgba(0, 40, 114, 0.05);
    box-shadow: 0px 15px 40px 0px rgba(0, 40, 114, 0.05)
}

.tip__text {
    font-size: 18px;
    color: #6380b1
}

.Shape {
    border-style: solid;
    border-width: 1px;
    border-color: #f0f5ff;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 15px 40px 0px rgba(0, 40, 114, 0.05);
    box-shadow: 0px 15px 40px 0px rgba(0, 40, 114, 0.05);
    position: absolute;
    left: 683px;
    top: 357px;
    width: 553px;
    height: 58px;
    z-index: 63
}

.title {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .title {
        margin-bottom: 20px
    }
}

.title--1 {
    font-size: 52px;
    font-weight: 700
}

@media (max-width: 991px) {
    .title--1 {
        font-size: 42px
    }
}

@media (max-width: 767px) {
    .title--1 {
        font-size: 36px
    }
}

@media (max-width: 575px) {
    .title--1 {
        font-size: 30px
    }
}

.title--2 {
    font-size: 42px
}

@media (max-width: 991px) {
    .title--2 {
        font-size: 36px
    }
}

@media (max-width: 767px) {
    .title--2 {
        font-size: 30px
    }
}

@media (max-width: 575px) {
    .title--2 {
        font-size: 24px
    }
}

.title--3 {
    font-size: 26px
}

@media (max-width: 991px) {
    .title--3 {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .title--3 {
        font-size: 22px
    }
}

@media (max-width: 575px) {
    .title--3 {
        font-size: 18px
    }
}

.title--center {
    text-align: center
}

.title-description {
    max-width: 750px;
    margin: auto;
    margin-bottom: 60px
}

@media (max-width: 991px) {
    .title-description {
        margin-bottom: 50px
    }
}

@media (max-width: 767px) {
    .title-description {
        margin-bottom: 40px
    }
}

@media (max-width: 575px) {
    .title-description {
        margin-bottom: 30px
    }
}

.up {
    position: fixed;
    right: 25px;
    bottom: -100px;
    z-index: 10;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #039aff;
    border-radius: 50%;
    outline: none;
    cursor: pointer
}

.up__icon {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    width: 20px;
    height: 20px;
    line-height: 50px;
    color: #039aff
}

.up__icon::before {
    margin: 0
}

.up:hover, .up:focus {
    background-color: #039aff;
    border-color: #039aff
}

.up:hover .up__icon, .up:focus .up__icon {
    color: #fff
}

.up--active {
    bottom: 35px
}

.article-page .article {
    padding-top: 95px;
    margin-bottom: 120px
}

@media (max-width: 1199px) {
    .article-page .article {
        padding-top: 80px;
        margin-bottom: 100px
    }
}

@media (max-width: 991px) {
    .article-page .article {
        padding-top: 60px;
        margin-bottom: 70px
    }
}

@media (max-width: 767px) {
    .article-page .article {
        padding-top: 50px;
        margin-bottom: 50px
    }
}

@media (max-width: 575px) {
    .article-page .article {
        padding-top: 50px;
        margin-bottom: 20px
    }
}

.contact-page .captcha {
    max-width: 240px
}

@media (max-width: 425px) {
    .contact-page .captcha {
        max-width: 100%
    }
}

.contact-page .contact {
    padding-top: 180px
}

@media (max-width: 1199px) {
    .contact-page .contact {
        padding-top: 130px
    }
}

@media (max-width: 991px) {
    .contact-page .contact {
        padding-top: 120px
    }
}

@media (max-width: 767px) {
    .contact-page .contact {
        padding-top: 100px
    }
}

@media (max-width: 575px) {
    .contact-page .contact {
        padding-top: 90px
    }
}

.contact-page .contact__title {
    margin-bottom: 100px
}

@media (max-width: 1199px) {
    .contact-page .contact__title {
        margin-bottom: 80px
    }
}

@media (max-width: 991px) {
    .contact-page .contact__title {
        margin-bottom: 50px
    }
}

@media (max-width: 767px) {
    .contact-page .contact__title {
        margin-bottom: 40px
    }
}

@media (max-width: 575px) {
    .contact-page .contact__title {
        margin-bottom: 30px
    }
}

.contact-page .contact__form-textarea {
    margin-bottom: 60px
}

@media (max-width: 991px) {
    .contact-page .contact__form-textarea {
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .contact-page .contact__form-textarea {
        margin-bottom: 30px
    }
}

@media (max-width: 575px) {
    .contact-page .contact__form-textarea {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px
    }
}

.contact-page .contact__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-page .contact__captcha {
    margin-bottom: 20px;
    margin-right: 60px;
}

.contact-page .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px
}

@media (max-width: 991px) {
    .contact-page .contact-info {
        margin-bottom: 50px
    }
}

@media (max-width: 767px) {
    .contact-page .contact-info {
        margin-bottom: 40px
    }
}

@media (max-width: 575px) {
    .contact-page .contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px
    }
}

.contact-page .contact-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 40px 25px;
    background-color: #fff;
    border: 1px solid #f0f5ff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 15px 40px 0px rgba(0, 40, 114, 0.05);
    box-shadow: 0px 15px 40px 0px rgba(0, 40, 114, 0.05);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media (max-width: 575px) {
    .contact-page .contact-info__item {
        width: 100%;
        margin-bottom: 15px
    }
}

.contact-page .contact-info__item:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0px 15px 40px 0px rgba(0, 40, 114, 0.1);
    box-shadow: 0px 15px 40px 0px rgba(0, 40, 114, 0.1)
}

.contact-page .contact-info__item:first-child {
    margin-right: 15px
}

@media (max-width: 575px) {
    .contact-page .contact-info__item:first-child {
        margin-right: 0
    }
}

.contact-page .contact-info__item:last-child {
    margin-left: 15px
}

@media (max-width: 575px) {
    .contact-page .contact-info__item:last-child {
        margin-left: 0
    }
}

.contact-page .contact-info__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
    color: #039aff;
    background-color: #fff;
    border: 2px solid #039aff;
    border-radius: 50%
}

.contact-page .contact-info__icon::before {
    margin: 0;
    font-size: 50px
}

.contact-page .contact-info__icon--pink {
    color: #ea49f4;
    border-color: #ea49f4
}

.contact-page .contact-info__icon--green {
    color: #42d200;
    border-color: #42d200
}

.contact-page .contact-info__title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    text-align: center
}

.error404-page .error404 {
    padding-top: 180px
}

@media (max-width: 1199px) {
    .error404-page .error404 {
        padding-top: 130px
    }
}

@media (max-width: 991px) {
    .error404-page .error404 {
        padding-top: 120px
    }
}

@media (max-width: 767px) {
    .error404-page .error404 {
        padding-top: 100px
    }
}

@media (max-width: 575px) {
    .error404-page .error404 {
        padding-top: 90px
    }
}

.error404-page .error404__img {
    display: block;
    margin: 0 auto;
    margin-bottom: 60px
}

@media (max-width: 767px) {
    .error404-page .error404__img {
        margin-bottom: 40px
    }
}

.error500-page .error500 {
    padding-top: 180px
}

@media (max-width: 1199px) {
    .error500-page .error500 {
        padding-top: 130px
    }
}

@media (max-width: 991px) {
    .error500-page .error500 {
        padding-top: 120px
    }
}

@media (max-width: 767px) {
    .error500-page .error500 {
        padding-top: 100px
    }
}

@media (max-width: 575px) {
    .error500-page .error500 {
        padding-top: 90px
    }
}

.error500-page .error500__img {
    display: block;
    margin: 0 auto;
    margin-bottom: 60px
}

@media (max-width: 767px) {
    .error500-page .error500__img {
        margin-bottom: 40px
    }
}

.index-page .faq__btn {
    margin-top: 60px
}

.index-page .faq-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #f0f5ff;
    border-radius: 10px;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

.index-page .faq-item--open {
    -webkit-box-shadow: 0px 15px 40px 0px rgba(0, 40, 114, 0.05);
    box-shadow: 0px 15px 40px 0px rgba(0, 40, 114, 0.05)
}

.index-page .faq-item--open .faq-item__title {
    background-color: #fff
}

.index-page .faq-item--open .faq-item__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #6380b1
}

.index-page .faq-item--open .faq-item__answer {
    height: auto;
    padding: 10px 30px 20px
}

@media (max-width: 767px) {
    .index-page .faq-item--open .faq-item__answer {
        padding: 10px 20px 0
    }
}

.index-page .faq-item__title {
    padding: 26px 80px 24px 30px;
    font-size: 18px;
    font-weight: 500;
    background-color: #f0f5ff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer
}

@media (max-width: 767px) {
    .index-page .faq-item__title {
        padding: 16px 50px 14px 20px;
        font-size: 16px
    }
}

.index-page .faq-item__title:hover, .index-page .faq-item__title:focus {
    color: #039aff;
    background-color: #f0f5ff
}

.index-page .faq-item__title:hover ~ .faq-item__icon, .index-page .faq-item__title:focus ~ .faq-item__icon {
    color: #039aff
}

.index-page .faq-item__icon {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #039aff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    pointer-events: none
}

@media (max-width: 767px) {
    .index-page .faq-item__icon {
        top: 18px;
        right: 20px
    }
}

.index-page .faq-item__icon::before {
    margin: 0;
    font-size: 15px
}

.index-page .faq-item__answer {
    overflow: hidden;
    height: 0;
    padding: 0 30px;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

@media (max-width: 767px) {
    .index-page .faq-item__answer {
        padding: 0 20px
    }
}

.index-page .features {
    padding-bottom: 150px
}

@media (max-width: 1199px) {
    .index-page .features {
        padding-bottom: 130px
    }
}

@media (max-width: 991px) {
    .index-page .features {
        padding-bottom: 100px
    }
}

@media (max-width: 767px) {
    .index-page .features {
        padding-bottom: 80px
    }
}

@media (max-width: 575px) {
    .index-page .features {
        padding-bottom: 50px
    }
}

.index-page .features-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 40px 25px 50px;
    background-color: #fff;
    border: 1px solid #f0f5ff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 15px 40px 0px rgba(0, 40, 114, 0.05);
    box-shadow: 0px 15px 40px 0px rgba(0, 40, 114, 0.05);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media (max-width: 991px) {
    .index-page .features-item {
        height: calc(100% - 25px);
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    .index-page .features-item {
        height: calc(100% - 20px);
        margin-bottom: 20px
    }
}

@media (max-width: 575px) {
    .index-page .features-item {
        height: calc(100% - 15px);
        margin-bottom: 15px
    }
}

.index-page .features-item:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0px 15px 40px 0px rgba(0, 40, 114, 0.1);
    box-shadow: 0px 15px 40px 0px rgba(0, 40, 114, 0.1)
}

.index-page .features-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
    color: #039aff;
    background-color: #fff;
    border: 2px solid #039aff;
    border-radius: 50%
}

.index-page .features-item__icon::before {
    margin: 0;
    font-size: 50px
}

.index-page .features-item__icon--orange {
    color: #ffa200;
    border-color: #ffa200
}

.index-page .features-item__icon--pink {
    color: #ea49f4;
    border-color: #ea49f4
}

.index-page .features-item__icon--green {
    color: #42d200;
    border-color: #42d200
}

.index-page .features-item__icon--blue {
    color: #01c3ff;
    border-color: #01c3ff
}

.index-page .features-item__icon.icon-heart {
    padding-top: 8px
}

.index-page .features-item__icon.icon-dashboard {
    padding-bottom: 8px
}

.index-page .features-item__icon.icon-like {
    padding-bottom: 2px
}

.index-page .features-item__title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    text-align: center
}

.index-page .features-item__text {
    margin: 0
}

.intro {
    box-sizing: border-box;
}

.index-page .intro {
    padding: 130px 0 30px 0;
    background: url(../img/backgrounds/wave-bottom.png) no-repeat center bottom, url(../img/backgrounds/background.jpg) repeat-y center top
}

.index-page .intro2 {
    padding: 50px 0 30px 0;
    /* background: url(../img/backgrounds/wave-bottom.png) no-repeat center bottom, url(../img/backgrounds/background.jpg) repeat-y center top */
    background: #fff;
}

@media (max-width: 1199px) {
    .index-page .intro {
        padding: 130px 0 30px 0;
    }
}

@media (max-width: 991px) {
    .index-page .intro {
        padding: 120px 0 30px
    }
}

@media (max-width: 767px) {
    .index-page .intro {
        padding: 100px 0 30px
    }
}

@media (max-width: 575px) {
    .index-page .intro {
        /* padding: 20px 0 20px; */
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .menu-list_sidebar {
        margin-left: 0px;
    }

    .my-account {
        padding-left: 0!important;
    }
}

@media (max-width: 991px) {
    .index-page .intro__title {
        text-align: center
    }
}

.index-page .intro__text {
    padding-right: 30px;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .index-page .intro__text {
        padding-right: 0;
        text-align: center
    }
}

@media (max-width: 991px) {
    .index-page .intro-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.index-page .intro-demo {
    background-color: #fff;
    border: 8px solid #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 59px 0px rgba(0, 40, 114, 0.2);
    box-shadow: 0px 10px 59px 0px rgba(0, 40, 114, 0.2)
}

@media (max-width: 991px) {
    .index-page .intro-demo {
        margin-bottom: 30px
    }
}

.index-page .intro-demo__inner {
    height: 100%
}

.index-page .intro-demo__before, .index-page .intro-demo__after {
    overflow: hidden;
    height: 100%
}

.index-page .intro-demo__data {
    position: absolute;
    overflow: hidden;
    padding: 20px;
    white-space: nowrap;
    background-color: #fff
}

@media (max-width: 575px) {
    .index-page .intro-demo__data {
        padding: 10px
    }
}

.index-page .intro-demo__data--before {
    top: 0;
    left: 0;
    border-radius: 0 0 10px 0
}

.index-page .intro-demo__data--before .intro-demo__data-text span {
    color: #ff5e5e
}

.index-page .intro-demo__data--after {
    right: 0;
    bottom: 0;
    border-radius: 10px 0 0 0
}

.index-page .intro-demo__data--after .intro-demo__data-title, .index-page .intro-demo__data--after .intro-demo__data-text span {
    color: #5cbe2f
}

.index-page .intro-demo__data-title {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 500
}

@media (max-width: 1199px) {
    .index-page .intro-demo__data-title {
        font-size: 18px
    }
}

@media (max-width: 991px) {
    .index-page .intro-demo__data-title {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .index-page .intro-demo__data-title {
        font-size: 18px
    }
}

@media (max-width: 575px) {
    .index-page .intro-demo__data-title {
        font-size: 16px
    }
}

@media (max-width: 425px) {
    .index-page .intro-demo__data-title {
        font-size: 11px
    }
}

.index-page .intro-demo__data-text {
    font-size: 16px
}

@media (max-width: 1199px) {
    .index-page .intro-demo__data-text {
        font-size: 14px
    }
}

@media (max-width: 991px) {
    .index-page .intro-demo__data-text {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .index-page .intro-demo__data-text {
        font-size: 14px
    }
}

@media (max-width: 460px) {
    .index-page .intro-demo__data-text {
        font-size: 9px
    }
}

@media (max-width: 400px) {
    .index-page .intro-demo__data-text {
        font-size: 7px
    }
}

.index-page .intro-demo__data-text span {
    font-weight: 900
}

.index-page .intro-demo__handle {
    width: 3px;
    margin: 0;
    background: #fff
}

.index-page .intro-demo__handle::after {
    -webkit-transform: translate(-46%, -50%);
    -ms-transform: translate(-46%, -50%);
    transform: translate(-46%, -50%);
    width: 52px;
    height: 52px;
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 49px;
    background-color: #026df3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#037ffd), color-stop(#0375f7), to(#026df3));
    background-image: -o-linear-gradient(top, #037ffd, #0375f7, #026df3);
    background-image: linear-gradient(180deg, #037ffd, #0375f7, #026df3);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.index-page .intro-demo__handle.ba-draggable::after {
    -webkit-transform: translate(-46%, -50%);
    -ms-transform: translate(-46%, -50%);
    transform: translate(-46%, -50%);
    width: 52px;
    height: 52px;
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 52px;
    background: #039aff
}

.index-page .offer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 20px 30px;
    margin-bottom: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 15px 40px 0px rgba(0, 40, 114, 0.05);
    box-shadow: 0px 15px 40px 0px rgba(0, 40, 114, 0.05);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.index-page .offer:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0px 15px 40px 0px rgba(0, 40, 114, 0.1);
    box-shadow: 0px 15px 40px 0px rgba(0, 40, 114, 0.1)
}

.index-page .offer__recommend {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 140px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #5cbe2f;
    border-radius: 0 0 30px 30px
}

.index-page .offer__title {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #039aff
}

.index-page .offer__size {
    margin-bottom: 20px;
    font-size: 45px;
    font-weight: 500;
    text-transform: uppercase
}

@media (max-width: 1399px) {
    .index-page .offer__size {
        font-size: 36px
    }
}

@media (max-width: 1256px) {
    .index-page .offer__size {
        font-size: 30px
    }
}

@media (max-width: 1099px) {
    .index-page .offer__size {
        font-size: 25px
    }

    .index-page .offer__title {
        font-size: 19px;
    }
}

.index-page .offer__per {
    margin-bottom: 10px;
    text-transform: uppercase
}

.index-page .offer__approx {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #6380b1
}

.index-page .offer__btn {
    width: 100%;
    min-height: 38px;
    margin-top: 20px
}

@media (max-width: 767px) {
    .index-page .offer__btn {
        width: auto;
        min-width: 260px
    }
}

@media (max-width: 425px) {
    .index-page .offer__btn {
        width: 100%;
        min-width: auto
    }
}

.index-page .offer__additional {
    margin-top: 20px;
    text-transform: uppercase;
    color: #6380b1
}

@media (max-width: 1199px) {
    .index-page .offer__additional {
        font-size: 14px
    }
}

@media (max-width: 991px) {
    .index-page .offer__additional {
        font-size: 16px
    }
}

.index-page .offer-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    color: #039aff
}

.index-page .offer-price__currency {
    font-size: 22px
}

.index-page .offer-price__count, .index-page .offer-price__count-monthly, .index-page .offer-price__count-yearly {
    margin: 0 4px;
    font-size: 40px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

@media (max-width: 1199px) {
    .index-page .offer-price__count, .index-page .offer-price__count-monthly, .index-page .offer-price__count-yearly {
        font-size: 34px
    }
}

@media (max-width: 991px) {
    .index-page .offer-price__count, .index-page .offer-price__count-monthly, .index-page .offer-price__count-yearly {
        font-size: 40px
    }
}

@media (max-width: 767px) {
    .index-page .offer-price__count, .index-page .offer-price__count-monthly, .index-page .offer-price__count-yearly {
        font-size: 44px
    }
}

.index-page .offer-price__count-monthly, .index-page .offer-price__count-yearly {
    display: none
}

.index-page .offer-price__count-monthly--active, .index-page .offer-price__count-yearly--active {
    display: block
}

.index-page .offer-price__month {
    margin-top: auto;
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase
}

.index-page .offer-price-year {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 0;
    font-weight: 500;
    color: #6380b1;
    border: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.index-page .offer-price-year--active {
    height: auto;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #cfd9e9
}

.index-page .offer-price-year__count {
    margin: 0 4px;
    font-size: 26px
}

@media (max-width: 1199px) {
    .index-page .offer-price-year__count {
        font-size: 22px
    }
}

@media (max-width: 991px) {
    .index-page .offer-price-year__count {
        font-size: 26px
    }
}

.index-page .offer-price-year__year {
    margin-top: auto;
    margin-bottom: 2px;
    font-size: 14px;
    text-transform: uppercase
}

.index-page .prices {
    padding: 120px 0 150px;
    background-color: #f0f5ff;
    background-image: url(../img/backgrounds/wave-bottom.png), url(../img/backgrounds/wave-top.png);
    background-repeat: no-repeat;
    background-position: center bottom, center top
}

@media (max-width: 1199px) {
    .index-page .prices {
        padding: 70px 0 100px
    }
}

@media (max-width: 991px) {
    .index-page .prices {
        padding: 60px 0 90px
    }
}

@media (max-width: 767px) {
    .index-page .prices {
        padding: 40px 0 40px
    }
}

@media (max-width: 575px) {
    .index-page .prices {
        padding: 30px 0 60px
    }
}

.index-page .prices-tip {
    position: absolute;
    top: 50px;
    left: calc(50% + 50px);
    padding-top: 2px;
    padding-left: 13px
}

@media (max-width: 575px) {
    .index-page .prices-tip {
        right: calc(50% - 60px);
        left: auto;
        padding-left: 0;
        padding-right: 13px
    }
}

.index-page .prices-tip__icon {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 22px;
    color: #5cbe2f
}

@media (max-width: 575px) {
    .index-page .prices-tip__icon {
        left: auto;
        right: 0;
        -webkit-transform: rotate(-90deg) scaleY(-1);
        -ms-transform: rotate(-90deg) scaleY(-1);
        transform: rotate(-90deg) scaleY(-1)
    }
}

.index-page .prices-tip__text {
    display: inline-block;
    padding: 10px 15px;
    font-weight: 500;
    color: #5cbe2f;
    background-color: #fff;
    border-radius: 25px
}

.index-page .statistics {
    margin-bottom: 20px
}

@media (max-width: 1199px) {
    .index-page .statistics {
        margin-bottom: 0
    }
}

.index-page .statistics__title {
    margin-bottom: 80px
}

@media (max-width: 991px) {
    .index-page .statistics__title {
        margin-bottom: 60px
    }
}

@media (max-width: 767px) {
    .index-page .statistics__title {
        margin-bottom: 40px
    }
}

@media (max-width: 575px) {
    .index-page .statistics__title {
        margin-bottom: 20px
    }
}

.index-page .statistics-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px
}

@media (max-width: 767px) {
    .index-page .statistics-item {
        margin-bottom: 40px
    }
}

@media (max-width: 425px) {
    .index-page .statistics-item {
        margin-bottom: 30px
    }
}

.index-page .statistics-item__icon {
    margin-bottom: 25px;
    font-size: 66px;
    color: #039aff
}

@media (max-width: 425px) {
    .index-page .statistics-item__icon {
        margin-bottom: 15px
    }
}

.index-page .statistics-item__count {
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 700
}

@media (max-width: 1199px) {
    .index-page .statistics-item__count {
        font-size: 28px
    }
}

@media (max-width: 991px) {
    .index-page .statistics-item__count {
        font-size: 32px
    }
}

@media (max-width: 767px) {
    .index-page .statistics-item__count {
        font-size: 28px
    }
}

@media (max-width: 425px) {
    .index-page .statistics-item__count {
        margin-bottom: 10px;
        font-size: 22px
    }
}

.index-page .statistics-item__title {
    font-size: 15px;
    text-transform: uppercase;
    color: #6380b1
}

.index-page .tabs {
    position: relative
}

.index-page .tabs--small {
    margin-bottom: 80px
}

.index-page .tabs--small .tabs-toggle__link {
    min-width: 110px;
    padding: 10px;
    font-size: 16px
}

@media (max-width: 425px) {
    .index-page .tabs--small .tabs-toggle__link {
        font-size: 14px
    }
}

.index-page .tabs-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-page .tabs-toggle__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 230px;
    padding: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #039aff;
    background-color: #fff;
    border: 1px solid #039aff
}

@media (max-width: 575px) {
    .index-page .tabs-toggle__link {
        min-width: auto;
        font-size: 16px
    }
}

@media (max-width: 425px) {
    .index-page .tabs-toggle__link {
        padding: 15px 20px;
        font-size: 14px
    }
}

.index-page .tabs-toggle__link:hover {
    color: #fff;
    background-color: #0374ff
}

.index-page .tabs-toggle__link:first-child {
    border-radius: 25px 0 0 25px
}

.index-page .tabs-toggle__link:last-child {
    border-radius: 0 25px 25px 0
}

.index-page .tabs-toggle__link--active {
    color: #fff;
    background-color: #039aff;
    cursor: default;
    pointer-events: none
}

.index-page .tabs-content {
    display: none;
    padding-top: 40px
}

.index-page .tabs-content--active {
    display: block
}

.login-page .login {
    padding-top: 100px
}

@media (max-width: 1199px) {
    .login-page .login {
        padding-top: 85px
    }
}

@media (max-width: 991px) {
    .login-page .login {
        padding-top: 75px
    }
}

@media (max-width: 767px) {
    .login-page .login {
        padding-top: 65px
    }
}

@media (max-width: 575px) {
    .login-page .login {
        padding-top: 55px
    }
}

.login-page .login__title {
    margin-bottom: 50px
}

@media (max-width: 1199px) {
    .login-page .login__title {
        margin-bottom: 40px
    }
}

@media (max-width: 991px) {
    .login-page .login__title {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    .login-page .login__title {
        margin-bottom: 20px
    }
}

@media (max-width: 575px) {
    .login-page .login__title {
        margin-bottom: 15px
    }
}

.login-page .login__tip {
    margin-bottom: 18px
}

@media (max-width: 991px) {
    .login-page .login__tip {
        margin-bottom: 50px
    }
}

@media (max-width: 767px) {
    .login-page .login__tip {
        margin-bottom: 40px
    }
}

@media (max-width: 575px) {
    .login-page .login__tip {
        margin-bottom: 30px
    }
}

.login-page .login__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px
}

@media (max-width: 991px) {
    .login-page .login__row {
        margin-bottom: 50px
    }
}

@media (max-width: 767px) {
    .login-page .login__row {
        margin-bottom: 40px
    }
}

@media (max-width: 575px) {
    .login-page .login__row {
        margin-bottom: 30px
    }
}

@media (max-width: 425px) {
    .login-page .login__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 20px
    }
}

@media (max-width: 425px) {
    .login-page .login__form-checkbox {
        margin-bottom: 20px
    }
}

.login-page .login__link {
    font-size: 18px
}

.signup-page .signup {
    padding-top: 100px
}

@media (max-width: 1199px) {
    .signup-page .signup {
        padding-top: 85px
    }
}

@media (max-width: 991px) {
    .signup-page .signup {
        padding-top: 75px
    }
}

@media (max-width: 767px) {
    .signup-page .signup {
        padding-top: 55px
    }
}

@media (max-width: 575px) {
    .signup-page .signup {
        padding-top: 45px
    }
}

.signup-page .signup__title {
    margin-bottom: 50px
}

@media (max-width: 1199px) {
    .signup-page .signup__title {
        margin-bottom: 80px
    }
}

@media (max-width: 991px) {
    .signup-page .signup__title {
        margin-bottom: 50px
    }
}

@media (max-width: 767px) {
    .signup-page .signup__title {
        margin-bottom: 40px
    }
}

@media (max-width: 575px) {
    .signup-page .signup__title {
        margin-bottom: 30px
    }
}

.signup-page .signup__tip {
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .signup-page .signup__tip {
        margin-bottom: 50px
    }
}

@media (max-width: 767px) {
    .signup-page .signup__tip {
        margin-bottom: 40px
    }
}

@media (max-width: 575px) {
    .signup-page .signup__tip {
        margin-bottom: 30px
    }
}

.signup-page .signup__accept {
    margin-bottom: 50px
}

@media (max-width: 991px) {
    .signup-page .signup__accept {
        margin-bottom: 50px
    }
}

@media (max-width: 767px) {
    .signup-page .signup__accept {
        margin-bottom: 40px
    }
}

@media (max-width: 575px) {
    .signup-page .signup__accept {
        margin-bottom: 30px
    }
}

.api-key {
    width: 80%;
    margin-top: 20px;
}

.profile {
    background-color: #ffffff;
}

.profile .form {
    display: inline-flex;
    width: 100%;
    margin: 20px auto;
}

.profile .form .center {
    margin: 8px;
}

.form-input__tip.form-input__tip--success {
    background-color: green;
}

.form-check {
    padding: 5px 10px;
}

.form-check-label span {
    color: red;
}

.my-account {
    padding: 10px 0 10px 20px;
}

.drop-zone, dropzone {
    width: 100%;
}

.hidden {
    display: none !important;
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df
}

.StripeElement--invalid {
    border-color: #fa755a
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important
}

#payment-form .button-buy {
    margin-top: 15px;
    float: right
}

#payment-form .free-button-buy {
    margin-top: 15px
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.message-body {
    position: fixed;
    top: 24vh;
    right: 0;
    z-index: 9999;
}

/*.article-page .article {*/
/*    padding-top: 135px;*/
/*    margin-bottom: 120px;*/
/*}*/

.article-page .article p {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #6380b1;
}

.article-page .article p strong {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #6380b1;
}

.article {
    padding-top: 180px;
    margin-bottom: 120px;

@media (max-width: $ lg) {
    padding-top:

130px

;
    margin-bottom:

100px

;
}

@media (max-width: $ md) {
    padding-top:

120px

;
    margin-bottom:

70px

;
}

@media (max-width: $ sm) {
    padding-top:

100px

;
    margin-bottom:

50px

;
}

@media (max-width: $ xs) {
    padding-top:

90px

;
    margin-bottom:

20px

;
}

}

.title--2 {
    font-size: 42px;
}

.title--3 {
    font-size: 26px;
}

.optimization__text {
    font-size: 16px;
    line-height: 26px;
    color: #253858;
}

.optimization {
    padding-bottom: 150px;
}

.optimization__padding {
    padding: 0 45px;
}

.optimization .text__run_quick {
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    color: #253858;
}

.paste_url {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 25px rgba(99, 128, 177, 0.2);
    border-radius: 14px;
    padding: 20px;
    background-color: #fff;
}

.paste_url input {
    width: 80%;
}

.paste_url input::placeholder, .paste_url input {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #253858;
}

.paste_url input {
    text-align: left;
}

.paste_url .up {
    position: initial;
    transform: rotate(-90deg);
    width: 36px;
    height: 36px;
}

.paste_url .up__icon {
    line-height: 36px;
}

/* Second page */

.img_optimization {
    padding-top: 130px;
}

.img_optimization .title-description {
    max-width: 265px;
    margin-bottom: 47px;
}

.img_optimization .paste_url {
    margin-bottom: 20px;
}

.text--right {
    text-align: right;
}

.img_optimization__sign {
    padding: 30px 0 50px;
}

.img_optimization__sign p {
    text-align: right;
}

.img_optimization__container {
    padding: 0;
}

.img_optimization__sign a {
    margin-top: 0
}

.img_optimization .progress {
    border-radius: 20px;
    height: 21px;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
}

.img_optimization__result_info {
    font-size: 18px;
    line-height: 21px;
    padding-top: 13px;
    font-weight: normal;
    color: #6380B1;
}

.img_optimization__result_info span, .img_optimization__result_info img {
    padding-right: 15px;
}

.img_optimization__result_info span:last-child {
    padding-right: 0;
}

.img_img_optimization__red {
    color: #FF0000;
    font-weight: bold;
}

.img_img_optimization__green {
    color: #5CBE2F;
    font-weight: bold;
}

.img_optimization__file {
    box-shadow: 0px 0px 25px rgba(99, 128, 177, 0.2);
    border-radius: 14px;
    padding: 29px 30px;
    margin-top: 20px;
    line-height: 18px;
    color: #6380B1;
}

.img_optimization_file__column {
    padding-bottom: 22px;
}

.img_optimization_file__column img {
    padding: 0 15px;
}

.img_optimization_file__column a {
    margin-right: 15px;
}

.img_optimization__btn_download {
    margin-top: 20px;
}

.img_optimization__btn_download img {
    margin-right: 6px;
}

.img_optimization__user_img {
    border: 5px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;
}

.img_optimization__file p {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    color: #6380B1;
}

.img_optimization__error-description h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 14px;
}

.img_optimization__error-description img {
    border-radius: 3px;
}

@media (max-width: 992px) {
    .img_optimization__container {
        padding: 0 15px;
    }

    .img_optimization__sign p {
        text-align: left;
    }

    .img_optimization__sign a {
        margin-top: 20px;
    }
}

@media (max-width: 778px) {
    .img_optimization__user_img {
        width: 100%;
        margin-bottom: 30px;
    }

    .img_optimization__error-description img {
        width: 100%;
    }
}

.intro__options .btn-secondary.active.focus, .intro__options .btn-secondary:focus-visible, .intro__options .btn-secondary.active, .intro__options .btn-secondary:not(:disabled):not(.disabled).active {
    box-shadow: none;
    background-color: #037ffd;
    background-image: linear-gradient(180deg, #037ffd, #0375f7, #026df3);
    background-image: -moz-linear-gradient(180deg, #037ffd, #0375f7, #026df3);

}

.into__download .btn-secondary:not(:disabled):not(.disabled).active, .into__download .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color: transparent;
}

.intro__options .btn-secondary {
    background-color: #fff;
    background-image: none;
    color: #6380B1;
}

.intro__options .btn-secondary input {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
}

.intro__options {
    padding: 8px 30px 32px;
    background: #FFFFFF;
    border-radius: 14px 0px 0px 14px;
    font-family: Roboto;
}

.intro__options label {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    padding: 12px 0;
}

.intro__options h4, menu-list__link {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #6380B1;
    padding-top: 20px;
}

.intro__drop-up {
    background-color: #F7FAFF;
    border-radius: 0px 14px 14px 0px;
}

.intro__col-info p {
    font-family: Roboto;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #6380B1;
    padding-top: 16px;
}

.intro__loading {
    font-family: Roboto;
    box-shadow: 0px 0px 25px rgba(99, 128, 177, 0.2);
    border-radius: 14px;
    margin-top: 18px;
    line-height: 18px;
    font-size: 16px;
    line-height: 19px;
    color: #6380B1;
    background-color: #fff;
    padding: 28px 30px 12px;
    margin-bottom: 20px;
}

.intro__loading .progress {
    width: 100%;
    margin: 0 0 20px;
    border-radius: 20px;
    height: 21px;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
}

.intro__loading a {
    margin-right: 15px;
}

.intro__loading p {
    margin-bottom: 20px;
}

.intro_loading__elipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.intro__loading .disabled {
    pointer-events: none;
    color: inherit;
}

.intro__loading .padding__none {
    padding: 0;
}

.intro__loading .padding-right__none {
    padding-right: 0;
}

.intro__loading__get-pro {
    margin-left: 10px;
}

.intro__btn a {
    font-family: Roboto;
    font-size: 16px;
    line-height: 19px;
}

.into__download {
    margin: 0;
}

.intro__col-info div:nth-child(2) {
    text-align: right;
}

.display__responsive {
    display: block;
}

.intro_loading__procent {
    display: block;
}

.responsive__loading {
    display: none;
}

@media (max-width: 992px) {
    .intro__loading .padding__none {
        padding: 0 15px;
        font-size: 22px;
    }

    .intro__loading .padding-right__none {
        padding-right: 0 15px;
    }

    .into__download {
        margin: 0 15px;
    }

    .intro__col-info div:nth-child(2) {
        text-align: left;
    }

    .display__responsive {
        display: none;
    }

    .intro__loading a {
        margin-right: 0;
    }

    .responsive__loading {
        display: block;
    }
}

@media (max-width: 540px) {
    .intro__loading .padding__none {
        padding: 0;
    }
}

.faq {
    padding: 130px 0 100px;
}

.faq h1 {
    font-weight: bold;
    font-size: 52px;
    line-height: 68px;
    color: #253858;
    margin-bottom: 30px;
}

.faq p {
    font-size: 16px;
    line-height: 26px;
}

.faq .faq-item__title {
    text-align: left;
    font-size: 18px;
    line-height: 23px;
    color: #253858;
    padding-right: 80px;
    background-color: transparent;
    padding-bottom: 20px;
}

.faq .faq-item {
    border: none;
}

.faq .faq-item__title:hover, .faq .faq-item__title:focus {
    color: #253858;
    background-color: transparent;
}

.faq .faq-item--open {
    box-shadow: none;
}

.faq .faq-item__answer {
    text-align: left;
}

.faq .icon-down-arrow:before {
    content: url('img/icon-plus.svg');
    transition: 0.2s;
}

.faq .faq-item--open .faq-item__icon {
    transform: rotate(0deg);
}

.faq .faq-item--open .icon-down-arrow:before {
    transition: 0.2s;
    content: url('img/icon-minus.svg');
}

.faq .icon-down-arrow.faq-item__icon {
    width: 36px;
    height: 36px;
}

.faq .faq-item--open .faq-item__answer {
    padding: 0px 100px 20px 30px;
}

.faq .faq-item__icon {
    top: 20px;
}

.faq__more {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #325DA5;
}

.faq__link {
    padding-left: 30px;
    text-align: left;
}

.faq__link a::after {
    content: url('img/icon-arrow.svg');
    padding-left: 10px;
}

@media (max-width: 767px) {
    .faq .faq-item__title {
        padding-top: 26px;
    }
}

/*LANDING 16.12 MAIN PAGE*/

.supported {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #6380B1;
    padding-bottom: 96px;
}

.supported h1 {
    font-weight: bold;
    font-size: 52px;
    line-height: 68px;
    font-family: 'Roboto';
    color: #253858;
}

.supported h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #253858;
    margin: 23px 0 10px;
}

.supported p {
    margin: 30px 0 10px;
    padding: 0 20px;
}

.supported__item {
    padding: 37px 57px 50px 57px;
    border: 1px solid #E5ECFA;
    box-sizing: border-box;
    box-shadow: 0px 0px 25px rgba(99, 128, 177, 0.2);
    border-radius: 14px;
    margin-top: 32px;
}

.supported__item p {
    margin: 0;
    padding: 0;
}

.supported-php__margin {
    margin: 25.5px 0 25.5px;
}

.supported-joomla__maargin {
    margin: 5px 0 5px;
}

/*LANDING 16.12 MAIN PAGE*/

/* LANDING 16.12 SECOND PAGE */

.supported-cms {
    padding: 130px 0 70px;
}

.supported-cms h1 {
    text-align: center;
    font-weight: bold;
    font-size: 52px;
    line-height: 68px;
    color: #253858
}

.supported-cms p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #6380B1;
    padding: 30px 0 47px;
}

.supported-cms__item {
    border: 1px solid #E5ECFA;
    box-sizing: border-box;
    box-shadow: 0px 0px 25px rgba(99, 128, 177, 0.2);
    border-radius: 14px;
    padding: 37px;
    margin-bottom: 37px;
}

.supported-cms__item p {
    padding: 10px 0 37px;
    min-height: 175px;
}

/* LANDING 16.12 SECOND PAGE */

.optimization__text {
    font-size: 16px;
    line-height: 26px;
    color: #253858;
}

.optimization {
    padding-bottom: 150px;
}

.optimization__padding {
    padding: 0 45px;
}

.optimization .text__run_quick {
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    color: #253858;
}

.paste_url {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 25px rgba(99, 128, 177, 0.2);
    border-radius: 14px;
    padding: 20px;
    background-color: #fff;
}

.paste_url input {
    width: 80%;
}

.paste_url input::placeholder, .paste_url input {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #253858;
}

.paste_url input {
    text-align: left;
}

.paste_url .up {
    position: initial;
    transform: rotate(-90deg);
    width: 36px;
    height: 36px;
}

.paste_url .up__icon {
    line-height: 36px;
}

/* Second page */

.img_optimization {
    padding-top: 130px;
}

.img_optimization .title-description {
    max-width: 265px;
    margin-bottom: 47px;
}

.img_optimization .paste_url {
    margin-bottom: 20px;
}

.text--right {
    text-align: right;
}

.img_optimization__sign {
    padding: 30px 0 50px;
}

.img_optimization__sign p {
    text-align: right;
}

.img_optimization__container {
    padding: 0;
}

.img_optimization__sign a {
    margin-top: 0
}

.img_optimization .progress {
    border-radius: 20px;
    height: 21px;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
}

.img_optimization__result_info {
    font-size: 18px;
    line-height: 21px;
    padding-top: 13px;
    font-weight: normal;
    color: #6380B1;
}

.img_optimization__result_info span, .img_optimization__result_info img {
    padding-right: 15px;
}

.img_optimization__result_info span:last-child {
    padding-right: 0;
}

.img_img_optimization__red {
    color: #FF0000;
    font-weight: bold;
}

.img_img_optimization__green {
    color: #5CBE2F;
    font-weight: bold;
}

.img_optimization__file {
    box-shadow: 0px 0px 25px rgba(99, 128, 177, 0.2);
    border-radius: 14px;
    padding: 29px 30px;
    margin-top: 20px;
    line-height: 18px;
    color: #6380B1;
}

.img_optimization_file__column {
    padding-bottom: 22px;
}

.img_optimization_file__column img {
    padding: 0 15px;
}

.img_optimization_file__column a {
    margin-right: 15px;
}

.img_optimization__btn_download {
    margin-top: 20px;
}

.img_optimization__btn_download img {
    margin-right: 6px;
}

.img_optimization__user_img {
    border: 5px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;
}

.img_optimization__file p {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    color: #6380B1;
}

.img_optimization__error-description h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 14px;
}

.img_optimization__error-description img {
    border-radius: 3px;
}

@media (max-width: 992px) {
    .img_optimization__container {
        padding: 0 15px;
    }

    .img_optimization__sign p {
        text-align: left;
    }

    .img_optimization__sign a {
        margin-top: 20px;
    }
}

@media (max-width: 778px) {
    .img_optimization__user_img {
        width: 100%;
        margin-bottom: 30px;
    }

    .img_optimization__error-description img {
        width: 100%;
    }
}

/*LANDING 16.12 MAIN PAGE*/

.supported {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #6380B1;
    padding-bottom: 96px;
}

.supported h1 {
    font-weight: bold;
    font-size: 52px;
    line-height: 68px;
    font-family: 'Roboto';
    color: #253858;
}

.supported h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #253858;
    margin: 23px 0 10px;
}

.supported p {
    margin: 30px 0 10px;
    padding: 0 20px;
}

.supported__item {
    padding: 37px 57px 50px 57px;
    border: 1px solid #E5ECFA;
    box-sizing: border-box;
    box-shadow: 0px 0px 25px rgba(99, 128, 177, 0.2);
    border-radius: 14px;
    margin-top: 32px;
}

.supported__item p {
    margin: 0;
    padding: 0;
}

.supported-php__margin {
    margin: 25.5px 0 25.5px;
}

.supported-joomla__maargin {
    margin: 5px 0 5px;
}

/*LANDING 16.12 MAIN PAGE*/

/* LANDING 16.12 SECOND PAGE */

.supported-cms {
    padding: 130px 0 70px;
}

.supported-cms h1 {
    text-align: center;
    font-weight: bold;
    font-size: 52px;
    line-height: 68px;
    color: #253858
}

.supported-cms p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #6380B1;
    padding: 30px 0 47px;
}

.supported-cms__item {
    border: 1px solid #E5ECFA;
    box-sizing: border-box;
    box-shadow: 0px 0px 25px rgba(99, 128, 177, 0.2);
    border-radius: 14px;
    padding: 37px;
    margin-bottom: 37px;
}

.supported-cms__item p {
    padding: 10px 0 37px;
    min-height: 175px;
}

/* LANDING 16.12 SECOND PAGE */

.optimization__text {
    font-size: 16px;
    line-height: 26px;
    color: #253858;
}

.optimization {
    padding-bottom: 150px;
}

.optimization__padding {
    padding: 0 45px;
}

.optimization .text__run_quick {
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    color: #253858;
}

.paste_url {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 25px rgba(99, 128, 177, 0.2);
    border-radius: 14px;
    padding: 20px;
    background-color: #fff;
}

.paste_url input {
    width: 80%;
}

.paste_url input::placeholder, .paste_url input {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #253858;
}

.paste_url input {
    text-align: left;
}

.paste_url .up {
    position: initial;
    transform: rotate(-90deg);
    width: 36px;
    height: 36px;
}

.paste_url .up__icon {
    line-height: 36px;
}

/* Second page */

.img_optimization {
    padding-top: 130px;
}

.img_optimization .title-description {
    max-width: 265px;
    margin-bottom: 47px;
}

.img_optimization .paste_url {
    margin-bottom: 20px;
}

.text--right {
    text-align: right;
}

.img_optimization__sign {
    padding: 30px 0 50px;
}

.img_optimization__sign p {
    text-align: right;
}

.img_optimization__container {
    padding: 0;
}

.img_optimization__sign a {
    margin-top: 0
}

.img_optimization .progress {
    border-radius: 20px;
    height: 21px;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
}

.img_optimization__result_info {
    font-size: 18px;
    line-height: 21px;
    padding-top: 13px;
    font-weight: normal;
    color: #6380B1;
}

.img_optimization__result_info span, .img_optimization__result_info img {
    padding-right: 15px;
}

.img_optimization__result_info span:last-child {
    padding-right: 0;
}

.img_img_optimization__red {
    color: #FF0000;
    font-weight: bold;
}

.img_img_optimization__green {
    color: #5CBE2F;
    font-weight: bold;
}

.img_optimization__file {
    box-shadow: 0px 0px 25px rgba(99, 128, 177, 0.2);
    border-radius: 14px;
    padding: 29px 30px;
    margin-top: 20px;
    line-height: 18px;
    color: #6380B1;
}

.img_optimization_file__column {
    padding-bottom: 22px;
}

.img_optimization_file__column img {
    padding: 0 15px;
}

.img_optimization_file__column a {
    margin-right: 15px;
}

.img_optimization__btn_download {
    margin-top: 20px;
}

.img_optimization__btn_download img {
    margin-right: 6px;
}

.img_optimization__user_img {
    border: 5px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;
}

.img_optimization__file p {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    color: #6380B1;
}

.img_optimization__error-description h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 14px;
}

.img_optimization__error-description img {
    border-radius: 3px;
}

.header__inner .js-menu .menu-user {
    margin-bottom: 0;
}

.header__inner .js-menu .js-menu-list__link, .header__inner .js-menu .menu-user__item .btn, .header__inner .js-menu .menu-user__item .menu-user__link {
    font-family: Roboto, Arial, sans-serif;
}

.header__inner .js-menu .js-menu-list__link:hover, .header__inner .js-menu .menu-user__item .menu-user__link:hover {
    text-decoration: none;
}

.header__inner .js-menu .menu-user__item .btn {
    display: flex;
    font-weight: 500;
    min-height: 36px;
    padding: 0 30px;
}

.header__inner .js-menu .menu-user__item .btn:hover {
    color: #ffffff;
}

.intro .row.profile:first-child {
    border-top-left-radius: 5px;
    padding-top: 20px;
}

.intro .row.profile:last-child {
    border-bottom-left-radius: 5px;
    padding-bottom: 20px;
}

.intro .row.profile .form-input {
    margin-bottom: 0;
}

.intro .into__download .intro__options .btn-secondary {
    border: 1px solid #C7DCFF;
}

.intro .into__download .intro__options .btn-secondary:hover {
    background-color: #68a0ff;
}

.intro {
    width: 99%;
}

.intro .into__download .intro__options .btn-secondary:not(:disabled):not(.disabled).active,
.intro .into__download .intro__options .btn-secondary:not(:disabled):not(.disabled):active,
.intro .into__download .intro__options .show > .btn-secondary.dropdown-toggle {
    border: 1px solid #C7DCFF;
}

.contact-page .contact-info__item:first-child {
    margin-right: 30px;
}

.contact-page .contact-info__item:last-child {
    margin-left: 0;
}

@media (max-width: 992px) {
    .img_optimization__container {
        padding: 0 15px;
    }

    .img_optimization__sign p {
        text-align: left;
    }

    .img_optimization__sign a {
        margin-top: 20px;
    }
}

@media (max-width: 778px) {
    .img_optimization__user_img {
        width: 100%;
        margin-bottom: 30px;
    }

    .img_optimization__error-description img {
        width: 100%;
    }
}

/* FOGOT PASSWORD */

.fogot-password h1 {
    font-weight: 500;
    font-size: 30px;
    padding-bottom: 100px;
    color: #253858;
}

.fogot-password .subtitle {
    font-size: 21px;
}

.fogot-password a {
    text-decoration: revert;
}

.fogot-password input {
    box-shadow: 0px 15px 40px 0px rgba(0, 40, 114, 0.05);
    border: 1px solid rgba(0, 40, 114, 0.05);
}

/* FOGOT PASSWORD */

/* FOGOT PASSWORD ENTER NEW PASSWORD */

.content-login h1 {
    font-weight: 500;
    font-size: 30px;
    padding-bottom: 100px;
    color: #253858;
}

.content-login .form-input__label {
    font-size: 21px;
    margin-left: 0;
}

.content-login input {
    box-shadow: 0px 15px 40px 0px rgba(0, 40, 114, 0.05);
    border: 1px solid rgba(0, 40, 114, 0.05);
}

/* FOGOT PASSWORD ENTER NEW PASSWORD */
td.title-td:hover {
    position: absolute;
    /* white-space: normal; */
    text-overflow: unset;
    max-width: 100%;
    background-color: #1775f7;
    color: white;
    border-radius: 10px;
}

/* Footer drop-menu */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.active {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.link-to {
    position: relative;
    white-space: nowrap;
}

/* end footer drop menu */

.slick-list {
    border-radius: 14px;
}

#optimization {
    padding-top: 100px;

}

.index-page .prices {
    background-color: white;
}

.index-page .offer__approx {
    padding: 0px 31px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #6380B1;
}

.link-to {
    padding-left: 15px;
}

.footer-links__link {
    color: #253858;
}

.dropdown-toggle {
    cursor: pointer;
}

.dropdown-menu {
    top: -90px;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(99, 128, 177, 0.2);
    border-radius: 14px;
}


/* device block start */


.btn-divace-install {
    height: 52px;
    margin-top: 15px;
    width: 100%;
    padding-left: 14px;
    padding-right: 0px;
    display: flex;
    justify-content: start;
}

.device-content-block {
    padding-left: 30px;
}

.device-img {
    padding-right: 30px;
}

.btn-sub-tittle {
    font-size: 10px;
    font-weight: 100;
    text-transform: lowercase;
    color: #FFFFFF;
}

.btn-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.device-title {
    color: #253858;
    margin-bottom: 60px;
}

.device-content-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #6380B1;
}

.device-content-subtext {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    margin-top: 11px;
}

.device-link-text {
    cursor: pointer;
    color: #42B3FF;
}

.device-block {
    margin-top: 200px;
    margin-bottom: 200px;
}

.site_block {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f5f5f5;
    padding-left: 10px;
    border-radius: 19px;
}

.plan_disable, .plan_disable > small {
    background-color: red;
    color: #ffffff !important;
}

.plan_disable a {
    padding-left: 10px;
    padding-bottom: 5px;
}

.account_approx {
    padding: 0px 27px !important;
}

/*dropdown menu -footer*/
.dropdown-menu {
    position: absolute;
    /* top: 100%;*/
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-down {
    top: 100%;
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.active {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.link-to {
    position: relative;
    white-space: nowrap;
}

.modal-p-size {
    font-size: 12px;
}

/* end menu*/
.text-bold {
    font-weight: bolder !important;
}

@media (max-width: 1199px) {
    .link-to {
        display: none;
    }

    .menu--active .link-to {
        display: block;
    }
}

.old-price {
    white-space: pre;
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #dedede !important;
}

.old-price:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 37%;
    color: red;
    width: 100%;
    height: 0;
    border-bottom: 3px solid red;
    transform: rotate(-1deg);
}

.old-price span {
    font-size: 22px !important;
}

.header-sale {
    padding-top: 0;
}

.header-sale .sale-image {
    padding-bottom: 30px;
}

@media (max-width: 1197px) {
    .header-sale .sale-image {
        padding-bottom: 0;
    }

    .header-sale .sale-image img {
        transform: scale(1.2);
    }
}

@media (max-width: 900px) {
    .header-sale .sale-image img {
        transform: scale(1.5);
    }
}

@media (max-width: 600px) {
    .header-sale .sale-image img {
        transform: scale(1.7);
    }
}

@media (max-width: 450px) {
    .header-sale .sale-image img {
        transform: scale(1.9);
    }
}

.mt-20 {
    margin-top: 20px;
}

/* extension */

.chrome-app {
    font-family: Open Sans, Arial, sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    position: fixed;
    z-index: 10;
    left: 30px;
    bottom: 30px;
    width: auto;
    min-width: 340px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, .1);
    color: #333
}

.chrome-app * {
    -webkit-touch-callout: none;
    user-select: none;
    outline: none;
    padding: 0;
    margin: 0;
    font-weight: 400
}

.chrome-app > img {
    float: left;
    margin: 0 15px 0 0
}

.chrome-app > img + div {
    overflow: hidden;
    padding: 3px;
    display: table;
    width: 215px
}

.chrome-app h5 {
    padding: 0 10px 0 0;
    margin: -6px 0 28px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: -.2px;
    color: inherit
}

.chrome-app p {
    margin: 0 -10px;
    white-space: nowrap
}

.chrome-app p > * {
    margin: 0 10px
}

.chrome-app a, .chrome-app button {
    color: #959595;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out;
    cursor: pointer
}

.chrome-app a:hover, .chrome-app button:hover {
    color: inherit
}

.chrome-app [class*=btn] {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 0 5px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -.3px;
    text-align: center;
    background: none;
    border: none;
    box-shadow: none
}

.chrome-app .btn-install {
    min-width: 105px;
    padding-right: 20px;
    padding-left: 20px;
    color: #fff !important;
    background-color: #f33;
    border-radius: 4px
}

.chrome-app .btn-install:hover {
    background-color: #ff4335
}

[dir=rtl] .chrome-app > svg {
    float: right;
    margin: 0 0 0 15px
}

[dir=rtl] .chrome-app h5 {
    padding: 0 0 0 10px
}


.chrome-app > img {
    float: left;
    margin: 0 15px 0 0;
}

/*end extension*/
chrome-app > img {
    overflow: visible !important;
    fill: currentColor;
    transform: translateZ(0);
}

.chrome-app > img + div {
    overflow: hidden;
    padding: 3px;
    display: table;
    width: 215px;
}
.btn-secondary.active {
    box-shadow: none;
    background-color: #037ffd;
    background-image: linear-gradient(180deg, #037ffd, #0375f7, #026df3);
    background-image: -moz-linear-gradient(180deg, #037ffd, #0375f7, #026df3);
}
.smart-banner{box-sizing:border-box;font-size:14px;line-height:1.5}.smart-banner__modal{width:100%;max-width:400px;min-width:320px}.smart-banner__head{display:inline-block;width:100%;height:54px}.smart-banner__logo{display:inline-block;width:62px;height:100%;padding-left:16px;padding-top:16px}.smart-banner__title{display:inline-block;width:200px;height:100%;font-size:13px;padding-top:20px;padding-right:99px}.smart-banner__name{display:inline-block}.smart-banner__rating{display:inline-block;width:72px;min-width:72px;height:11px;min-height:11px;margin-left:2px}.smart-banner__star{display:inline-block;height:10px;background:transparent url(/_nuxt/img/banner-sprite.a3c10f2.png) no-repeat -193px -4px}.smart-banner__body{width:100%;height:auto;margin-bottom:16px}.smart-banner__body img{width:100%}.smart-banner__footer{width:100%;height:auto;margin-bottom:12px}.smart-banner__app{width:330px;border:none;display:block;border-radius:2px;height:49px;margin:0 auto 13px;font-size:14px;letter-spacing:1px;line-height:20px;background-color:#e31837;color:#fff;text-transform:uppercase;cursor:pointer}.smart-banner__app:hover{background-color:#c2152f}.smart-banner__link{display:block;margin:0 auto;color:#568da6;min-width:222px;width:222px;cursor:pointer}.smartbanner{position: fixed;display:none;width:100%;min-width:320px;height:48px;font-family:"Helvetica Neue",sans-serif;background:#f9f9f9;z-index:1000;font-size:14px;line-height:1.5}.smartbanner-show .smartbanner{display:block}.smartbanner .smartbanner-container{display:inline-block;position:relative;float:left;width:100%;height:inherit}.smartbanner .smartbanner-container .smartbanner-close{width:32px;height:32px;border-radius:50%;position:absolute;left:2px;top:8px;right:2px;float:left;cursor:pointer}.smartbanner .smartbanner-container .smartbanner-close:before{content:"";display:block;position:absolute;top:10px;left:9px;width:12px;height:11px;background-image:url(/assets/img/sprite.svg);background-repeat:no-repeat;background-position:-122px -151px;background-size:270px 270px}.smartbanner .smartbanner-container .smartbanner-close:active,.smartbanner .smartbanner-container .smartbanner-close:hover{background-color:#e0e0e0}.smartbanner .smartbanner-container .smartbanner-close:active:before,.smartbanner .smartbanner-container .smartbanner-close:hover:before{width:12px;height:11px;background-image:url(/_nuxt/img/sprite_multi_checkout.bddd6d8.svg);background-repeat:no-repeat;background-position:-122px -165px;background-size:270px 270px}.smartbanner .smartbanner-container .smartbanner-icon{display:inline-block;float:left;width:38px;height:38px;margin:5px 7px auto 37px}.smartbanner .smartbanner-container .smartbanner-info{display:inline-block;float:left;width:164px;height:100%}.smartbanner .smartbanner-container .smartbanner-info .smartbanner-title{display:inline-block;float:left;width:100%;margin-left:1px;margin-top:8px;font-size:13px}.smartbanner .smartbanner-container .smartbanner-info .price-app{display:inline-block;float:left;width:100%;margin-left:0;margin-top:-4px;font-size:12px}.smartbanner .smartbanner-container a span.smartbanner-button-text{box-sizing:border-box;display:inline-block;margin-left:0;margin-top:8px;margin-right:7px;float:right;height:32px;width:86px;border-radius:3px;border:1px solid #568db9;text-transform:uppercase;text-align:center;padding-top:6px;cursor:pointer;color:#5285cc}.smartbanner .smartbanner-container a span.smartbanner-button-text:hover{background-color:#568ea9;color:#fff}
@media(max-width: 1024px) {
    .smartbanner {
        padding: 0 33%!important;
    }
}
@media(max-width: 768px) {
    .smartbanner {
        padding: 0 25%!important;
    }
}
@media(max-width: 468px) {
    .smartbanner {
        padding: 0!important;
    }
}
@media(min-width: 1200px) {
    .smartbanner {
        display: none!important;
    }
}


@media(max-width: 992px) {
    .pwd_change {
        padding: 50px !important;
    }

    .intro__loading {
        margin: 20px;
    }

    #downloadAll {
        margin: 0 20px;
    }
}

/* breadcrumb */
.breadcrumb {
    background-color: white !important;
    margin-top: 5.5rem;
}

.separator {
    padding: 0 3px;
}

.breadcrumbs_content {
    background: #f1f5ff;
}

/*end  breadcrumb */
.download_all {
    padding: 0 20px;
}
li svg {
    width: 22px;
}

 .bg-danger {
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
 }

