@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500&amp;display=swap);

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img,
svg {
    max-width: 100%
}

.grid-block__wrapper .container {
    display: grid;
}

@media screen and (max-width: 992px) {
    .hide_mobile {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .hide_desktop {
        display: none;
    }
}

.container {
    position: relative;
    padding: 0 20px;
    max-width: 1380px;
    margin: 0 auto;
}

/* .container-rd{
    overflow-x: hidden;
} */
.container .container-rd {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.text-default .container-rd a:not(.rd-link-block):hover,
.text-default .container-rd a:not(.rd-link-block) {
    border-bottom: none;
}

.flex-row,
.flex-wrap,
.header__inner li:hover .header__var {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.round {
    border-radius: 50%
}

body {
    font-family: 'Inter', sans-serif
}

.main--redis,
.header,
.footer {
    background: #f6f7f9;
}

.main--redis {
    overflow: hidden;
}

.icon-arrow,
.icon-small_arr {
    stroke: #152438;
    fill: transparent;
    width: 14px;
    height: 8px;
    stroke-width: 1.5px
}

.awards-item-desc p {
    margin-bottom: 31px;
    line-height: 1.325;
}

@media (min-width: 376px) {
    .sh-mob {
        display: none;
    }
}

@media (max-width: 376px) {
    .awards-item-desc p {
        line-height: 28px;
    }
}

.icon-small_arr {
    width: 11px;
    height: 11px;
    stroke-width: 2px
}

.title,
.title--mega {
    font-weight: 500;
    color: #152438;
    letter-spacing: -.05em
}

.title {
    max-width: 670px;
    font-size: 60px;
    line-height: 60px
}

.title--mega {
    font-size: 117px;
    text-transform: uppercase;
    line-height: 100px;
    padding-top: 160px
}

.title--border {
    border-bottom: 1px solid #152438
}

.header,
.header__top {
    position: relative
}

.header__top {
    padding-top: 43px;
    padding-bottom: 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
    border-bottom: 2px solid #152438;
}

.header__top>div:first-child {
    width: 23%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__top>div:last-child {
    /* width: 43.5%; */
    width: auto;
    /* -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.hidden-above-md {
    display: none;
}

.header__switch {
    border: 2px solid #fff;
}

.header__switch,
.header__theme {
    background: #fff;
    border-radius: 20px;
}

.header__switch svg {
    width: 20px;
    height: 20px;
    min-width: 20px
}

.header__theme {
    padding: 6px;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.header__theme:hover {
    background: #f6f7f9
}

.header__theme svg {
    fill: #152438;
    stroke: #152438
}

.header__theme--active,
.header__theme--active:hover {
    background: #152438
}

.header__theme--active svg {
    fill: #fff;
    stroke: #fff
}

.header__btn,
.header__cont {
    color: #fff;
    font-size: 18px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.header__cont {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 24px
}

.header__cont:hover {
    color: #5b708c !important;
}

.header__btn {
    padding: 15px 25px;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 3px;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.header__btn:hover {
    background: #edeff3;
    color: #152438
}

.header__bg {
    position: absolute;
    right: 0;
    z-index: -1;
    max-width: calc(100vw - 31%);
    background-repeat: no-repeat;
}

.header__var {
    margin: 0 -10px;
}

.header__menu,
.header__nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__menu {
    width: calc(100% / 12 * 7);
    padding-right: 60px
}

.header__nav {
    padding-top: 35px
}

.header__item,
.header__lk {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
}

.header__cont.header__lk {
    margin-right: 0;
    font-size: 19px;
}

.header__item>svg {
    width: 10px;
    height: 7px;
    fill: transparent;
    stroke: #000;
    stroke-width: 2px;
    margin-left: 17px
}

.header__item>.icon-small_arr {
    display: none
}

.header__item a,
.header__item .a {
    color: #152438;
    text-decoration: none;
    letter-spacing: -.02em;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    border-bottom: none;
}

.header__item--child .icon-small_arr {
    display: block;
    margin-right: 7px;
}

.header__item:hover .header__inner {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.header__lk svg {
    fill: transparent;
    stroke: #fff;
    width: 15px;
    height: 15px;
    margin-right: 15px;
    stroke-width: 1.5px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.header__lk:hover svg {
    stroke: #5b708c
}

.header__nav,
.service__all P {
    position: relative
}

.header__inner {
    background: #fff;
    position: absolute;
    top: 100%;
    /*calc(100% + 20px);*/
    width: 100%;
    padding: 40px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index: 49;
    pointer-events: none;
}

.header__inner li {
    list-style-type: none
}

.header__inner a,
.header__inner .a {
    padding: 10px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__inner a:hover,
.header__inner .a:hover {
    background: #f5f7f9
}

.header__left {
    width: calc(25% - 20px);
    margin: 0px 10px;
}

.header__left--banner {
    background-color: #ddd;
    position: relative;
    padding: 20px 20px 200px
}

.header__box a,
.header__left--banner a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.header__box a:hover,
.header__left--banner a:hover {
    background: 0 0
}

.header__right {
    width: calc(75% - 20px);
    margin: 0px 10px;
}

.header__var {
    display: none;
}

.header__items {
    margin: 0 -10px;
}

.header__box {
    position: relative;
    margin: 12px 10px;
    padding: 20px;
    border: 1px solid #ebebeb;
    width: calc(100% / 3 - 20px);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.header__box-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px 0
}

.header__box_sub {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -.01em;
    text-transform: uppercase;
    margin-bottom: 10px
}

.header__box_name {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -.03em;
    color: #152438;
    margin-bottom: 10px
}

.header__box_desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.02em;
    color: #9ea5ad;
    margin-bottom: 0 !important;
}

.header__box:hover {
    background: #f5f7f9;
    border: 1px solid #ebebeb
}

.header__col {
    margin: 0 10px;
    width: calc(100% / 3 - 20px);
    display: flex;
    flex-flow: column;
}

.header__col>a {
    display: flex;
    min-height: 48px;
}

.header__col--full {
    background: #f7f7f7;
    padding: 20px 20px 190px
}

.header__col_nm {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.03em;
    color: #152438;
    margin-bottom: 10px
}

.header__col--prem {
    background-image: url(../png/prem_w.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center
}

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

.header__child svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.header__var--active,
.public__row div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.banners {
    padding-bottom: 100px
}

.banners__desc {
    margin-top: 40px;
    margin-left: auto;
    max-width: 526px;
    font-size: 18px;
    letter-spacing: -.03em;
    color: #152438;
    line-height: 28px;
    margin-right: 90px
}

.service {
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
}

.service__list {
    margin-top: 60px
}

.service__row--inner {
    text-decoration: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0
}

.service__name,
.service__num {
    width: calc(100% / 12);
    color: #ff1037;
    font-size: 24px;
    letter-spacing: -.03em;
    line-height: 32px
}

.service__name {
    color: #152438;
    width: calc(100% / 12 * 9)
}

.service__arrow svg {
    stroke: #152438;
    width: 14px;
    height: 8px;
    stroke-width: 1.5px
}

.service__row {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-top: 10px
}

.service__row:first-child {
    margin-top: 0
}

.service__row:hover {
    background: #e0e6ed
}

.service__all {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 210px;
    margin-top: 30px;
    position: relative;
    z-index: 2;
    letter-spacing: -.03em;
    font-size: 24px;
    line-height: 32px;
    color: #152438;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    text-decoration: none
}

.service__all svg {
    margin-left: 17px
}

.service__all P::after {
    content: '';
    background: 0 0;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.service__all P:hover::after {
    content: '';
    position: absolute;
    width: 230px;
    height: 230px;
    background: #edeff3;
    z-index: -1;
    top: -99px;
    left: -39px;
    border-radius: 50%
}

.precedent {
    padding-bottom: 100px;
    overflow: hidden;
    max-width: 100vw;
    z-index: 2;
}

.precedent a {
    border-bottom: none;
}

.precedent__title {
    margin-bottom: 60px
}

.precedent__list {
    overflow: visible
}

.precedent__list .swiper-wrapper {
    height: auto
}

.precedent .precedent__item {
    padding: 40px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: transparent;
    height: auto;
}

.precedent .precedent__item:hover {
    background: currentColor
}

.precedent__item:hover .precedent__sublogo {
    color: #fff
}

.precedent__item:hover .precedent__logo,
.precedent__logo--hover {
    display: none
}

.precedent__item:hover .precedent__logo--hover {
    display: block
}

.precedent__item:hover .precedent__text {
    color: #fff
}

.precedent__sublogo {
    font-size: 11px;
    line-height: 13px;
    color: #152438;
    font-weight: 700;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.precedent__top {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 142px;
}

.precedent__text {
    letter-spacing: -.03em;
    font-size: 24px;
    line-height: 32px;
    color: #152438;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.precedent__nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

.precedent__nav>* {
    width: calc(100% / 3)
}

.precedent__nav .service__all {
    margin-top: 0
}

.precedent__arrows {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -5px
}

.precedent--about {
    padding-bottom: 0
}

.precedent--about .container {
    padding-bottom: 100px
}

.precedent__arrow.arrow, .reviews__arrow.arrow, .useful__arrow.arrow, .stage__arrow.arrow {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border: 2px solid #152438;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.arrow,
.arrow svg {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 8;
}

.arrow--left svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.arrow--right svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.arrow:hover {
    background: #152438
}

.arrow:hover svg {
    stroke: #fff
}

.prods .container:before {
    content: none;
    display: none;
}

.prods a {
    border-bottom: none;
}

.prods__list .swiper-wrapper,
.swiper-wrapper {
    height: auto
}

.prods__title {
    margin-bottom: 60px
}

.prods__list {
    padding-top: 100px;
    padding-bottom: 100px;
}

.prods_container_bottom {
    margin-bottom: 100px;
}

.prods__name {
    letter-spacing: -.04em;
    color: #152438;
    font-size: 40px;
    line-height: 44px;
    font-weight: 500;
    margin-bottom: 25px
}

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

.prods__content {
    width: calc(100% / 12 * 5)
}

.prods__img {
    width: 50%
}

.prods__desc {
    letter-spacing: -.03em;
    font-size: 24px;
    line-height: 32px;
    color: #152438
}

.prods__arrows {
    position: absolute;
    bottom: 100px;
    z-index: 5
}

.team {
    margin-bottom: 100px;
    overflow: hidden
}

.team__desc {
    margin-top: 30px;
    max-width: 560px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.02em;
    color: #9ea5ad;
    margin-bottom: 60px
}

.team__list {
    max-width: 100vw;
    overflow: visible;
    margin-bottom: 20px
}

.swiper-slide.team__item {
    width: 446px;
    position: relative;
    display: flex;
}

.team__item:hover .team__hover {
    opacity: 1;
    visibility: visible
}

.team__hover,
.team__img img {
    border-radius: 50%
}

.team__img img {
    overflow: hidden
}

.team__hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ff1037;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.team__hover__inner {
    padding: 0 60px;
    text-decoration: none;
    overflow: hidden
}

.team__name {
    text-align: center;
    letter-spacing: -.03em;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px
}

.team__position {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.02em;
    color: #fff;
    margin-bottom: 57px
}

.team__arrow,
.team__position {
    text-align: center
}

.team__arrow svg {
    stroke: #fff;
    margin: 0 auto;
    display: block
}

.news__item a,
.team__link,
.useful__item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.team-section h2 {
    margin-bottom: 50px;
}

.team-person-publications {
    padding-top: 100px;
    margin-bottom: 100px;
    border-top: solid 1px;
}

@media (max-width: 1023px) {
    .team-person-publications {
        margin-bottom: 30px;
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.team-person-publications h2,
.team-person-projects h2 {
    margin-bottom: 60px;
}

@media (max-width: 1023px) {

    .team-person-publications h2,
    .team-person-projects h2 {
        margin-bottom: 30px;
    }
}

.team--about {
    margin-top: 113px
}

.team--about .container {
    padding-bottom: 100px
}

.news {
    margin-bottom: 40px
}

.news__title {
    margin-bottom: 60px
}

.news__col:first-child {
    width: calc(100% / 12 * 7);
    background-color: #152438;
    padding: 40px
}

.news__col:last-child {
    width: calc(100% / 12 * 5)
}

.news__sub {
    font-size: 11px;
    line-height: 13px;
    color: #ff3e53;
    text-transform: uppercase;
    margin-bottom: 35px;
    letter-spacing: -.01em;
    font-weight: 700
}

.news__ttl {
    letter-spacing: -.04em;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 20px
}

.news__desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.02em;
    color: #9ea5ad
}

.news__btn {
    padding: 10px 15px;
    color: #fff;
    border-radius: 3px;
    background-color: #3d36f5;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.news__btn,
.news__btn--wrap {
    margin-top: auto;
    margin-bottom: 0
}

.news__btn:hover {
    background-color: #ff1037
}

.news__info {
    width: calc(100% / 7 * 5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.news__agri {
    width: calc(100% / 7 * 2);
    text-align: right
}

.news__item {
    padding: 30px 40px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative
}

.news__item:first-child {
    border-top: 1px solid #e5e5eb;
}

.theme--dark .news__item {
    border-color: #22344E;
}

.news__item:hover {
    background: #edeff3
}

.news__item:hover .news__name {
    color: #5b708c
}

.news__cat,
.news__date {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -.01em;
    text-transform: uppercase
}

.news__cat {
    font-weight: 700;
    color: #152438
}

.news__date {
    color: #9ea5ad;
    margin-left: 20px
}

.news__agrig {
    flex-grow: 3;
    text-align: center;
}

.about__text p,
.news__top {
    margin-bottom: 20px
}

.news__name {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.03em;
    color: #152438;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.public {
    margin-bottom: 100px
}

.public__row {
    overflow: hidden
}

.public__img {
    width: 140px;
    height: 140px;
    min-height: 140px;
    min-width: 140px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 25px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.public__img:hover {
    background-color: #edeff3
}

.digest__img {
    width: calc(100% / 12 * 5);
    padding-right: 20px
}

.digest__text {
    width: calc(100% / 12 * 7)
}

.digest__name,
.digest__sub {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -.01em;
    text-transform: uppercase;
    color: #152438;
    font-weight: 700;
    margin-bottom: 35px
}

.digest__name {
    font-weight: 500;
    font-size: 95px;
    line-height: 95px;
    letter-spacing: -.05em;
    margin-bottom: 20px
}

.digest__desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.02em;
    color: #9ea5ad;
    margin-bottom: 68px
}

.digest__btn {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 56px;
    background-color: #152438;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.digest__btn:hover {
    background: #ff1037;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.digest__row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px
}

.about__row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about__title {
    margin-bottom: 60px
}

.about__text {
    width: calc(100% / 12 * 5)
}

.about__text p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -.03em;
    color: #152438
}

.about__text p:nth-child(1),
.about__text p:nth-child(2) {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.03em;
    color: #152438
}

.about__item:last-child,
.about__text p:last-child {
    margin-bottom: 0
}

.about__text p:nth-child(2) {
    margin-bottom: 30px
}

.about__advant {
    width: calc(100% / 12 * 6);
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-span: all;
    column-span: all
}

.about__name {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -.04em;
    color: #152438;
    margin-bottom: 20px
}

.about__item {
    margin-bottom: 100px;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid
}

.about__desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.02em;
    color: #9ea5ad;
    max-width: 280px
}

.footer {
    padding-top: 100px;
    padding-bottom: 60px
}

.footer__row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__col:first-child {
    width: calc(100% / 12 * 2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__col:last-child {
    width: calc(100% / 12 * 7);
    padding-left: 35px
}

.footer__logo {
    margin-bottom: 40px
}

.footer__socials {
    margin: 0 -5px
}

.footer__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    min-width: 60px;
    border: 1px solid #152438;
    margin: 0 5px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

/* .footer__social:first-child svg {
    width: 12px
} */

.footer__social svg {
    max-height: 100%;
    width: 24px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer__social:hover {
    background: #ff1037;
    border: 1px solid #ff1037
}

.footer__social:hover svg {
    fill: #fff
}

.footer__social:hover #play {
    fill: #152438;
}

.footer__social:hover #play-box {
    fill: #fff;
}

use #white {
    fill: white;
}

.footer__copy {
    font-size: 15px;
    line-height: 18px;
    color: #152438;
    margin-top: auto;
    margin-bottom: 0
}

.footer__top {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

.footer__cont {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -.03em;
    color: #152438;
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer__cont:hover {
    color: #5b708c
}

.footer__name {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #152438;
    margin-bottom: 20px
}

.footer__nav {
    width: 32%
}

.footer__name:hover {
    color: #5b708c !important;
}

.footer__name {
    transition: all .5s;
}

.theme--dark .footer__item:hover,
.theme--dark .footer__name:hover {
    color: #c0c6c9;
}

.footer__menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__item {
    margin-bottom: 20px;
    display: block;
    font-size: 15px;
    line-height: 18px;
    color: #152438;
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer__item:last-child {
    margin-bottom: 0
}

.footer__item:hover {
    color: #5b708c
}

.useful {
    margin-top: 60px
}

.useful__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.03em;
    color: #152438;
    margin-bottom: 30px
}

.useful__item {
    padding: 20px;
    background: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.useful__item:hover {
    background: #edeff3
}

.useful__name {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.02em;
    color: #152438
}

.useful__nav {
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.logo_light {
    display: none
}

@media (max-width: 376px) {

    .header__logo img {
        max-width: 125px;
    }

    body .bread {
        font-size: 16px;
        margin: 8px -20px 30px;
    }
}

.theme--dark,
.theme--dark .header__child>a:hover {
    background: #152438
}

.theme--dark .banners__desc,
.theme--dark .header__item a,
.theme--dark .title,
.theme--dark .title--mega {
    color: #fff
}

.theme--dark .header__btn:hover {
    background-color: #121c29;
    color: #fff;
    border: 1px solid #121c29
}

.theme--dark .arrow svg,
.theme--dark .header__item svg,
.theme--dark .service__all svg,
.theme--dark .service__arrow svg {
    stroke: #fff
}

.theme--dark .header__inner {
    background: #1f324a
}

.theme--dark .header__box {
    border-color: #152438
}

.theme--dark .header__box_name {
    color: #fff
}

.theme--dark .header__box:hover {
    background: #152438
}

.theme--dark .header__col--full,
.theme--dark .header__col>a:hover,
.theme--dark .header__left>a:hover {
    background-color: #152438
}

.theme--dark .header__col {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}

.theme--dark .header__col_nm {
    color: #fff
}

.theme--dark .header__col--prem {
    background-image: url(../png/prem.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center
}

.theme--dark .precedent__sublogo,
.theme--dark .precedent__text,
.theme--dark .service__name {
    color: #fff
}

.theme--dark .precedent__item,
.theme--dark .service__row:hover {
    background-color: #1f324a
}

.theme--dark .precedent__item:hover {
    background-color: currentColor
}

.theme--dark .prods__list {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.theme--dark .prods__desc,
.theme--dark .prods__name {
    color: #fff
}

.theme--dark .news__col:first-child {
    background-color: #fff
}

.theme--dark .news__ttl {
    color: #152438
}

.theme--dark .news__cat,
.theme--dark .news__name {
    color: #fff
}

.theme--dark .news__item:hover,
.theme--dark .service__all:hover p::after {
    background: #121c29
}

.theme--dark .news__item:hover .news__name {
    color: #c0c6c9
}

.theme--dark .public__img {
    background: #1d2d44
}

.theme--dark .public__img img:first-child {
    display: none
}

.theme--dark .about__text p,
.theme--dark .digest__name {
    color: #fff
}

.theme--dark .digest__btn {
    background-color: #fff;
    color: #152438
}

.theme--dark .digest__btn:hover {
    color: #fff;
    background: #ff1037
}

.theme--dark .about__name {
    color: #fff
}

.theme--dark .arrow {
    border: 2px solid #fff
}

.theme--dark .arrow:hover {
    background: #fff
}

.theme--dark .arrow:hover svg {
    stroke: #152438
}

.theme--dark .footer__cont,
.theme--dark .service__all {
    color: #fff
}

.theme--dark .footer__social {
    border-color: #fff
}

.theme--dark .footer__social svg {
    fill: #fff
}

.theme--dark #play-box {
    fill: #fff;
}

.theme--dark #play {
    fill: #152438;
}

.theme--dark .footer__copy,
.theme--dark .footer__item,
.theme--dark .footer__name,
.theme--dark .useful__title {
    color: #fff
}

.theme--dark .useful__item {
    background: #1f324a
}

.theme--dark .useful__item:hover {
    background: #121c29
}

.theme--dark .useful__name {
    color: #fff
}

.theme--dark .logo_light {
    display: inline
}

.theme--dark .logo_dark {
    display: none
}

.theme--dark .digest__sub {
    color: #fff
}

.theme--dark .header__left--banner {
    background-color: #0d1523;
    background-image: url(../png/bgbanner.png)
}

.theme--dark .header__left--banner a:hover {
    background: 0 0
}

.header__col--inverse .header__box_desc,
.header__col--inverse .header__box_name {
    color: #fff
}

.make {
    margin-bottom: 120px
}

.make .container {
    max-width: 1480px;
}

.make__row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.make__img {
    width: calc(100% / 12 * 5);
    padding-right: 32px
}

.make__img img {
    width: 100%;
}

.make__text {
    width: calc(100% / 12 * 6);
    padding-left: 8px;
    max-width: 670px;
}

.make__text p {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -.03em;
    color: #152438;
    margin-bottom: 30px
}

.make__text p:last-child {
    margin-bottom: 0
}

.digit {
    margin-bottom: 100px
}

.digit__val {
    font-size: 117px;
    line-height: 100px;
    letter-spacing: -.05em;
    text-transform: uppercase;
    width: calc(100% / 12 * 5);
    color: #152438;
    font-weight: 500
}

.digit__row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 0;
    border-bottom: 1px solid #152438
}

.digit__row:first-child {
    padding-top: 0
}

.digit__row:last-child {
    padding-bottom: 200px
}

.digit__desc {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -.03em;
    color: #152438;
    width: calc(100% / 12 * 5)
}

.better .container {
    padding-bottom: 100px
}

.better__row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.better__col:last-child {
    width: calc(100% / 12 * 7)
}

.better__col:first-child {
    width: calc(100% / 12 * 3);
    padding-right: 20px
}

.better__name {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -.03em;
    color: #152438;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.better__toggle {
    width: 38px;
    height: 38px;
    min-width: 38px;
    background: #152438;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.better__toggle svg {
    width: 18px;
    height: 18px;
    fill: #fff;
    stroke: #fff;
    stroke-width: 1px;
}

.better__toggle .icon-minus {
    display: none;
    width: 15px;
    height: 2px;
}

.better__desc {
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -.03em;
    color: #9ea5ad;
    display: none
}

.better__accor {
    margin-bottom: 40px
}

.better__accor:last-child {
    margin-bottom: 0
}

.rating {
    margin-top: 100px
}

.rating .container,
.road .container {
    padding-bottom: 100px
}

.rating__col {
    width: calc(100% / 12 * 7)
}

.rating__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.rating__img {
    width: 222px;
    height: 222px;
    min-width: 222px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff
}

.rating__item {
    width: 222px !important;
    margin-bottom: 50px
}

.rating__text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -.02em;
    color: #152438;
    margin-top: 20px
}

.rating__row {
    margin-bottom: -50px
}

.road {
    margin-top: 100px
}

.road__item {
    width: 25%
}

.road__path {
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.road__name {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -.03em;
    color: #000;
    margin-bottom: 20px
}

.road__desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.02em;
    color: #152438
}

.road__line {
    margin: 60px 0;
    border-bottom: 1px dashed #000;
    width: 100%
}

.road__dot {
    width: 25%;
    position: relative
}

.road__dot::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%
}

.develop .container {
    padding-bottom: 100px;
    padding-top: 100px;
}

.develop__imgs {
    width: calc(100% / 12 * 4)
}

.develop__row {
    margin-top: 60px
}

.develop__text {
    padding-left: calc(100% / 12);
    width: calc(100% / 12 * 7);
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -.03em;
    color: #152438
}

.develop__text>p {
    margin-bottom: 60px
}

.develop .service__all {
    padding-right: 0
}

.title--about {
    padding-top: 80px
}

.banners--about {
    padding-bottom: 80px
}

.apply {
    padding-top: 100px;
    padding-bottom: 46px;
}

.apply__form {
    width: 100%;
    margin-top: 60px
}

.apply__form>* {
    width: 50%
}

.apply__button,
.apply__input {
    border: 2px solid #152438;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.03em
}

.apply__input {
    outline: 0;
    padding: 24.5px;
    color: #152438
}

.apply__button {
    background: #152438;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.have-border-bottom .container {
    position: relative;

    /* border-bottom: 1px solid #152438 */
}

.have-border-bottom .container::before {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    height: 1px;
    background: #152438;
}

@media (max-width: 1400px) {
    .have-border-bottom .container::before {
        width: 100%;
        left: 0;
    }
}

.theme--dark .have-border-bottom .container {
    border-bottom: 1px solid #fff;
}

.theme--dark .have-border-bottom .container::before {
    background: #fff;
}

.theme--dark .better__name,
.theme--dark .digit__desc,
.theme--dark .digit__val,
.theme--dark .make__text p {
    color: #fff
}

.theme--dark .better__toggle {
    background-color: #fff
}

.theme--dark .better__toggle svg {
    fill: #152438;
    stroke: #152438;
}

.theme--dark .rating__text,
.theme--dark .road__desc,
.theme--dark .road__name {
    color: #fff
}

.theme--dark .road__line {
    border-color: #fff
}

.theme--dark .road__dot::after {
    background: #152438;
    border-color: #fff
}

.theme--dark .develop__text {
    color: #fff
}

.theme--dark .apply__input {
    background-color: #1f324a;
    border-color: #fff;
    color: #fff
}

.theme--dark .apply__button {
    background: #fff;
    color: #152438;
    border-color: #fff;
}

.theme--dark .apply__button:hover {
    color: #ffffff;
}

.theme--dark .digit__row,
.theme--dark .have-border-bottom {
    border-color: #fff
}

.accord--active .icon-minus {
    display: block
}

.accord--active .icon-plus,
.header__mob,
.service__all--mob {
    display: none
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5000;
    opacity: 0;
    visibility: hidden
}

.modal__bg {
    background: rgba(246, 247, 249, .9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal__body {
    position: relative;
    width: 100%;
    max-width: 480px;
    background: #fff url(../png/modalbg.png) 0 0 no-repeat;
    padding: 40px
}

.modal--review .modal__body {
    width: 893px;
    max-width: none;
    padding: 0;
}

.modal__close {
    position: absolute;
    width: 40px;
    height: 40px;
    right: -40px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.modal__close:hover,
.theme--dark .modal__close:hover {
    background-color: #ff1037
}

.modal__close:hover svg,
.theme--dark .modal__close svg,
.theme--dark .modal__close:hover svg {
    fill: #fff
}

.modal__close svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px
}

.modal__title {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -.04em;
    color: #152438;
    font-weight: 500;
    margin-bottom: 40px
}

.modal__btn,
.modal__input {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -.03em
}

.modal__input {
    display: block;
    outline: 0;
    color: #152438;
    margin-bottom: 10px;
    font-size: 18px;
    border: 2px solid #152438;
}

.modal__input:-webkit-autofill::first-line {
    font-size: 18px !important;
}

.modal__input:-webkit-autofill:hover {
    font-size: 18px !important;
}

.modal__input:-internal-input-suggested {
    font: webkit-big-control !important
}

.modal__btn {
    background: #152438;
    border: 2px solid #152438;
    text-align: center;
    color: #fff;
    margin-bottom: 30px
}

.modal__btn {
    text-transform: unset;
    font-weight: normal;
    font-family: 'Inter', sans-serif;
}

.about__form-container {
    padding: 0;
}

.container .about__form-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.modal__polic {
    font-size: 16px;
    line-height: 24px;
    text-align: center
}

.modal__polic,
.modal__polic a {
    letter-spacing: -.02em;
    color: #9ea5ad
}

.modal__success {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -.03em;
    color: #152438
}

.modal__suc {
    display: none;
}

.modal--active {
    opacity: 1;
    visibility: visible
}

.apply .ui-loader {
    display: none;
}

.modal__close svg,
.theme--dark .modal {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.theme--dark .modal__bg {
    background: rgba(21, 36, 56, .9)
}

.theme--dark .modal__body {
    background-color: #152438;
    border: 1px solid rgba(255, 255, 255, .1)
}

.theme--dark .modal__close {
    background-color: #152438
}

.theme--dark .modal__title {
    color: #fff
}

.theme--dark .modal__input {
    background: #1f324a;
    border: 2px solid #fff;
    color: #fff
}

.theme--dark .modal__input::-webkit-input-placeholder {
    color: #fff
}

.theme--dark .modal__input:-ms-input-placeholder {
    color: #fff
}

.theme--dark .modal__input::-ms-input-placeholder {
    color: #fff
}

.theme--dark .modal__input::placeholder {
    color: #fff
}

.theme--dark .modal__btn {
    background: #fff;
    color: #152438
}

.theme--dark .modal__success {
    color: #fff
}

.header__bg.header__bg--about {
    overflow: hidden;
}

.pagination a {
    text-decoration: none;
}

.case-team .precedent__nav {
    display: none;
}

.team__list {
    margin-bottom: 0;
    width: 100%;
}

@media screen and (max-width: 1400px) {
    .title--mega {
        font-size: 8vw;
        line-height: 8vw
    }

    /* .header__top > div:last-child {
        width: 52%
    } */
    .about__name {
        font-size: 32px;
        line-height: 38px
    }

    .prods__arrows {
        position: static;
        margin-top: 20px
    }

    .footer__cont {
        font-size: 20px;
        line-height: 28px
    }

    .container {
        padding-left: 0;
        padding-right: 0;
        margin-right: 20px;
        margin-left: 20px
    }
}

@media screen and (max-width: 1100px) {
    .precedent__nav {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .precedent__nav> :first-child {
        display: none
    }

    .precedent__nav>* {
        width: 50%
    }

    .precedent__arrows {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .service__all {
        padding-right: 50px
    }

    .digest__name {
        font-size: 9vw
    }

    .header__menu {
        padding-right: 0
    }
}

.footer__cont--mob,
.news__sub .news__img,
.pagin,
.prods__arrows--mob,
.team__info {
    display: none
}

.header__mob svg {
    width: 40px;
    height: 40px;
    stroke-width: 1px
}

.useful__pagin {
    display: none;
}

@media screen and (min-width: 769px) {
    .rating__list .swiper-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .rating__list .swiper-slide {
        height: auto
    }
}

@media screen and (max-width: 992px) {

    .header__nav,
    .header__switch {
        display: none
    }

    .header__top .flex-row:last-child {
        display: none
    }

    .header__top {
        padding-bottom: 0;
        border-bottom: none
    }

    .header__bg.header__bg--about img {
        left: -120px;
        width: 150%;
        position: relative;
    }

    .title {
        font-size: 40px;
        line-height: 40px
    }

    .team__item {
        width: 300px;
        height: 300px
    }

    .team__name {
        font-size: 18px;
        line-height: 24px
    }

    .team__position {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 25px
    }

    .footer__cont {
        font-size: 16px;
        line-height: 24px
    }

    .footer__item {
        font-size: 14px;
        line-height: 18px
    }

    .footer__col:last-child {
        width: calc(100% / 12 * 8);
        padding-left: 35px
    }

    .about__name {
        font-size: 26px;
        line-height: 32px
    }

    .digit__val {
        font-size: 64px;
        line-height: 60px
    }

    .header__mob {
        position: relative;
        display: flex;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        border-radius: 50%;
        background: #fff;
        align-items: center;
        justify-content: center;
        border: 2px solid #000;
        width: 40px;
        height: 40px;
    }

    .header__mob span {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        background-color: #000;
        width: 16px;
        height: 2px;
        transform: translate(-50%, -50%)
    }

    .header__mob span::before {
        position: absolute;
        content: "";
        width: 16px;
        height: 2px;
        background: #000;
        top: -5px;
        left: 50%;
        transform: translateX(-50%);
    }

    .header__mob span::after {
        position: absolute;
        content: "";
        width: 16px;
        height: 2px;
        background: #000;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
    }

    .theme--dark .header__mob svg {
        fill: #fff
    }
}

@media screen and (max-width: 768px) {

    .about__row,
    .news__row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .make__text {
        padding: 0;
        margin-bottom: 40px;
    }

    .make .make__img {
        padding-right: 0;
        margin-left: -20px;
        margin-top: 0;
    }

    .news__btn {
        margin-top: 35px
    }

    .about__advant,
    .about__text,
    .news__row .news__col {
        width: 100%
    }

    .about__advant {
        margin-top: 35px
    }

    .footer__menu {
        display: none
    }

    .make__row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .make__img {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .make__text {
        width: 100%
    }

    .digit__row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .digit__desc,
    .digit__val {
        width: 100%
    }

    .better__row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .better__row .better__col {
        width: 100%;
        margin-bottom: 30px
    }

    .better__row .better__col:last-child {
        margin-bottom: 0
    }

    .rating__col {
        width: 100%
    }

    .rating__list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .road__item {
        width: 100%;
        margin-bottom: 30px
    }

    .road__item:nth-child(1) {
        -webkit-box-ordinal-group: -1;
        -webkit-order: -2;
        -ms-flex-order: -2;
        order: -2
    }

    .road__item:nth-child(7) {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .menu__inner .flex-row:last-child,
    .menu__inner li:last-child a,
    .road__item:last-child {
        margin-bottom: 0
    }

    .develop .service__all,
    .road__item--empty,
    .road__line {
        display: none
    }

    .develop__row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .develop__imgs {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }

    .develop__text {
        width: 100%;
        padding-left: 0
    }

    .develop .service__all--mob {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .rating__img {
        margin: 0 auto
    }

    .icon-small_arr--active {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .team .precedent__nav .service__all {
        padding-right: 0;
    }
}

@media screen and (max-width: 576px) {
    .useful p.useful__title {
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        letter-spacing: -0.03em;
        color: #152438;
        margin-bottom: 20px;
    }

    .theme--dark .useful p.useful__title {
        color: #fff;
    }

    .precedent__nav {
        display: block;
    }

    .team__list {
        margin-bottom: 0;
    }

    .team__name {
        margin-bottom: 10px !important;
    }

    .precedent__top {
        margin-bottom: 108px;
    }

    .header__top>div:first-child {
        width: 40%
    }

    .header__top {
        padding-top: 15px
    }

    .title--mega {
        font-size: 42px;
        line-height: 44px;
        padding-top: 156px;
        letter-spacing: -.03em
    }

    .precedent__text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        line-clamp: 4;
        box-orient: vertical;
    }

    .banners__desc {
        margin-top: 40px;
        margin-right: 0;
        font-size: 18px;
        line-height: 28px
    }

    .banners,
    .team .container {
        padding-bottom: 60px
    }

    .title {
        font-size: 30px;
        line-height: 36px
    }

    .service__list {
        margin-top: 20px
    }

    .service__name,
    .service__num {
        font-size: 20px;
        line-height: 28px
    }

    .service__name {
        margin-left: 20px
    }

    .service__row--inner {
        padding: 15px 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 0
    }

    .service__row {
        margin-top: 0
    }

    .service__arrow {
        display: none
    }

    .service__all {
        padding-right: 0;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -.03em;
        margin-top: 23px
    }

    .service {
        padding-bottom: 55px
    }

    .precedent__title {
        margin-bottom: 30px
    }

    .precedent__item {
        padding: 40px 20px 20px;
    }

    /* .precedent__logo,
    .precedent__logo--hover {
        max-width: 140px
    } */

    .precedent__top {
        margin-bottom: 100px
    }

    .precedent__text {
        font-size: 20px;
        line-height: 28px
    }

    .precedent {
        padding-bottom: 52px
    }

    .prods__list {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .prods_container_bottom {
        margin-bottom: 60px;
    }

    .prods__name {
        font-size: 26px;
        line-height: 34px
    }

    .prods__item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .prods__content {
        width: 100%
    }

    .prods__arrows {
        display: none
    }

    .prods__desc {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -.03em;
        margin-bottom: 30px
    }

    .prods__arrows--mob {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px
    }

    .prods__img {
        width: 100%
    }

    .team__desc {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .team__item {
        width: 205px;
        height: 205px
    }

    .precedent__arrows {
        display: none
    }

    .service__all {
        margin-left: auto;
        margin-right: 0
    }

    .team {
        margin-bottom: 60px
    }

    .team__hover {
        display: none
    }

    .team__name {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        letter-spacing: -.03em;
        color: #152438;
        margin-bottom: 10px
    }

    .team__info {
        margin-top: 20px
    }

    .team__position {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        letter-spacing: -.02em;
        color: #9ea5ad;
        margin-bottom: 10px
    }

    .news__title {
        margin-bottom: 30px
    }

    .news__ttl {
        font-size: 20px;
        line-height: 28px
    }

    .news__item {
        padding: 30px 0;
        border-bottom: 1px solid #e5e5eb
    }

    .news__name {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -.03em;
        color: #152438
    }

    .news {
        margin-bottom: 30px
    }

    .public__img {
        margin: 0 5px
    }

    .public {
        margin-bottom: 40px
    }

    .digest__row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .digest__img,
    .digest__text {
        width: 100%
    }

    .digest__sub {
        margin-bottom: 20px
    }

    .digest__name {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 32px
    }

    .digest__btn {
        width: 100%;
        display: block;
        text-align: center;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
    }

    .digest__desc {
        margin-bottom: 40px
    }

    .digest__row {
        margin-bottom: 60px
    }

    .about__title {
        margin-bottom: 20px
    }

    .about__advant {
        -webkit-column-count: 1;
        column-count: 1
    }

    .about__item {
        margin-bottom: 20px
    }

    .about__name {
        margin-bottom: 10px
    }

    .prods__title {
        margin-bottom: 30px
    }

    .news__col:first-child {
        padding: 30px 20px 20px
    }

    .about__text p {
        font-size: 18px;
        line-height: 28px
    }

    .about__text p:nth-child(1),
    .about__text p:nth-child(2) {
        font-size: 20px;
        line-height: 28px
    }

    .precedent__nav {
        margin-top: 30px
    }

    .pagin {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .pagin .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #152438;
        opacity: .2
    }

    .pagin .swiper-pagination-bullet-active {
        opacity: 1
    }

    .team__info {
        display: block
    }

    .about__desc {
        max-width: unset
    }

    .footer {
        padding-top: 56px
    }

    .footer__cont--mob {
        display: block
    }

    .footer__col:first-child {
        width: 100%
    }

    .footer__col:last-child {
        display: none
    }

    .footer__cont {
        display: block;
        font-size: 22px;
        line-height: 30px
    }

    .footer__cont,
    .footer__logo {
        text-align: center;
        margin-bottom: 30px
    }

    .footer__socials {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 50px
    }

    .footer__copy {
        text-align: center
    }

    .news__agrig,
    .useful__nav {
        display: none
    }

    .useful__pagin {
        display: flex;
        margin-top: 20px;
    }

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

    .news__sub .news__img {
        display: block
    }

    .news__info {
        width: 100%
    }

    .theme--dark .pagin .swiper-pagination-bullet {
        background: #fff;
        opacity: .2
    }

    .theme--dark .pagin .swiper-pagination-bullet-active {
        opacity: 1
    }

    .theme--dark .team__name {
        color: #fff
    }

    .banners--about {
        padding-bottom: 40px
    }

    .make {
        margin-bottom: 60px
    }

    .digit__val,
    .make__text p {
        letter-spacing: -.03em;
        margin-bottom: 20px
    }

    .make__text p {
        color: #152438;
        font-size: 22px;
        line-height: 30px
    }

    .make__img {
        margin-top: 40px;
        margin-left: -40px;
        min-width: calc(100vw + 20px);
        padding-right: 0
    }

    .digit__val {
        font-size: 42px;
        line-height: 44px;
        text-transform: uppercase
    }

    .digit__row {
        padding: 40px 0
    }

    .digit__row:last-child {
        padding-bottom: 60px
    }

    .digit {
        margin-bottom: 40px
    }

    .digit__desc {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: -.03em
    }

    .better .container,
    .road .container {
        padding-bottom: 60px
    }

    .rating__list {
        overflow: visible
    }

    .rating {
        overflow: hidden
    }

    .better__name {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: -.03em
    }

    .better__desc {
        margin-top: 15px
    }

    .better__accor {
        margin-bottom: 30px
    }

    .team--about {
        margin-bottom: 40px
    }

    .road,
    .team--about {
        margin-top: 40px;
        padding-bottom: 0
    }

    .road__path {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .road__name {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: -.03em;
        margin-bottom: 10px
    }

    .road__desc {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    .develop {
        padding: 0
    }

    .develop .container {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .develop__row {
        margin-top: 30px
    }

    .precedent--about {
        padding-bottom: 0
    }

    .precedent--about .container {
        padding-bottom: 60px
    }

    .precedent--about .precedent__nav {
        display: none
    }

    .develop__text {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: -.03em
    }

    .develop__text p {
        margin-bottom: 0
    }

    .develop__imgs {
        margin-top: 20px;
        min-width: calc(100vw + 20px);
        margin-left: -40px
    }

    .apply__form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .apply {
        padding-top: 40px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .apply__button,
    .apply__input {
        width: 100%;
        padding: 16px 18px;
        font-size: 20px;
        line-height: 28px
    }

    .apply__button {
        margin-top: 1px;
        margin-left: 0;
        border: 2px solid #152438;
    }

    .better__toggle {
        width: 30px;
        height: 30px;
        min-width: 30px
    }

    .better__toggle svg {
        width: 14px;
        height: 14px
    }

    .better__toggle .icon-minus {
        width: 11px;
    }

    .apply__form {
        margin-top: 30px
    }

    .apply+.footer {
        margin-top: 55px
    }

    .rating {
        margin-top: 0
    }

    .rating .container {
        padding-bottom: 72px
    }

    .better {
        padding-bottom: 40px
    }

    .main--redis .service__all:hover p::after {
        display: none;
    }

    .news__item:hover {
        background: none;
    }

    .news__item:hover .news__name {
        color: #152438;
    }

    .news__btn--wrap .news__btn:hover {
        background-color: #3d36f5;
    }
}

.animate {
    opacity: 0;
    --animate-duration: 2s
}

.visib {
    opacity: 1
}

.header__col--ip {
    background-image: url(../jpg/menu_inv.jpg);
}

.theme--dark .header__col--ip {
    background-image: url(../jpg/menu_inv-drk.jpg);
}

.theme--dark .header__col--full a:hover {
    background: none;
}

.theme--dark .menu__all a {
    background: none;
    color: #9ea5ad;
    border: 1px solid #E4E4E4;
}

.theme--dark .menu__all svg {
    stroke: #9ea5ad;
}

/* cases */

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.text-default {
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: -0.03em;
}

.small-text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.lead-1 {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

@media (max-width: 1023px) {
    .lead-1 {
        font-size: 28px;
        line-height: 1.2;
    }

    body .bread {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.lead-2,
.hero .lead-2 {
    font-size: 32px;
    line-height: 1.19;
    letter-spacing: -0.03em;
}

@media (max-width: 1023px) {
    .lead-2 {
        font-size: 22px;
        line-height: 1.36;
    }
}

.lead-3 {
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -0.03em;
}

@media (max-width: 1023px) {
    .lead-3 {
        font-size: 20px;
        line-height: 1.4;
    }
}

.display-2,
.ttl .display-2 {
    font-weight: 500;
    font-size: 95px;
    line-height: 1;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

@media (max-width: 1023px) {

    .display-2,
    .ttl .display-2 {
        font-size: 38px;
        line-height: 1.11;
    }
}

.display-3 {
    font-weight: 500;
    font-size: 75px;
    line-height: 1;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

@media (max-width: 1023px) {
    .display-3 {
        font-size: 32px;
        line-height: 1.12;
    }
}

.h1 {
    font-weight: 500;
    font-size: 80px;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #152438;
}

@media (max-width: 1023px) {
    .h1 {
        font-size: 34px;
        line-height: 1.12;
    }
}

.h2 {
    font-weight: 500;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #152438;
    text-transform: none;
    margin-top: 0;
}

@media (max-width: 1023px) {
    .h2 {
        font-size: 30px;
        line-height: 1.2;
    }
}

.h3 {
    font-weight: 500;
    font-size: 48px;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

@media (max-width: 1023px) {
    .h3 {
        font-size: 26px;
        line-height: 1.31;
    }
}

@media (max-width: 1199px) {
    .hidden-desktop {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-mobile {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .visible-mobile {
        display: none !important;
    }

    .content-banner {
        padding: 28px 125px 278px 30px !important;
    }
}

@media (min-width: 1024px) {
    .visible-tablet {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .visible-desktop {
        display: none !important;
    }
}

.page-body {
    padding: 0;
    background-color: #F6F7F9;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    color: #152438;
}

.apply p {
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .page-body {
        padding: 0;
    }
}

.bread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    color: #9EA5AD;
    margin: 0 0 20px;
}

@media (max-width: 1023px) {
    .bread {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
        margin: 0 -20px 30px;
        padding: 0 16px;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .bread::-webkit-scrollbar {
        display: none;
    }
}

.bread li {
    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;
    font-size: 16px;
}

.bread li:not(:last-child) {
    margin-right: 10px;
    padding-right: 37px;
    position: relative;
}

.bread li:not(:last-child):after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 0;
    background-image: url(https://legal-support.ru:443/local/templates/main/img/bread-arrow.svg);
}

.useful-slide {
    padding: 20px;
    max-width: 334px;
    min-height: 112px;
    margin-right: 1px;
    background-color: #fff;
}

.useful-item-title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    font-weight: 400;
    color: #152438;
}

.bread a {
    color: inherit;
    border: 0;
}

.bread a:hover {
    color: #5B708C;
}

.page-title {
    margin-bottom: 60px;
}

@media (max-width: 1023px) {

    .page-title.display-1,
    .team-person-title.display-1 {
        font-size: 38px;
        line-height: 40px;
    }

    .page-title {
        margin-bottom: 30px;
    }
}

.cases-nav {
    margin-bottom: 40px;
}

@media (max-width: 1023px) {
    .cases-nav {
        margin-bottom: 30px;
    }

    .cases-nav.active .cases-toggle-link img {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .cases-nav.active .cases-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

.cases-nav-main {
    position: relative;
    z-index: 66;
}

.cases-toggle-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #152438;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
}

.cases-toggle-link img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.cases-toggle-link span {
    min-width: 1px;
    margin-right: 12px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #fff;
}

.cases-menu {
    padding: 10px 5px;
    list-style: none;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

@media (max-width: 1023px) {
    .cases-menu {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 6;
        display: block;
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}

.cases-menu li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 0 5px;
}

.cases-menu a {
    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;
    border: 0;
    height: 52px;
    color: #152438;
    padding: 0 16px;
}

@media (max-width: 1023px) {
    .cases-menu a {
        height: 48px;
    }
}

.cases-menu a:hover {
    color: #152438;
    background-color: #E5E5EB;
}

.cases-menu .active a {
    background-color: #152438;
    color: #fff;
    pointer-events: none;
}

.cases-nav-tab {
    margin-top: 20px;
}

@media (max-width: 1023px) {
    .cases-nav-tab {
        margin-top: 10px;
    }
}

.tab-block {
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}

.tab-block:not(.active) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    min-height: 0;
}

.cases-categories {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1px -1px 0;
}

@media (max-width: 1023px) {
    .cases-categories {
        margin: 0 -20px;
        padding: 0 20px;
        overflow-x: auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .cases-categories::-webkit-scrollbar {
        display: none;
    }

    .cases-categories li:last-child {
        margin-right: 0;
    }
}

.cases-categories li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 1px 1px 0;
}

@media (max-width: 1023px) {
    .cases-categories li {
        margin-bottom: 0;
    }
}

.cases-categories a {
    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;
    padding: 10px 20px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    background-color: #fff;
    color: #152438;
    border: 0;
}

.cases-categories a:hover {
    background-color: #E5E5EB;
    color: #152438;
}

.cases-categories .active a {
    color: #fff;
    background-color: #152438;
    pointer-events: none;
}

.cases-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cases-col {
    padding: 0 5px 10px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 767px) {
    .cases-col {
        width: 100%;
    }

    .precedent__logo--hover img {
        width: auto;
    }
}

.cases-col-large {
    width: 100%;
}

@media (min-width: 768px) {
    .cases-col-large .cases-item-title {
        font-size: 40px;
        line-height: 1.1;
        letter-spacing: -0.04em;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .cases-col-large .cases-item-title {
        font-size: 28px;
        line-height: 1.2;
    }
}

.cases-item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    position: relative;
    min-height: 470px;
    background-color: #fff;
    padding: 40px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

@media (max-width: 1023px) {
    .cases-item {
        min-height: 330px;
        padding: 30px 20px 48px;
    }
}

.cases-item:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.item-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6;
    border: 0;
}

.cases-item-img {
    height: 120px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 24px;
}

@media (max-width: 1023px) {
    .cases-item-img {
        height: 72px;
    }
}

.cases-item-img img {
    max-height: 100%;
}

.cases-item-title {
    margin-top: auto;
    color: #152438;
}

.pagination {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px -1px -1px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 1px 1px 0;
}

.pagination a {
    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;
    width: 48px;
    height: 48px;
    color: #152438;
    background-color: #fff;
    border: 0;
}

.pagination a:hover {
    background-color: #E5E5EB;
    color: #152438;
}

.pagination .active a {
    color: #fff;
    background-color: #152438;
    pointer-events: none;
}

.feedback-title {
    margin-bottom: 62px;
    line-height: -.05px;
}

@media (max-width: 1023px) {
    .feedback-title {
        margin-bottom: 29px;
    }
}

.feedback-form .form-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
}

@media (max-width: 767px) {
    .feedback-form .form-body {
        display: block;
    }
}

.feedback-form .input-block {
    margin: 0 2px 0 0;
    min-width: 1px;
    width: 50%;
}

@media (max-width: 767px) {
    .feedback-form .input-block {
        width: 100%;
        margin: 0 0 2px;
    }
}

.form.sent .form-body {
    display: none;
}

.form.sent .form-sent {
    display: block;
}

.form-sent {
    padding: 26px;
    border: solid 1px;
    background-color: #fff;
    display: none;
    text-align: center;
}

.input-block {
    display: block;
}

.input {
    display: block;
    width: 100%;
    height: 85px;
    padding: 0 26px;
    border: solid 2px #152438;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -0.03em;
    color: #152438;
}

.online-search.online-search--redis .form-rd__input-text {
    padding: 27px 15px;
}

.form-rd__input-text::placeholder {
    font-size: 18px;
}

@media (max-width: 375px) {
    .form-rd__input-text::placeholder {
        font-size: 20px;
    }
}

/* .feedback-form {
    top: 5px;
} */

@media (max-width: 1023px) {
    .input {
        font-size: 20px;
        line-height: 1.4;
    }
}

@media (max-width: 1023px) {
    .input {
        height: 60px;
        padding: 0 18px;
    }
}

.input::-webkit-input-placeholder {
    color: #152438;
}

.input:-moz-placeholder {
    color: #152438;
}

.input::-moz-placeholder {
    color: #152438;
}

.input:-ms-input-placeholder {
    color: #152438;
}

.feedback-form-submit {
    width: calc(50% - 2px);
    height: 85px;
    padding: 0 26px;
    background-color: #152438;
    color: #fff;
    border: 0;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -0.03em;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media (max-width: 1023px) {
    .feedback-form-submit {
        font-size: 20px;
        line-height: 1.4;
    }
}

@media (max-width: 1023px) {
    .feedback-form-submit {
        font-family: 'Inter', sans-serif;
        height: 60px;
        padding: 0 18px;
    }
}

@media (max-width: 767px) {
    .feedback-form-submit {
        width: 100%;
    }
}

.feedback-form-submit:hover {
    background-color: #FF1037;
}

.theme--dark .page-body {
    background-color: #152438;
    color: #fff;
}

.theme--dark .h1,
.theme--dark .h2 {
    color: #fff;
}

.theme--dark .cases-menu {
    background-color: #1F324A;
}

.theme--dark .cases-menu a,
.theme--dark .cases-categories a,
.theme--dark .pagination a {
    color: #fff;
    background-color: #1F324A;
}

.theme--dark .cases-menu a:hover,
.theme--dark .cases-categories a:hover,
.theme--dark .pagination a:hover {
    background-color: #121C29;
}

.theme--dark .cases-menu .active a,
.theme--dark .cases-categories .active a,
.theme--dark .pagination .active a {
    background-color: #fff;
    color: #152438;
}

.theme--dark .cases-item {
    background-color: #1F324A;
}

.theme--dark .cases-item:hover {
    background-color: #121C29;
}

.theme--dark .cases-item-title {
    color: #fff;
}

.theme--dark .feedback {
    border-top-color: #fff;
}

.theme--dark .input {
    background: none;
    color: #fff;
    outline: none;
    border-color: #fff;
}

.theme--dark .input::-webkit-input-placeholder {
    color: #fff;
}

.theme--dark .input:-moz-placeholder {
    color: #fff;
}

.theme--dark .input::-moz-placeholder {
    color: #fff;
}

.theme--dark .input:-ms-input-placeholder {
    color: #fff;
}

.theme--dark .feedback-form-submit {
    color: #152438;
    background-color: #fff;
}

.theme--dark .feedback-form-submit:hover {
    background-color: #FF1037;
    color: #fff;
}

.theme--dark .feedback-form {
    background: none;
}

.theme--dark .cases-toggle-link {
    background-color: #fff;
}

.theme--dark .cases-toggle-link img {
    -webkit-filter: none;
    filter: none;
}

.theme--dark .cases-toggle-link span {
    color: #152438;
}

.theme--dark .form-sent {
    background: none;
}

.cover-img {
    position: relative;
}

.cover-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: cover;
    object-fit: cover;
}

.case-head-banners {
    margin: 0 auto 100px;
    width: auto;
}

.case-head-banners.swiper {
    overflow: visible;
}

@media (max-width: 1023px) {
    .case-head-banners {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .case-head-banners-slide {
        width: 250px;
    }

    .case-head-banners {
        overflow: visible !important;
    }
}

.case-head-banner {
    border-radius: 50%;
    padding-top: 100%;
    overflow: hidden;
    will-change: transform;
    background-color: #fff;
}

.case-head-banner-logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    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: 70px;
}

.case-head-banner-logo img {
    max-height: 100%;
}

.case-title {
    margin-bottom: 100px;
}

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

.case-client-about {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 155px;
}

@media (max-width: 1023px) {
    .case-client-about {
        margin-bottom: 50px;
    }
}

.case-client-about-body {
    width: 780px;
    padding-right: 110px;
    max-width: 100%;
}

@media (max-width: 1023px) {
    .case-client-about-body {
        padding: 0;
    }
}

.case-client-about-title {
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .case-client-about-title {
        margin-bottom: 20px;
    }
}

.case-progress {
    margin-bottom: 100px;
}

@media (max-width: 1023px) {
    .case-progress {
        margin-bottom: 40px;
    }
}

.case-progress-item {
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: solid 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1023px) {
    .case-progress-item {
        margin-bottom: 40px;
        padding-bottom: 40px;
        display: block;
    }
}

.case-progress-item-title {
    width: 560px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-right: 30px;
}

@media (max-width: 1023px) {
    .case-progress-item-title {
        width: auto;
        margin: 0 0 20px;
    }
}

@media (min-width: 1024px) {
    .case-progress-desc {
        max-width: 460px;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        min-width: 1px;
    }
}

.case-situacion {
    margin-bottom: 100px;
    padding-bottom: 100px;
    border-bottom: solid 1px;
}

@media (max-width: 1023px) {
    .case-situacion {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
}

.case-situacion-body {
    max-width: 894px;
    margin: 0 auto;
}

.case-situacion-title {
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .case-situacion-title {
        margin-bottom: 20px;
    }
}

.case-situacion-desc {
    margin-bottom: 60px;
}

@media (max-width: 1023px) {
    .case-situacion-desc {
        margin-bottom: 30px;
    }
}

.case-situacion-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}

@media (max-width: 1023px) {
    .case-situacion-images {
        margin-bottom: 30px;
    }
}

.case-situacion-img {
    width: 50%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    will-change: transform;
    background-color: #fff;
}

.case-situacion-img span {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    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: 24px 32px;
}

.case-situacion-img span img {
    max-height: 100%;
}

.case-situacion-img:before {
    content: '';
    padding-top: 100%;
    display: block;
}

.content-text>* {
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .content-text>* {
        margin-bottom: 20px;
    }
}

.content-text>*:last-child {
    margin-bottom: 0;
}

.case-solution {
    border-bottom: solid 1px;
    margin-bottom: 100px;
    padding-bottom: 100px;
}

@media (max-width: 1023px) {
    .case-solution {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
}

.case-solution-title {
    max-width: 894px;
    margin: 0 auto 60px;
}

@media (max-width: 1023px) {
    .case-solution-title {
        margin-bottom: 30px;
    }
}

.case-solution-items {
    margin-bottom: 100px;
    margin-top: 60px;
}

@media (max-width: 1023px) {
    .case-solution-items {
        margin-bottom: 50px;
    }
}

.case-solution-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}

@media (max-width: 1023px) {
    .case-solution-item {
        margin-bottom: 50px;
        display: block;
    }
}

.case-solution-item.case-solution-item--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.case-solution-item-img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 670px;
}

@media (max-width: 1199px) {
    .case-solution-item-img {
        width: 480px;
    }
}

@media (max-width: 1023px) {
    .case-solution-item-img {
        width: 100%;
        margin-bottom: 30px;
    }
}

.case-solution-item-img img {
    display: block;
}

.case-solution-item-body {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    min-width: 1px;
    padding: 0 30px;
    max-width: 506px;
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .case-solution-item-body {
        max-width: none;
        padding: 0;
    }
}

.case-solution-item-title {
    margin-bottom: 20px;
}

.case-solution-body {
    max-width: 894px;
    margin: 0 auto;
}

.case-solution-desc {
    margin-bottom: 40px;
}

@media (max-width: 1023px) {
    .case-solution-desc {
        margin-bottom: 30px;
    }
}

.case-solution-docs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
}

@media (max-width: 1023px) {
    .case-solution-docs {
        margin-bottom: 30px;
    }
}

.case-solution-docs-toggle {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    border: 0;
    color: #00AFEC;
}

.case-solution-docs-toggle.active svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

@media (min-width: 768px) {
    .modal-lp--success {
        padding: 34px 50px 32px 30px;
    }
}

.modal-lp--success {
    padding: 25px;
    text-align: center;
    background-color: #f5f6fa;
}

@media (min-width: 768px) {
    .modal-lp__title {
        font-size: 2.142857142857143em;
    }
}

.modal-lp__title {
    font-family: "Inter", Arial, sans-serif;
    font-size: 1.428571428571429em;
    font-weight: 400;
    line-height: 1.2;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancy-modal-lp,
.fancy-modal-lp-lg,
.fancy-modal-lp-sm,
.fancybox-close {
    width: 31px;
    height: 31px;
    top: 20px;
    right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC42MiIgaGVpZ2h0PSIzMC42MjUiPjxjaXJjbGUgY3g9IjE1LjMxIiBjeT0iMTUuMzEzIiByPSIxNS4zMSIgZmlsbD0iI2ZmZiIvPjxwYXRoIGRhdGEtbmFtZT0iU2hhcGUgNjY4IGNvcHkgMiIgZD0iTTIwLjUyIDE5LjEwNWwtMS40MiAxLjQxNC0zLjc5LTMuNzkzLTMuNzkgMy43OTMtMS40Mi0xLjQxNCAzLjgtMy43OTMtMy44LTMuNzk0IDEuNDItMS40MTMgMy43OSAzLjc5MyAzLjc5LTMuNzkzIDEuNDIgMS40MTMtMy44IDMuNzk0eiIgZmlsbD0iI2YxMDIyYyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
    background-size: auto;
    border-bottom: none;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../fancybox_overlay-2.html);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.case-solution-docs-toggle:hover {
    color: #FF1037;
}

.case-solution-docs-toggle span {
    min-width: 1px;
    margin-right: 10px;
}

.case-solution-docs-toggle svg {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.case-solution-docs-toggle path {
    fill: currentColor;
}

.case-solution-docs-body {
    display: none;
}

.case-solution-docs-list {
    margin-top: 15px;
    list-style: none;
    counter-reset: counter;
}

.case-solution-docs-list li {
    position: relative;
    padding-left: 65px;
    margin-bottom: 15px;
}

@media (max-width: 1023px) {
    .case-solution-docs-list li {
        margin-bottom: 10px;
        padding-left: 45px;
    }
}

.case-solution-docs-list li:last-child {
    margin-bottom: 0;
}

.case-solution-docs-list li:before {
    content: counters(counter, '.', decimal-leading-zero);
    counter-increment: counter;
    position: absolute;
    left: 0;
    top: 0;
    color: #9EA5AD;
}

.case-solution-info-item {
    margin-bottom: 60px;
}

@media (max-width: 1023px) {
    .case-solution-info-item {
        margin-bottom: 30px;
    }
}

.case-solution-info-item:last-child {
    margin-bottom: 0;
}

.case-solution-info-title {
    margin-bottom: 30px;
}

.case-solution-info-title:last-child {
    margin-bottom: 10px;
}

.case-not-victory {
    max-width: 894px;
    margin: 0 auto 100px;
}

@media (max-width: 1023px) {
    .case-not-victory {
        margin-bottom: 50px;
    }
}

.case-victory-title {
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .case-victory-title {
        margin-bottom: 20px;
    }
}

.case-not-victory-desc {
    margin-bottom: 60px;
}

@media (max-width: 1023px) {
    .case-not-victory-desc {
        margin-bottom: 30px;
    }
}

.case-not-victory-img img {
    display: block;
}

.case-victory {
    margin-bottom: 100px;
}

@media (max-width: 1023px) {
    .case-victory {
        margin-bottom: 60px;
    }
}

.case-victory-body {
    max-width: 894px;
    margin: 0 auto 100px;
}

@media (max-width: 1023px) {
    .case-victory-body {
        margin-bottom: 60px;
    }
}

.case-victory-desc {
    margin-bottom: 80px;
}

@media (max-width: 1023px) {
    .case-victory-desc {
        margin-bottom: 50px;
    }
}

.case-victory-docs-title {
    margin-bottom: 40px;
}

@media (max-width: 1023px) {
    .case-victory-docs-title {
        margin-bottom: 30px;
    }
}

.case-victory-docs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
}

.case-victory-docs-list li {
    width: calc(50% - 1px);
}

@media (max-width: 767px) {
    .case-victory-docs-list li {
        width: 100%;
    }
}

.case-victory-doc {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 50px 30px 30px;
    -webkit-clip-path: polygon(36px 0, 100% 0, 100% 100%, 0 100%, 0 36px);
    clip-path: polygon(36px 0, 100% 0, 100% 100%, 0 100%, 0 36px);
    height: 220px;
    border: 0;
    position: relative;
    background: #fff url(../png/case-victory-doc-bg.png) right top no-repeat;
    color: inherit;
}

@media (max-width: 767px) {
    .case-victory-doc {
        height: 180px;
        padding-bottom: 24px;
    }
}

.case-victory-doc:hover {
    color: #fff !important;
}

.case-victory-doc:hover:before {
    opacity: 1;
}

.case-victory-doc:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00AFEC;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.case-victory-doc:after {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    left: 0;
    top: 0;
    background-color: #152438;
    z-index: 1;
}

.case-victory-doc-title {
    position: relative;
    z-index: 2;
}

@media (min-width: 1024px) {
    .case-victory-comment {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.case-victory-comment-img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 40px;
    max-width: 334px;
}

.case-victory-comment-img img {
    width: 334px;
    height: 334px;
    border-radius: 50%;
    min-width: 334px;
}

@media (max-width: 1023px) {
    .case-victory-comment-img {
        max-width: 160px;
        margin: 0 auto 30px;
    }

    .case-victory-comment-img img {
        width: 160px;
        height: 160px;
        min-width: 160px;
    }
}

.case-victory-comment-img img {
    display: block;
}

@media (min-width: 1024px) {
    .case-victory-comment-body {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        min-width: 1px;
        max-width: 742px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

.case-victory-comment-content {
    margin-bottom: 30px;
}

.case-victory-comment-name {
    margin-bottom: 10px;
}

@media (max-width: 1023px) {
    .case-victory-comment-name {
        text-align: center;
    }
}

@media (max-width: 1023px) {
    .case-victory-comment-position {
        text-align: center;
    }
}

.case-result {
    margin-bottom: 100px;
    padding-bottom: 100px;
    border-bottom: solid 1px;
}

@media (max-width: 1023px) {
    .case-result {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
}

.case-result-title {
    text-align: center;
    max-width: 1068px;
    margin: 0 auto 60px;
}

@media (max-width: 1023px) {
    .case-result-title {
        margin-bottom: 30px;
    }
}

.case-result-img {
    max-width: 670px;
    margin: 0 auto 60px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    will-change: transform;
}

.case-result-img:before {
    content: '';
    padding-top: 100%;
    display: block;
}

.case-result-img span {
    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;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 70px;
}

.case-result-img span img {
    max-height: 100%;
}

.case-result-desc {
    max-width: 894px;
    margin: 0 auto;
}

.team__link {
    border: 0;
}

.team__img img {
    display: block;
}

.case-team .team__hover {
    bottom: 0;
}

.case-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.case-team .swiper-button-disabled {
    display: none;
}

.case-team .precedent__nav .service__all {
    display: none;
}

@media (max-width: 1023px) {
    .case-team .precedent__nav {
        display: none;
    }
}

.case-team-title {
    text-align: center;
    margin-bottom: 60px;
}

@media (max-width: 1023px) {
    .case-team-title {
        margin-bottom: 30px;
    }
}

.case-read-more {
    margin-top: 40px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
}

@media (max-width: 1023px) {
    .case-read-more {
        margin-top: 30px;
    }
}

.case-read-more span {
    min-width: 1px;
    margin-right: 17px;
}

.case-read-more svg {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.case-read-more svg path {
    fill: currentColor;
}

.case-read-more:hover {
    color: #FF1037;
}

.team__info {
    max-width: 100%;
}

.case-projects-title {
    margin-bottom: 60px;
}

@media (max-width: 1023px) {
    .case-projects-title {
        margin-bottom: 30px;
    }
}

.precedent__item a {
    border: 0;
}

.case-projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.case-projects .precedent__nav .service__all {
    display: none;
}

.case-projects .case-read-more {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media (max-width: 1023px) {
    .case-projects .precedent__nav {
        display: none;
    }
}

.case-projects .precedent__list {
    margin: 0;
    max-width: 100%;
}

.theme--dark .case-victory-doc {
    background-color: #1F324A;
}

.theme--dark .case-victory-doc:after {
    background-color: #fff;
}

/* fix */
.content-section {
    margin-bottom: 60px;
}

.content-section a {
    color: #00AFEC;
}

.content-section a:hover {
    color: #FF1037;
}

@media (max-width: 1023px) {
    .content-section {
        margin-bottom: 40px;
    }
}

.content-section:last-child {
    margin-bottom: 0;
}

.content-section--title {
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .content-section--title {
        margin-bottom: 20px;
    }
}

.case-progress-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.content-section-divider {
    margin: 100px 0;
    height: 1px;
    border: 0;
    background-color: currentColor;
}

@media (max-width: 1023px) {
    .content-section-divider {
        margin: 40px 0;
    }
}

@media (max-width: 376px) {
    .content-section-divider.divider-mt {
        margin-top: 31px;
        margin-bottom: 68px;
    }
}

.content-section-container {
    max-width: 894px;
    margin: 0 auto;
}

.content-section--small-margin {
    margin-bottom: 40px;
}

@media (max-width: 1023px) {
    .content-section--small-margin {
        margin-bottom: 30px;
    }
}

.content-section--small-margin:last-child {
    margin-bottom: 0;
}

.content-section--large-margin {
    margin-bottom: 100px;
}

@media (max-width: 1023px) {
    .content-section--large-margin {
        margin-bottom: 50px;
    }
}

.content-section--large-margin:last-child {
    margin-bottom: 0;
}

.content-section-img {
    display: block;
}

.content-section-img img {
    display: block;
    margin: 0 auto;
}

.show__menu,
.show__menu body {
    /* max-height: 100vh; */
    overflow: hidden;
    height: auto;
    /* position: fixed; */
}

.apply__input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.useful-slide {
    height: auto;
}

@media (max-width: 577px) {
    .footer__logo {
        width: 124px;
        margin: 0 auto 30px;
    }
}

@media screen and (max-width: 400px) {
    .title--mega {
        font-size: 32px;
        line-height: 36px;
    }
}

.case-victory-docs-list {
    margin-bottom: -1px;
    margin-right: -1px;
}

.case-victory-docs-list li {
    margin-bottom: 1px;
    margin-right: 1px;
    padding-left: 0 !important;
}

.case-victory-docs-list li::before {
    display: none !important;
}

.case-read-more {
    transition: color .5s;
}

.case-read-more:hover {
    color: #00afec;
}

.cases-item-logo--dark {
    display: none;
}

.theme--dark .cases-item-logo {
    display: none;
}

.theme--dark .cases-item-logo--dark {
    display: block;
}

.useful__item a {
    border-bottom: none;
}

.header__top .header__cont:hover {
    color: #5b708c;
}

.header__top .header__cont--unhover:hover {
    color: #32404d;
}

.header__inner a:hover,
.header__inner .a:hover {
    color: #152438;
}

p.header__box_name {
    margin-bottom: 10px;
}

p.header__box_sub {
    margin-bottom: 10px;
}

p.useful__title {
    margin-bottom: 30px;
}

p.footer__copy {
    margin-bottom: 0;
}

a.footer__item:hover {
    color: #5b708c;
}

a.footer__cont:hover {
    color: #5b708c;
}

.theme--dark a.footer__cont:hover {
    color: #C0C6C9;
}

.menu .menu__fix {
    padding-bottom: 90px;
}

.theme--dark .header__inner a:hover,
.theme--dark .header__inner .a:hover {
    color: #fff;
}

.apply__form .form__success {
    border: 2px solid;
    border-color: #152438;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    width: 100%;
    background: #ffffff;
}

.theme--dark .form__success {
    background: #152438;
    border-color: #FFF;
}

.apply__form .form__text {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #152438;
    margin-bottom: 0;
}

.theme--dark .form__text {
    color: #ffffff;
    margin-bottom: 0;
}

.apply__form .form__success--active {
    opacity: 1;
    visibility: visible;
}

.apply__form {
    position: relative;
}

.team-person-publications+.content-section-divider,
.team-sections+.content-section-divider {
    margin-bottom: 0;
}

.team-person-publications+.content-section-divider+.apply .container,
.team-sections+.content-section-divider+.apply .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.team-person-info .team-person-info-item:last-child {
    margin-bottom: 0;
}

.menu__fix a {
    border-bottom: none;
}

@media screen and (max-width: 420px) {
    .case-result-title {
        font-size: 9vw;
    }
}

/* #call .modal__body {
    min-height: 436px;
} */

.apply__input::-webkit-input-placeholder,
.modal__input::-webkit-input-placeholder {
    color: #152438;
}

.apply__input:-moz-placeholder,
.modal__input::-webkit-input-placeholder {
    color: #152438;
}

.apply__input::-moz-placeholder,
.modal__input::-webkit-input-placeholder {
    color: #152438;
}

.apply__input:-ms-input-placeholder,
.modal__input::-webkit-input-placeholder {
    color: #152438;
}

.team-person-projects {
    padding-top: 100px;
}

@media (max-width: 1023px) {
    .team-person-projects {
        padding-top: 30px;
    }
}

.call-me__form {
    max-width: 100%;
}

.modal__input::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 400;
}

.theme--dark .apply__input::-webkit-input-placeholder {
    color: #fff;
}

.modal__btn {
    cursor: pointer;
    transition: all .5s;
    border: none;
}

.modal__btn:hover {
    background-color: #FF1037;
    color: #fff;
}

.modal__input:-internal-autofill-selected {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: inset 0 0 0 50px #fff;
    box-shadow: inset 0 0 0 50px #fff;
    border: none;
    font-size: 18px !important;
}

.theme--dark .modal__input:-internal-autofill-selected {
    -webkit-text-fill-color: #FFF;
    -webkit-box-shadow: inset 0 0 0 50px #1f324a;
    box-shadow: inset 0 0 0 50px #1f324a;
    border: 2px solid #fff;
    font-size: 18px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    font-size: 18px !important;
}

.modal__input::-internal-input-suggested {
    font-size: 50vh !important;
    font: italic 50vh "Fira Sans", serif !important;
    opacity: 0;
}

.link-to-service {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('../jpg/sbg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* //////////////////////////////////// */

.page-cases ol,
.page-cases .lead-1 ol,
.page-cases .lead-2 ol,
.page-cases .lead-3 ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    counter-reset: myCounter;
}

.page-cases ol li {
    counter-increment: myCounter;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    padding-left: 48px;
}

.page-cases ol li:not(:last-child) {
    margin-bottom: 15px;
}

.page-cases ol li::before {
    position: absolute;
    content: counter(myCounter) '.';
    width: 28px;
    height: 28px;
    top: 0;
    left: 0;
}

.page-cases .lead-3 ol li {
    counter-increment: myCounter;
    padding-left: 52px;
    position: relative;
    line-height: 32px;
    font-size: 24px;
}

.page-cases .lead-3 ol li:not(:last-child) {
    margin-bottom: 20px;
}

.page-cases .lead-3 ol li::before {
    position: absolute;
    content: counter(myCounter) '.';
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
}

.page-cases .lead-2 ol li {
    counter-increment: myCounter;
    padding-left: 58px;
    position: relative;
    line-height: 38px;
    font-size: 32px;
}

.page-cases .lead-2 ol li:not(:last-child) {
    margin-bottom: 30px;
}

.page-cases .lead-2 ol li::before {
    position: absolute;
    content: counter(myCounter) '.';
    width: 38px;
    height: 38px;
    top: 0;
    left: 0;
}

.page-cases .lead-1 ol li {
    counter-increment: myCounter;
    padding-left: 64px;
    position: relative;
    line-height: 44px;
    font-size: 40px;
}

.page-cases .lead-1 ol li:not(:last-child) {
    margin-bottom: 30px;
}

.page-cases .lead-1 ol li::before {
    position: absolute;
    content: counter(myCounter) '.';
    width: 44px;
    height: 44px;
    top: 0;
    left: 0;
}

@media (max-width: 576px) {
    .page-cases .lead-3 ol li {
        font-size: 20px;
        line-height: 28px;
        padding-left: 48px;
    }

    .page-cases .lead-3 ol li::before {
        width: 28px;
        height: 28px;
    }

    .page-cases .lead-3 ol li:not(:last-child),
    .page-cases .lead-2 ol li:not(:last-child),
    .page-cases .lead-1 ol li:not(:last-child) {
        margin-bottom: 15px;
    }

    .page-cases .lead-3 ol li {
        font-size: 22px;
        line-height: 30px;
        padding-left: 50px;
    }

    .page-cases .lead-3 ol li::before {
        width: 30px;
        height: 30px;
    }

    .page-cases .lead-2 ol li:not(:last-child) {
        margin-bottom: 15px;
    }

    .page-cases .lead-1 ol li {
        font-size: 24px;
        line-height: 32px;
        padding-left: 52px;
    }

    .page-cases .lead-1 ol li::before {
        width: 32px;
        height: 32px;
    }

}

/* /////////////////////////////// */
/* Не упорядоченные списки */

.page-cases ul:not(.bread),
.page-cases .lead-3 ul,
.page-cases .lead-2 ul,
.page-cases .lead-1 ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.page-cases ul:not(.bread) li {
    padding-left: 48px;
    position: relative;
    line-height: 28px;
}

.page-cases ul:not(.bread) li:not(:last-child) {
    margin-bottom: 15px;
}

.page-cases ul:not(.bread) li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background: url('https://legal-support.ru:443/local/templates/main/img/icons/ul.svg') no-repeat center center;
    background-size: 17.41px !important;
}

.theme--dark .page-cases ul:not(.bread) li::before {
    background: url('https://legal-support.ru:443/local/templates/main/img/icons/ul-light.svg') no-repeat center center;
}

.page-cases .lead-3 ul li,
.page-cases ul.lead-3 li {
    padding-left: 52px;
    position: relative;
    line-height: 32px;
    font-size: 24px;
}

.page-cases .lead-3 ul li:not(:last-child),
.page-cases ul.lead-3 li:not(:last-child) {
    margin-bottom: 20px;
}

.page-cases .lead-3 ul li::before,
.page-cases ul.lead-3 li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: url('https://legal-support.ru:443/local/templates/main/img/icons/ul.svg') no-repeat center center;
    background-size: 20px !important;
}

.theme--dark .page-cases .lead-3 ul li::before,
.theme--dark .page-cases ul.lead-3 li::before {
    background: url('https://legal-support.ru:443/local/templates/main/img/icons/ul-light.svg') no-repeat center center;
}

.page-cases .lead-2 ul li,
.page-cases ul.lead-2 li {
    padding-left: 58px;
    position: relative;
    line-height: 38px;
    font-size: 32px;
}

.page-cases .lead-2 ul li:not(:last-child),
.page-cases ul.lead-2 li:not(:last-child) {
    margin-bottom: 30px;
}

.page-cases .lead-2 ul li::before,
.page-cases ul.lead-2 li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    background: url('https://legal-support.ru:443/local/templates/main/img/icons/ul.svg') no-repeat center center;
    background-size: 24px !important;
}

.theme--dark .page-cases .lead-2 ul li::before,
.theme--dark .page-cases ul.lead-2 li::before {

    background: url('https://legal-support.ru:443/local/templates/main/img/icons/ul-light.svg') no-repeat center center;

}

.page-cases .lead-1 ul li,
.page-cases ul.lead-1 li {
    padding-left: 64px;
    position: relative;
    line-height: 44px;
    font-size: 40px;
}

.page-cases .lead-1 ul li:not(:last-child),
.page-cases ul.lead-1 li:not(:last-child) {
    margin-bottom: 30px;
}

.page-cases .lead-1 ul li::before,
.page-cases ul.lead-1 li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    background: url('https://legal-support.ru:443/local/templates/main/img/icons/ul.svg') no-repeat center center;
    background-size: 27.37px !important;
}

.theme--dark .page-cases .lead-1 ul li::before,
.theme--dark .page-cases ul.lead-1 li::before {
    background: url('https://legal-support.ru:443/local/templates/main/img/icons/ul-light.svg') no-repeat center center;

}

/* С диском */
.page-cases .marker-disk li::before {
    background: url('https://legal-support.ru:443/local/templates/main/img/icons/disk.svg') no-repeat center center;
    background-size: 9px !important;
}

.theme--dark .page-cases .marker-disk li::before {
    background: url('https://legal-support.ru:443/local/templates/main/img/icons/disk-light.svg') no-repeat center center;

}

.page-cases .lead-1 .marker-disk li::before,
.page-cases ul.marker-disk.lead-1 li::before {
    background: url('https://legal-support.ru:443/local/templates/main/img/icons/disk.svg') no-repeat center center;
    background-size: 16px !important;
}

.theme--dark .page-cases .lead-1 .marker-disk li::before,
.theme--dark .page-cases ul.marker-disk.lead-1 li::before {
    background: url('https://legal-support.ru:443/local/templates/main/img/icons/disk-light.svg') no-repeat center center;
}

.page-cases .lead-2 .marker-disk li::before,
.page-cases ul.marker-disk.lead-2 li::before {
    background: url('https://legal-support.ru:443/local/templates/main/img/icons/disk.svg') no-repeat center center;
    background-size: 13.57px !important;
}

.theme--dark .page-cases .lead-2 .marker-disk li::before,
.theme--dark .page-cases ul.marker-disk.lead-2 li::before {
    background: url('https://legal-support.ru:443/local/templates/main/img/icons/disk-light.svg') no-repeat center center;

}

.page-cases .lead-3 .marker-disk li::before,
.page-cases ul.marker-disk.lead-3 li::before {
    background: url('https://legal-support.ru:443/local/templates/main/img/icons/disk.svg') no-repeat center center;
    background-size: 10px !important;
}

.theme--dark .page-cases .lead-3 .marker-disk li::before,
.theme--dark .page-cases ul.marker-disk.lead-3 li::before {
    background: url('https://legal-support.ru:443/local/templates/main/img/icons/disk-light.svg') no-repeat center center;
}

/* С тире */
.page-cases .marker-line li::before {
    background: url('https://legal-support.ru:443/local/templates/main/img/icons/tire.svg') no-repeat center center;
    background-size: 23px 2px !important;
}

.theme--dark .page-cases .marker-line li::before {
    background: url('https://legal-support.ru:443/local/templates/main/img/icons/tire-light.svg') no-repeat center center;

}

.page-cases .lead-1 .marker-line li::before,
.page-cases ul.marker-line.lead-1 li::before {
    background: url('https://legal-support.ru:443/local/templates/main/img/icons/tire.svg') no-repeat center center;
    background-size: 39px 3px !important;
}

.theme--dark .page-cases .lead-1 .marker-line li::before,
.theme--dark .page-cases ul.marker-line.lead-1 li::before {
    background: url('https://legal-support.ru:443/local/templates/main/img/icons/tire-light.svg') no-repeat center center;
}

.page-cases .lead-2 .marker-line li::before,
.page-cases ul.marker-line.lead-2 li::before {
    background: url('https://legal-support.ru:443/local/templates/main/img/icons/tire.svg') no-repeat center center;
    background-size: 33px 2.71px !important;
}

.theme--dark .page-cases .lead-2 .marker-line li::before,
.theme--dark .page-cases ul.marker-line.lead-2 li::before {
    background: url('https://legal-support.ru:443/local/templates/main/img/icons/tire-light.svg') no-repeat center center;
}

.page-cases .lead-3 .marker-line li::before,
.page-cases ul.marker-line.lead-3 li::before {
    background: url('https://legal-support.ru:443/local/templates/main/img/icons/tire.svg') no-repeat center center;
    background-size: 27px 2px !important;
}

.theme--dark .page-cases .lead-3 .marker-line li::before,
.theme--dark .page-cases ul.marker-line.lead-3 li::before {
    background: url('https://legal-support.ru:443/local/templates/main/img/icons/tire-light.svg') no-repeat center center;
}

@media (max-width: 576px) {

    .page-cases .lead-3 ul li,
    .page-cases ul.lead-3 li {
        font-size: 20px;
        line-height: 28px;
        padding-left: 48px;
    }

    .page-cases .lead-1 ul li::before,
    .page-cases ul.lead-1 li::before {
        width: 28px;
        height: 28px;
        background-size: 17.41px !important;
    }

    .page-cases .lead-3 ul li:not(:last-child),
    .page-cases ul.lead-3 li:not(:last-child),
    .page-cases .lead-2 ul li:not(:last-child),
    .page-cases ul.lead-2 li:not(:last-child),
    .page-cases .lead-1 ul li:not(:last-child),
    .page-cases ul.lead-1 li:not(:last-child) {
        margin-bottom: 15px;
    }

    .page-cases .lead-2 ul li,
    .page-cases ul.lead-2 li {
        font-size: 22px;
        line-height: 30px;
        padding-left: 50px;
    }

    .page-cases .lead-2 ul li::before,
    .page-cases ul.lead-2 li::before {
        width: 30px;
        height: 30px;
        background-size: 18.66px !important;
    }

    .page-cases .lead-1 ul li,
    .page-cases ul.lead-1 li {
        font-size: 24px;
        line-height: 32px;
        padding-left: 52px;
    }

    .page-cases .lead-1 ul li::before,
    .page-cases ul.lead-1 li::before {
        width: 32px;
        height: 32px;
        background-size: 20px !important;
    }

    .page-cases .lead-2 .marker-line li::before,
    .page-cases ul.lead-2 li::before {

        background-size: 27px 2.71px !important;
    }

    .page-cases .lead-3 .marker-line li::before,
    .page-cases ul.marker-line.lead-3 li::before {

        background-size: 22px 2px !important;
    }

    .page-cases .lead-1 .marker-line li::before,
    .page-cases ul.marker-line.lead-1 li::before {

        background-size: 27px 2px !important;
    }

    .page-cases .lead-1 .marker-disk li::before,
    .page-cases ul.marker-disk.lead-3 li::before {

        background-size: 10.71px !important;
    }

    .page-cases .lead-2 .marker-disk li::before,
    .page-cases ul.marker-disk.lead-2 li::before {

        background-size: 9.71px !important;
    }

    .page-cases .lead-3 .marker-disk li li::before,
    .page-cases ul.marker-disk.lead-3 li::before {

        background-size: 8.71px !important;
    }

}

.page-cases ul:not(.bread),
.page-cases ol {
    margin: 50px 0 !important;
}

@media (max-width: 576px) {

    .page-cases ul:not(.bread),
    .page-cases ol {
        margin: 30px 0 !important;
    }
}

/* ********************** */

.case-client-about-desc a:hover {
    color: #FF1037;
}

.case-client-about-desc a {
    text-decoration: none;
    color: #00AFEC;
}

@media (max-width: 339px) {
    .menu__child .icon_wrap {
        position: absolute;
        left: auto;
        top: auto;
    }

    .menu__child--hash .icon_wrap {
        position: absolute;
        width: 100%;
    }
}

/* ***************** */
.theme--dark .form {
    background-color: transparent !important;
}

@media (max-width: 576px) {
    .team-section h2 {
        margin-bottom: 30px;
    }
}

.container-rd .container {
    padding: 0;
}

.container--selecting {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
    margin: 100px -54px;
}

@media (max-width: 1440px) {
    .container--selecting {
        margin: 100px -40px;
    }
}

@media (max-width: 1380px) {
    .container--selecting {
        margin: 100px 0;
    }
}

.selecting-service {
    padding: 100px 50px 95px;
    background-image: url('../jpg/liteselect.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.theme--dark .selecting-service {
    background-image: url('../jpg/darkselect.jpg');
}

.selecting-service__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.selecting-service__title,
.selecting-service__title--dark {
    line-height: 1;
    max-width: 100%;
    margin-bottom: 0;
}

.selecting-service__title,
.theme--dark .selecting-service__title {
    color: #9EA5AD;
}

.selecting-service__head-left {
    width: 770px;
}

.selecting-service__list {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
}

.selecting-service__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 446px;
    height: 84px;
    padding: 0;
    line-height: unset;
    border: none;
}

.selecting-service__button:hover {
    color: #fff !important;
}

.selecting-service__item {
    font-size: 24px;
    line-height: 1.4;
}

@media (max-width: 1420px) {
    .selecting-service__head-left {
        width: 65.8%;
    }

    .selecting-service__button {
        width: 34%;
    }

    .selecting-service__list {
        grid-gap: 20px;
    }
}

@media (max-width: 1366px) {
    .selecting-service__item {
        font-size: 20px;
    }

    .selecting-service__title,
    .selecting-service__title--dark {
        font-size: 45px;
    }
}

@media (max-width: 1200px) {
    .selecting-service__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .selecting-service__head-left {
        width: 64%;
    }
}

@media (max-width: 991px) {
    .selecting-service__button {
        width: 45%;
        height: 60px;
        font-size: 20px;
    }

    .selecting-service__title,
    .selecting-service__title--dark {
        font-size: 30px;
    }

    .selecting-service__head-left {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .selecting-service__head-left {
        width: 100%;
        margin-bottom: 25px;
    }

    .selecting-service__button {
        width: 100%;
    }

    .selecting-service__item {
        font-size: 18px;
    }

    .selecting-service {
        padding: 40px 20px 35px;
    }
}

@media (max-width: 576px) {
    .selecting-service__list {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .container--selecting {
        margin-left: 0;
        margin-right: 0;
    }

    .selecting-service__title,
    .selecting-service__title--dark {
        display: inline;
    }
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.text-default {
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: -0.03em;
}

.small-text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.lead-1,
.ttl .lead-1,
.comment .lead-1 {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

@media (max-width: 1023px) {

    .lead-1,
    .ttl .lead-1,
    .comment .lead-1 {
        font-size: 28px;
        line-height: 1.2;
    }
}

.lead-2,
.recognation .lead-2,
.comment .lead-2 {
    font-size: 32px;
    line-height: 1.19;
    letter-spacing: -0.03em;
}

@media (max-width: 1023px) {

    .lead-2,
    .recognation .lead-2,
    .comment .lead-2 {
        font-size: 22px;
        line-height: 1.36;
    }
}

.lead-3,
.stage .lead-3,
.price .lead-3,
.advan .lead-3,
.comment .lead-3,
.serv .lead-3,
.digst .lead-3,
.chess .lead-3,
.prices .lead-3 {
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -0.03em;
}

.br-mob {
    display: none;
}

@media (max-width: 1023px) {

    .lead-3,
    .stage .lead-3,
    .price .lead-3,
    .advan .lead-3,
    .comment .lead-3,
    .serv .lead-3,
    .digst .lead-3,
    .chess .lead-3,
    .prices .lead-3 {
        font-size: 20px;
        line-height: 1.4;
    }
}

@media (max-width: 376px) {
    .awards-item-desc p {
        margin-bottom: 20px;
    }

    .br-mob {
        display: block;
    }

    .br-desk {
        display: none;
    }
}

.display-2,
.hero .display-2 {
    font-weight: 500;
    font-size: 95px;
    line-height: 1;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

@media (max-width: 1023px) {

    .display-2,
    .hero .display-2 {
        font-size: 38px;
        line-height: 1.11;
    }
}

.display-3,
.hero .display-3 {
    font-weight: 500;
    font-size: 75px;
    line-height: 1;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

@media (max-width: 1023px) {

    .display-3,
    .hero .display-3 {
        font-size: 32px;
        line-height: 1.12;
    }
}

.h1 {
    font-weight: 500;
    font-size: 80px;
    line-height: 1.1;
    letter-spacing: -0.05em;
    color: #152438;
}

.sectin-title.h1 {
    margin-bottom: 56px;
}

@media (max-width: 1023px) {
    .h1 {
        font-size: 34px;
        line-height: 1.12;
    }
}

@media (max-width: 376px) {
    .sectin-title.h1 {
        margin-bottom: 30px;
    }
}

.h2,
.recognation .h2,
.price .h2,
.advan .h2,
.serv .h2,
.digst .h2,
.ask .h2,
.stage .h2,
.prices .h2 {
    font-weight: 500;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #152438;
    text-transform: none;
    margin-top: 0;
}

@media (max-width: 1023px) {

    .h2,
    .recognation .h2,
    .stage .h2,
    .advan .h2,
    .serv .h2,
    .digst .h2,
    .ask .h2,
    .price .h2,
    .prices .h2 {
        font-size: 30px;
        line-height: 1.2;
    }
}

.h3 {
    font-weight: 500;
    font-size: 48px;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

@media (max-width: 1023px) {
    .h3 {
        font-size: 26px;
        line-height: 1.31;
    }
}

@media (max-width: 1199px) {
    .hidden-desktop {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-mobile {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .visible-mobile {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .visible-tablet {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .visible-desktop {
        display: none !important;
    }
}

.display-1,
.hero .display-1 {
    font-weight: 500;
    font-size: 117px;
    line-height: 1;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.history-title {
    padding-top: 5px;
}

.rd p.history__paragraf {
    margin-bottom: 30px;
}

.rd p.history__paragraf-mn {
    margin-bottom: -4px;
}

@media (max-width: 1023px) {

    .display-1,
    .hero .display-1 {
        font-size: 42px;
        line-height: 1.05;
        letter-spacing: -0.03em;
    }
}

.h6,
.advan .h6,
.serv .h6 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -0.03em;
}

@media (max-width: 1023px) {

    .h6,
    .advan .h6,
    .serv .h6 {
        font-size: 18px;
        line-height: 1.56;
    }
}

@media (max-width: 376px) {
    .history-title {
        padding-top: 0;
        margin-bottom: 35px;
        letter-spacing: -1px !important;
    }

    .rd p.history__paragraf {
        margin-bottom: 20px;
    }

    .history-chronology-year {
        font-size: 38px !important;
    }

    .hd-mob {
        display: none;
    }
}

.page-bg {
    position: fixed;
    right: 0;
    top: 0;
}

.page-bg img {
    display: block;
}

.page-body {
    background: #f6f7f9;
}

.page-body .container {
    position: relative;
    z-index: 6;
}

.page-body .service__all {
    border-bottom: 0;
}

.page-body .service__all p {
    margin: 0;
}

.history-head {
    margin: 30px 0 100px;
}

@media (min-width: 1024px) {
    .history-head {
        margin: 80px 0 100px;
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    .history-head-content {
        min-width: 1px;
        max-width: 670px;
        margin-right: 40px;
    }
}

.history-head-desc {
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .history-head-desc {
        margin-bottom: 20px;
    }
}

.history-head-img {
    margin-right: -50px;
    flex: none;
    max-width: 568px;
}

@media (max-width: 1023px) {
    .history-head-img {
        margin: 0 0 20px;
    }
}

.history-head-img img {
    display: block;
}

@media (min-width: 1024px) {
    .history-chronology-item {
        display: flex;
        justify-content: space-between;
    }
}

.history-chronology-item:not(:last-child) {
    margin-bottom: 100px;
    padding-bottom: 100px;
    border-bottom: solid 1px;
}

@media (max-width: 1023px) {
    .history-chronology-item:not(:last-child) {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 1023px) {
    .history-chronology-year {
        margin-bottom: 20px;
    }
}

@media (max-width: 376px) {
    .history-chronology-year {
        margin-bottom: 16px;
        line-height: 1.2 !important;
    }

    .history-chronology-item.history-chronology-item--p10 {
        padding-bottom: 10px;
    }

    .history-chronology-item:not(:last-child) {
        margin-bottom: 30px;
        padding-bottom: 29px;
    }

    .history-chronology-item.history-chronology-item--p10 {
        padding-bottom: 11px;
    }
}

@media (min-width: 1024px) {
    .history-chronology-year {
        margin-right: 30px;
        flex: none;
        width: 340px;
    }
}

.history-chronology-desc {
    flex: auto;
    max-width: 782px;
    min-width: 1px;
}

@media (min-width: 1200px) {
    .history-chronology-desc {
        padding-right: 112px;
    }
}

.team-head {
    margin: 30px 0 80px;
}

@media (min-width: 1024px) {
    .team-head {
        margin: 80px 0 100px;
        display: flex;
        flex-direction: column;
    }
}

.team-head-content {
    max-width: 670px;
    margin: 0 112px 0 auto;
}

@media (max-width: 1199px) {
    .team-head-content {
        margin-right: 0;
    }
}

.team-section {
    margin-bottom: 100px;
}

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

.team-section:last-child {
    margin-bottom: 0;
}

.team-section-title {
    margin-bottom: 50px;
}

@media (max-width: 1023px) {
    .team-section-title {
        margin-bottom: 30px;
    }
}

.team-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -60px;
}

@media (max-width: 1023px) {
    .team-row {
        margin-bottom: -30px;
    }
}

.team-col {
    width: 33.333%;
    padding: 0 15px 60px;
}

@media (max-width: 1023px) {
    .team-col {
        padding-bottom: 30px;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .team-col {
        width: 100%;
    }
}

.team-item {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1023px) {
    .team-item {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
    }
}

.team-item:hover .team-item-name {
    color: #00AFEC;
}

.team-item-img {
    width: 180px;
    border-radius: 50%;
    overflow: hidden;
    will-change: transform;
    max-width: 100%;
    margin-bottom: 20px;
}

@media (max-width: 1023px) {
    .team-item-img {
        width: 80px;
        margin: 0 20px 0 0;
        flex: none;
    }
}

.team-item-img:before {
    content: '';
    display: block;
    padding-top: 100%;
}

@media (max-width: 1023px) {
    .team-item-body {
        flex: auto;
        min-width: 1px;
        align-self: center;
    }
}

.team-item-name {
    margin-bottom: 5px;
    transition: .4s;
}

.team-item-position {
    color: #9EA5AD;
}

.team-person {
    display: flex;
    align-items: flex-start;
    margin: 20px 0 100px;
}

@media (max-width: 1023px) {
    .team-person {
        margin: 35px 0 80px;
        display: block;
    }
}

.team-person-img {
    flex: none;
    margin-right: 40px;
    margin-left: -50px;
    max-width: 568px;
}

@media (max-width: 1023px) {
    .team-person-img {
        margin: 0 auto 30px;
    }
}

.team-person-img img {
    display: block;
}

.team-person-body {
    flex: auto;
    min-width: 1px;
    align-self: center;
}

.team-person-title {
    margin-bottom: 40px;
}

@media (min-width: 1024px) {
    .team-person-info-item {
        display: flex;
        justify-content: space-between;
    }
}

.team-person-info-item {
    margin-bottom: 100px;
    padding-bottom: 100px;
    border-bottom: solid 1px;
}

@media (max-width: 1023px) {
    .team-person-info-item {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 1023px) {
    .team-person-info-item-title {
        padding-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    .team-person-info-item-title {
        padding-right: 30px;
        flex: none;
        width: 560px;
    }
}

.team-person-info-item-desc {
    flex: auto;
    max-width: 782px;
    min-width: 1px;
}

@media (min-width: 1200px) {
    .team-person-info-item-desc {
        padding-right: 112px;
    }
}

.team-person-projects {
    /* margin-bottom: 100px; */
    padding-bottom: 100px;
    /* border-bottom: solid 1px; */
}

@media (max-width: 1023px) {
    .team-person-projects {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

.publications-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}

.publication-item {
    flex: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 320px;
    padding: 40px;
    background-color: #fff;
    transition: .4s;
}

@media (max-width: 1023px) {
    .publication-item {
        padding: 20px;
    }
}

.publication-item:hover {
    background-color: #E5E5EB;
}

.publication-item:hover .publication-item-title {
    color: #5B708C;
}

.precedent__item {
    background-color: #fff;
}

.publication-item-category {
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.01em;
    margin-bottom: 30px;
}

.publication-item-title {
    transition: .4s;
}

.publications-slider {
    overflow: visible;
}

.section-title {
    margin-bottom: 60px;
}

.section-title.title-aws {
    font-size: 80px;
}

@media (max-width: 1023px) {
    .section-title {
        margin-bottom: 30px;
    }
}

@media (max-width: 376px) {
    .section-title.title-aws {
        font-size: 34px;
        margin-bottom: 24px;
    }

    .pi-1 img {
        width: 115px;
    }

    .pi-2 img {
        width: 61px;
    }

    .pi-3 img {
        width: 75px;
    }

    .pi-4 img {
        width: 89px;
    }

    .pi-6 img {
        width: 104px;
    }
}

.theme--dark .publication-item {
    background-color: #1F324A;
}

.theme--dark .publication-item:hover {
    background-color: #121C29;
}

.theme--dark .publication-item:hover .publication-item-title {
    color: #C0C6C9;
}

.awards-desc {
    max-width: 780px;
    margin-bottom: 60px;
}

@media (max-width: 1023px) {
    .awards-desc {
        margin-bottom: 30px;
    }
}

.awards-item {
    margin-bottom: 150px;
    display: flex;
    align-items: flex-start;
}

.awards-item.ai-4 .awards-item-body {
    position: relative;
    top: -10px;
}

@media (max-width: 1023px) {
    .awards-item {
        display: block;
        margin-bottom: 80px;
    }
}

@media (max-width: 376px) {
    .awards-item.ai-1 {
        margin-bottom: 111px;
    }

    .awards-item.ai-2 {
        margin-bottom: 90px;
    }

    .awards-item.ai-5 {
        margin-bottom: 82px;
    }

    .awards-item.ai-3,
    .awards-item.ai-4 {
        margin-bottom: 86px;
    }

    .awards-item.ai-4 .awards-item-body {
        top: 0;
    }
}

.awards-item-logo {
    flex: none;
    width: 568px;
    position: relative;
    margin-right: 104px;
    border-radius: 50%;
    overflow: hidden;
    will-change: transform;
    background-color: #fff;
}

@media (max-width: 1439px) {
    .awards-item-logo {
        margin-right: 60px;
    }
}

@media (max-width: 1199px) {
    .awards-item-logo {
        margin-right: 40px;
        width: 480px;
    }
}

@media (max-width: 1023px) {
    .awards-item-logo {
        width: 336px;
        max-width: 100%;
        margin: 0 0 30px;
    }
}

.awards-item-logo:before {
    content: '';
    padding-top: 100%;
    display: block;
}

.awards-item-logo span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1023px) {
    .awards-item-logo span {
        padding: 30px;
    }
}

@media (max-width: 376px) {
    .awards-item.ai-1 .awards-item-logo span img {
        width: 100px;
    }

    .awards-item.ai-2 .awards-item-logo span img {
        width: 200px;
    }

    .awards-item.ai-4 .awards-item-logo span img {
        width: 116px;
    }

    .awards-item.ai-5 .awards-item-logo span img {
        width: 208px;
    }
}

.awards-item-logo span img {
    max-height: 100%;
}

.awards-item-body {
    flex: auto;
    min-width: 1px;
    max-width: 558px;
    align-self: center;
}

.awards-item-block {
    margin-bottom: 48px;
}

.awards-item-block:last-child {
    margin-bottom: 0;
}

.awards-item-year {
    margin-bottom: 30px;
}

@media (max-width: 376px) {
    .awards-item-year {
        font-size: 34px;
    }

    .awards-item-block {
        margin-bottom: 50px;
    }
}

.content-text ul {
    list-style: none;
}

.content-text ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 47px;
}

.content-text ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 12px;
    top: .4em;
    background-color: currentColor;
    border-radius: 50%;
}

.content-text ul li:last-child {
    margin-bottom: 0;
}

.partners-row {
    margin: 0 -1px -1px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 376px) {
    .partners-row {
        padding-bottom: 41px;
    }
}

.partners-col {
    padding: 0 1px 1px;
    width: 33.333%;
}

@media (max-width: 479px) {
    .partners-col {
        width: 50%;
    }
}

.partners-item {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    will-change: transform;
    background-color: #fff;
}

.partners-item:before {
    content: '';
    padding-top: 100%;
    display: block;
}

.partners-item span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1023px) {
    .partners-item span {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .partners-item span {
        padding: 20px;
    }
}

.partners-item span img {
    max-height: 100%;
}

.team-person-projects .precedent__item {
    background: #FFFFFF;
}

.team-person-publications .publication--all>p::after {
    transition: background-color .5s;
}

.team-person-publications .publication--all>p:hover::after {
    width: 250px;
    height: 250px;
    top: 50%;
    left: calc(50% + 15px);
    transform: translateX(-50%) translateY(-50%);
}

.team-person-publications .publication--all:hover p {
    color: #152438;
}

.team-person-publications .publication--all p {
    color: #152438;
}

.service__all:hover p,
.service__all p {
    color: #152438;
}

.theme--dark .service__all p {
    color: #fff;
}

.theme--dark .team-person-publications .publication--all:hover p {
    color: #ffffff;
}

.feedback .feedback-form-submit {
    box-shadow: none;
    font-size: 24px;
    line-height: 32px;
    /* letter4430-spacing: -0.03em; */
    color: #FFFFFF;
    text-decoration: none;
    text-transform: none;
    font-weight: 300;
}

@media (max-width: 376px) {
    .feedback .feedback-form-submit {
        font-size: 20px;
        letter-spacing: -.4px;
    }
}

.theme--dark .feedback .feedback-form-submit {
    color: #152438;
}

.theme--dark .feedback .feedback-form-submit:hover {
    color: #fff;
}

.team-person-projects .precedent__item:hover {
    background: currentColor;
}

.modal .modal__body .modal__btn {
    box-shadow: none;
}

.header__logo a {
    display: flex;
}

@media (max-width: 992px) {
    .hidden-above-md {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        border: 2px solid #152438 !important;
        border-radius: 20px;
        letter-spacing: -0.03em;
        color: #152438;
        font-weight: 400;
        font-size: 15px;
        width: 146px;
        height: 40px;
        margin-left: auto;
        margin-right: 5px;
        text-decoration: none;
    }
}

@media (max-width: 380px) {
    .header__logo img {
        max-width: 123px;
    }
}

@media (max-width: 374px) {
    .hidden-above-md {
        font-size: 12px;
        width: 124px;
        height: 34px;
    }

    .header__mob {
        width: 34px;
        height: 34px;
    }

    .header__logo img {
        max-width: 100px;
    }
}

@media (max-width: 991px) {
    .price-card-rd__price span {
        display: inline-block;
    }
}

.modal.fancybox-margin {
    position: unset;
    opacity: 1;
    visibility: visible;
}

/* =====menu===== */

.header__items {
    height: 100%;

}

.header__left--full {
    position: relative;
    background: linear-gradient(76deg, rgba(0, 175, 236, 0) 67.1%, #00AFEC 100%), #F5F7F9;
    overflow: hidden;
}

.header__col--full {
    overflow: hidden;
    /* background: linear-gradient(76deg, rgba(0, 175, 236, 0) 67.1%, #00AFEC 100%), #F5F7F9; */
}

.hm-footer {
    display: flex;
    position: absolute;
    bottom: 130px;
    left: 10px;
    width: calc(100% - 20px);

}

.hm-footer.img-in-row-2 {
    bottom: 20px;
    justify-content: center;
    padding-left: 20px;
}

.hm-footer.img-in-row-1 {
    bottom: 0;
    right: 0;
    overflow: hidden;
    width: 200px;
    height: 200px;
    left: auto;
    right: -11px;
    bottom: -30px;
}

.hm-footer.img-in-row-1 .hm-footer__item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
}

.hm-footer.img-in-row-2 .hm-footer__item:nth-child(2) {
    left: -20px;
    transform: translateX(0);
}

.hm-footer:not(.img-in-row-1) .hm-footer__item {
    width: 111px;
    height: 111px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
}

.hm-footer.img-in-row-2 .hm-footer__item {
    position: relative;
}

.hm-footer__item:nth-child(2) {
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.hm-footer__item:nth-child(3) {
    right: 0;
    z-index: 2;
}

.hm-footer__item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (max-width: 1199px) {
    .header__inner {
        padding: 20px;
    }

    .header__left {
        width: calc(25% - 5px);
        margin-right: 5px !important;
        margin-left: 0 !important;
    }

    .header__left--full {
        margin-right: 10px !important;
        margin-left: 0 !important;
    }

    .header__left:last-child {
        margin-right: 0 !important;
    }
}

@media (max-width: 1100px) {
    .hm-footer.img-in-row-2 .hm-footer__item {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 1024px) {
    .hm-footer.img-in-row-2 .hm-footer__item {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 992px) {
    .new-mobile .banner-inner {
        float: left;
        width: 320px;
        margin-bottom: 10px;
        padding: 0 !important;
    }

    .new-mobile>ul {
        overflow: hidden;
        margin-bottom: 40px;
    }

    .new-mobile .banner-inner:not(:last-child) {
        margin-right: 10px;
    }
}

@media (max-width: 689px) {
    .new-mobile .banner-inner {
        float: none;
    }

    .new-mobile .banner-inner:not(:last-child) {
        margin-right: 0;
    }
}

@media (max-width: 360px) {
    .new-mobile .header__col--full {
        max-height: unset;
        background-size: cover;
    }

    .new-mobile .banner-inner {
        width: 100%;
    }
}

.cases-item-logo img {
    max-height: 150px;
}

.theme--dark .header__child--has .a {
    color: #ffffff;
}

.theme--dark .have-border-bottom .container::before {
    background: none;
}

.container--services .tariffs-block {
    margin: 0;
    max-width: none;
}

.container--services .tariffs-block .tarrifs-block__row {
    max-width: 640px;
}

.tariffs-block__item-link {
    min-width: 111px;
}

.tariffs-block__row {
    margin: 20px 0;
}

@media (min-width: 768px) {
    .tariffs-block__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 30px 0 40px 0;
    }
}

.tariffs-block__item {
    padding: 20px;
    margin-top: 20px;
    background: #ebedf3;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .tariffs-block__item br {
        display: none;
    }
}

@media (min-width: 768px) {
    .tariffs-block__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        padding: 20px 20px 36px 20px;
    }
}

.tariffs-block__item-title {
    font-size: 28px;
    line-height: 33px;
    font-family: 'Roboto Condensed';
}

.tariffs-block__item-link {
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: max-content;
    padding: 10px 15px;
    color: #fff;
    background: #307abd;
    box-shadow: 0px 15px 30px rgba(48, 122, 189, 0.2);
    border-radius: 3px;
    text-decoration: none;
}

.tariffs-block__item-link svg {
    margin-left: 10px;
}

.tariffs-block__item-link:hover {
    color: #fff !important;
    text-decoration: none;
}

@media (max-width: 767px) {
    .tariffs-block__item-link {
        width: max-content;
        margin-top: 15px;
    }
}

@media (min-width: 767px) {

    .precedent__logo img,
    .precedent__logo--hover img {
        max-height: 120px;
    }
}

.report-modal-outer {
    padding: 20px 0;
    margin: 0 -20px 0 -20px;
}

.fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ver--abs {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.horiz--abs {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.center--abs {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.smooth {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.round {
    border-radius: 50%;
}

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

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

.horiz--abs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/**/
.nav-hidden {
    display: none;
}

.h4 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.04em;
    color: #152438;
    font-weight: 500;
}

.h5 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.04em;
    color: #152438;
}

.text {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.03em;
}

.small_text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
}

.display-1 {
    line-height: 1;
}

.text,
.lead-2,
.lead-3,
.h6,
.display-2,
.display-3,
.display-1 {
    color: #152438;
}

.report-modal__link {
    padding: 26px;
    color: #FFFFFF;
}

.apply__button.lead-3 {
    color: #ffffff;
}

.apply__input--brand {
    outline: 0;
    padding: 24.5px;
    color: #152438;
}

.apply__input--brand {
    border: 2px solid #152438;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.03em;
}

/* .new--design iframe {
    width: 100%;
    height: 100%;
} */
.new--design .fancybox-inner {
    width: 800px;
    height: 600px;
    max-width: 100%;
    max-height: 600px;
}

.new--design .fancybox-outer {
    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;
}

.hero {
    margin-top: 50px;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}

.report-modal__link._tg {
    background-color: #2798D3;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAInSURBVHgB7ZdLS8NAEMcnvkUrakV8XAqCtaBQUAS9NH4DBU+CevTiF9CbF6968C71LkU8S+JJLIKC4gtRD1pBFEWpYkXXmTTRZtukm7SlHvqDIdkku/+Z2exmAlCiyEhOHmaMyXggC6H5dCOe0Q50C0uSdAD5hITRFCaOojubs3Aj2jJzzxKNAW7Ajj60fZY7NIbPibYReT7EU50QzwTLLe1WLImKy6xwyCIOKKxwKLyexIkH8bAPLrh9/YTI2RNEzp+09taE3+rREdwnVKNRwd2cBge8fnzBbiwOa4ePEL2L/15vqC6360abmGrlQBAEhcMoGj56wPPvtPudniq77jLagisHohjtyt69KVoSmx9qh8WdmDYN2rX6SrthfKkN3oG0tWpES3NrCBhM93lh1N8E88qN6V6PtwbcOmCCos2U5oC3FuaG2zD6SpjavEpzLNBSC6KUce3r1AalN9D8N5gHX67ZgVaIjHdZiif72U7Bc2qDX4a0TmW+B2Xg5PFdi9xTXYaiCRhdv8j4AhKnM71gg4rLcMRo8BlQM/Ug0cGOOu1IRGNvluIC6TfVCrwD2yDAmL9R22gyLbcsK4AIWzqg71AqCEDzvDXRDbP9rabrlCkb1KzVEnPxMbp5SbDJjUs2sHqsndsQAhFYspLJN2KfY92B4hYkuhPFK8m4TOQyHe6LUs6REHNelgu9cE5/TOhrSTVDUDcjumvdVEguNaH9pMS/4Ae+6ZMsvIpnoQAAAABJRU5ErkJggg==');
}

@media (max-width: 1023px) {
    .report-modal._bg {
        padding: 40px 30px;
    }

    .report-modal__input {
        padding: 16px;
        font-size: 20px;
        line-height: 28px;
    }

    .report-modal__button {
        padding: 16px;
        font-size: 20px;
        line-height: 28px;
    }

    .report-modal__form {
        display: none;
    }

    .report-modal__link {
        display: block;
    }
}

.loader {
    position: relative;
    width: 75px;
    height: 75px;
    top: 0px;
    left: calc(50% - 37px);
    display: none;
}

@media (max-width: 1023px) {
    .loader {
        top: 75px;
    }
}

.loader__item {
    position: absolute;
    display: block;
    height: 100%;
    width: 6px;
    left: calc(50% - 3px);
    opacity: 0;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-name: loader;
    animation-play-state: running;
    animation-timing-function: ease-in;
}

.loader__item:after {
    display: block;
    content: "";
    height: 20px;
    border-radius: 5px;
    background-color: #00AFEC;
}

@keyframes loader {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.loader__item:nth-child(2) {
    transform: rotateZ(30deg);
    animation-delay: .1s;
}

.loader__item:nth-child(3) {
    transform: rotateZ(60deg);
    animation-delay: .2s;
}

.loader__item:nth-child(4) {
    transform: rotateZ(90deg);
    animation-delay: .3s;
}

.loader__item:nth-child(5) {
    transform: rotateZ(120deg);
    animation-delay: .4s;
}

.loader__item:nth-child(6) {
    transform: rotateZ(150deg);
    animation-delay: .5s;
}

.loader__item:nth-child(7) {
    transform: rotateZ(180deg);
    animation-delay: .6s;
}

.loader__item:nth-child(8) {
    transform: rotateZ(210deg);
    animation-delay: .7s;
}

.loader__item:nth-child(9) {
    transform: rotateZ(240deg);
    animation-delay: .8s;
}

.loader__item:nth-child(10) {
    transform: rotateZ(270deg);
    animation-delay: .9s;
}

.loader__item:nth-child(11) {
    transform: rotateZ(300deg);
    animation-delay: 1s;
}

.loader__item:nth-child(12) {
    transform: rotateZ(330deg);
    animation-delay: 1.1s;
}

.fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ver--abs {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.horiz--abs {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.center--abs {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.smooth {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.round {
    border-radius: 50%;
}

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

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

.horiz--abs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/**/
.nav-hidden {
    display: none;
}

.h4 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.04em;
    color: #152438;
    font-weight: 500;
}

.h5 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.04em;
    color: #152438;
}

.text {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.03em;
}

.small_text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
}

.display-1 {
    line-height: 1;
}

.text,
.lead-2,
.lead-3,
.h6,
.display-2,
.display-3,
.display-1 {
    color: #152438;
}

.apply__button.lead-3 {
    color: #ffffff;
}

.apply__input--brand {
    outline: 0;
    padding: 24.5px;
    color: #152438;
}

.apply__input--brand {
    border: 2px solid #152438;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.03em;
}

/* .new--design iframe {
    width: 100%;
    height: 100%;
} */
.new--design .fancybox-inner {
    width: 800px;
    height: 600px;
    max-width: 100%;
    max-height: 600px;
}

.new--design .fancybox-outer {
    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;
}

.hero {
    margin-top: 50px;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}

.hero__title {
    margin-bottom: 50px;
}

.hero__desc {
    margin-bottom: 50px;
    max-width: 558px;
    margin-left: auto;
}

.hero__btn {
    display: block;
    width: 100%;
    background-color: #152438;
    padding: 26px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hero__btn:hover {
    color: #ffffff;
    background: #ff1037;
}

.hero__vid {
    position: relative;
}

.hero__vid iframe {
    width: 100%;
    height: 100%;
}

.hero__play {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #00AFEC;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    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;
    cursor: pointer;
}

.hero__play svg {
    width: 10px;
    fill: #ffffff;
    cursor: pointer;
}

.hero__txt {
    margin-bottom: 50px;
}

.hero__small {
    margin-top: 20px;
}

.hero__small a {
    color: #00afec;
    text-decoration: none;
}

.hero__img {
    cursor: pointer;
}

.hero__img iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.hero .apply__button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hero .apply__button:hover {
    color: #ffffff;
    background: #ff1037;
    border-color: #ff1037;
}

.hero--first {
    width: 100%;
}

.hero--first .hero__row>* {
    width: 50%;
}

.hero--second {
    display: none;
    width: 100%;
}

.hero--second .hero__row>* {
    width: 33.3%;
}

.hero--second input:first-child {
    margin-right: 2px;
}

.hero--vid .hero__desc {
    margin-left: 0;
    margin-right: auto;
}

.hero--vid .hero__row {
    margin-bottom: 50px;
}

.hero--apply {
    margin-top: 50px;
    padding: 0;
}

.hero--apply form {
    margin-top: 0;
}

.hero--apply form input+button {
    margin-left: 2px;
}

.hero--apply form input::-webkit-input-placeholder {
    color: #9EA5AD;
}

.hero--apply form input::-moz-placeholder {
    color: #9EA5AD;
}

.hero--apply form input:-ms-input-placeholder {
    color: #9EA5AD;
}

.hero--apply form input::-ms-input-placeholder {
    color: #9EA5AD;
}

.hero--apply form input::placeholder {
    color: #9EA5AD;
}

.public__title {
    text-transform: none;
    font-weight: 500;
    margin-bottom: 32px;
    margin-top: 20px;
}

.public__title span {
    color: #9ea5ad;
    display: block;
}

.public__img a {
    text-decoration: none;
    border-bottom: none;
}

.prices {
    margin-top: 100px;
    margin-bottom: 100px;
}

.chess__title,
.prices__title,
.price__title,
.stage__title,
.advan__title,
.precedent__title,
.recognation__title,
.reviews__title,
.digst__title,
.team__title--long {
    max-width: 893px;
}

.prices__title {
    margin-bottom: 40px;
}

.prices__desc {
    color: #9ea5ad;
    margin-bottom: 40px;
}

.prices__tabs {
    width: 100%;
    padding: 10px;
    background: #ffffff;
}

.prices__tab {
    width: 50%;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.prices__tab:hover {
    background: #E5E5EB;
}

.prices__tab--active {
    background: #152438;
    color: #ffffff;
}

.prices__select .prices__tab--active {
    background: inherit;
    color: inherit;
}

.prices__tab--active:hover {
    background: #152438;
}

/*.prices__tab:last-child {*/
/*    margin-left: 10px;*/
/*}*/
.prices__select {
    display: none;
}

.comment {
    margin-bottom: 100px;
}

.comment__content {
    max-width: 742px;
}

.comment__wrap {
    margin: 0 -20px;
}

.comment__wrap>* {
    margin: 0 20px;
}

.comment__img {
    max-width: 334px;
}

.comment__img img {
    border-radius: 50%;
}

.comment__text {
    margin-bottom: 30px;
}

.comment__author {
    margin-bottom: 10px;
}

.stage {
    margin-bottom: 100px;
    overflow: hidden;
}

.stage__list {
    overflow: visible;
}

.stage .stage__slide {
    padding: 40px;
    background: #ffffff;
    height: auto;
}

.stage__title {
    margin-bottom: 40px;
}

.stage__arrow.arrow--left {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.stage__arrow.arrow--right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.stage__name {
    margin-bottom: 12px;
}

.stage__time a {
    color: #00afec;
    margin-left: 8px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.stage__time a:hover {
    color: #ff1037;
}

.stage__top {
    margin-bottom: 42px;
}

.stage__desc {
    color: #9ea5ad;
}

.stage__desc span {
    color: #152438;
}

.stage .precedent__arrows {
    margin: 0;
}

.verimg {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.verimg__col {
    width: 50%;
}

.verimg__col:first-child {
    padding-right: 114px;
}

.verimg__title {
    margin-bottom: 32px;
}

.verimg__tab {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 30px;
    cursor: pointer;
}

.verimg__tab svg {
    width: 32px;
    height: 32px;
}

.verimg__tab:hover {
    background: #FAFBFC;
}

.verimg__tab:hover .verimg__name {
    color: #00afec;
}

.verimg__tab--active {
    background: #ffffff;
}

.verimg__tab--active .verimg__desc {
    display: block;
}

.verimg__tab--active:hover {
    background: #ffffff;
}

.verimg__tab--active:hover .verimg__name {
    color: #152438;
}

.verimg__icon {
    margin-right: 16px;
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.verimg__name {
    color: #152438;
}

.verimg__desc {
    color: #9EA5AD;
    display: none;
    margin-top: 16px;
}

.verimg__image {
    display: none;
}

.verimg__image--active {
    display: block;
}

.chess__row {
    margin-bottom: 100px;
}

.chess__row>* {
    width: 50%;
}

.chess__row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.chess__row--reverse .chess__content {
    padding-left: 0;
    padding-right: 114px;
}

.chess__title {
    margin-bottom: 40px;
    max-width: 893px;
}

.chess__content {
    padding-left: 114px;
}

.chess__name {
    margin-bottom: 32px;
}

.chess__img img {
    width: 100%;
}

.chess__desc {
    margin-bottom: 32px;
}

.chess__desc ul,
.chess__desc ol,
.chess__desc p {
    margin-bottom: 12px;
}

.chess__btn {
    padding: 10px 15px;
    background: #152438;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.chess__btn:hover {
    color: #ffffff;
    background: #ff1037;
}

.recognation {
    margin-top: 100px;
    margin-bottom: 100px;
}

.recognation__title {
    margin-bottom: 40px;
}

.recognation__desc {
    margin-bottom: 40px;
    max-width: 893px;
}

.recognation__item {
    width: 20%;
    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: #ffffff;
    overflow: hidden;
    height: auto;
}

.recognation__item--drk {
    display: none;
}

.recognation__item::after {
    content: '';
    padding-top: 100%;
    float: left;
}

.recognation__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.price {
    margin-bottom: 100px;
    margin-top: 100px;
}

.price__one-block {
    column-gap: 40px;
}

.price__one-block__item {
    flex: 1;
}

.price__title {
    margin-bottom: 40px;
}

.price__cols {
    display: none;
}

.price__cols--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 769px) {
    .price__cols--active.swiper-initialized {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }


}

.price__desc {
    color: #9ea5ad;
    margin-bottom: 40px;
}

.price__desc a {
    color: #00afec;
    text-decoration: none;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}

.price__desc a:hover {
    color: #ff1037;
}

.price .price__item {
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*width: 33.3%;*/
    margin-right: 1px;
    height: auto;
}

@media screen and (min-width: 770px) {
    .price .price__item {
        flex: 1;
    }
}

.price__content {
    padding: 40px;
    padding-bottom: 0;
}

.price__name {
    margin-bottom: 24px;
}

.price__text {
    color: #9EA5AD;
    margin-bottom: 24px;
}

.price__list {
    list-style-type: none;
    margin-bottom: 24px;
}

.price__list li {
    margin-bottom: 8px;
    padding-left: 48px;
    background: url(https://legal-support.ru:443/local/templates/main/img/icons/check.svg) 5px 8px no-repeat;
}

.price__list li a {
    color: #00AFEC;
    text-decoration: none;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}

.price__list li a:hover {
    color: #ff1037;
}

.price__val {
    margin: 0 40px;
    margin-bottom: 40px;
}

.price__link {
    background-color: #152438;
    width: 100%;
    padding: 26px;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.price__link:hover {
    background: #FF1037;
    color: #ffffff;
}

.price__txt {
    margin-bottom: 8px;
}

.price__both {
    margin-bottom: 0;
    margin-top: auto;
}

.price .prices__tabs {
    column-gap: 10px;
    margin-bottom: 40px;
}

.advan {
    margin-bottom: 100px;
    margin-top: 100px;
}

.advan__title {
    margin-bottom: 60px;
}

.advan__row {
    display: grid;
}

.advan__num {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    border: 2px solid #152438;
    margin-bottom: 32px;
}

.advan__name {
    margin-bottom: 12px;
}

.advan__item {
    border-right: 1px solid #152438;
    padding: 0 40px;
}

.advan__item:first-child {
    padding-left: 0;
}

.advan__item:last-child {
    padding-right: 0;
    border-right: none;
}

.advan--3 .advan__item {
    flex: 1;
}

.advan--4 .advan__item {
    width: 50%;
}

.advan--4 .advan__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.advan--3 .advan__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.advan--2 .advan__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.advan--2 .advan__row {
    grid-template-columns: 1fr;
    width: calc(100% / 12 * 7);
    padding-right: calc(100% / 12);
}

.advan--2 .advan__title {
    width: calc(100% / 12 * 5);
}

.advan--2 .advan__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: none;
    border-bottom: 1px solid #152438;
    padding: 40px 0;
}

.advan--2 .advan__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.advan--2 .advan__item:first-child {
    padding-top: 0;
}

.advan--2 .advan__cont {
    padding-left: 32px;
}

.advan--2 .advan__num {
    margin-bottom: 0;
}

.advan--5 .advan__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-row-gap: 60px;
    border-right: none;
}

.advan--5 .advan__row .advan__item {
    padding: 0 39px;
}

.advan--5 .advan__row .advan__item:first-child {
    margin-left: 32.4%;
    width: 35.4%;
    border-left: 1px solid #152438;
}

.advan--5 .advan__row .advan__item:nth-child(2) {
    width: 32.2%;
    border-right: none;
    padding-right: 0;
}

.advan--5 .advan__row .advan__item:nth-child(3) {
    width: 32.4%;
    padding-left: 0;
}

.advan--5 .advan__row .advan__item:nth-child(4) {
    width: 35.4%;
}

.advan--5 .advan__row .advan__item:nth-child(5) {
    width: 32.2%;
    padding-right: 0;
}

.ask {
    margin-top: 20px;
    margin-bottom: 100px;
}

.ask__title {
    width: calc(100% / 12 * 5);
}

.ask__col {
    width: calc(100% / 12 * 7);
}

.ask__btn {
    width: 44px;
    height: 44px;
    min-height: 44px;
    min-width: 44px;
    background: #152438;
    color: #ffffff;
}

.ask__btn svg {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    fill: #ffffff;
    stroke-width: 1px;
    width: 32px;
    height: 32px;
}

.ask__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    column-gap: 10px;
}

.ask__top:hover .ask__name {
    color: #00AFEC;
}

.ask__top:hover .ask__btn {
    background-color: #00afec;
}

.ask__top:hover .ask__btn svg {
    fill: #ffffff;
}

.ask__theme {
    padding-top: 60px;
    padding-bottom: 59px;
    border-bottom: 1px solid #152438;
}

.ask__theme:first-child {
    padding-top: 0;
}

.ask__theme:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.ask__text {
    margin-top: 24px;
    display: none;
}

.ask__theme:first-child .ask__text {
    display: block;
}

.ask__text p {
    margin-bottom: 12px;
}

.ask__text ul li {
    margin-bottom: 8px;
    padding-left: 48px;
    background: url(https://legal-support.ru:443/local/templates/main/img/icons/check.svg) 6px 7px no-repeat;
}

.ask__text ol {
    padding-left: 18px;
}

.ask__text li:last-child {
    margin-bottom: 0;
}

.ask__text ul {
    list-style-type: none;
    margin-bottom: 12px;
}

.ask .active .ask__btn {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.vid {
    margin-bottom: 100px;
}

.vid__wrap {
    position: relative;
    cursor: pointer;
}

.vid__wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.vid__play {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    background: #00AFEC;
    cursor: pointer;
}

.vid__play svg {
    width: 14px;
    fill: #fff;
}

.vid__start {
    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;
    position: absolute;
    left: 0;
    top: calc(50% - 40px);
    width: 100%;
    pointer-events: none;
}

.vid__title {
    margin-top: 23px;
    color: #ffffff;
    text-align: center;
    padding: 0 20px;
}

.vid__img img {
    width: 100%;
}

.vid--text .vid__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.vid--text .vid__text {
    width: calc(100% / 12 * 5);
    padding-right: 113px;
    color: #152438;
}

.vid--text .vid__text span {
    color: #9ea5ad;
}

.vid--text .vid__wrap {
    width: calc(100% / 12 * 7);
}

.vid--text .vid iframe {
    width: 100%;
    height: 100%;
}

.digst {
    margin-top: 100px;
    margin-bottom: 100px;
}

.digst__title {
    margin-bottom: 40px;
}

.digst__desc.lead-3.pc {
    color: #9EA5AD;
    margin-bottom: 40px;
    max-width: 893px;
}

.digst__col {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 40px;
    width: 50%;
    position: relative;
    min-height: 400px;
}

.digst__img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.digst__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.digst__col a {
    border: 0;
}

.digst__col:hover .digst__btn {
    background-color: #ff1037;
    color: #ffffff;
}

.digst__name {
    position: relative;
    z-index: 2;
    margin-bottom: 196px;
}

.digst__btn {
    position: relative;
    z-index: 2;
    padding: 10px 15px;
    background-color: #152438;
    display: inline-block;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: auto;
}

.digst .fill {
    z-index: 3;
}

.serv {
    margin-top: 100px;
    margin-bottom: 100px;
}

.serv__title {
    margin-bottom: 60px;
}

.serv__nav {
    width: calc(100% / 12 * 5);
    padding-right: 40px;
}

.serv__nav li {
    padding: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.serv__nav li:hover {
    color: #00afec;
}

.serv__nav li:hover svg {
    stroke: #00AFEC;
    width: 32px;
}

.serv__nav li:hover p {
    color: #00afec;
}

.serv__nav svg {
    width: 0;
    height: 16px;
    margin-right: 16px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}

.serv__nav--active,
.serv__nav--active--price {
    background: #ffffff;
}

.serv__nav--active svg,
.serv__nav--active--price svg {
    display: block;
    width: 32px;
}

.serv__nav--active p,
.serv__nav--active--price p {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.serv__nav--active:hover .h6,
.serv__nav--active--price:hover .h6 {
    color: #152438;
}

.serv__nav--active:hover svg.icon,
.serv__nav--active--price:hover svg.icon {
    stroke: #152438;
}

.serv__items {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    width: calc(100% / 12 * 7);
    grid-gap: 8px;
    display: none;
}

.serv__items--active {
    display: flex;
    flex-wrap: wrap;
}

.serv__items--active--price {
    display: flex;
    flex-wrap: wrap;
}

.serv__item {
    background: #ffffff;
    padding: 24px;
    text-align: right;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
    width: calc(50% - 4px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.serv__item svg {
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.serv__item:hover {
    background: #00AFEC;
}

.serv__item:hover .serv__text,
.serv__item:hover .serv__val {
    color: #ffffff;
}

.serv__item:hover svg {
    fill: #ffffff;
}

.serv__text {
    text-align: left;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.serv__text--price {
    height: 64px;
    margin-bottom: 24px;
}

.serv__val {
    text-align: left;
    color: #9EA5AD;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.serv__ic {
    width: 32px;
    height: 32px;
    margin-left: auto;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
}

.mob {
    display: none;
}

.ttl {
    margin-top: 100px;
    margin-bottom: 40px;
}

.ttl__text {
    max-width: 893px;
}

.dsc {
    margin-top: 40px;
    margin-bottom: 100px;
}

.dsc__text {
    color: #152438;
    max-width: 893px;
}

.dsc__text span {
    color: #9ea5ad;
}

.case-progress-text {
    max-width: 446px;
    margin-right: 113px;
}

.case-progress__row .case-progres-col {
    width: calc(100% - 446px);
}

.case-progress__row .case-progress-item {
    display: block;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.case-progress__row .case-progress-item:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #152438;
}

.case-progress__row .case-progress-item-title {
    margin-bottom: 20px;
}

.case-progress__row .case-progress-item-title,
.case-progress__row .case-progress-desc {
    max-width: 100%;
}

.theme--dark .lead-2,
.theme--dark .text,
.theme--dark .h4,
.theme--dark .h5,
.theme--dark .h6,
.theme--dark .h2,
.theme--dark .h3,
.theme--dark .display-1,
.theme--dark .display-2,
.theme--dark .display-3,
.theme--dark .lead-3 {
    color: #fff;
}

.theme--dark .apply__input--brand {
    background-color: #1f324a;
    border-color: #fff;
    color: #fff;
}

.theme--dark .apply__input--brand::-webkit-input-placeholder {
    color: #ffffff;
}

.theme--dark .apply__input--brand::-moz-placeholder {
    color: #ffffff;
}

.theme--dark .apply__input--brand:-ms-input-placeholder {
    color: #ffffff;
}

.theme--dark .apply__input--brand::-ms-input-placeholder {
    color: #ffffff;
}

.theme--dark .apply__input--brand::placeholder {
    color: #ffffff;
}

.theme--dark .hero__btn {
    background: #FFFFFF;
    color: #152438;
}

.theme--dark .hero__btn:hover {
    color: #ffffff;
    background: #ff1037;
}

.theme--dark .hero__small {
    color: #ffffff;
}

.theme--dark .hero .apply__button {
    color: #152438;
}

.theme--dark .hero .apply__button:hover {
    color: #ffffff;
}

.theme--dark .prices__tabs {
    background: #1F324A;
}

.theme--dark .prices__tab {
    color: #ffffff;
}

.theme--dark .prices__tab:hover {
    background: #152438;
}

.theme--dark .prices__tab--active {
    background: #ffffff;
    color: #152438;
}

.theme--dark .prices__tab--active:hover {
    background: #FFFFFF;
}

.theme--dark .prices__select {
    background: #152438;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.theme--dark .stage__slide {
    background: #1F324A;
}

.theme--dark .stage__time {
    color: #ffffff;
}

.theme--dark .stage__desc {
    color: #9ea5ad;
}

.theme--dark .stage__desc span {
    color: #ffffff;
}

.theme--dark .verimg__tab:hover {
    background: #1F324A;
}

.theme--dark .verimg__tab--active {
    background: #1F324A;
}

.theme--dark .verimg__tab--active:hover .verimg__name {
    color: #ffffff;
}

.theme--dark .verimg__name {
    color: #ffffff;
}

.theme--dark .verimg__icon {
    fill: #fff;
}

.theme--dark .chess__desc {
    color: #ffffff;
}

.theme--dark .chess__btn {
    background: #ffffff;
    color: #152438;
}

.theme--dark .chess__btn:hover {
    color: #ffffff;
    background: #ff1037;
}

.theme--dark .recognation__item {
    background: #1F324A;
}

.theme--dark .recognation__item img {
    display: none;
}

.theme--dark .recognation__item .recognation__item--drk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.theme--dark .price__ar {
    color: #ffffff;
}

.theme--dark .price__item {
    background: #1f324a;
}

.theme--dark .price__list li {
    background-image: url(https://legal-support.ru:443/local/templates/main/img/icons/check_white.svg);
}

.theme--dark .price__link {
    background: #ffffff;
    color: #152438;
}

.theme--dark .price__link:hover {
    background: #FF1037;
    color: #ffffff;
}

.theme--dark .advan__num {
    color: #ffffff;
    border-color: #ffffff;
}

.theme--dark .advan__item {
    border-color: #ffffff;
}

.theme--dark .ask__text li {
    background-image: url(https://legal-support.ru:443/local/templates/main/img/icons/check_white.svg);
}

.theme--dark .ask__theme {
    border-color: #ffffff;
}

.theme--dark .ask__btn {
    background: #ffffff;
}

.theme--dark .ask__btn svg {
    fill: #152438;
}

.theme--dark .vid__text {
    color: #ffffff;
}

.theme--dark .digst__col {
    background-color: #1F324A;
}

.theme--dark .digst__btn {
    background: #ffffff;
    color: #152438;
}

.theme--dark .serv__nav li {
    color: #ffffff;
}

.theme--dark .serv__nav li svg {
    stroke: #ffffff;
}

.theme--dark .serv__nav li:hover p {
    color: #ffffff;
}

.theme--dark .serv__nav--active--price,
.theme--dark .serv__nav--active {
    background-color: #1f324a;
}

.theme--dark .serv__nav--active--price:hover p,
.theme--dark .serv__nav--active:hover p {
    color: #fff;
}

.theme--dark .serv__nav--active--price:hover svg.icon,
.theme--dark .serv__nav--active:hover svg.icon {
    stroke: #ffffff;
    width: 32px;
}

.theme--dark .serv__item {
    background-color: #1f324a;
    color: #ffffff;
}

.theme--dark .serv__item:hover {
    background: #00AFEC;
}

.theme--dark .serv__item:hover .serv__text,
.theme--dark .serv__item:hover .serv__val {
    color: #ffffff;
}

.theme--dark .serv__item:hover svg {
    fill: #ffffff;
}

.theme--dark .serv__item svg {
    fill: #ffffff;
}

.theme--dark .content-section-divider {
    background-color: #ffffff;
}

@media screen and (max-width: 1280px) {
    .advan--4 .advan__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 60px;
    }

    .advan--4 .advan__item {
        width: 50%;
    }

    .advan--4 .advan__item:nth-child(2) {
        padding-right: 0;
        border-right: none;
    }

    .advan--4 .advan__item:nth-child(3) {
        padding-left: 0;
    }
}

@media screen and (max-width: 992px) {
    .h4 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.04em;
    }

    .h5 {
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.04em;
    }

    .display-1 {
        font-size: 38px;
        line-height: 40px;
        letter-spacing: -0.03em;
    }

    .display-2 {
        font-weight: 500;
        font-size: 34px;
        line-height: 38px;
    }

    .lead-1 {
        font-size: 24px;
        line-height: 32px;
    }

    .hero .lead-2,
    .lead-2 {
        font-size: 22px;
        line-height: 30px;
    }

    .pc {
        display: none;
    }

    .mob {
        display: block;
    }

    .hero--apply input {
        margin-bottom: 2px;
    }

    .hero {
        margin-top: 30px;
    }

    .hero__title {
        margin-bottom: 30px;
    }

    .hero__desc {
        margin-bottom: 30px;
    }

    .hero__txt {
        margin-bottom: 30px;
    }

    .hero__btn {
        padding: 16px;
    }

    .hero__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .hero__row input {
        padding: 16px;
        font-size: 16px;
        line-height: 28px;
    }

    .hero__desc,
    .hero__vid {
        width: 100%;
    }

    .hero__img img {
        width: 100%;
    }

    .hero--first,
    .hero--second {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .hero--first .hero__row *,
    .hero--second .hero__row * {
        width: 100%;
        margin: 0;
        margin-bottom: 2px;
    }

    .hero--first .apply__button,
    .hero--second .apply__button {
        padding: 16px;
    }

    .hero--apply {
        margin-top: 30px;
    }

    .hero--apply form input+button {
        margin-left: 0;
    }

    .hero--vid .hero__row {
        margin-bottom: 30px;
    }

    .public {
        margin-bottom: 30px;
        margin-top: 35px;
    }

    .public__title {
        margin-bottom: 30px;
    }

    .prices {
        margin-top: 35px;
        margin-bottom: 30px;
    }

    .prices__title {
        margin-bottom: 16px;
    }

    .prices__desc {
        margin-bottom: 30px;
    }

    .prices__tabs {
        display: none;
    }

    .prices__select {
        display: block;
        width: 100%;
        padding: 14px;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        padding-right: 54px;
        border: 2px solid #152438;
    }

    .prices__select__wrap {
        position: relative;
    }

    .prices__select__wrap::after {
        content: '';
        display: block;
        position: absolute;
        right: 24px;
        width: 12px;
        height: 12px;
        top: 50%;
        transform: translateY(-50%);
        background: url(https://legal-support.ru:443/local/templates/main/img/tab_arr.svg) center no-repeat;
        pointer-events: none;
    }

    .comment {
        margin: 40px 0;
    }

    .comment__img {
        width: 160px;
        height: 160px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .comment__author,
    .comment__pos {
        text-align: center;
    }

    .stage__title {
        margin-bottom: 30px;
    }

    .stage__slide {
        padding: 20px;
    }

    .stage__name {
        margin-bottom: 12px;
    }

    .stage__time {
        margin-bottom: 42px;
    }

    .verimg__title {
        margin-bottom: 24px;
    }

    .verimg__desc {
        margin-top: 8px;
    }

    .verimg__icon {
        margin-right: 12px;
    }

    .verimg__col {
        width: 100%;
    }

    .verimg__col:last-child {
        display: none;
    }

    .verimg__col:first-child {
        padding-right: 0;
    }

    .verimg__tab {
        padding: 20px;
    }

    .verimg__tab--active+.verimg__image {
        display: block;
    }

    .verimg__image {
        display: none;
    }

    .chess {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .chess__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .chess__row--reverse .chess__content {
        padding-right: 0;
    }

    .chess__img {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .chess__content {
        width: 100%;
        padding-left: 0;
    }

    .chess__name {
        margin-bottom: 12px;
    }

    .chess__desc {
        margin-bottom: 12px;
    }

    .chess__btn {
        text-align: center;
        padding: 8px;
        margin-bottom: 30px;
    }

    .recognation {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .recognation__title {
        margin-bottom: 12px;
    }

    .recognation__desc {
        margin-bottom: 32px;
    }

    .recognation__item {
        width: 50%;
        max-width: unset;
        margin-bottom: 1px;
        padding: 30px;
    }

    .recognation__item:nth-child(1) img {
        width: 45px;
    }

    .recognation__item:nth-child(4) img {
        width: 61px;
    }

    .price {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .price__title {
        margin-bottom: 12px;
    }

    .price__ar,
    .price__desc {
        display: inline;
    }

    .price__cols {
        margin-top: 20px;
        overflow: visible;
    }

    .price__content {
        padding: 20px;
        padding-bottom: 0;
    }

    .price__name {
        margin-bottom: 12px;
    }

    .price__text {
        margin-bottom: 16px;
    }

    .price__hide {
        color: #00AFEC;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 16px;
        cursor: pointer;
    }

    .price__hide svg {
        width: 16px;
        height: 16px;
        fill: #00AFEC;
        margin-right: 14px;
    }

    .price__val {
        margin: 20px;
        margin-top: 0;
    }

    .price__link {
        padding: 16px;
    }

    .price .prices__select__wrap {
        margin-top: 20px;
    }

    .advan {
        margin: 50px 0;
    }

    .advan__title {
        margin-bottom: 30px;
    }

    .advan__num {
        margin-bottom: 24px;
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
    }

    .advan__name {
        margin-bottom: 8px;
    }

    .advan__item {
        padding-top: 30px;
        padding-bottom: 29px;
    }

    .advan__item:first-child {
        padding-top: 0;
    }

    .advan--2 .advan__title {
        width: 100%;
    }

    .advan--2 .advan__wrap {
        display: block;
    }

    .advan--2 .advan__row {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        margin-left: 0;
    }

    .advan--2 .advan__item {
        display: block;
    }

    .advan--2 .advan__cont {
        padding-left: 0;
    }

    .advan--2 .advan__num {
        margin-bottom: 24px;
    }

    .advan--2 .advan__item {
        padding-top: 30px;
        padding-bottom: 29px;
    }

    .advan--2 .advan__item:first-child {
        padding-top: 0;
    }

    .advan--3 .advan__row,
    .advan--4 .advan__row,
    .advan--5 .advan__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        grid-row-gap: 0;
    }

    .advan--3 .advan__row .advan__item:first-child,
    .advan--4 .advan__row .advan__item:first-child,
    .advan--5 .advan__row .advan__item:first-child {
        border-left: none;
        padding-left: 0;
    }

    .advan--3 .advan__row .advan__item,
    .advan--4 .advan__row .advan__item,
    .advan--5 .advan__row .advan__item {
        width: 100%;
        padding-left: 0;
        border-right: none;
        border-bottom: 1px solid #152438;
    }

    .advan--3 .advan__row .advan__item:nth-child(1),
    .advan--4 .advan__row .advan__item:nth-child(1),
    .advan--5 .advan__row .advan__item:nth-child(1),
    .advan--3 .advan__row .advan__item:nth-child(2),
    .advan--4 .advan__row .advan__item:nth-child(2),
    .advan--5 .advan__row .advan__item:nth-child(2),
    .advan--3 .advan__row .advan__item:nth-child(3),
    .advan--4 .advan__row .advan__item:nth-child(3),
    .advan--5 .advan__row .advan__item:nth-child(3),
    .advan--3 .advan__row .advan__item:nth-child(4),
    .advan--4 .advan__row .advan__item:nth-child(4),
    .advan--5 .advan__row .advan__item:nth-child(4),
    .advan--3 .advan__row .advan__item:nth-child(5),
    .advan--4 .advan__row .advan__item:nth-child(5),
    .advan--5 .advan__row .advan__item:nth-child(5) {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 29px;
        border-left: none;
        border-right: none;
        padding-top: 30px;
        width: 100%;
        margin-left: 0;
    }

    .advan--3 .advan__row .advan__item:last-child,
    .advan--4 .advan__row .advan__item:last-child,
    .advan--5 .advan__row .advan__item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .advan--3 .advan__row .advan__item:first-child,
    .advan--4 .advan__row .advan__item:first-child,
    .advan--5 .advan__row .advan__item:first-child {
        padding-top: 0;
    }

    .ask {
        margin: 50px 0;
    }

    .ask__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ask__title {
        width: 100%;
        margin-bottom: 30px;
    }

    .ask__title br {
        display: none;
    }

    .ask__col {
        width: 100%;
    }

    .ask__theme {
        padding: 30px 0;
    }

    .ask__btn {
        width: 32px;
        height: 32px;
        min-height: 32px;
        min-width: 32px;
    }

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

    .ask__text {
        margin-top: 16px;
    }

    .vid {
        margin-bottom: 50px;
    }

    .vid__play {
        width: 60px;
        height: 60px;
        min-height: 60px;
        min-width: 60px;
    }

    .vid__start {
        top: calc(50% - 50px);
    }

    .vid__title {
        margin-top: 10px;
    }

    .vid--text .vid__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .vid--text .vid__text {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .vid--text .vid__wrap {
        width: 100%;
        position: relative;
    }

    .vid--text .vid__wrap::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)));
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2));
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2));
    }

    .vid--text .vid__start {
        z-index: 1;
        top: calc(50% - 30px);
    }

    .digst {
        margin: 50px 0;
    }

    .digst__title {
        margin-bottom: 12px;
    }

    .digst__desc.lead-3.pc {
        margin-bottom: 40px;
    }

    .digst__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1px;
    }

    .digst__col {
        width: 100%;
        padding: 20px;
        background-color: #fff;
    }

    .theme--dark .digst__col {
        background-color: #1F324A;
    }

    .digst__col:nth-child(1) {
        background-image: none !important;
    }

    .digst__col:nth-child(2) {
        background-image: none !important;
    }

    .digst__name {

        margin-bottom: 20px;
    }

    .digst__btn {
        width: 100%;
        text-align: center;
        padding: 8px;
    }

    .serv {
        margin-bottom: 20px;
    }

    .serv__title {
        margin-bottom: 20px;
    }

    .serv__items {
        display: none;
        width: 100%;
    }

    .serv__nav {
        width: 100%;
        padding-right: 0;
    }

    .serv__item {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 20px;
        margin-bottom: 8px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .serv__item br {
        display: none;
    }

    .serv__ic {
        margin-bottom: 0;
        display: block;
        width: 17px;
        height: 17px;
        margin-left: 24px;
    }

    .serv__ic svg {
        display: block;
    }

    .serv__text--price {
        height: auto;
        margin-bottom: 15px;
        text-align: left;
    }

    .serv--price .serv__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .serv--price .serv__text {
        text-align: left;
        display: block;
    }

    .serv li {
        padding: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 8px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .serv li svg {
        display: block;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        stroke-width: 1px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-right: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .serv .serv__nav--active svg {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .ttl {
        margin-top: 70px;
        margin-bottom: 12px;
    }

    .dsc {
        margin-top: 12px;
        margin-bottom: 50px;
    }

    .case-progress__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .case-progress__row .case-progress-text {
        margin-bottom: 40px;
        margin-right: 0;
    }

    .case-progress__row .case-progress-text,
    .case-progress__row .case-progres-col {
        width: 100%;
        max-width: 100%;
    }

    .case-progress__row .case-progress-item {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

.theme--dark .drk-img,
.white-img {
    opacity: 1;
    visibility: visible;
    position: static;
    width: auto;
    height: auto;
}

.drk-img,
.theme--dark .white-img {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
}

.footer {
    overflow: hidden;
}

.useful__list {
    overflow: visible;
}

.reviews__list .reviews__slide,
.modal--review .reviews__slide {
    display: flex;
    column-gap: 24px;
    height: auto;
    padding: 40px;
    background-color: #ffffff;
    cursor: pointer;
}

.theme--dark .reviews__list .reviews__slide,
.theme--dark .modal--review .reviews__slide {
    background-color: #1F324A;
}

.review__rating svg path {
    fill: #C0C6C9;
}

.theme--dark .review__rating svg path {
    fill: #121C29;
}

.review__rating svg.rating__checked path {
    fill: #0CD6A5;
}

.modal--review .reviews__slide {
    height: auto;
    max-height: 100vh;
    overflow: auto;
}

.review__img {
    min-width: 120px;
    height: 120px;
}

.modal--review .review__img {
    min-width: 240px;
    height: 240px;
}

.review__img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.review__text {
    position: relative;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #152438;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.theme--dark .review__text {
    color: #ffffff;
}

.review__text .text__more {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 10px;
    padding-right: calc(50% - 125px);
    color: #00AFEC;
    background-color: #ffffff;
}

.theme--dark .review__text .text__more {
    background-color: #1F324A;
}

.modal--review .review__text {
    display: block;
}

.review__name {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #152438;
    margin-bottom: 4px;
}

.theme--dark .review__name {
    color: #ffffff;
}

.review__post {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #9EA5AD;
}

.review__rating {
    display: flex;
    column-gap: 2px;
    margin-bottom: 24px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    /* background: #f9f9f9; */
    background-color: transparent;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner,
.fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(../fancybox_sprite.html)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../fancybox_loading.html) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../blank.html);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: visible !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../fancybox_overlay.html)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(../fancybox_sprite%402x.html);
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url(../fancybox_loading%402x.html);
        background-size: 24px 24px
    }
}

.fancy-big-modal .fancybox-skin,
.fancy-content .fancybox-skin,
.fancy-lg-modal .fancybox-skin,
.fancy-media .fancybox-skin,
.fancy-modal .fancybox-skin,
.fancy-modal-sm .fancybox-skin,
.fancy-reviews-text .fancybox-skin {
    color: #32404d;
    background-color: #fff
}

.fancy-big-modal .fancybox-close,
.fancy-content .fancybox-close,
.fancy-lg-modal .fancybox-close,
.fancy-media .fancybox-close,
.fancy-modal .fancybox-close,
.fancy-modal-sm .fancybox-close,
.fancy-reviews-text .fancybox-close {
    top: 23px;
    right: 13px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC4xMiIgaGVpZ2h0PSIxNC4xMiIgdmlld0JveD0iMCAwIDE0LjEyIDE0LjEyIj48cGF0aCBmaWxsPSIjMzI0MDRkIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC4xMiAxMkwxMiAxNC4xMiA3LjA2IDkuMThsLTQuOTQgNC45NEwwIDEybDQuOTQtNC45NEwwIDIuMTIgMi4xMiAwbDQuOTQgNC45NEwxMiAwbDIuMTIgMi4xMi00Ljk0IDQuOTR6Ii8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    border-bottom: none
}

.fancy-big-modal .fancybox-close:hover,
.fancy-content .fancybox-close:hover,
.fancy-lg-modal .fancybox-close:hover,
.fancy-media .fancybox-close:hover,
.fancy-modal .fancybox-close:hover,
.fancy-modal-sm .fancybox-close:hover,
.fancy-reviews-text .fancybox-close:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC4xMiIgaGVpZ2h0PSIxNC4xMiIgdmlld0JveD0iMCAwIDE0LjEyIDE0LjEyIj48cGF0aCBmaWxsPSIjZmYxMDM3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC4xMiAxMkwxMiAxNC4xMiA3LjA2IDkuMThsLTQuOTQgNC45NEwwIDEybDQuOTQtNC45NEwwIDIuMTIgMi4xMiAwbDQuOTQgNC45NEwxMiAwbDIuMTIgMi4xMi00Ljk0IDQuOTR6Ii8+PC9zdmc+)
}

.fancy-big-modal.fancybox-opened .fancybox-skin,
.fancy-content.fancybox-opened .fancybox-skin,
.fancy-lg-modal.fancybox-opened .fancybox-skin,
.fancy-media.fancybox-opened .fancybox-skin,
.fancy-modal-sm.fancybox-opened .fancybox-skin,
.fancy-modal.fancybox-opened .fancybox-skin,
.fancy-reviews-text.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .5)
}

.fancybox-overlay {
    z-index: 99999
}

.fancy-big-modal {
    width: auto !important;
    max-width: 960px
}

.fancy-big-modal .fancybox-inner {
    width: auto !important;
    max-width: 920px
}

.fancy-big-modal .section {
    padding-top: 0;
    padding-bottom: 0
}

.fancy-lg-modal {
    width: auto !important;
    max-width: 960px;
    overflow-y: hidden !important
}

.fancy-lg-modal .fancybox-inner {
    width: auto !important;
    height: auto !important;
    max-width: 960px;
    overflow-y: hidden !important
}

@media (min-width:992px) {
    .fancy-lg-modal .fancybox-inner {
        width: 960px !important
    }
}

@media (min-width:992px) {
    .fancy-lg-modal {
        width: 960px !important
    }
}

.fancy-modal {
    width: auto !important;
    max-width: 650px
}

.fancy-modal .fancybox-inner {
    width: auto !important;
    max-width: 650px;
    overflow-y: hidden !important
}

.fancy-content {
    width: auto !important;
    max-width: 650px;
    min-width: 250px
}

.fancy-content .fancybox-close {
    top: 0;
    right: 0
}

.fancy-content .fancybox-inner {
    width: auto !important;
    max-width: 650px;
    padding: 25px
}

.fancybox-overlay-fixed {
    z-index: 8010
}

.fancy-modal-lp,
.fancy-modal-lp-lg,
.fancy-modal-lp-sm,
.fancybox-close {
    width: 31px;
    height: 31px;
    top: 20px;
    right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC42MiIgaGVpZ2h0PSIzMC42MjUiPjxjaXJjbGUgY3g9IjE1LjMxIiBjeT0iMTUuMzEzIiByPSIxNS4zMSIgZmlsbD0iI2ZmZiIvPjxwYXRoIGRhdGEtbmFtZT0iU2hhcGUgNjY4IGNvcHkgMiIgZD0iTTIwLjUyIDE5LjEwNWwtMS40MiAxLjQxNC0zLjc5LTMuNzkzLTMuNzkgMy43OTMtMS40Mi0xLjQxNCAzLjgtMy43OTMtMy44LTMuNzk0IDEuNDItMS40MTMgMy43OSAzLjc5MyAzLjc5LTMuNzkzIDEuNDIgMS40MTMtMy44IDMuNzk0eiIgZmlsbD0iI2YxMDIyYyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
    background-size: auto;
    border-bottom: none
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 18px 70px -17px rgba(29, 52, 122, .9)
}

.fancybox-inner {
    overflow-y: hidden !important
}

@media (max-width:650px) {
    .fancy-modal-lp .fancybox-inner {
        width: auto !important
    }
}

@media (max-width:650px) {
    .fancy-modal-lp {
        width: auto !important;
        left: 10px !important;
        right: 10px !important
    }
}

@media (max-width:430px) {
    .fancy-modal-lp-sm .fancybox-inner {
        width: auto !important
    }
}

@media (max-width:430px) {
    .fancy-modal-lp-sm {
        width: auto !important;
        left: 10px !important;
        right: 10px !important
    }
}

.fancy-modal-sm {
    height: auto !important
}

.fancy-modal-sm .fancybox-inner {
    height: auto !important
}

@media (max-width:430px) {
    .fancy-modal-sm .fancybox-inner {
        width: auto !important
    }
}

@media (max-width:430px) {
    .fancy-modal-sm {
        width: auto !important;
        left: 10px !important;
        right: 10px !important
    }
}

.fancy-modal-lp-lg,
.fancy-modal-lp-lg-overlay {
    display: none !important
}

@media (min-width:992px) {

    .fancy-modal-lp-lg,
    .fancy-modal-lp-lg-overlay {
        display: block !important
    }
}

.fancy-modal-rd .fancybox-close {
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB4PSIxLjQxNDIyIiB3aWR0aD0iMjAiIGhlaWdodD0iMiIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMS40MTQyMiAwKSIgZmlsbD0iIzMwN0FCRCIvPjxyZWN0IHg9IjAuMDAwMTUyNTg4IiB5PSIxNC4xNDIxIiB3aWR0aD0iMjAiIGhlaWdodD0iMiIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDAuMDAwMTUyNTg4IDE0LjE0MjEpIiBmaWxsPSIjMzA3QUJEIi8+PC9zdmc+);
    background-size: auto;
    border-bottom: none
}

@media (min-width:768px) {
    .fancy-modal-rd .fancybox-close {
        width: 50px;
        height: 50px;
        top: 0;
        right: 0
    }
}

.fancy-modal-rd--fixed-btn {
    position: relative
}

.fancy-modal-rd--fixed-btn .fancybox-close {
    top: 0;
    right: 0
}

.fancy-modal-rd--red-close .fancybox-close {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    background-image: url(https://legal-support.ru:443/local/templates/main/assets/images/svg-img/icon-close-red.svg)
}

.fancy-big-modal .fancybox-skin,
.fancy-content .fancybox-skin,
.fancy-lg-modal .fancybox-skin,
.fancy-media .fancybox-skin,
.fancy-modal .fancybox-skin,
.fancy-modal-sm .fancybox-skin,
.fancy-reviews-text .fancybox-skin {
    color: #32404d;
    background-color: #fff
}

.fancy-big-modal .fancybox-close,
.fancy-content .fancybox-close,
.fancy-lg-modal .fancybox-close,
.fancy-media .fancybox-close,
.fancy-modal .fancybox-close,
.fancy-modal-sm .fancybox-close,
.fancy-reviews-text .fancybox-close {
    top: 23px;
    right: 13px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC4xMiIgaGVpZ2h0PSIxNC4xMiIgdmlld0JveD0iMCAwIDE0LjEyIDE0LjEyIj48cGF0aCBmaWxsPSIjMzI0MDRkIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC4xMiAxMkwxMiAxNC4xMiA3LjA2IDkuMThsLTQuOTQgNC45NEwwIDEybDQuOTQtNC45NEwwIDIuMTIgMi4xMiAwbDQuOTQgNC45NEwxMiAwbDIuMTIgMi4xMi00Ljk0IDQuOTR6Ii8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    border-bottom: none
}

.fancy-big-modal .fancybox-close:hover,
.fancy-content .fancybox-close:hover,
.fancy-lg-modal .fancybox-close:hover,
.fancy-media .fancybox-close:hover,
.fancy-modal .fancybox-close:hover,
.fancy-modal-sm .fancybox-close:hover,
.fancy-reviews-text .fancybox-close:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC4xMiIgaGVpZ2h0PSIxNC4xMiIgdmlld0JveD0iMCAwIDE0LjEyIDE0LjEyIj48cGF0aCBmaWxsPSIjZmYxMDM3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC4xMiAxMkwxMiAxNC4xMiA3LjA2IDkuMThsLTQuOTQgNC45NEwwIDEybDQuOTQtNC45NEwwIDIuMTIgMi4xMiAwbDQuOTQgNC45NEwxMiAwbDIuMTIgMi4xMi00Ljk0IDQuOTR6Ii8+PC9zdmc+)
}

.fancy-big-modal.fancybox-opened .fancybox-skin,
.fancy-content.fancybox-opened .fancybox-skin,
.fancy-lg-modal.fancybox-opened .fancybox-skin,
.fancy-media.fancybox-opened .fancybox-skin,
.fancy-modal-sm.fancybox-opened .fancybox-skin,
.fancy-modal.fancybox-opened .fancybox-skin,
.fancy-reviews-text.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .5)
}

.fancybox-overlay {
    z-index: 99999
}

.fancy-big-modal {
    width: auto !important;
    max-width: 960px
}

.fancy-big-modal .fancybox-inner {
    width: auto !important;
    max-width: 920px
}

.fancy-big-modal .section {
    padding-top: 0;
    padding-bottom: 0
}

.fancy-lg-modal {
    width: auto !important;
    max-width: 960px;
    overflow-y: hidden !important
}

.fancy-lg-modal .fancybox-inner {
    width: auto !important;
    height: auto !important;
    max-width: 960px;
    overflow-y: hidden !important
}

@media (min-width:992px) {
    .fancy-lg-modal .fancybox-inner {
        width: 960px !important
    }
}

@media (min-width:992px) {
    .fancy-lg-modal {
        width: 960px !important
    }
}

.fancy-modal {
    width: auto !important;
    max-width: 650px
}

.fancy-modal .fancybox-inner {
    width: auto !important;
    max-width: 650px;
    overflow-y: hidden !important
}

.fancy-content {
    width: auto !important;
    max-width: 650px;
    min-width: 250px
}

.fancy-content .fancybox-close {
    top: 0;
    right: 0
}

.fancy-content .fancybox-inner {
    width: auto !important;
    max-width: 650px;
    padding: 25px
}

.fancybox-overlay-fixed {
    z-index: 8010
}

.fancy-modal-lp,
.fancy-modal-lp-lg,
.fancy-modal-lp-sm,
.fancybox-close {
    width: 31px;
    height: 31px;
    top: 20px;
    right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC42MiIgaGVpZ2h0PSIzMC42MjUiPjxjaXJjbGUgY3g9IjE1LjMxIiBjeT0iMTUuMzEzIiByPSIxNS4zMSIgZmlsbD0iI2ZmZiIvPjxwYXRoIGRhdGEtbmFtZT0iU2hhcGUgNjY4IGNvcHkgMiIgZD0iTTIwLjUyIDE5LjEwNWwtMS40MiAxLjQxNC0zLjc5LTMuNzkzLTMuNzkgMy43OTMtMS40Mi0xLjQxNCAzLjgtMy43OTMtMy44LTMuNzk0IDEuNDItMS40MTMgMy43OSAzLjc5MyAzLjc5LTMuNzkzIDEuNDIgMS40MTMtMy44IDMuNzk0eiIgZmlsbD0iI2YxMDIyYyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
    background-size: auto;
    border-bottom: none
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 18px 70px -17px rgba(29, 52, 122, .9)
}

.fancybox-inner {
    overflow-y: hidden !important
}

@media (max-width:650px) {
    .fancy-modal-lp .fancybox-inner {
        width: auto !important
    }
}

@media (max-width:650px) {
    .fancy-modal-lp {
        width: auto !important;
        left: 10px !important;
        right: 10px !important
    }
}

@media (max-width:430px) {
    .fancy-modal-lp-sm .fancybox-inner {
        width: auto !important
    }
}

@media (max-width:430px) {
    .fancy-modal-lp-sm {
        width: auto !important;
        left: 10px !important;
        right: 10px !important
    }
}

.fancy-modal-sm {
    height: auto !important
}

.fancy-modal-sm .fancybox-inner {
    height: auto !important
}

@media (max-width:430px) {
    .fancy-modal-sm .fancybox-inner {
        width: auto !important
    }
}

@media (max-width:430px) {
    .fancy-modal-sm {
        width: auto !important;
        left: 10px !important;
        right: 10px !important
    }
}

.fancy-modal-lp-lg,
.fancy-modal-lp-lg-overlay {
    display: none !important
}

@media (min-width:992px) {

    .fancy-modal-lp-lg,
    .fancy-modal-lp-lg-overlay {
        display: block !important
    }
}

.fancy-modal-rd .fancybox-close {
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB4PSIxLjQxNDIyIiB3aWR0aD0iMjAiIGhlaWdodD0iMiIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMS40MTQyMiAwKSIgZmlsbD0iIzMwN0FCRCIvPjxyZWN0IHg9IjAuMDAwMTUyNTg4IiB5PSIxNC4xNDIxIiB3aWR0aD0iMjAiIGhlaWdodD0iMiIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDAuMDAwMTUyNTg4IDE0LjE0MjEpIiBmaWxsPSIjMzA3QUJEIi8+PC9zdmc+);
    background-size: auto;
    border-bottom: none
}

@media (min-width:768px) {
    .fancy-modal-rd .fancybox-close {
        width: 50px;
        height: 50px;
        top: 5px;
        right: 5px
    }
}

.fancy-modal-rd--fixed-btn {
    position: relative
}

.fancy-modal-rd--fixed-btn .fancybox-close {
    top: 0;
    right: 0
}

.fancy-modal-rd--red-close .fancybox-close {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    background-image: url(https://legal-support.ru:443/local/templates/main/assets/images/svg-img/icon-close-red.svg)
}

.rtz-modal {
    display: none;
    border: 1px solid rgba(197, 202, 221, .5);
    box-sizing: border-box;
    box-shadow: 0 10px 20px rgba(69, 97, 124, .05);
    border-radius: 5px;
    padding: 60px
}

@media (max-width:991px) {
    .rtz-modal {
        padding: 30px 20px
    }
}

.rtz-modal-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-align-items: start;
    align-items: start;
    margin-bottom: 30px
}

@media (max-width:991px) {
    .rtz-modal-head {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        margin-bottom: 20px
    }
}

.rtz-modal__title {
    font-weight: 700;
    font-size: 42px;
    line-height: 110%;
    color: #19476a;
    margin: 0;
    max-width: 592px
}

@media (max-width:991px) {
    .rtz-modal__title {
        font-size: 25px;
        line-height: 30px
    }
}

@media (max-width:767px) {
    .rtz-modal__title {
        max-width: 245px
    }
}

.rtz-modal__close {
    cursor: pointer
}

.rtz-modal__descr {
    font-size: 24px;
    line-height: 34px;
    color: #19476a;
    margin: 0 !important;
    max-width: 562px
}

@media (max-width:991px) {
    .rtz-modal__descr {
        font-size: 18px;
        line-height: 26px
    }
}

.rtz-modal__descr:not(:last-child) {
    margin-bottom: 30px !important
}

@media (max-width:991px) {
    .rtz-modal__descr:not(:last-child) {
        margin-bottom: 20px !important
    }
}

.rtz-modal-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.rtz-modal-form__input {
    background: #fff;
    border: 1px solid rgba(197, 202, 221, .5);
    border-radius: 5px !important;
    padding: 18px 15px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    outline: 0
}

@media (max-width:991px) {
    .rtz-modal-form__input {
        margin-bottom: 10px
    }
}

.rtz-modal-form__input::placeholder {
    color: rgba(25, 71, 106, .5)
}

.rtz-modal-form__input._error {
    border: 1px solid #ff1037
}

.rtz-modal-form__btn {
    font-size: 15px;
    line-height: 22px;
    border-radius: 3px !important;
    box-shadow: none;
    padding: 19px;
    cursor: pointer
}

.intro-section .form-rd .form-rd__submit-light.btn-lp:hover {
    color: #fff !important
}

.rtz-main-banner {
    padding: 130px 0 80px 0;
    background: #f4f5fa url(../png/main-banner-bg.png) no-repeat;
    background-size: contain;
    background-position: top right
}

.rtz-main-banner--iss {
    position: relative;
    background: 0 0
}

.rtz-main-banner--iss::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #f4f5fa url(../png/main-banner-bg-2.png) no-repeat;
    background-size: cover;
    background-position: top right;
    width: 100%;
    height: 931px;
    z-index: -1
}

.rtz-main-banner--patentNew-1 {
    position: relative;
    background: 0 0
}

.rtz-main-banner--patentNew-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #f4f5fa url(../png/main-bg.png) no-repeat;
    background-size: initial;
    background-position: top right;
    width: 100%;
    height: 931px;
    z-index: -1
}

.rtz-main-banner--patentNew-2 {
    position: relative;
    background: 0 0;
    overflow: hidden
}

.rtz-main-banner--patentNew-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #f4f5fa url(../png/image-993.png) no-repeat;
    background-size: initial;
    background-position: top right;
    width: 114%;
    height: 931px;
    z-index: -1
}

@media (max-width:1199px) {
    .rtz-main-banner--patentNew-2::before {
        background: 0 0;
        padding: 40px 0 30px 0
    }
}

@media (min-width:991px) and (max-width:1450px) {
    .rtz-main-banner--patentNew-2::before {
        left: 200px
    }
}

.rtz-main-banner--patentNew-4 {
    position: relative;
    background: 0 0;
    overflow: hidden
}

.rtz-main-banner--patentNew-4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #f4f5fa url(../png/image-992-3.png) no-repeat;
    background-size: initial;
    background-position: top right;
    width: 114%;
    height: 931px;
    z-index: -1
}

@media (max-width:1199px) {
    .rtz-main-banner--patentNew-4::before {
        background: 0 0;
        padding: 40px 0 30px 0
    }
}

@media (min-width:991px) and (max-width:1400px) {
    .rtz-main-banner--patentNew-4::before {
        left: 150px
    }
}

.rtz-main-banner--patent-3 {
    position: relative;
    background: 0 0
}

.rtz-main-banner--patent-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #f4f5fa url(../png/main-bg.png) no-repeat;
    background-size: initial;
    background-position: top right;
    width: 100%;
    height: 931px;
    z-index: -1
}

.rtz-main-banner--patentNew-3 {
    position: relative;
    background: 0 0
}

.rtz-main-banner--patentNew-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #f4f5fa url(../png/main-bg.png) no-repeat;
    background-size: initial;
    background-position: top right;
    width: 100%;
    height: 931px;
    z-index: -1
}

.rtz-main-banner--patentNew-5 {
    position: relative;
    background: 0 0
}

.rtz-main-banner--patentNew-5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #f4f5fa url(../png/main-banner-bg.png) no-repeat;
    background-size: initial;
    background-position: top right;
    width: 100%;
    height: 931px;
    z-index: -1
}

@media (max-width:991px) {
    .rtz-main-banner {
        background: 0 0;
        padding: 40px 0 30px 0
    }
}

.rtz-main-banner .container-rd {
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width:991px) {
    .rtz-main-banner .container-rd {
        padding-left: 15px;
        padding-right: 15px
    }
}

.rtz-main-banner-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

@media (max-width:991px) {
    .rtz-main-banner-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.rtz-main-banner-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%
}

@media (max-width:991px) {
    .rtz-main-banner-left {
        width: 100%
    }
}

.rtz-main-banner-left__title {
    font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 65px;
    color: #19476a;
    margin-bottom: 43px
}

.rtz-main-banner-left__title span {
    display: block;
    font-weight: 400
}

@media (max-width:991px) {
    .rtz-main-banner-left__title {
        font-weight: 700;
        font-size: 40px;
        line-height: 110%;
        color: #19476a;
        margin-bottom: 30px
    }
}

.rtz-main-banner-left__ul {
    margin-top: 0;
    padding-left: 39px;
    list-style-type: none;
    max-width: 439px
}

.rtz-main-banner-left__ul li {
    font-size: 18px;
    line-height: 26px;
    color: #19476a;
    position: relative
}

.rtz-main-banner-left__ul li:not(:last-of-type) {
    margin-bottom: 34px
}

.rtz-main-banner-left__ul li:before {
    content: '';
    background: url(https://legal-support.ru:443/local/templates/main/assets/images/registraciya-tovarnogo-znaka-ppc/marker.svg);
    width: 14px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.rtz-main-banner-right {
    width: 41.666667%
}

.rtz-main-banner-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 31px 31px 31px;
    background: #fff;
    border: 1px solid rgba(197, 202, 221, .5);
    border-radius: 5px
}

@media (max-width:991px) {
    .rtz-main-banner-form {
        width: 100%;
        padding: 20px;
        margin-bottom: 30px
    }
}

.rtz-main-banner-form__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #19476a;
    margin-bottom: 30px
}

@media (max-width:991px) {
    .rtz-main-banner-form__title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px
    }
}

.rtz-main-banner-form__title+.rtz-main-banner-form__subtitle {
    margin-top: -20px
}

@media (max-width:991px) {
    .rtz-main-banner-form__title+.rtz-main-banner-form__subtitle {
        margin-top: -10px
    }
}

.rtz-main-banner-form__subtitle {
    font-size: 18px;
    line-height: 26px;
    color: #19476a;
    margin-bottom: 30px !important
}

@media (max-width:991px) {
    .rtz-main-banner-form__subtitle {
        margin-bottom: 20px !important
    }
}

.rtz-main-banner-form__input {
    border: 1px solid rgba(197, 202, 221, .5);
    border-radius: 5px;
    padding: 18px 15px;
    margin-bottom: 10px;
    outline: 0
}

.rtz-main-banner-form__input::placeholder {
    font-size: 16px;
    line-height: 24px;
    color: rgba(25, 71, 106, .5)
}

.rtz-main-banner-form__input._error {
    border: 1px solid #ff1037
}

.rtz-main-banner-form__btn {
    font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    background: #ff1037;
    padding: 19px;
    border: none;
    border-radius: 3px !important;
    text-align: center;
    cursor: pointer
}

.rtz-main-banner-form__agreement {
    margin-top: 35px;
    font-size: 16px;
    color: #19476a;
    text-align: center
}

.rtz-main-banner-form__agreement a {
    text-decoration: none;
    border-bottom: none
}

.precedent__list.swiper,
.team__list.swiper,
.reviews__list.swiper {
    overflow: visible;
}

.precedent__list .service__all p {
    margin-bottom: 0;
}

article.prods {
    z-index: 0;
}

.prods__list.swiper {
    padding: 100px 0;
}

h2.title {
    text-transform: none;
}

.advan {
    position: relative;
}

.report-modal-outer {
    padding: 20px 0;
    margin: 0 -20px 0 -20px;
}

@media (min-width: 993px) {
    .report-modal-outer {
        padding: 40px 0;
        margin: 0 30px 0 -30px;
    }
}

.report-modal {
    padding: 50px 30px;
    letter-spacing: -0.05em;
    color: #152438;
    position: relative;
}

.report-modal:before,
.report-modal:after {
    content: "";
    border-top: 1px solid #152438;
    position: absolute;
    width: calc(100% - 60px);
    display: block;
}

.report-modal:before {
    top: 0px;
}

.report-modal:after {
    bottom: 0px;
}

.report-modal._bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../png/rd_blog_checkpatent_to_page.png");
    color: #FFFFFF;
    border: none;
}

.report-modal._bg:before,
.report-modal._bg:after {
    display: none;
}

.report-modal__title {
    font-weight: 500;
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 20px;
}

.report-modal__description {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.03em;
    margin-bottom: 50px;
}

.report-modal__input {
    padding: 26px;
    background: #FFFFFF;
    border: 2px solid #152438;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.03em;
    margin-bottom: 4px;
    display: block;
    width: 100%;
}

.report-modal__input._error {
    border-color: #FF1037;
}

.report-modal__button {
    padding: 26px 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.03em;
    background: #152438;
    border: 2px solid #152438;
    color: #fff;
    width: 100%;
    display: block;
}

.report-modal__button:hover {
    background: #FF1037;
    border: 2px solid #FF1037;
    color: #fff !important;
}

.report-modal__link {
    padding: 26px;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    width: 100%;
    display: none;
    background-repeat: no-repeat;
    background-position: 94% center;
    border: none;
}

.report-modal__link:first-of-type {
    margin-bottom: 20px;
}

.report-modal__link:hover {
    color: #fff !important;
}

.report-modal__link._wa {
    background-color: #34BC48;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAa3SURBVHgBtVdrbFRFFD6zLe2WFrJguwut0gJCeQSowSqKQNsECVGgKgn8ECkx0QQxPGJIJEYhhMRHlCbGSDChYESJBEFMjCHEtkQRIaYL8lSg27RsS1vLlm23r713POfMzN275WUMzN7ZedyZc775zjkzcwX8zySlLMCiQDcjQoggPMiECoswb8ZcjVnarp8r1WGuwlwC9ytpxdW2naxwcN1dusCU3Eu+uIfydVhslyCBHqQZ2gba4Y/O09DQ28hjYnYPDE3JgHzvGJnvzROThk5UgnEszqe82+PxrMd25D8DwEk+LA46K8BRxzqOQ23kN3mh+yIOQOkoH39OiT04DyAn/SH5kn+xmOt7yi0yhANKMYfuCYCUE+VYLaJ2W387fN5UBee7/gKmITFTCgVE98okQDlpOfBWwWpk5hHDSH1vb29ZRkZG6K4ALMuqxMFrSUpDTxNsufIhdNsxJTwZKUlVpcdgoDH0EBjB41fmLofncuabWUHNROS2AHDlFehIVVSvjzUq5VY36yChApRQmVi0UNyTVehJkqcowSFv5L8KJSNmG7+oTElJWW8GeVzKCzC/R8Ja+9rhg6uVMhqPkl8zp/60bDElqxDY020b4dgMDKOD+oDalrSkblMpyAmptatxL9T3NBhnWUeRdQsAnFCuNxfYFz4ILX1twtJCl40qhx1TP4atE96GkpHPCFQHllasxtikGvARBBgjluea8ma8C3Y1faOp48jYfgsAsjuVrX1tcLT9mF6FhJzUbLE89wWH17KRc1g5ClFKaO1upRoU91FpSQZ15uY5OBu9aEDM05GmAFC4mdV/Hf5OTdQCnvTNBHeaNnwyTM0sdBgwJrDdyqnPtniMxfwwQ3Jv+IBhQOCYlQ4AbMyQ2q+CiFQLFiSANpnBadrwKUahxDFCK1b2Z6XsKVySWRgsMnS68yzE4j0qVrUfOAxQ59XuELT0tiYoROEtfa1Jyrvi3fBT28+SlaBQdj4LHc5WVHO2bK6rPmUuw+rlWD3oxZa4fcBHA6IoXK1eKhDY+uWf31FpzAHwZeN+2RxrZYVMsa2Ucp2pZneUxoHVT5mAxqBzm2094QPUIAai6K3GttJWiDv7o3Ag/IMD4Fn/PEErYModQ/CP5gjDnD6qHBZsHbrEsN4PkpwwopwDwNBoJSbLXQ37INh5jgE8mjkWVhdUsE1NdlNsG1NQaZlw1D6C/ZnoUzR2cBhGiIFR3hy9ngSZKrwsue1SJduf0tK8RVAxZpnaeFx7wXR0zgX+EhUNTgTwgoTpC6T5TdjXu00Qol0rkJ5DXo+25VUoG6MSYiIca4E1wU3sJ5RW5S+HT6dvE4G0bF5hIN0PmwrXct7/xE5YGCjVppA6VFVUkA4deQ2sm/7i8Tjtggep/uaZd6Cu88/kuBOJw2Zi1jj47LH3YVhqpvP6WPsJmID9o73+pGk/thyFrRe2q8koIzc9IL4t3qmo93g245mwhRnASg2ZgeoL/aXgoDabDIWVtu3F6GVYcXINNPdcdxTNzZ51i3JK13BM3OwPKGNp7vPOOzx1v3ebgJTXkCMuHFUGTCtI0OEkuS4dv5dNPc2w6PgrcvP5T6QbiDuFsf/wtSNg9oeA1y/nPDTL7IShtLS0oCJGp4GBgRIsqmlAbdsJ2HhuK+9iQrjMoO8EEpLP3ZkjZsDi3Pkwcdh4NE0WVLf+Cl/UfwWdeJoKfS/YMOE1WPbwEt4FUWhFamrqHupPNUKGDBlS0z/QT0z4SBNRrk50jZOOdnUzUFcOhYjvCCc76uSpjjrhoGSEpFfSySlLs58WpFwfRCHUtcfodQD09/cX4VsfSa9uPY4hY4Fz2eC4VQITa7d5LVIoTLZUfQqgAkJP4bBx8O7kDYa2iBW3St2mSnXV54Hm99SNIDuiMAw4i9Wlk2TSNdG5oOpN7eX8F+H1sSuEiRj0h1WD74QOAFxtOTnZpegVaMKYz80IQJl/NhT7pqOHB8RHf++AUx3B292ipUs9tyYNHw8bC1fD4+gbPEDyTagiPT390ODJQg/wof1v0BLDvdfZkbJShoILHJcnkZnD4SNw6eZluIBAtWB+l+cNQPHIIliStwCKjWJ1TabPtnK0e+1twCc2IoxV+g4YdK3kf3ZM5QKuWVhvxoOFlBBbQk90f8Rg2o2K7/hRQslcSJZIafxdRLB+CO21DmO1AGkbge/HeoSnEl+GXMBgdIYfcnHlylEdZ4jgLleJZRHOX3U35WYtFAFVtDngxJo7UWVSV1dXkdfrzdffjAXaDBEEGUIma7Oysh7sV/L9Tv8CwAuP0r1SYOYAAAAASUVORK5CYII=');
}

.report-modal__link._tg {
    background-color: #2798D3;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAInSURBVHgB7ZdLS8NAEMcnvkUrakV8XAqCtaBQUAS9NH4DBU+CevTiF9CbF6968C71LkU8S+JJLIKC4gtRD1pBFEWpYkXXmTTRZtukm7SlHvqDIdkku/+Z2exmAlCiyEhOHmaMyXggC6H5dCOe0Q50C0uSdAD5hITRFCaOojubs3Aj2jJzzxKNAW7Ajj60fZY7NIbPibYReT7EU50QzwTLLe1WLImKy6xwyCIOKKxwKLyexIkH8bAPLrh9/YTI2RNEzp+09taE3+rREdwnVKNRwd2cBge8fnzBbiwOa4ePEL2L/15vqC6360abmGrlQBAEhcMoGj56wPPvtPudniq77jLagisHohjtyt69KVoSmx9qh8WdmDYN2rX6SrthfKkN3oG0tWpES3NrCBhM93lh1N8E88qN6V6PtwbcOmCCos2U5oC3FuaG2zD6SpjavEpzLNBSC6KUce3r1AalN9D8N5gHX67ZgVaIjHdZiif72U7Bc2qDX4a0TmW+B2Xg5PFdi9xTXYaiCRhdv8j4AhKnM71gg4rLcMRo8BlQM/Ug0cGOOu1IRGNvluIC6TfVCrwD2yDAmL9R22gyLbcsK4AIWzqg71AqCEDzvDXRDbP9rabrlCkb1KzVEnPxMbp5SbDJjUs2sHqsndsQAhFYspLJN2KfY92B4hYkuhPFK8m4TOQyHe6LUs6REHNelgu9cE5/TOhrSTVDUDcjumvdVEguNaH9pMS/4Ae+6ZMsvIpnoQAAAABJRU5ErkJggg==');
}

@media (max-width: 1023px) {
    .report-modal._bg {
        padding: 40px 30px;
    }

    .report-modal__input {
        padding: 16px;
        font-size: 20px;
        line-height: 28px;
    }

    .report-modal__button {
        padding: 16px;
        font-size: 20px;
        line-height: 28px;
    }

    .report-modal__form {
        display: none;
    }

    .report-modal__link {
        display: block;
    }
}

.loader {
    position: relative;
    width: 75px;
    height: 75px;
    top: 0px;
    left: calc(50% - 37px);
    display: none;
}

@media (max-width: 1023px) {
    .loader {
        top: 75px;
    }
}

.loader__item {
    position: absolute;
    display: block;
    height: 100%;
    width: 6px;
    left: calc(50% - 3px);
    opacity: 0;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-name: loader;
    animation-play-state: running;
    animation-timing-function: ease-in;
}

.loader__item:after {
    display: block;
    content: "";
    height: 20px;
    border-radius: 5px;
    background-color: #00AFEC;
}

@keyframes loader {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.loader__item:nth-child(2) {
    transform: rotateZ(30deg);
    animation-delay: .1s;
}

.loader__item:nth-child(3) {
    transform: rotateZ(60deg);
    animation-delay: .2s;
}

.loader__item:nth-child(4) {
    transform: rotateZ(90deg);
    animation-delay: .3s;
}

.loader__item:nth-child(5) {
    transform: rotateZ(120deg);
    animation-delay: .4s;
}

.loader__item:nth-child(6) {
    transform: rotateZ(150deg);
    animation-delay: .5s;
}

.loader__item:nth-child(7) {
    transform: rotateZ(180deg);
    animation-delay: .6s;
}

.loader__item:nth-child(8) {
    transform: rotateZ(210deg);
    animation-delay: .7s;
}

.loader__item:nth-child(9) {
    transform: rotateZ(240deg);
    animation-delay: .8s;
}

.loader__item:nth-child(10) {
    transform: rotateZ(270deg);
    animation-delay: .9s;
}

.loader__item:nth-child(11) {
    transform: rotateZ(300deg);
    animation-delay: 1s;
}

.loader__item:nth-child(12) {
    transform: rotateZ(330deg);
    animation-delay: 1.1s;
}

.chess .drk-img {
    display: none;
}

.theme--dark .chess .drk-img {
    display: block;
}

@media screen and (max-width: 992px) {
    .digst__col .digst__btn {
        margin-bottom: 245px;
    }

    .advan--3 .advan__item {
        flex: unset;
    }
}

.main--without-container>.container {
    margin: 0;
    padding: 0;
    max-width: unset;
}

.review__img--mob {
    display: none;
}

@media screen and (max-width: 992px) {
    .review__img {
        display: none
    }

    .review__img--mob {
        display: block;
        width: 120px;
        height: 120px;
        min-width: 120px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px;
    }

    .review__name,
    .review__post {
        text-align: center;
    }

    .reviews__title {
        margin-bottom: 20px;
    }

    .review__rating,
    .review__text {
        margin-bottom: 12px;
    }

    .reviews__list .reviews__slide {
        padding: 20px;
    }
}

.main-title-rd {
    margin-bottom: .65em;
    color: #32404d;
    font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    font-size: 2.333333333333333em;
    font-weight: 600;
    line-height: 1.13;
    text-align: left
}

@media (min-width:768px) {
    .main-title-rd {
        font-size: 3.4em;
        line-height: 1.2;
        text-align: center
    }
}

.main-title-rd--before-text {
    margin-bottom: .3em
}

.blog-detail-rd .main-title-rd {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .blog-detail-rd .main-title-rd {
        margin-bottom: 57px
    }
}

.content-section-divider {
    margin: 100px 0;
    height: 1px;
    border: 0;
    background-color: currentColor;
}

@media (max-width: 1023px) {
    .content-section-divider {
        margin: 40px 0;
    }
}

@media (max-width: 376px) {
    .content-section-divider.divider-mt {
        margin-top: 31px;
        margin-bottom: 68px;
    }
}

.team-person-publications+.content-section-divider,
.team-sections+.content-section-divider {
    margin-bottom: 0;
}

.team-person-publications+.content-section-divider+.apply .container,
.team-sections+.content-section-divider+.apply .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.container--services .content-section-divider,
.container--services .case-progress {
    max-width: 1340px;
    margin: 100px auto;
}

@media screen and (max-width: 1400px) {

    .container--services .content-section-divider,
    .container--services .case-progress {
        padding-left: 0;
        padding-right: 0;
        margin-right: 20px;
        margin-left: 20px;
    }
}

.online-search.online-search--redis .modal .form-rd__input-text,
.fancybox-wrap .form-rd__input-text {
    padding: 15px;
}

.online-search.online-search--redis .modal .btn-lp {
    text-transform: none;
    background: #152438;
    font-weight: 400;
}

.online-search.online-search--redis .modal .btn-lp:hover,
.fancybox-wrap .btn-lp:hover {
    background-color: #ff1037;
}

.online-search.online-search--redis .ip-id_search_container,
.online-search.online-search--redis .search-container,
.fancybox-wrap .search-container {
    max-width: unset;
    width: 100%;
    padding: 0;
}

.online-search.online-search--redis .main__form,
.fancybox-wrap .main__form {
    width: 100%;
}

.online-search.online-search--redis .search_input_container,
.fancybox-wrap .search_input_container {
    border: 2px solid #152438;
    width: calc(87% - 2px);
    margin-right: 2px;
    min-height: 84px;
    padding-left: 24px;
}

.online-search.online-search--redis .submit_red,
.fancybox-wrap .submit_red {
    width: 13%;
    min-height: 84px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.03em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.online-search.online-search--redis .designation__input,
.fancybox-wrap .designation__input {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.03em;
    height: auto;
    margin-top: 24px;
    padding-top: 0;
    color: #152438;
}

.online-search.online-search--redis .designation__input::placeholder,
.fancybox-wrap .designation__input::placeholder {
    color: #9EA5AD;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.03em;
}

.online-search.online-search--redis .plus_button,
.fancybox-wrap .plus_button {
    font-family: 'Inter';
    margin-top: 20px;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #00AFEC;
    background: none;
    width: 377px;
    margin-right: 3px;
    background: url(https://legal-support.ru:443/local/templates/main/assets/icon/plus.svg) left center no-repeat;
}

.online-search.online-search--redis .mobile-search-container {
    margin-left: 0;
    margin-right: 0;
}

.online-search.online-search--redis .plus_button svg {
    display: none;
}

.online-search.online-search--redis * {
    font-family: 'Inter' !important;
}

html body.new--design .online-search.online-search--redis .trademarks .trademarks-list .trade-mark-item,
html body.new--design .online-search.online-search--redis .legal-names .legal-names-list .legal-name-item,
html body.new--design .online-search.online-search--redis .domain-names .domain-names-list .domain-name-item {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}

.online-search.online-search--redis .main_result {
    background: none;
}

.modal-rd--width-680 {
    background-color: #fff;
}

.online-search.online-search--redis .modal__title {
    font-size: 1.285714285714286em;
    font-weight: 700;
    line-height: 1.444
}

.modal__subtitle {
    font-size: 1.285714285714286em;
    font-weight: 700;
    line-height: 1.444;
    text-transform: uppercase;
    margin-top: 20px
}

.online-search.online-search--redis .modal--success {
    max-width: 960px;
    padding: 35px 50px 33px 30px;
    text-align: center;
    background-color: #e6ebed
}

.online-search.online-search--redis .modal--success .form {
    max-width: 960px
}

.modal-lp {
    display: none
}

.modal-lp__footer {
    margin-top: 10px;
    border-top: 1px solid #dde0e9;
    padding-top: 20px
}

.modal-lp__social-icons {
    text-align: center
}

.modal-lp__title {
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.428571428571429em;
    font-weight: 400;
    line-height: 1.2
}

.modal-lp__title:not(:last-child) {
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .modal-lp__title {
        font-size: 2.142857142857143em
    }
}

.modal-lp__subtitle {
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.142857142857143em;
    font-weight: 400;
    line-height: 1
}

@media (min-width: 768px) {
    .modal-lp__subtitle {
        font-size: 1.714285714285714em
    }
}

.modal-lp--success {
    padding: 25px;
    text-align: center;
    background-color: #f5f6fa
}

@media (min-width: 768px) {
    .modal-lp--success {
        padding: 34px 50px 32px 30px
    }
}

.modal-lp--road-modal {
    padding: 34px 60px 32px 60px;
    background-color: #f5f6fa
}

.modal-lp--road-modal .modal-lp__title {
    margin-bottom: 17px
}

.modal-lp--road-modal .modal-lp__subtitle {
    margin-bottom: 15px
}

.modal-lp__map {
    width: 100%;
    height: 500px;
    margin-top: 20px;
    margin-bottom: 25px
}

.modal-rd {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f4f5fa;
    font-size: 15px
}

@media (min-width: 768px) {
    .modal-rd {
        padding-left: 30px;
        padding-right: 30px
    }
}

.modal-rd--first-appeal {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .modal-rd--first-appeal {
        padding-top: 24px;
        padding-bottom: 35px;
        padding-right: 35px
    }
}

.modal-rd--first-appeal .btn-lp {
    padding-bottom: 13px;
    padding-top: 13px;
    width: 100%;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .modal-rd--first-appeal .btn-lp {
        margin-bottom: 0;
        max-width: 167px;
        margin-right: 20px
    }
}

.modal-rd--first-appeal .btn-light {
    padding-bottom: 13px;
    padding-top: 13px;
    width: 100%
}

@media (min-width: 768px) {
    .modal-rd--first-appeal .btn-light {
        max-width: 167px
    }
}

.modal-rd--first-appeal .modal-rd__links-wrapper {
    width: 100%
}

.modal-rd--check-trademark-sign {
    padding-top: 25px;
    padding-bottom: 35px;
    max-width: 860px
}

@media (min-width: 768px) {
    .modal-rd--check-trademark-sign {
        padding-top: 24px;
        padding-bottom: 53px
    }
}

.modal-rd--check-trademark-sign .btn-lp {
    height: 70px;
    width: 100%;
    margin-top: 25px;
    padding-top: 21px
}

@media (min-width: 992px) {
    .modal-rd--check-trademark-sign .btn-lp {
        margin-top: 0;
        padding-top: 15px;
        height: 50px;
        max-width: 253px
    }
}

.modal-rd--check-trademark-sign .form-rd__agreement-text {
    margin-top: 18px;
    text-align: center
}

@media (min-width: 992px) {
    .modal-rd--check-trademark-sign .form-rd__agreement-text {
        text-align: left
    }
}

.modal-rd--check-trademark-sign .form-rd__col-1-3-lg:not(:last-child) {
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .modal-rd--check-trademark-sign .form-rd__col-1-3-lg:not(:last-child) {
        margin-bottom: 0
    }
}

.modal-rd--dark-blue {
    background-color: #041223;
    padding: 30px 20px 28px 20px
}

.modal-rd--dark-blue .modal-rd__title {
    margin-bottom: 29px
}

.modal-rd--dark-blue .form-rd__agreement-text {
    margin-bottom: 0 !important
}

.modal-rd--has-blue-bg {
    background: #143956 url(../jpg/bg-deep-blue-form--sm.jpg) 0 0 no-repeat;
    padding: 26px 20px 25px 20px;
    background-repeat: no-repeat;
    background-position: bottom
}

.modal-rd--has-blue-bg .modal-rd__title {
    color: #fff;
    font-weight: 700;
    font-size: 2.666666666666667em;
    line-height: 1.325;
    margin-bottom: 20px
}

.modal-rd--has-blue-bg .form-rd__agreement-text {
    margin-top: 20px;
    margin-bottom: 0 !important
}

.modal-rd--has-blue-bg .btn-lp {
    padding-bottom: 24px;
    padding-top: 24px;
    line-height: 1.1;
    font-size: 1.333333333333333em
}

.modal-rd--application {
    width: 100%;
    max-width: 460px;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #f4f5fa
}

@media (min-width: 992px) {
    .modal-rd--application {
        padding-top: 30px
    }
}

.modal-rd--width-680 {
    width: 100%;
    max-width: 680px;
    padding: 14px 15px 20px;
    background-color: #f4f5fa
}

@media (min-width: 992px) {
    .modal-rd--width-680 {
        padding: 24px 30px 30px
    }
}

.modal-rd--width-680 .modal-rd__title {
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .modal-rd--width-680 .modal-rd__title {
        margin-bottom: 30px
    }
}

.modal-rd--width-680 .modal-rd__text {
    margin-top: 0;
    font-size: 1.066666666666667em;
    font-weight: 400;
    line-height: 24px
}

@media (min-width: 992px) {
    .modal-rd--width-680 .modal-rd__text {
        margin-bottom: 23px;
        font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
        font-size: 1.6em;
        font-weight: 300;
        line-height: 30px
    }
}

.modal-rd--width-680 .form-rd__agreement-text {
    margin-top: 20px
}

@media (min-width: 992px) {
    .modal-rd--width-680 .form-rd__agreement-text {
        margin-top: 16px
    }
}

.modal-rd--book-present {
    padding: 15px
}

@media (min-width: 992px) {
    .modal-rd--book-present {
        padding: 30px
    }
}

.modal-rd__control {
    width: 100%;
    margin-top: 15px;
    text-align: center
}

@media (min-width: 992px) {
    .modal-rd__control {
        margin-top: 40px
    }

    .modal-rd__control .btn-lp {
        min-width: 253px
    }
}

.modal-rd__header {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dde0e9
}

@media (min-width: 992px) {
    .modal-rd__header {
        margin-bottom: 40px;
        padding-bottom: 25px
    }
}

.modal-rd__header-text {
    width: 100%;
    margin-top: 12px
}

.modal-rd__title {
    font-size: 1.866666666666667em;
    line-height: 1.285;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    letter-spacing: .5px
}

.modal-rd__title--lg {
    font-size: 1.866666666666667em;
    line-height: 1.2857
}

@media (min-width: 768px) {
    .modal-rd__title--lg {
        font-size: 2.8em
    }
}

.modal-rd__title--lg+.modal-rd__slogan {
    margin-top: 18px
}

.modal-rd__title--white {
    color: #fff
}

.modal-rd__title--bold {
    font-weight: 700
}

.modal-rd__text {
    margin: 12px 0;
    font-size: 1em;
    line-height: 1.35
}

.modal-rd__slogan {
    font-size: 1.2em;
    line-height: 1.5;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif
}

@media (min-width: 768px) {
    .modal-rd__slogan {
        font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
        font-weight: 300;
        font-size: 1.6em;
        line-height: 1.25
    }
}

.modal-rd__slogan:not(:last-child) {
    margin-bottom: 15px
}

.modal-rd__slogan+.modal-rd__links-wrapper {
    margin-top: 20px
}

@media (min-width: 768px) {
    .modal-rd__slogan+.modal-rd__links-wrapper {
        margin-top: 33px
    }
}

.modal-rd__top {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dde0e9
}

@media (min-width: 768px) {
    .modal-rd__top {
        padding-top: 28px;
        padding-bottom: 17px
    }
}

.modal-rd__middle {
    padding-top: 10px;
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .modal-rd__middle {
        padding-top: 17px;
        padding-bottom: 30px
    }
}

.modal-rd__map {
    margin-top: 20px;
    width: 100% !important
}

.modal-rd__bottom {
    padding: 20px 0 10px 0
}

@media (min-width: 768px) {
    .modal-rd__bottom {
        padding: 30px 0 15px 0
    }
}

.modal-rd__btn {
    min-width: 150px;
    min-height: 40px
}

.modal-rd--sm {
    padding-left: 15px;
    padding-right: 15px
}

.modal-rd--sm .modal-rd__top {
    padding-top: 9px;
    padding-bottom: 10px
}

.modal-rd--sm .modal-rd__bottom {
    padding: 30px 0 20px 0
}

.modal-rd__form+.modal-rd__link-blue {
    margin-top: 20px
}

@media (min-width: 768px) {
    .modal-rd__form+.modal-rd__link-blue {
        margin-top: 39px
    }
}

.modal-rd__form-label {
    display: block;
    color: #929fab
}

.modal-rd__form-label span {
    color: #ff1037
}

@media (min-width: 768px) {
    .modal-rd__form-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.modal-rd__form input[type=text] {
    width: 100%
}

@media (min-width: 992px) {
    .modal-rd__form input[type=text] {
        width: 527px
    }
}

.modal-rd__form .btn-lp {
    padding-bottom: 14px;
    padding-top: 14px;
    line-height: 1.375;
    width: 100%;
    margin-top: 15px
}

@media (min-width: 992px) {
    .modal-rd__form .btn-lp {
        margin-top: 0;
        margin-left: 20px;
        width: -webkit-calc(100% - 547px);
        width: calc(100% - 547px)
    }
}

.modal-rd__link-blue {
    display: inline-block;
    font-size: .866666666666667em;
    line-height: 1.384
}

.modal-rd__link-blue:last-child {
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .modal-rd__link-blue:last-child {
        margin-bottom: 30px
    }
}

.modal-rd .statuses-block {
    max-width: 800px;
    margin-top: 30px;
    margin-bottom: 30px
}

.modal-table-rd {
    font-size: 1em;
    width: 100%;
    text-align: left
}

.modal-table-rd th {
    color: #929fab;
    width: 25%;
    padding-bottom: 11px;
    font-weight: 400
}

.modal-table-rd td {
    vertical-align: top;
    font-weight: 400
}

.modal-rd-progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(100 + 5px);
    width: calc(100 + 5px);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2.5px;
    font-family: 'Inter', "Helvetica Neue", Arial, sans-serif
}

@media (min-width: 992px) {
    .modal-rd-progress {
        width: -webkit-calc(100 + 10px);
        width: calc(100 + 10px);
        margin: -5px
    }
}

.modal-rd-progress__element {
    width: auto;
    margin: 2.5px;
    padding: 5px 10px 4px;
    font-size: .866666666666667em;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    border-radius: 3px
}

.modal-rd-progress__element--white {
    color: #307abd;
    background-color: #fff
}

.modal-rd-progress__element--blue {
    color: #fff;
    background-color: #307abd
}

@media (min-width: 992px) {
    .modal-rd-progress__element {
        margin: 5px
    }
}

.modal-rd-present {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    font-size: .933333333333333em;
    font-weight: 400;
    line-height: 20px
}

@media (min-width: 992px) {
    .modal-rd-present {
        font-size: 1.066666666666667em;
        line-height: 24px
    }
}

.modal-rd-present__details {
    width: -webkit-calc(100% - 115px);
    width: calc(100% - 115px);
    padding-right: 30px
}

@media (min-width: 992px) {
    .modal-rd-present__details {
        width: -webkit-calc(100% - 285px);
        width: calc(100% - 285px);
        padding-top: 12px;
        padding-right: 0
    }
}

.modal-rd-present__details--no-image {
    width: 100%;
    padding-right: 0
}

@media (min-width: 992px) {
    .modal-rd-present__details--no-image {
        width: 425px;
        margin-bottom: 15px
    }
}

.modal-rd-present__details .modal-rd__text {
    margin-top: 15px;
    font-size: 1.066666666666667em;
    line-height: 24px
}

@media (min-width: 992px) {
    .modal-rd-present__details .modal-rd__text {
        margin-top: 20px;
        font-size: 1.6em;
        line-height: 30px
    }
}

.modal-rd-present__image {
    width: 115px
}

@media (min-width: 992px) {
    .modal-rd-present__image {
        width: 285px;
        padding-right: 40px
    }
}

.modal-rd-present__image img {
    display: block;
    max-height: 176px
}

@media (min-width: 992px) {
    .modal-rd-present__image img {
        max-height: 238px;
        margin-left: auto
    }
}

.modal-rd-present__headline {
    margin-bottom: 10px;
    font-family: 'Inter', "Helvetica Neue", Arial, sans-serif;
    font-size: 1.666666666666667em;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: -1px
}

@media (min-width: 992px) {
    .modal-rd-present__headline {
        margin-bottom: 18px;
        font-size: 2.8em;
        line-height: 44px
    }
}

.modal-rd-present__prompt {
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    width: 24px;
    height: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-top: -3px;
    margin-left: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    background-color: #c5cadd;
    border-radius: 50%;
    border-bottom: 0;
    vertical-align: middle
}

@media (min-width: 992px) {
    .modal-rd-present__prompt {
        width: 32px;
        height: 32px;
        margin-top: -6px;
        font-size: 22px;
        line-height: 30px
    }
}

.modal-rd-present p {
    margin: 0;
    font-size: inherit;
    line-height: inherit
}

.modal-rd-present .modal-rd__title {
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .modal-rd-present .modal-rd__title {
        margin-bottom: 15px
    }
}

.modal-rd-options {
    width: 100%;
    margin-top: 20px
}

@media (min-width: 992px) {
    .modal-rd-options {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px
    }
}

.modal-rd-options--standalone {
    margin-top: 30px
}

@media (min-width: 992px) {
    .modal-rd-options--standalone {
        margin-top: 40px
    }

    .modal-rd-options--standalone .modal-rd-options__link {
        width: 100%
    }

    .modal-rd-options--standalone .modal-rd-options__link+.modal-rd-options__link {
        margin-top: 10px
    }
}

.modal-rd-options__headline {
    width: 100%;
    margin-bottom: 19px;
    color: #152438;
    font-size: 1.066666666666667em;
    font-weight: 400;
    line-height: 24px
}

@media (min-width: 992px) {
    .modal-rd-options__headline {
        font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
        font-size: 1.6em;
        font-weight: 300;
        line-height: 30px
    }
}

.modal-rd-options__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #307abd;
    font-size: 1.066666666666667em;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #dde0e9
}

.modal-rd-options__link+.modal-rd-options__link {
    margin-top: 10px
}

.modal-rd-options__link:hover {
    border-color: #307abd
}

.modal-rd-options__link span {
    display: block;
    width: 100%;
    color: #000
}

@media (min-width: 992px) {
    .modal-rd-options__link span {
        display: inline;
        width: auto
    }
}

@media (min-width: 992px) {
    .modal-rd-options__link {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px)
    }

    .modal-rd-options__link+.modal-rd-options__link {
        margin-top: 0;
        margin-left: 20px
    }
}

@media (min-width: 992px) {
    .form-rd__box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.form-rd__box {
    width: 100%;
}

.online-search.online-search--redis .form-rd__box-control:not(:last-child),
.form-rd__box-input:not(:last-child) {
    margin-bottom: 10px;
}

@media (min-width: 992px) {

    .fancybox-wrap .form-rd__box-control:not(:last-child),
    .form-rd__box-input:not(:last-child),
    .online-search.online-search--redis .form-rd__box-control:not(:last-child),
    .form-rd__box-input:not(:last-child) {
        margin-bottom: 0;
    }
}

.online-search.online-search--redis .form-rd__box-control,
.form-rd__box-input {
    width: 100%;
}

@media (min-width: 992px) {

    .fancybox-wrap .form-rd__box-input,
    .online-search.online-search--redis .form-rd__box-input {
        width: -webkit-calc(100% - 253px);
        width: calc(100% - 253px);
    }
}

.fancybox-wrap .field-rd,
.online-search.online-search--redis .field-rd {
    background-color: #fff;
    box-shadow: 0 3px 6px rgb(105 133 154 / 10%);
    border-radius: 0;
    border: none;
    padding: 15px 45px 15px 17px;
    outline: 0;
    line-height: inherit !important;
}

.fancybox-wrap .form-rd__input-text,
.online-search.online-search--redis .form-rd__input-text {
    width: 100%;
}

input[type=button],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

.fancybox-wrap .form-rd__input-text,
.online-search.online-search--redis .form-rd__input-text {
    padding: 27px 15px;
}

.form-rd__input-text {
    width: 100%;
}

.field-rd--shadow {
    border: 1px solid #dde0e9;
    box-shadow: inset 0 1px 5px #ebedf3;
}

@media (min-width: 768px) {
    .field-rd--shadow {
        box-shadow: 0 3px 6px rgb(111 132 152 / 10%);
    }
}

.field-rd--text {
    height: 40px;
}

@media (min-width: 768px) {

    .fancybox-wrap .field-rd--text,
    .online-search.online-search--redis .field-rd--text {
        height: 50px;
    }
}

.field-rd--lg {
    height: 50px;
}


.form-rd__box-control,
.form-rd__box-input {
    width: 100%;
}

@media (min-width: 992px) {
    .form-rd__box-control {
        width: 253px;
    }
}


.btn-full {
    display: block;
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .form-rd__box-control .btn-lp {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .form-rd__box-control .btn-lp {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.form-rd__agreement-text {
    margin-top: 30px;
    color: #929fab;
    font-size: .866666666666667em;
    line-height: 1.1;
    text-align: center;
    display: inline-block;
}

.modal-rd--width-680 .form-rd__agreement-text {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .modal-rd--width-680 .form-rd__agreement-text {
        margin-top: 16px;
    }
}

.price-banner .btn-lp {
    width: 100%;
}

.btn_bg {
    width: 100%;
    padding: 26px;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.03em;
    border: none;
    cursor: pointer;
}

.chess__btn--hide {
    display: none;
}

.public__img.public__img--nbg {
    background: none;
    padding: 0;
}

.serv__inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.serv__items>div {
    width: 100%;
}

.case-progress-text--img,
.case-progress-text--img img {
    width: 100%;
}

.case-progress--img .case-progress__row {
    margin-bottom: 60px;
}

.case-progress--img .case-progress__row:last-child {
    margin-bottom: 0;
}

.case-progress--img .case-progress-desc {
    margin-bottom: 31px;
}

.case-progress--img .case-progress-desc:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .case-progress--img .case-progress-desc {
        margin-bottom: 16px;
    }
}

.rtz-price-item .btn-full {
    height: unset;
}

.chess__title {
    margin-bottom: 80px;
}

.ask__title {
    padding-right: 113px;
}

.reviews__title {
    margin-bottom: 40px;
}

.case-progress-item {
    border-color: #152438;
}

.theme--dark .case-progress-item {
    border-color: #fff;
}

.theme--dark .service__html {
    color: #fff;
}

@media screen and (max-width: 992px) {
    .chess__title {
        margin-bottom: 24px;
    }

    .ask__title {
        padding-right: 0;
    }

    .reviews__title {
        margin-bottom: 30px
    }
}

.files .files__title {
    margin-bottom: 60px;
}

.files__list {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 8px;
    row-gap: 8px;
}

.files__item {
    width: calc((100% - 16px) / 3);
    max-width: 450px;
    min-width: 300px;
}

.files__item__link {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 50px 30px 30px;
    -webkit-clip-path: polygon(36px 0, 100% 0, 100% 100%, 0 100%, 0 36px);
    clip-path: polygon(36px 0, 100% 0, 100% 100%, 0 100%, 0 36px);
    height: 220px;
    border: 0;
    position: relative;
    background: #fff url(../png/case-victory-doc-bg.png) right top no-repeat;
    color: inherit;
}

@media (max-width: 767px) {
    .files__item__link {
        height: 180px;
        padding-bottom: 24px;
    }
}

.files__item__link:hover {
    color: #fff !important;
}

.files__item__link:hover:before {
    opacity: 1;
}

.files__item__link:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00AFEC;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.files__item__link:after {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    left: 0;
    top: 0;
    background-color: #152438;
    z-index: 1;
}

.files__item__title {
    position: relative;
    z-index: 2;
}

.theme--dark .files__item__link {
    background-color: #1F324A;
}

.theme--dark .files__item__link:after {
    background-color: #fff;
}

.chess__title {
    margin-bottom: 80px;
}

.ask__title {
    padding-right: 113px;
}

.reviews__title {
    margin-bottom: 40px;
}

.case-progress-item {
    border-color: #152438;
}

.theme--dark .case-progress-item {
    border-color: #fff;
}

.theme--dark .service__html {
    color: #fff;
}

@media screen and (max-width: 992px) {
    .chess__title {
        margin-bottom: 24px;
    }

    .ask__title {
        padding-right: 0;
    }

    .reviews__title {
        margin-bottom: 30px
    }
}

.container--services .not-margin,
.not-margin {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.container--services .small-margin,
.small-margin {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}

.container--services .std-margin,
.std-margin {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
}

.container--services .not-margin_top,
.not-margin_top,
.not-margin_top .content-section-divider,
.small-margin_top .content-section-divider,
.std-margin_top .content-section-divider {
    margin-top: 0;
    padding-top: 0;
}

.container--services .small-margin_top,
.small-margin_top {
    margin-top: 0;
    padding-top: 40px;
}

.container--services .std-margin_top,
.std-margin_top {
    margin-top: 0;
    padding-top: 100px;
}

.container--services .not-margin_bottom,
.not-margin_bottom,
.not-margin_bottom .content-section-divider,
.small-margin_bottom .content-section-divider,
.std-margin_bottom .content-section-divider {
    margin-bottom: 0;
    padding-bottom: 0;
}

.container--services .small-margin_bottom,
.small-margin_bottom {
    margin-bottom: 0;
    padding-bottom: 40px;
}

.container--services .std-margin_bottom,
.std-margin_bottom {
    margin-bottom: 0;
    padding-bottom: 100px;
}

@media screen and (max-width: 768px) {

    .container--services .small-margin,
    .small-margin {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .container--services .std-margin,
    .std-margin {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .container--services .small-margin_top,
    .small-margin_top {
        padding-top: 25px;
    }

    .container--services .std-margin_top,
    .std-margin_top {
        padding-top: 50px;
    }

    .container--services .small-margin_bottom,
    .small-margin_bottom {
        padding-bottom: 25px;
    }

    .container--services .std-margin_bottom,
    .std-margin_bottom {
        padding-bottom: 50px;
    }
}

.chess__wrap ul {
    list-style-type: none;
}

.hero__row--without-video .hero__desc {
    margin-left: auto;
    margin-right: 0;
}

.hero__row--without-video .hero__desc.hero__desc-left {
    max-width: 980px;
    margin-left: 0;
    margin-right: auto;
}

.team__title--long {
    max-width: 100%;
}

.modal .modal__body .modal__input {
    padding: 13px 15px;
}

.modal .modal__body .btn-lp {
    background-color: #152438;
    text-transform: none;
    font-weight: 400;
    letter-spacing: -0.03em;
    font-family: 'Inter';
}

.modal .modal__body .modal__polic {
    letter-spacing: -0.02em;
}

.theme--dark .modal .modal__body .btn-lp {
    background-color: #ffffff;
    color: #152438;
}

.modal .modal__body .btn-lp:hover {
    background: #FF1037;
    color: #ffffff;
}

.ask__text a {
    color: #00afec;
    text-decoration: none;
    transition: all .5s;
}

.ask__text a:hover {
    color: #FF1037;
}

.stage .stage__list {
    overflow: visible;
}

.service__html table {
    font-family: 'Inter';
    border-collapse: collapse;
    min-width: 860px;
    overflow: scroll;
}

.service__html th {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #9EA5AD;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #152438;
    vertical-align: top;
    padding-right: 10px;
}

.service__html td {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.03em;
    color: #152438;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #152438;
    vertical-align: top;
    padding-right: 10px;
}

.service__html table span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #9EA5AD;
}

.service__html td:last-child span {
    margin-top: 5px;
    display: block;
}

.service__html th:nth-child(1) {
    width: 11.4%;
}

.service__html th:nth-child(2) {
    width: 30.3%;
}

.service__html th:nth-child(3) {
    width: 30.3%;
}

.theme--dark .service__html td {
    color: #ffffff;
    border-color: #ffffff;
}

.theme--dark .service__html th {
    border-color: #ffffff;
}

@media screen and (max-width: 992px) {
    .service__html th:nth-child(1) {
        width: 15%;
    }

    .table-wrap {
        overflow: scroll;
    }
}

.online-search.online-search--redis .search_input_container {
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.online-search.online-search--redis .legalsupport .legalsupport h1 {
    font-weight: 500;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.05em;
}

.online-search.online-search--redis .legalsupport {
    margin-top: 40px;
}

.online-search.online-search--redis .legalsupport .main_result .carousel-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.04em;
}

.online-search.online-search--redis .legalsupport .legalsupport .request-btn {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    background: #152438;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: all .5s;
}

.online-search.online-search--redis .legalsupport .legalsupport .request-btn:hover {
    background-color: #ff1037;
}

.theme--dark .online-search.online-search--redis .legalsupport .main_result .carousel-title {
    color: #ffffff;
}

.new--design .modal-rd__title {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.04em;
    color: #152438;
}

.theme--dark.new--design .modal-rd__title,
.theme--dark.new--design .modal-rd__text {
    color: #ffffff;
}

.new--design .form-rd>.form-rd__box {
    display: block;
}

.new--design .form-rd__box-input {
    width: 100%;
    margin-bottom: 10px;
}

.new--design .form-rd__box .btn-lp {
    background: #152438;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    box-shadow: none;
}

.theme--dark.new--design .form-rd__box .btn-lp {
    background-color: #ffffff;
    color: #152438;
}

.new--design .form-rd__box .btn-lp:hover {
    background-color: #ff1037;
}

.new--design .form-rd__box-control {
    width: 100%;
}

.new--design .form-rd__agreement-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #9EA5AD;
    margin-top: 30px;
}

.theme--dark.new--design .form-rd__input-text {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
}

.new--design .form-rd__agreement-text a {
    color: #9EA5AD;
}

.new--design .form-rd__input-text {
    border: 2px solid #152438;
    box-shadow: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.03em;
    color: #152438;
}

.new--design .modal-rd {
    background: #fff url(../png/modalbg.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.theme--dark.new--design .modal-rd {
    background-color: #152438;
}

.new--design .fancybox-close {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #ffffff;
    top: 0;
    right: 0;
    transform: translateX(100%);
}

.new--design .online-search.online-search--redis .main_result .ip-id-result .count,
.new--design .online-search.online-search--redis .main_result .ip-id-result .parrent_modal .modal .trade-mark-card,
.new--design .online-search.online-search--redis .main_result .ip-id-result .zzmodal .parrent_modal .modal .class-number,
.new--design .online-search.online-search--redis .main_result .ip-id-result .parrent_modal .modal .btn-risk,
.new--design .online-search.online-search--redis .main_result .ip-id-result .parrent_modal .modal .btn-risk,
.new--design .online-search.online-search--redis .main_result .ip-id-result .parrent_modal .image-container,
.new--design .online-search.online-search--redis .main_result .ip-id-result .parrent_modal .show-all-btn,
.new--design .online-search.online-search--redis .main_result .ip-id-result .contract-tooltip,
.new--design .online-search.online-search--redis .main_result .ip-id-result .parrent_modal .modal .trademarks-list__wrap .trademarks-list .trade-mark-card,
.new--design .online-search.online-search--redis .main_result .ip-id-result .image-container .image-container__name {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.new--design .online-search.online-search--redis .modal {
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.new--design .online-search.online-search--redis .main_result .ip-id-result .parrent_modal .image-container {
    border: none;
    background: transparent;
}

.new--design .online-search.online-search--redis .info-container .link-applicantName {
    color: #152438;
}

.new--design .online-search.online-search--redis .main_result .ip-id-result .contract-tooltip,
.new--design .online-search.online-search--redis .main_result .ip-id-result .count {
    background-color: #f6f7f9;
}

@media screen and (max-width: 768px) {
    .online-search.online-search--redis .legalsupport .legalsupport h1 {
        font-weight: 500;
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -0.05em;
    }

    .online-search.online-search--redis .legalsupport .main_result .carousel-title {
        font-weight: 500;
        font-size: 26px;
        line-height: 34px;
        letter-spacing: -0.04em;
    }
}

.review__rating {
    margin-bottom: 0;
}

.review__top {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

@media (max-width: 576px) {
    .review__top {
        margin-bottom: 12px;
    }

    .review__text {
        font-size: 20px;
    }
}

.review__more {
    color: #00AFEC;
    text-decoration: none;
    border: 0;
}

.modal .modal__body .btn-lp {
    font-size: 18px;
    line-height: 28px;
}

.theme--dark .verimg__icon img {
    filter: invert(1);
}

.chess__desc ol {
    padding-left: 26px;
}

.chess__desc ul li {
    margin-bottom: 8px;
    padding-left: 48px;
    background: url(https://legal-support.ru:443/local/templates/main/img/icons/check.svg) 5px 8px no-repeat;
}

.theme--dark .chess__desc ul li {
    background: url(https://legal-support.ru:443/local/templates/main/img/icons/check_white.svg) 5px 8px no-repeat;
}

.chess__desc .hyphen li {
    background: url(https://legal-support.ru:443/local/templates/main/img/icons/hyphen.svg) 3px 15px/28px 3px no-repeat;
}

.theme--dark .chess__desc .hyphen li {
    background: url(https://legal-support.ru:443/local/templates/main/img/icons/hyphen_white.svg) 3px 15px/28px 3px no-repeat;
}

.chess__desc .dot li {
    background: url(https://legal-support.ru:443/local/templates/main/img/icons/dot.svg) 3px 8px no-repeat;
}

.theme--dark .chess__desc .dot li {
    background: url(https://legal-support.ru:443/local/templates/main/img/icons/dot_white.svg) 3px 8px no-repeat;
}

.ask__text table {
    font-family: 'Inter';
    border-collapse: collapse;
    min-width: 560px;
    overflow: scroll;
    margin-bottom: 12px;
}

.ask__text th {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #9EA5AD;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #152438;
    vertical-align: top;
    padding-right: 10px;
}

.ask__text td {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.03em;
    color: #152438;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #152438;
    vertical-align: top;
    padding-right: 10px;
}

/* .ask__text td:last-child {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
} */

.ask__text table span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #9EA5AD;
}

@media screen and (max-width: 992px) {
    .team__img {
        margin: 0 auto;
    }
}

.team-person-projects,
.team-person-publications,
.publications-slider.swiper {
    overflow: visible;
}

.modal .modal__input {
    padding: 15px;
}

.modal.modal--active .modal__input--error {
    border-color: #ff1037;
}

.price__both .price__link:hover {
    color: #fff;
}

.chess__wrap .chess__btn:hover {
    color: #fff;
    border-color: transparent;
}

.theme--dark .ask__text ol li {
    background: none;
}

.serv__nav .h6,
.serv__items .serv__text,
.serv__items .serv__val {
    margin-bottom: 0;
}

.hero--search {
    position: relative;
    z-index: 2;
}

.main--redis .hero--search .online-search.online-search--redis .main_result .buttons_risk .box_button_warning,
.main--redis .hero--search .online-search.online-search--redis .main_result .buttons_risk .box_button_low,
.main--redis .hero--search .online-search.online-search--redis .main_result .name,
.main--redis .hero--search .online-search.online-search--redis .main_result .class-numbers .class-number {
    border-radius: 0;
}

.serv__nav .h6,
.serv__item .serv__val {
    margin-bottom: 0;
}

.serv__item .serv__text--price {
    margin-bottom: 24px;
}

.ip-id_search_container .main__form.main__form--error {
    top: unset;
    bottom: -70px;
}

.public__img a {
    cursor: default;
}

.container .container .content-section-divider {
    margin-left: 0px;
    margin-right: 0px;
}