@charset "UTF-8";

.is-design-5 {
    background: #fff;
    font-family: Raleway, Roboto, "Helvetica Neue", Ubuntu, sans-serif
}

.is-design-5[data-lang=hi],
.is-design-5[data-lang=ru] {
    font-family: Roboto, "Helvetica Neue", Ubuntu, sans-serif
}

.is-design-5 .langs-button {
    font-weight: 700
}

.is-design-5 .h1,
.is-design-5 h1 {
    color: #263e4a;
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.15
}

.is-design-5 .h2,
.is-design-5 h2 {
    font-style: normal;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.08
}

.is-design-5 .button {
    font-weight: 700
}

.is-design-5 .btn {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
    transition: box-shadow .2s ease-out;
    background-color: transparent;
    outline: 0;
    text-decoration: none;
    border: 1px solid transparent;
    line-height: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: max-content;
    font-weight: 700
}

.is-design-5 .btn--dark {
    font-weight: 700;
    color: #fff;
    border: none;
    border-radius: 8px;
    background-color: #043d23
}

.is-design-5 .btn--white-outline-d {
    border: 1px dashed rgba(255, 255, 255, .5);
    border-radius: 5px;
    background-color: transparent;
    color: #fff
}

.is-design-5 .btn--white-outline-d:hover {
    border-color: #043d2366;
    color: #fff
}

.is-design-5 .btn--dark-outline-d:hover {
    color: #fff;
    background-color: #043d23;
    box-shadow: 0 16px 16px rgba(8, 63, 146, .15), 0 8px 8px rgba(8, 63, 146, .15), 0 4px 4px rgba(8, 63, 146, .15)
}

.is-design-5 .btn--dark-outline-d {
    border: 1px dashed rgba(11, 31, 62, .5);
    border-radius: 5px;
    background-color: transparent;
    color: #043d23
}

.is-design-5 .btn--sky {
    font-weight: 400;
    color: #fff;
    border: none;
    border-radius: 5px;
    background-color: #6bc97a
}

.is-design-5 .btn--sky:hover {
    color: #fff;
    background-color: #6bc97a;
    box-shadow: 0 16px 16px rgba(0, 194, 255, .15), 0 8px 8px rgba(0, 194, 255, .15), 0 4px 4px rgba(0, 194, 255, .15)
}

.is-design-5 .btn--m {
    font-size: 16px;
    padding: 0 30px;
    height: 60px
}

.is-design-5 .btn--md {
    font-size: 16px;
    padding: 0 30px;
    height: 50px
}

.is-design-5 .btn--s {
    font-size: 14px;
    padding: 0 18px;
    height: 36px
}

.is-design-5 [data-icon=entry-right] img {
    margin-left: 10px;
    margin-bottom: 1px
}

.is-design-5 .form-group {
    position: relative;
    margin-bottom: 15px;
    display: flex;
}

.is-design-5 .input--default {
    background-color: #fff;
    padding: 0 25px;
    border: none;
    font-size: 22px;
    height: 60px;
    color: #0b1f3e;
    box-shadow: 0 15px 45px rgba(40, 67, 79, .15);
    border-radius: 8px;
    font-weight: 700;
    box-sizing: border-box;
    width: 100%
}

.is-design-5 .input--default~.control-label {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: rgba(11, 31, 62, .45);
    transition: opacity .2s ease-in-out;
    font-weight: 700;
    font-size: 16px
}

.is-design-5 .input--default:focus~.control-label {
    opacity: 0
}

@media (max-width:360px) {
    .is-design-5 .btn--m {
        font-size: 15px;
        padding: 0 25px
    }
}

.is-design-5 .default-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px
}

.is-design-5 .default-pagination .swiper-pagination-bullet {
    display: inline-block;
    padding: 13px;
    position: relative;
    background-color: transparent;
    opacity: 1
}

.is-design-5 .default-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(11, 31, 62, .35);
    transition: all .3s ease-out
}

.is-design-5 .default-pagination .swiper-pagination-bullet-active:before {
    background: #6bc97a;
    width: 8px;
    height: 8px
}

.is-design-5 .default-pagination .active:before {
    opacity: 1;
    background-color: #6bc97a;
    transform: translate(-50%, -50%) scale(1.3)
}

.is-design-5 .default-pagination--mobile {
    display: none
}

.is-design-5 .main>footer {
    background: #0b1f3e;
    --footer-background: #0B1F3E
}

.is-design-5 .swiper-container {
    z-index: unset;
    transform: matrix(1, 0, 0, 1, 0, 0)
}

@media (max-width:767px) {
    .is-design-5 .default-pagination--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .is-design-5 .input--default~.control-label {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: max-content
    }
}

.is-design-5 .banner {
    width: 100%;
    background-image: url("../img/logo-desc.png");
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.is-design-5 .banner::before {
    content: "";
    height: 100%;
    width: 100%;
    background: #186c46;
    opacity: .65;
    position: absolute
}

.is-design-5 .banner__block {
    padding-top: 200px;
    padding-bottom: 215px;
    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;
    text-align: center
}

.is-design-5 .banner__small,
.is-design-5 .banner__title {
    color: #fff
}

.is-design-5 .banner__small {
    font-family: Noto Sans;
    font-size: 20px;
    line-height: 1.3;
    opacity: .7;
    margin-top: 10px
}

.is-design-5 .banner__form {
    margin-top: 40px
}

.is-design-5 .banner__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 10px;
    flex-wrap: wrap;
}
.contact-input{
    padding: 0 25px 0px 60px !important;
    box-sizing: border-box;
    flex: 1;
}
.contactType{
    margin-right: 5px;
    flex: 0 0 20%;
}

.is-design-5 .banner__group .form-group {
    width: 100%
}

.is-design-5 .banner__group button {
    margin-left: 15px
}

@media (max-width:360px) {
    .is-design-5 .banner__title {
        font-size: 32px;
        line-height: 34px
    }

    .is-design-5 .banner__small {
        font-size: 18px
    }
}

@media (max-width:991px) {
    .is-design-5 .banner__block {
        padding-top: 150px;
        padding-bottom: 170px
    }

    .is-design-5 .banner__title {
        font-size: 38px
    }

    .is-design-5 .banner__title {
        margin-bottom: 5px
    }
}

@media (max-width:767px) {
    .is-design-5 .banner {
        background-image: url(//taplink.st/p/c/0/c/e/27972459.jpg?0)
    }

    .is-design-5 .banner__block {
        padding-top: 220px;
        padding-bottom: 80px
    }

    .is-design-5 .banner__form {
        margin-top: 30px
    }

    .is-design-5 .banner__title {
        font-size: 36px;
        line-height: 38px
    }

    .is-design-5 .banner__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }

    .is-design-5 .banner__group button {
        margin-left: 0;
        width: 100%
    }
}

.is-design-5 .examples {
    background-color: #186c46;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.is-design-5 .examples-content,
.is-design-5 .examples-header {
    overflow: hidden
}

.is-design-5 .examples-header .swiper-container {
    margin: -100%;
    padding: 100%
}

.is-design-5 .examples__background {
    position: absolute;
    bottom: -100px;
    right: 180px;
    z-index: 3;
    user-select: none
}

.is-design-5 .examples__bg {
    display: block;
    width: 236px;
    height: 429px;
    border-radius: 15px 15px 0 0;
    position: relative;
    background: #eee;
    background-size: contain
}

.is-design-5 .examples__bg:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, #083f91 0, rgba(8, 63, 145, 0) 100%);
    opacity: .5
}

.is-design-5 .examples-image {
    width: 280px;
    position: absolute;
    bottom: -80px;
    right: -174px;
    z-index: 3;
    background-color: transparent
}

.is-design-5 .examples-image__slide {
    background-color: transparent;
    display: flex;
    box-shadow: rgba(11, 31, 62, .15) 0 100px 150px -25px, rgba(11, 31, 62, .15) 0 60px 90px -30px, rgba(11, 31, 62, .15) 0 15px 45px -15px;
    border-radius: 15px
}

.is-design-5 .examples-image__slide img {
    max-width: 100%;
    height: auto;
    border-radius: 15px
}

.is-design-5 .examples-header {
    padding-top: 20px;
    margin-top: -100px;
    transform: translateY(-100%);
    margin-left: -30px;
    user-select: none
}

.is-design-5 .examples-header__item {
    border-bottom: 4px solid transparent;
    cursor: pointer;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s ease-out;
    width: auto;
    font-weight: 700
}

.is-design-5 .examples-header__item:not(:last-child) {
    margin-right: 60px
}

.is-design-5 .examples-header__item.swiper-slide-thumb-active {
    border-color: #6bc97a
}

.is-design-5 .examples-header__number {
    font-size: 14px;
    line-height: 18px;
    color: #6bc97a;
    font-family: Roboto
}

.is-design-5 .examples-header__name {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 10px
}

.is-design-5 .examples-content {
    margin-left: -60px
}

.is-design-5 .examples-content__slide {
    padding-left: 60px;
    display: flex;
    flex-direction: column
}

.is-design-5 .examples-content__bg {
    position: absolute;
    bottom: -100px;
    right: -60px;
    transform: translateX(100%)
}

.is-design-5 .examples-content__list {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    list-style: none
}

.is-design-5 .examples-content__list li {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
    position: relative;
    white-space: nowrap
}

.is-design-5 .examples-content__list li:not(:last-child) {
    padding-right: 35px
}

.is-design-5 .examples-content__list li:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #6bc97a;
    border-radius: 50%
}

.is-design-5 .examples-content__title {
    font-size: 40px;
    line-height: 1.05;
    color: #fff;
    position: relative;
    font-weight: 700
}

.is-design-5 .examples-content__title img {
    position: absolute;
    left: -30px;
    top: 8px;
    transform: translateX(-100%)
}

.is-design-5 .examples-content__line {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 3px;
    width: 100px;
    border-radius: 3px;
    background-color: #6bc97a
}

.is-design-5 .examples-content__text {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .85)
}

.is-design-5 .examples-content__theme {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px
}

.is-design-5 .examples-content__button {
    border-radius: 5px;
    margin-top: 30px
}

.is-design-5 .examples-avatar,
.is-design-5 .examples-bio,
.is-design-5 .examples-link {
    position: absolute
}

.is-design-5 .examples-avatar {
    width: 50px;
    height: 50px;
    top: 51px;
    left: 11px;
    background: #ccc;
    border-radius: 100%
}

.is-design-5 .examples-avatar__images {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all .2s ease-out
}

.is-design-5 .examples-avatar__images.active {
    opacity: 1;
    visibility: visible
}

.is-design-5 .examples-link {
    top: 147px;
    left: 12px
}

.is-design-5 .examples-link__name {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all .2s ease-out;
    color: #1a98f0;
    font-weight: 700;
    font-size: 14px
}

.is-design-5 .examples-link__name.active {
    opacity: 1;
    visibility: visible
}

.is-design-5 .examples-bio {
    top: 110px;
    left: 12px
}

.is-design-5 .examples-bio__name {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all .2s ease-out;
    color: rgba(11, 31, 62, .5);
    font-weight: 400;
    font-size: 10px;
    line-height: 1.3;
    width: 220px;
    font-family: Noto Sans
}

.is-design-5 .examples-bio__name.active {
    opacity: 1;
    visibility: visible
}

@media (max-width:991px) {
    .is-design-5 .examples-header {
        margin-left: 0;
        margin-bottom: -10px;
        margin-top: -50px
    }

    .is-design-5 .examples-content {
        margin-left: 0
    }

    .is-design-5 .examples-content__title img {
        display: none
    }

    .is-design-5 .examples-header__name {
        margin-top: 3px;
        font-size: 16px;
        margin-bottom: 20px
    }

    .is-design-5 .examples {
        padding-top: 50px;
        padding-bottom: 60px
    }

    .is-design-5 .examples__bg {
        width: 160px
    }

    .is-design-5 .examples__background {
        bottom: -60px;
        right: 170px
    }

    .is-design-5 .examples-image {
        top: -110px;
        bottom: unset;
        width: 220px;
        height: 440px;
        right: -140px
    }

    .is-design-5 .examples-image__slide img {
        width: 220px;
        height: 440px
    }

    .is-design-5 .examples-content__title {
        font-size: 34px
    }

    .is-design-5 .examples-content__text {
        font-size: 14px
    }

    .is-design-5 .examples-avatar {
        width: 35px;
        height: 35px;
        top: 33px;
        left: 10px
    }

    .is-design-5 .examples-link {
        top: 95px
    }

    .is-design-5 .examples-link__name {
        font-size: 10px
    }

    .is-design-5 .examples-bio {
        top: 75px
    }

    .is-design-5 .examples-bio__name {
        font-size: 8px;
        width: 140px
    }

    .is-design-5 .examples-content__list li {
        font-size: 10px
    }

    .is-design-5 .examples-content__list li:not(:last-child) {
        padding-right: 25px
    }

    .is-design-5 .examples-content__list li:not(:last-child)::before {
        right: 10px
    }
}

@media (max-width:767px) {
    .is-design-5 .examples-header__item {
        padding-right: 0;
        padding-left: 0
    }

    .is-design-5 .examples-header__item:not(:last-child) {
        margin-right: 90px
    }

    .is-design-5 .banner__block {
        padding-top: 150px;
        padding-bottom: 170px
    }

    .is-design-5 .banner__title {
        font-size: 38px
    }

    .is-design-5 .examples-content {
        margin-left: -30px
    }

    .is-design-5 .examples-content__slide {
        padding-left: 0
    }

    .is-design-5 .examples-content__title {
        font-size: 38px
    }

    .is-design-5 .examples-content__line {
        height: 0;
        margin-bottom: 0
    }

    .is-design-5 .examples-content__list li {
        font-size: 11px
    }

    .is-design-5 .examples-content__text {
        font-size: 16px
    }

    .is-design-5 .examples-header {
        margin-bottom: 0;
        margin-top: -70px;
        overflow: hidden
    }

    .is-design-5 .examples {
        padding-top: 70px;
        padding-bottom: 80px;
        overflow: hidden
    }

    .is-design-5 .examples__background {
        bottom: -80px;
        right: 220px
    }

    .is-design-5 .examples__bg {
        width: 190px
    }

    .is-design-5 .examples-image {
        top: -70px;
        bottom: unset;
        width: 240px;
        height: 480px;
        right: -140px
    }

    .is-design-5 .examples-image__slide img {
        width: 240px;
        height: 480px
    }

    .is-design-5 .examples-link__name {
        font-size: 11px
    }

    .is-design-5 .examples-bio__name {
        font-size: 9px;
        width: 170px
    }

    .is-design-5 .examples-content__button {
        width: 100%
    }

    .is-design-5 .examples {
        padding-top: 0;
        padding-bottom: 40px
    }

    .is-design-5 .examples__background {
        position: relative;
        margin-left: -1rem;
        margin-right: -1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        bottom: 0;
        margin-bottom: 75px;
        right: 0;
        background: radial-gradient(90.13% 83.05% at 50.13% 100%, rgba(228, 247, 255, .15) 0, rgba(242, 244, 246, 0) 100%)
    }

    .is-design-5 .examples__bg {
        max-height: 270px;
        margin-left: 30px;
        object-fit: cover;
        object-position: 100% 0
    }

    .is-design-5 .examples-content {
        margin-left: 0
    }

    .is-design-5 .examples-content__slide {
        justify-content: center;
        text-align: center;
        align-items: center;
        padding: 0
    }

    .is-design-5 .examples-content__title {
        font-size: 24px;
        line-height: 28px
    }

    .is-design-5 .examples-content__title img {
        display: none
    }

    .is-design-5 .examples-content__text {
        font-size: 14px;
        line-height: 20px
    }

    .is-design-5 .examples-content__theme {
        display: none
    }

    .is-design-5 .examples-header {
        margin-left: -1rem;
        margin-right: -1rem;
        padding-left: 1rem;
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 80px;
        transform: none;
        border-bottom: 1px solid rgba(255, 255, 255, .25);
        position: relative;
        padding-top: 20px
    }

    .is-design-5 .examples-header::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 80px;
        background: linear-gradient(270deg, #186c46 0, rgba(8, 63, 146, 0) 100%);
        z-index: 1;
        pointer-events: none
    }

    .is-design-5 .examples-header__name {
        font-size: 14px;
        margin-bottom: 18px;
        margin-top: 3px
    }

    .is-design-5 .examples-header__item {
        padding-left: 0;
        padding-right: 0
    }

    .is-design-5 .examples-header__item:not(:last-child) {
        margin-right: 33px
    }

    .is-design-5 .examples-header__item:last-child {
        margin-right: 33px
    }

    .is-design-5 .examples-image__slide {
        width: 180px;
        height: 360px
    }

    .is-design-5 .examples-image__slide img {
        width: 180px;
        height: 360px
    }

    .is-design-5 .examples-image {
        top: -50px;
        bottom: unset;
        width: 180px;
        height: 360px;
        right: 50px
    }

    .is-design-5 .examples-avatar {
        width: 35px;
        height: 35px;
        top: 35px;
        left: 5px
    }

    .is-design-5 .examples-link {
        top: 91px;
        left: 7px
    }

    .is-design-5 .examples-link__name {
        font-size: 10px
    }

    .is-design-5 .examples-bio {
        top: 72px;
        left: 8px
    }

    .is-design-5 .examples-bio__name {
        font-size: 7px
    }
}

@-webkit-keyframes progress {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes progress {
    100% {
        stroke-dashoffset: 0
    }
}

.is-design-5 .allows {
    padding-top: 120px;
    padding-bottom: 0;
    background: radial-gradient(30.1% 82.22% at 27.86% 100%, #e4f7ff 0, rgba(242, 244, 246, 0) 100%)
}

.is-design-5 .allows__title {
    padding-bottom: 30px;
    line-height: 1.08
}

.is-design-5 .allows__phone {
    width: fit-content;
    position: relative;
    box-shadow: 0 100px 150px -25px rgba(11, 31, 62, .04), 0 60px 90px -30px rgba(11, 31, 62, .04), 0 15px 45px -15px rgba(11, 31, 62, .04)
}

.is-design-5 .allows__container {
    margin-top: 20px
}

.is-design-5 .allows__left {
    display: flex;
    justify-content: flex-end;
    margin-right: 120px;
    overflow: hidden
}

.is-design-5 .allows__help {
    position: absolute;
    left: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.is-design-5 .allows__scroll {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%)
}

.is-design-5 .allows__scroll .swiper-scrollbar {
    width: 2px;
    height: 300px;
    background-color: rgba(11, 31, 62, .15)
}

.is-design-5 .allows__scroll .swiper-scrollbar-drag {
    width: 4px;
    background-color: #6bc97a;
    border-radius: 10px;
    left: -1px
}

.is-design-5 .allows__slider {
    border-radius: 15px 15px 0 0;
    width: 300px;
    height: 580px;
    margin-bottom: -1px
}

.is-design-5 .allows__slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 100px 150px -25px rgba(11, 31, 62, .04), 0 60px 90px -30px rgba(11, 31, 62, .04), 0 15px 45px -15px rgba(11, 31, 62, .04);
    box-shadow: 0 100px 150px -25px rgba(11, 31, 62, .04), 0 60px 90px -30px rgba(11, 31, 62, .04), 0 15px 45px -15px rgba(11, 31, 62, .04)
}

.is-design-5 .allows__slide:first-child {
    border-radius: 15px 15px 0 0
}

.is-design-5 .circle-back {
    fill: transparent;
    stroke: #d3e1e7;
    stroke-width: 3;
    stroke-dasharray: 125;
    stroke-dashoffset: 0;
    transform-origin: center
}

.is-design-5 .circle-front {
    fill: transparent;
    stroke: #0769e9;
    stroke-width: 3;
    stroke-dasharray: 125;
    stroke-dashoffset: 125;
    transform: rotate(270deg);
    transform-origin: center;
    animation: progress 10s linear forwards
}

.is-design-5 .step {
    padding-left: 45px;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: unset;
    background: 0 0;
    opacity: 1;
    user-select: none;
    transition: all .3s ease-out
}

.is-design-5 .step__indicator {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex
}

.is-design-5 .step__indicator svg circle {
    transition: all .3s ease-out
}

.is-design-5 .step__indicator svg:first-child {
    display: none
}

.is-design-5 .step__indicator svg:last-child {
    display: block
}

.is-design-5 .step:not(:last-child) {
    margin-bottom: 30px
}

.is-design-5 .step__title {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #6bc97a;
    border-bottom: 1px dashed rgba(0, 194, 255, .25);
    display: inline;
    position: relative;
    cursor: pointer
}

.is-design-5 .step__text {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(11, 31, 62, .7);
    padding-top: 18px;
    display: none;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.is-design-5 .step__number {
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    color: rgba(0, 194, 255, .35);
    position: absolute;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    bottom: 8px;
    right: -25px
}

.is-design-5 .step:hover .step__title {
    color: #0b1f3e;
    border-color: transparent
}

.is-design-5 .step:hover .step__number {
    color: rgba(11, 31, 62, .35)
}

.is-design-5 .step:hover svg:last-child .circle-back {
    stroke: #6bc97a
}

@media (max-width:360px) {
    .is-design-5 .allows__help {
        left: -31px
    }

    .is-design-5 .allows__scroll {
        right: -30px
    }
}

.is-design-5 .step.active .step__title {
    color: #0b1f3e;
    border-color: transparent
}

.is-design-5 .step.active .step__number {
    color: rgba(11, 31, 62, .35)
}

.is-design-5 .step.active .step__text {
    display: block
}

.is-design-5 .step.active .step__indicator svg:first-child {
    display: block
}

.is-design-5 .step.active .step__indicator svg:last-child {
    display: none
}

@media (min-width:768px) and (max-width:991px) {
    .is-design-5 .allows {
        background: radial-gradient(30.1% 82.22% at 23.86% 100%, #e4f7ff 0, rgba(242, 244, 246, 0) 100%)
    }

    .is-design-5 .allows__left {
        margin-right: 100px
    }

    .is-design-5 .allows__container {
        margin-left: -40px;
        margin-top: 30px
    }

    .is-design-5 .allows__slider {
        width: 260px;
        height: 510px
    }

    .is-design-5 .step__title {
        font-size: 18px
    }

    .is-design-5 .step:not(:last-child) {
        margin-bottom: 20px
    }

    .is-design-5 .allows__help {
        left: -46px
    }

    .is-design-5 .allows__scroll {
        right: -42px
    }

    .is-design-5 .allows {
        background: #fff;
        border-bottom: 1px solid rgba(11, 31, 62, .1)
    }

    .is-design-5 .allows__left {
        margin-right: 0;
        margin-left: 0;
        justify-content: center;
        background: radial-gradient(90.13% 83.05% at 50.13% 100%, #e4f7ff 0, rgba(242, 244, 246, 0) 100%);
        margin-left: -1rem;
        margin-right: -1rem
    }

    .is-design-5 .allows__container {
        margin-left: 0;
        margin-top: 30px
    }

    .is-design-5 .allows__help {
        left: -50px
    }

    .is-design-5 .allows__title {
        text-align: center
    }

    .is-design-5 .allows {
        padding-top: 35px;
        padding-bottom: 30px
    }

    .is-design-5 .allows__container {
        margin-top: 25px
    }

    .is-design-5 .allows__title {
        font-size: 30px;
        padding-bottom: 22px
    }

    .is-design-5 .allows__slider {
        width: 210px;
        height: 410px
    }

    .is-design-5 .step {
        display: none;
        margin-bottom: 0;
        padding-left: 0;
        text-align: center
    }

    .is-design-5 .step.active {
        display: block
    }

    .is-design-5 .step:not(:last-child) {
        margin-bottom: 0
    }

    .is-design-5 .step__indicator {
        display: none
    }

    .is-design-5 .step__title {
        font-size: 20px;
        line-height: 24px
    }

    .is-design-5 .step__text {
        padding-top: 12px
    }

    .is-design-5 .step__number {
        display: none
    }

    .is-design-5 .step__text {
        font-size: 14px;
        line-height: 20px
    }
}

@media (max-width:767px) {
    .is-design-5 .allows__help {
        left: -46px
    }

    .is-design-5 .allows__scroll {
        right: -42px
    }

    .is-design-5 .allows {
        background: #fff;
        border-bottom: 1px solid rgba(11, 31, 62, .1)
    }

    .is-design-5 .allows__left {
        margin-right: 0;
        margin-left: 0;
        justify-content: center;
        background: radial-gradient(90.13% 83.05% at 50.13% 100%, #e4f7ff 0, rgba(242, 244, 246, 0) 100%);
        margin-left: -1rem;
        margin-right: -1rem
    }

    .is-design-5 .allows__container {
        margin-left: 0;
        margin-top: 30px
    }

    .is-design-5 .allows__help {
        left: -50px
    }

    .is-design-5 .allows__title {
        text-align: center
    }

    .is-design-5 .allows {
        padding-top: 35px;
        padding-bottom: 30px
    }

    .is-design-5 .allows__container {
        margin-top: 25px
    }

    .is-design-5 .allows__title {
        font-size: 30px;
        padding-bottom: 22px
    }

    .is-design-5 .allows__slider {
        width: 210px;
        height: 410px
    }

    .is-design-5 .step {
        display: none;
        margin-bottom: 0;
        padding-left: 0;
        text-align: center
    }

    .is-design-5 .step.active {
        display: block
    }

    .is-design-5 .step:not(:last-child) {
        margin-bottom: 0
    }

    .is-design-5 .step__indicator {
        display: none
    }

    .is-design-5 .step__title {
        font-size: 20px;
        line-height: 24px
    }

    .is-design-5 .step__text {
        padding-top: 12px
    }

    .is-design-5 .step__number {
        display: none
    }

    .is-design-5 .step__text {
        font-size: 14px;
        line-height: 20px
    }
}

.is-design-5 .easy {
    padding-top: 100px;
    padding-bottom: 80px;
    background: #fff
}

.is-design-5 .easy__br {
    display: none
}

.is-design-5 .easy__container {
    position: relative;
    display: flex;
    flex-direction: column
}

.is-design-5 .easy__text {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    color: rgba(11, 31, 62, .7)
}

.is-design-5 .easy__list {
    display: flex;
    flex-direction: column;
    margin-top: 45px;
    margin-bottom: 50px
}

.is-design-5 .easy__item {
    display: flex;
    flex-direction: row;
    align-items: center
}

.is-design-5 .easy__item:not(:last-child) {
    margin-bottom: 30px
}

.is-design-5 .easy__logo {
    margin-right: 20px
}

.is-design-5 .easy__name {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #0b1f3e;
    text-align: left
}

.is-design-5 .easy__bg {
    position: absolute;
    right: 0;
    bottom: -80px;
    width: 500px;
    height: 626px
}

.is-design-5 .easy__img img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity .3s
}

.is-design-5 .easy__img img.active {
    opacity: 1
}

.is-design-5 .easy__help img {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out
}

.is-design-5 .easy__help img.easy__help--1 {
    bottom: 360px;
    left: -40px;
    width: 280px
}

.is-design-5 .easy__help img.easy__help--2 {
    bottom: 220px;
    right: -55px;
    width: 300px
}

.is-design-5 .easy__help img.easy__help--3 {
    bottom: 280px;
    left: -40px;
    width: 340px
}

.is-design-5 .easy__help img.easy__help--active {
    opacity: 1;
    visibility: visible
}

@media (max-width:991px) {
    .is-design-5 .easy__bg {
        display: none
    }

    .is-design-5 .easy__help img.easy__help--1 {
        bottom: 330px;
        left: -35px;
        width: 250px
    }

    .is-design-5 .easy__help img.easy__help--2 {
        bottom: 192px;
        right: -56px;
        width: 280px
    }

    .is-design-5 .easy__help img.easy__help--3 {
        bottom: 256px;
        left: -38px;
        width: 310px
    }

    .is-design-5 .easy {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .is-design-5 .easy__item:not(:last-child) {
        margin-bottom: 20px
    }

    .is-design-5 .easy__container {
        margin-right: -30px
    }

    .is-design-5 .easy__bg {
        position: relative;
        bottom: -60px;
        right: unset;
        left: 50%;
        transform: translateX(-50%)
    }

    .is-design-5 .easy__br {
        display: none
    }

    .is-design-5 .easy__name {
        font-size: 16px;
        line-height: 22px;
        color: #0b1f3e;
        text-align: left
    }

    .is-design-5 .easy__item:not(:last-child) {
        margin-bottom: 15px
    }

    .is-design-5 .easy__list {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .is-design-5 .easy__container {
        margin-right: 0
    }
}

@media (max-width:767px) {
    .is-design-5 .easy__help img.easy__help--1 {
        bottom: 217px;
        left: -27px;
        width: 170px
    }

    .is-design-5 .easy__help img.easy__help--2 {
        bottom: 129px;
        right: -43px;
        width: 190px
    }

    .is-design-5 .easy__help img.easy__help--3 {
        bottom: 170px;
        left: -22px;
        width: 200px
    }

    .is-design-5 .easy__button {
        width: 100%
    }

    .is-design-5 .easy {
        padding-top: 35px;
        padding-bottom: 35px;
        background: 0 0
    }

    .is-design-5 .easy__item:not(:last-child) {
        margin-bottom: 25px
    }

    .is-design-5 .easy__name {
        width: 140px;
        font-size: 15px;
        line-height: 19px
    }

    .is-design-5 .easy__logo {
        margin-right: 25px
    }

    .is-design-5 .easy__title {
        font-size: 30px
    }

    .is-design-5 .easy__text {
        font-size: 14px;
        line-height: 20px
    }

    .is-design-5 .easy__title {
        font-size: 28px
    }
}

.is-design-5 .functions {
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: rgba(216, 234, 242, .35)
}

.is-design-5 .functions__button {
    display: none;
    margin-top: 30px
}

.is-design-5 .functions__title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #0b1f3e;
    margin-bottom: 15px
}

.is-design-5 .functions__text {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: rgba(11, 31, 62, .7);
    margin-bottom: 35px
}

.is-design-5 .functions__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    width: auto
}

.is-design-5 .functions__container {
    overflow: visible
}

.is-design-5 .functions__item {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
    height: auto;
    box-sizing: border-box
}

.is-design-5 .functions__header {
    text-align: left;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 30px
}

.is-design-5 .functions__item--middle {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.is-design-5 .functions__item--link .block {
    padding-top: 170px
}

.is-design-5 .functions__item--link .block__image {
    position: absolute;
    top: -15px;
    left: 50px;
    width: 50%;
}

.is-design-5 .functions__item--faq .block__image {
    margin-bottom: 50px
}

.is-design-5 .functions__item--pages .block__image {
    margin-top: -55px;
    margin-bottom: 45px
}

.is-design-5 .functions__item--media .block {
    overflow: hidden
}

.is-design-5 .functions__item--media .block__image {
    margin-bottom: 55px
}

.is-design-5 .functions__item--messenger .block {
    padding-top: 155px
}

.is-design-5 .functions__item--messenger .block__image {
    position: absolute;
    top: -55px;
    left: -20px
}

.is-design-5 .functions__item--social .block {
    overflow: hidden;
    padding-top: 155px
}

.is-design-5 .functions__item--social .block__image {
    position: absolute;
    top: 30px;
    right: -10px;
    width: 85%;
}

.is-design-5 .functions__item--payment .block {
    padding-top: 155px
}

.is-design-5 .functions__item--payment .block__image {
    position: absolute;
    top: -45px;
    left: -5px
}

.is-design-5 .block {
    background: #fff;
    box-shadow: 0 100px 150px -25px rgba(11, 31, 62, .04), 0 60px 90px -30px rgba(11, 31, 62, .04), 0 15px 45px -15px rgba(11, 31, 62, .04);
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 30px;
    position: relative;
    height: calc(100% - 30px);
    text-align: left;
    user-select: none
}

.is-design-5 .block__name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 700
}

.is-design-5 .block__text {
    font-family: Noto Sans;
    font-size: 15px;
    line-height: 24px;
    color: rgba(11, 31, 62, .7)
}

.is-design-5 .block__image {
    margin-bottom: 55px
}

@media (max-width:991px) {
    .is-design-5 .functions__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 15px
    }
}

@media (max-width:767px) {
    .is-design-5 .functions__header .functions__text {
        margin-bottom: 0
    }

    .is-design-5 .functions__header {
        display: block;
        text-align: center
    }

    .is-design-5 .functions__header--deskctop {
        display: none
    }

    .is-design-5 .functions {
        padding-top: 35px;
        padding-bottom: 40px
    }

    .is-design-5 .functions__item--pages .block__image {
        margin-top: 0
    }

    .is-design-5 .functions__title {
        font-size: 30px;
        line-height: 32px
    }

    .is-design-5 .functions__text {
        font-size: 14px;
        line-height: 20px
    }

    .is-design-5 .functions__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .is-design-5 .functions__item--middle {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .is-design-5 .functions__wrapper {
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        margin: 0
    }

    .is-design-5 .functions__container {
        overflow: hidden
    }

    .is-design-5 .functions__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0
    }

    .is-design-5 .functions__item--link,
    .is-design-5 .functions__item--messenger,
    .is-design-5 .functions__item--pages,
    .is-design-5 .functions__item--payment {
        padding-top: 15px
    }

    .is-design-5 .functions__item--faq .block__image {
        margin-bottom: 30px
    }

    .is-design-5 .functions__item--link .block {
        padding-top: 150px
    }

    .is-design-5 .functions__item--messenger .block {
        padding-top: 130px
    }

    .is-design-5 .functions__item--social .block {
        padding-top: 130px
    }

    .is-design-5 .functions__item--payment .block {
        padding-top: 130px
    }

    .is-design-5 .block {
        -webkit-box-shadow: unset;
        box-shadow: unset;
        margin-bottom: 0;
        padding: 30px
    }
}

.is-design-5 .design {
    padding-top: 90px;
    padding-bottom: 70px;
    background-color: #fff;
    overflow: hidden;
    position: relative
}

.is-design-5 .design__title {
    margin-bottom: 10px
}

.is-design-5 .design__text {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    color: rgba(11, 31, 62, .7)
}

.is-design-5 .design__slider {
    margin-top: 80px;
    margin-bottom: 40px;
    position: relative;
    overflow: visible
}

.is-design-5 .design__slide {
    height: 570px;
    transition: all .3s ease-in-out;
    border-radius: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: cover;
    background-color: #eee
}

.is-design-5 .design__slider .swiper-slide {
    max-width: 270px
}

.is-design-5 .swiper-slide-active .design__slide {
    transform: scale(1.1111);
    box-shadow: 0 100px 150px -25px rgba(11, 31, 62, .04), 0 60px 90px -30px rgba(11, 31, 62, .04), 0 15px 45px -15px rgba(11, 31, 62, .04)
}

.is-design-5 .design::after,
.is-design-5 .design::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 375px;
    height: 100%;
    z-index: 2;
    background: linear-gradient(90deg, #fff 10.74%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    user-select: none;
    pointer-events: none
}

.is-design-5 .design::after {
    content: "";
    position: absolute;
    right: 0;
    left: unset;
    background: linear-gradient(270deg, #fff 10.74%, rgba(255, 255, 255, 0) 100%), linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%)
}

@media (max-width:991px) {
    .is-design-5 .design__slider::before {
        width: 150px;
        background: linear-gradient(90deg, #fff -9.26%, rgba(255, 255, 255, 0) 70%), linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0) 100%)
    }

    .is-design-5 .design__slider::after {
        width: 150px;
        background: linear-gradient(270deg, #fff -9.26%, rgba(255, 255, 255, 0) 70%), linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%)
    }

    .is-design-5 .design {
        padding-top: 40px;
        padding-bottom: 30px
    }

    .is-design-5 .design__title {
        font-size: 30px;
        line-height: 1.08
    }

    .is-design-5 .design__text {
        font-size: 14px;
        line-height: 20px;
        text-align: center
    }

    .is-design-5 .design__slider {
        margin-top: 50px;
        margin-bottom: 40px
    }

    .is-design-5 .design__slider::after,
    .is-design-5 .design__slider::before {
        display: none
    }

    .is-design-5 .design__slider .swiper-slide {
        max-width: 188px
    }

    .is-design-5 .design__slide {
        height: 398px
    }

    .is-design-5 .design__slider::before {
        width: 220px
    }

    .is-design-5 .design__slider::after {
        width: 220px
    }

    .is-design-5 .design {
        padding-top: 60px;
        padding-bottom: 40px
    }

    .is-design-5 .design__slider {
        margin-top: 70px;
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .is-design-5 .design {
        padding-top: 40px
    }

    .is-design-5 .design__slider {
        margin-top: 60px
    }

    .is-design-5 .design::after,
    .is-design-5 .design::before {
        display: none
    }
}

.is-design-5 .tippy-box {
    font-weight: 700
}

.is-design-5 .tariffs {
    padding-top: 70px;
    padding-bottom: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(#186c46), to(#0b1f3e));
    background: -o-linear-gradient(top, #186c46 0, #0b1f3e 100%);
    background: linear-gradient(180deg, #186c46 0, #0b1f3e 100%);
    position: relative
}

.is-design-5 .tariffs__body {
    padding-top: 40px
}

.is-design-5 .tariffs__title {
    font-size: 38px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700
}

.is-design-5 .tariffs__text {
    font-family: Noto Sans;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .85)
}

.is-design-5 .tariffs__header {
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    padding-top: 50px
}

.is-design-5 .tariffs__tabs {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.is-design-5 .tariffs__badge {
    background: #ffc700;
    border-radius: 3px;
    padding: 3px 6px;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    color: #0b1f3e;
    position: absolute;
    right: 14px;
    top: -7px;
    white-space: nowrap
}

.is-design-5 .tariffs__tab label {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 0 60px 25px 60px;
    color: #fff;
    cursor: pointer;
    justify-content: center;
    border-bottom: 4px solid transparent;
    transition: all .3s ease-out;
    position: relative;
    display: flex
}

.is-design-5 .tariffs__tab input[type=radio] {
    display: none
}

.is-design-5 .tariffs__tab input[type=radio]:hover+label {
    border-color: rgba(255, 255, 255, .35)
}

.is-design-5 .tariffs__tab input[type=radio]:checked+label {
    border-color: #6bc97a
}

.is-design-5 .card {
    background: #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin: 0 10px;
    transition: background-color .3s ease-out;
    position: relative;
    overflow: visible;
    user-select: none
}

.is-design-5 .card__info {
    text-align: center;
    padding: 30px 30px 25px 30px
}

.is-design-5 .card__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 30px 30px 30px
}

.is-design-5 .card__label {
    background: #ffc700;
    border-radius: 8px;
    padding: 10px 15px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #0b1f3e;
    transform: translate(-50%, -50%);
    white-space: nowrap
}

.is-design-5 .card__btn {
    width: 100%
}

.is-design-5 .card__list {
    border-top: 1px solid rgba(11, 31, 62, .1);
    padding: 20px 30px 30px 30px;
    list-style: none;
    text-align: left;
    transition: border-color .3s ease-out
}

.is-design-5 .card__list li {
    font-family: Roboto, "Helvetica Neue", Ubuntu, sans-serif;
    font-weight: 400;
    color: rgba(11, 31, 62, .7);
    position: relative;
    transition: all .2s ease-out;
    position: relative
}

.is-design-5 .card__list li {
    padding-top: 5px;
    padding-bottom: 5px
}

.is-design-5 .card__list li em {
    margin-right: 1rem;
    display: inline-block
}

.is-design-5 .card__list li em::before {
    content: "";
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #2cbc4d;
    line-height: 1
}

.is-design-5 .card__list li:hover .card__help {
    opacity: 1;
    visibility: visible;
    transform: translateY(-100%)
}

.is-design-5 .card__name {
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    color: #0b1f3e
}

.is-design-5 .card__price {
    font-weight: 700;
    line-height: 1;
    margin-top: 13px
}

.is-design-5 .card__price>span {
    color: rgba(11, 31, 62, .5);
    font-size: 16px;
    font-family: Roboto
}

.is-design-5 .card__price>span:last-child {
    color: #000;
    font-size: 24px;
    text-decoration: none
}

.is-design-5 .card__month {
    font-family: Noto Sans;
    font-size: 15px;
    line-height: 1;
    color: rgba(11, 31, 62, .5);
    margin-top: 5px
}

.is-design-5 .card__desc {
    text-align: center;
    margin-top: 20px;
    font-family: Noto Sans;
    font-size: 12px;
    line-height: 16px;
    color: rgba(11, 31, 62, .5);
    max-width: 220px
}

.is-design-5 .card__month-period span {
    display: none
}

.is-design-5 .card__name.is-basic {
    color: #aaa
}

.is-design-5 .card__name.is-pro {
    color: #9d82da
}

.is-design-5 .card__name.is-business {
    color: #f15e48
}

.is-design-5 .tippy-box[data-theme=pricing] {
    background-color: #0b1f3e;
    padding: 1rem;
    margin-right: 4rem
}

.is-design-5 .tippy-box[data-theme=pricing] .tippy-svg-arrow {
    fill: #0b1f3e
}

.is-design-5 .old-price {
    position: relative;
    margin-right: .5rem;
    opacity: .4
}

.is-design-5 .old-price:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: rotate(3deg);
    left: -5%;
    width: 110%;
    height: 2px;
    background: #ff503c
}

@media (max-width:991px) {
    .is-design-5 .tariffs {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .is-design-5 .tariffs__body {
        padding-top: 30px
    }

    .is-design-5 .card {
        margin: 0
    }

    .is-design-5 .card__list {
        padding: 20px 20px 20px 20px
    }

    .is-design-5 .card__info {
        padding: 30px 20px 20px 20px
    }

    .is-design-5 .card__bottom {
        padding: 0 20px 20px 20px
    }

    .is-design-5 .card {
        margin: 0;
        height: auto;
        margin-bottom: 20px;
        background-color: rgba(255, 255, 255, .85)
    }

    .is-design-5 .card--open {
        background-color: #fff
    }

    .is-design-5 .card__list {
        padding: 25px 30px 25px 30px
    }

    .is-design-5 .card__info {
        padding: 30px 30px 30px 30px;
        text-align: left
    }

    .is-design-5 .card__bottom {
        padding: 0 30px 30px 30px
    }

    .is-design-5 .card__btn {
        width: 100%
    }

    .is-design-5 .card__desc {
        max-width: 100%
    }

    .is-design-5 .card__bottom,
    .is-design-5 .card__list {
        display: none
    }

    .is-design-5 .card::before {
        content: "";
        background-image: url(/assets/img/indicator-black.svg);
        background-repeat: no-repeat;
        position: absolute;
        top: 42px;
        right: 24px;
        width: 12px;
        height: 12px;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        background-position: center
    }

    .is-design-5 .card--open::before {
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg)
    }

    .is-design-5 .card::before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%230B1F3E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        position: absolute;
        top: 42px;
        right: 24px;
        width: 12px;
        height: 12px;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        background-position: center
    }

    .is-design-5 .card--open::before {
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg)
    }

    .is-design-5 .card.card--open .card__bottom,
    .is-design-5 .card.card--open .card__list {
        display: block
    }
}

@media (max-width:767px) {
    .is-design-5 .tariffs {
        padding-top: 35px;
        padding-bottom: 20px
    }

    .is-design-5 .tariffs__title {
        font-size: 30px;
        margin-bottom: 10px
    }

    .is-design-5 .tariffs__header {
        border-color: transparent;
        padding-top: 30px
    }

    .is-design-5 .tariffs__text {
        font-size: 14px;
        line-height: 20px
    }

    .is-design-5 .card__price>span:last-child {
        font-size: 22px
    }

    .is-design-5 .card__info {
        padding: 25px 25px 25px 25px
    }

    .is-design-5 .card__list {
        padding: 20px 25px 20px 25px
    }

    .is-design-5 .card__bottom {
        padding: 0 25px 25px 25px
    }

    .is-design-5 .card__list {
        padding: 1.5rem 2rem
    }

    .is-design-5 .card__info {
        padding: 2rem;
        text-align: left
    }

    .is-design-5 .card__bottom {
        padding: 0 30px 30px 30px
    }

    .is-design-5 .card__btn {
        width: 100%
    }

    .is-design-5 .card__desc {
        max-width: 100%
    }

    .is-design-5 .card__bottom,
    .is-design-5 .card__list {
        display: none
    }

    .is-design-5 .card__bottom,
    .is-design-5 .card__list {
        display: none
    }

    .is-design-5 .tariffs__tab label {
        padding: 0 10px 25px 10px
    }

    .is-design-5 .tariffs__badge {
        right: 10px;
        top: -17px
    }

    .is-design-5 .tippy-box[data-theme=pricing] {
        margin-right: 1rem
    }
}

.is-design-5 .avatars {
    padding-top: 150px;
    padding-bottom: 150px;
    background: #f2f8fb;
    overflow: hidden
}

.is-design-5 .avatars__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #0b1f3e
}

.is-design-5 .avatars__number {
    font-size: 80px;
    line-height: 1;
    color: #0b1f3e;
    letter-spacing: .12em;
    margin-top: 5px;
    margin-left: 15px;
    font-weight: 700;
    font-family: Roboto
}

.is-design-5 .avatars__line {
    margin-top: 40px;
    margin-bottom: 30px;
    height: 1px;
    width: 100px;
    border-radius: 3px;
    background-color: rgba(11, 31, 62, .1);
    display: inline-block
}

.is-design-5 .avatars__text {
    font-family: Noto Sans;
    font-size: 18px;
    line-height: 25px;
    color: rgba(11, 31, 62, .7)
}

.is-design-5 .avatars__item {
    position: absolute;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden
}

.is-design-5 .avatars__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: rgba(0, 194, 255, .75);
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.is-design-5 .avatars__item span {
    opacity: 0;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 80%
}

.is-design-5 .avatars__item--1,
.is-design-5 .avatars__item--10,
.is-design-5 .avatars__item--11,
.is-design-5 .avatars__item--14,
.is-design-5 .avatars__item--17,
.is-design-5 .avatars__item--22,
.is-design-5 .avatars__item--6,
.is-design-5 .avatars__item--7,
.is-design-5 .avatars__item--small {
    height: 70px;
    width: 70px
}

.is-design-5 .avatars__item--12,
.is-design-5 .avatars__item--13,
.is-design-5 .avatars__item--16,
.is-design-5 .avatars__item--2,
.is-design-5 .avatars__item--20,
.is-design-5 .avatars__item--21,
.is-design-5 .avatars__item--4,
.is-design-5 .avatars__item--5,
.is-design-5 .avatars__item--8,
.is-design-5 .avatars__item--medium {
    height: 90px;
    width: 90px
}

.is-design-5 .avatars__item--15,
.is-design-5 .avatars__item--18,
.is-design-5 .avatars__item--19,
.is-design-5 .avatars__item--3,
.is-design-5 .avatars__item--9,
.is-design-5 .avatars__item--large {
    height: 120px;
    width: 120px
}

.is-design-5 .avatars__item--1 {
    top: 7px;
    left: 130px
}

.is-design-5 .avatars__item--2 {
    top: -170px;
    left: 120px
}

.is-design-5 .avatars__item--3 {
    bottom: -50px;
    left: 30px
}

.is-design-5 .avatars__item--4 {
    top: -70px;
    left: 0
}

.is-design-5 .avatars__item--5 {
    top: 70px;
    left: -100px
}

.is-design-5 .avatars__item--6 {
    top: 210px;
    left: -160px
}

.is-design-5 .avatars__item--7 {
    top: -20px;
    left: -180px
}

.is-design-5 .avatars__item--8 {
    top: 100px;
    left: -280px
}

.is-design-5 .avatars__item--9 {
    top: -110px;
    left: -400px
}

.is-design-5 .avatars__item--10 {
    bottom: -160px;
    left: -310px
}

.is-design-5 .avatars__item--11 {
    top: -10px;
    right: 140px
}

.is-design-5 .avatars__item--12 {
    top: -170px;
    right: 20px
}

.is-design-5 .avatars__item--13 {
    top: -40px;
    right: -110px
}

.is-design-5 .avatars__item--14 {
    top: 90px;
    right: -10px
}

.is-design-5 .avatars__item--15 {
    top: 180px;
    right: 50px
}

.is-design-5 .avatars__item--16 {
    top: 330px;
    right: 140px
}

.is-design-5 .avatars__item--17 {
    top: 220px;
    right: -100px
}

.is-design-5 .avatars__item--18 {
    top: 70px;
    right: -210px
}

.is-design-5 .avatars__item--19 {
    top: 300px;
    right: -250px
}

.is-design-5 .avatars__item--20 {
    top: 180px;
    right: -340px
}

.is-design-5 .avatars__item--21 {
    top: -120px;
    right: -385px
}

.is-design-5 .avatars__item--22 {
    top: -30px;
    right: -275px
}

@media (max-width:991px) {
    .is-design-5 .avatars__number {
        font-size: 70px
    }

    .is-design-5 .avatars__item--1 {
        top: -114px;
        left: -14px
    }

    .is-design-5 .avatars__item--2 {
        top: -86px;
        left: 110px
    }

    .is-design-5 .avatars__item--3 {
        top: -211px;
        left: 98px
    }

    .is-design-5 .avatars__item--4 {
        top: -191px;
        left: 570px
    }

    .is-design-5 .avatars__item--5 {
        top: -183px;
        left: 440px
    }

    .is-design-5 .avatars__item--6 {
        top: -83px;
        left: 650px
    }

    .is-design-5 .avatars__item--7 {
        top: -103px;
        left: 520px
    }

    .is-design-5 .avatars__item--8 {
        top: -153px;
        left: 722px
    }

    .is-design-5 .avatars__item--9 {
        top: -115px;
        left: 329px
    }

    .is-design-5 .avatars__item--10 {
        top: -153px;
        left: 220px
    }

    .is-design-5 .avatars__item--11 {
        top: 319px;
        right: 726px
    }

    .is-design-5 .avatars__item--12 {
        top: 230px;
        right: 671px
    }

    .is-design-5 .avatars__item--13 {
        top: 357px;
        right: 620px
    }

    .is-design-5 .avatars__item--14 {
        top: 268px;
        right: 560px
    }

    .is-design-5 .avatars__item--15 {
        top: 342px;
        right: 450px
    }

    .is-design-5 .avatars__item--16 {
        top: 245px;
        right: 420px
    }

    .is-design-5 .avatars__item--17 {
        top: 330px;
        right: 320px
    }

    .is-design-5 .avatars__item--18 {
        top: 343px;
        right: 37px
    }

    .is-design-5 .avatars__item--19 {
        top: 240px;
        right: 250px
    }

    .is-design-5 .avatars__item--20 {
        top: 200px;
        right: -11px
    }

    .is-design-5 .avatars__item--21 {
        top: 319px;
        right: 167px
    }

    .is-design-5 .avatars__item--22 {
        top: 240px;
        right: 110px
    }

    .is-design-5 .avatars__title {
        font-size: 26px;
        line-height: 1.1
    }

    .is-design-5 .avatars__number {
        font-size: 60px;
        letter-spacing: .1em;
        margin-left: 10px
    }

    .is-design-5 .avatars__line {
        margin-top: 30px;
        margin-bottom: 25px;
        width: 150px
    }

    .is-design-5 .avatars__text {
        font-size: 16px;
        line-height: 1.4;
        color: rgba(11, 31, 62, .7)
    }

    .is-design-5 .avatars {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .is-design-5 .avatars__item--1,
    .is-design-5 .avatars__item--10,
    .is-design-5 .avatars__item--11,
    .is-design-5 .avatars__item--14,
    .is-design-5 .avatars__item--17,
    .is-design-5 .avatars__item--22,
    .is-design-5 .avatars__item--6,
    .is-design-5 .avatars__item--7,
    .is-design-5 .avatars__item--small {
        height: 55px;
        width: 55px
    }

    .is-design-5 .avatars__item--12,
    .is-design-5 .avatars__item--13,
    .is-design-5 .avatars__item--16,
    .is-design-5 .avatars__item--2,
    .is-design-5 .avatars__item--20,
    .is-design-5 .avatars__item--21,
    .is-design-5 .avatars__item--4,
    .is-design-5 .avatars__item--5,
    .is-design-5 .avatars__item--8,
    .is-design-5 .avatars__item--medium {
        height: 60px;
        width: 60px
    }

    .is-design-5 .avatars__item--15,
    .is-design-5 .avatars__item--18,
    .is-design-5 .avatars__item--19,
    .is-design-5 .avatars__item--3,
    .is-design-5 .avatars__item--9,
    .is-design-5 .avatars__item--large {
        height: 75px;
        width: 75px
    }
}

@media (max-width:767px) {
    .is-design-5 .avatars__item--1 {
        top: -74px;
        left: -9px
    }

    .is-design-5 .avatars__item--2 {
        top: -161px;
        left: 40px
    }

    .is-design-5 .avatars__item--3 {
        top: -155px;
        left: 148px
    }

    .is-design-5 .avatars__item--4 {
        top: -192px;
        left: 260px
    }

    .is-design-5 .avatars__item--5 {
        top: -83px;
        left: 240px
    }

    .is-design-5 .avatars__item--6 {
        top: -80px;
        left: 100px
    }

    .is-design-5 .avatars__item--7 {
        top: -120px;
        left: 334px
    }

    .is-design-5 .avatars__item--8 {
        display: none
    }

    .is-design-5 .avatars__item--9 {
        display: none
    }

    .is-design-5 .avatars__item--10 {
        display: none
    }

    .is-design-5 .avatars__item--11 {
        top: 209px;
        right: 196px
    }

    .is-design-5 .avatars__item--12 {
        top: 167px;
        right: 75px
    }

    .is-design-5 .avatars__item--13 {
        top: 255px;
        right: 340px
    }

    .is-design-5 .avatars__item--14 {
        top: 298px;
        right: 230px
    }

    .is-design-5 .avatars__item--15 {
        top: 222px;
        right: -20px
    }

    .is-design-5 .avatars__item--16 {
        top: 165px;
        right: 290px
    }

    .is-design-5 .avatars__item--17 {
        top: 255px;
        right: 91px
    }

    .is-design-5 .avatars__item--18 {
        display: none
    }

    .is-design-5 .avatars__item--19 {
        display: none
    }

    .is-design-5 .avatars__item--20 {
        display: none
    }

    .is-design-5 .avatars__item--21 {
        display: none
    }

    .is-design-5 .avatars__item--22 {
        display: none
    }

    .is-design-5 .avatars__title {
        font-size: 20px;
        line-height: 24px
    }

    .is-design-5 .avatars__number {
        font-size: 50px;
        letter-spacing: .1em;
        margin-left: 0
    }

    .is-design-5 .avatars__line {
        margin-top: 25px;
        margin-bottom: 20px;
        width: 150px
    }

    .is-design-5 .avatars__text {
        font-size: 14px;
        line-height: 20px;
        color: rgba(11, 31, 62, .7)
    }

    .is-design-5 .avatars {
        padding-top: 180px;
        padding-bottom: 180px
    }

    .is-design-5 .avatars__item--small {
        height: 50px;
        width: 50px
    }

    .is-design-5 .avatars__item--medium {
        height: 55px;
        width: 55px
    }

    .is-design-5 .avatars__item--large {
        height: 65px;
        width: 65px
    }

    .is-design-5 .avatars__item--1,
    .is-design-5 .avatars__item--10,
    .is-design-5 .avatars__item--11,
    .is-design-5 .avatars__item--14,
    .is-design-5 .avatars__item--17,
    .is-design-5 .avatars__item--22,
    .is-design-5 .avatars__item--6,
    .is-design-5 .avatars__item--7,
    .is-design-5 .avatars__item--small {
        height: 50px;
        width: 50px
    }

    .is-design-5 .avatars__item--15,
    .is-design-5 .avatars__item--18,
    .is-design-5 .avatars__item--19,
    .is-design-5 .avatars__item--3,
    .is-design-5 .avatars__item--9,
    .is-design-5 .avatars__item--large {
        height: 65px;
        width: 65px
    }

    .is-design-5 .avatars__item--12,
    .is-design-5 .avatars__item--13,
    .is-design-5 .avatars__item--16,
    .is-design-5 .avatars__item--2,
    .is-design-5 .avatars__item--20,
    .is-design-5 .avatars__item--21,
    .is-design-5 .avatars__item--4,
    .is-design-5 .avatars__item--5,
    .is-design-5 .avatars__item--8,
    .is-design-5 .avatars__item--medium {
        height: 55px;
        width: 55px
    }
}

.is-design-5 .category__header {
    padding-top: 35px;
    background: #f2f8fb;
    border-top: 1px solid rgba(11, 31, 62, .1)
}

.is-design-5 .category-header {
    margin-bottom: 20px;
    margin-top: -100px;
    transform: translateY(-100%);
    margin-left: -30px
}

.is-design-5 .category-header__item {
    border-bottom: 4px solid transparent;
    cursor: pointer;
    transition: all .3s ease-out;
    width: auto;
    font-weight: 700
}

.is-design-5 .category__body {
    overflow: hidden
}

.is-design-5 .category-header__item {
    margin-right: 80px
}

.is-design-5 .category-header__item.swiper-slide-thumb-active {
    border-color: #6bc97a
}

.is-design-5 .category-header__number {
    font-size: 14px;
    color: #6bc97a;
    font-family: Roboto
}

.is-design-5 .category-header__name {
    font-size: 16px;
    line-height: 1;
    color: #0b1f3e;
    margin-bottom: 36px;
    transition: color .3s ease-out;
    white-space: nowrap
}

.is-design-5 .category-header__item:hover .category-header__name {
    color: #6bc97a
}

.is-design-5 .category__slider {
    overflow: visible
}

.is-design-5 .category__content {
    padding-top: 60px;
    padding-bottom: 75px;
    box-sizing: border-box;
    height: 640px;
    background: #fff
}

.is-design-5 .category__content .swiper-wrapper .swiper-slide {
    width: 375px;
    height: initial;
    background-color: #f3f3f3;
    overflow: hidden;
}

.is-design-5 .category__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.is-design-5 .category__slide.vue>div {
    transform: scale(.7);
    transform-origin: 50% 0;
    margin-left: -53px;
    box-shadow: 0 15px 60px rgba(212, 225, 232, .15), 0 10px 30px rgba(212, 225, 232, .25), 0 20px 40px rgba(212, 225, 232, .35);
    border-radius: 25px
}

.is-design-5 .category__slide.vue>div:last-child {
    min-width: 375px !important;
    min-height: 760px !important;
    background: #eee
}

.is-design-5 .category__slide.vue>div>div {
    width: 375px;
    height: 760px;
    border-radius: 25px;
    overflow: hidden
}

.is-design-5 .category__slide.vue .page {
    height: 760px;
    border: 0
}

.is-design-5 .category__slide.vue .page-container {
    max-width: 100% !important;
    width: auto !important;
    padding-left: 1rem;
    padding-right: 1rem
}

.is-design-5 .category__more {
    background: #fff;
    box-shadow: 0 15px 60px rgba(212, 225, 232, .15), 0 10px 30px rgba(212, 225, 232, .25), 0 20px 40px rgba(212, 225, 232, .35);
    border-radius: 15px;
    width: 270px;
    height: 483px
}

.is-design-5 .category__slider .swiper-wrapper {
    align-items: center
}

.is-design-5 .category__more {
    font-size: 16px;
    line-height: 20px;
    color: #0b1f3e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center
}

.is-design-5 .category__spacer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin-bottom: 25px
}

.is-design-5 .category__spacer span {
    width: 7px;
    height: 7px;
    background: #34b7f1;
    border-radius: 50%
}

.is-design-5 .category__spacer span:not(:last-child) {
    margin-right: 10px
}

.is-design-5 .category__background {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    background: linear-gradient(0deg, rgba(11, 31, 62, .6) 0, rgba(11, 31, 62, .35) 100%);
    backdrop-filter: blur(12px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out;
    padding: 30px
}

.is-design-5 .category__slide:hover .category__background {
    visibility: visible;
    opacity: 1
}

.is-design-5 .category__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px
}

.is-design-5 .category__star {
    font-size: 13px;
    color: #fff;
    position: relative
}

.is-design-5 .category__star::before {
    content: "";
    margin-right: 2px
}

.is-design-5 .category__star span {
    font-size: 13px;
    letter-spacing: -.05em;
    color: #fff;
    opacity: .5;
    position: absolute;
    top: -2px;
    right: -30px
}

.is-design-5 .category__tariff {
    font-size: 13px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff
}

.is-design-5 .category__name {
    font-size: 18px;
    line-height: 1.35;
    color: #fff
}

.is-design-5 .category__button {
    margin-top: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.is-design-5 .category__button a {
    padding: 0 40px
}

@media (max-width:991px) {
    .is-design-5 .category__header {
        padding-top: 30px
    }

    .is-design-5 .category-header__name {
        margin-bottom: 25px
    }

    .is-design-5 .category__more {
        width: 230px;
        height: 400px
    }

    .is-design-5 .category__slide--more {
        display: none
    }

    .is-design-5 .category__content {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .is-design-5 .category__button {
        margin-top: 50px
    }
}

@media (max-width:767px) {
    .is-design-5 .category__slide.vue>div {
        transform: scale(.6)
    }

    .is-design-5 .category__name {
        font-size: 16px
    }

    .is-design-5 .category__button {
        margin-top: 20px
    }

    .is-design-5 .category__header {
        padding-top: 15px;
        border-bottom: 1px solid rgba(11, 31, 62, .1);
        position: relative;
        overflow: hidden
    }

    .is-design-5 .category__header>.container .swiper-container {
        margin: -100%;
        padding: 100%
    }

    .is-design-5 .category__header::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 80px;
        background: linear-gradient(270deg, #f2f8fb 0, rgba(255, 255, 255, 0) 100%);
        z-index: 1;
        pointer-events: none
    }

    .is-design-5 .category-header__name {
        margin-bottom: 22px
    }

    .is-design-5 .category-header__item {
        margin-right: 20px;
        margin-left: 20px
    }

    .is-design-5 .category__slider {
        height: 455px
    }

    .is-design-5 .category__body>.container {
        padding-left: 70px;
        padding-right: 70px
    }

    .is-design-5 .category__content {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        height: 520px
    }

    .is-design-5 .category__slide {
        justify-content: center;
        text-align: center
    }

    .is-design-5 .category__slide .vue {
        box-shadow: none
    }

    .is-design-5 .category__slide.vue>div {
        margin: 0 auto
    }

    .is-design-5 .category__slide--more {
        display: none
    }

    .is-design-5 .category-header__name {
        margin-bottom: 20px;
        font-size: 14px
    }

    .is-design-5 .category__button {
        margin-top: 40px
    }

    .is-design-5 .examples-sliders {
        overflow: hidden
    }

    .is-design-5 .examples-sliders.swiper-slide-active {
        overflow: unset
    }
}

.is-design-5 .action {
    padding-top: 80px;
    padding-bottom: 65px;
    background-color: #0b1f3e
}

.is-design-5 .action__title {
    color: #fff
}

.is-design-5 .action__text {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-top: 10px;
    font-family: Noto Sans
}

.is-design-5 .action__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px
}

.is-design-5 .action__group .form-group {
    width: 100%
}

.is-design-5 .action__group button {
    border-radius: 8px;
    margin-left: 15px
}

@media (min-width:768px) and (max-width:991px) {
    .is-design-5 .action {
        padding-top: 35px;
        padding-bottom: 40px
    }

    .is-design-5 .action__title {
        font-size: 30px
    }

    .is-design-5 .action__text {
        font-size: 14px;
        line-height: 20px;
        color: #fff
    }
}

@media (max-width:767px) {
    .is-design-5 .action {
        padding-top: 60px;
        padding-bottom: 45px
    }

    .is-design-5 .action__group {
        flex-direction: column;
        margin-top: 30px
    }

    .is-design-5 .action__group button {
        border-radius: 8px;
        margin-left: 0;
        width: 100%
    }

    .is-design-5 .action__title {
        font-size: 30px
    }

    .is-design-5 .action__text {
        font-size: 14px;
        line-height: 20px;
        color: #fff
    }
}

.is-design-5 .action {
    background: #32445a
}