.form-card-lp__guarantee-text.form-card-lp__guarantee-text_gray:before {
    position: absolute;
    background-size: contain;
    content: '';
    background-image: url("../svg/icon-guarantee-gray.svg");
    width: 30px;
    height: 35px;
    left: 0;
}

.form-input.form-input--text .form-input--text__notice {
     color: #929fab;
     font-weight: 400;
     font-size: 0.857142857142857em;
     line-height: 1.6;
}

h3.h3--no-text-transform {
    text-transform: none;
}

.section-lp--has-bg-image.section-lp--has-bg-image--new-image {
    background-image: url("../jpg/bg-intro-lp-patent-attorneys-2.jpg");
}

input.field-rd--text[type='number'] {
    -moz-appearance:textfield;
}

input.field-rd--text::-webkit-outer-spin-button,
input.field-rd--text::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input.field-rd--text._error {
    outline: #ff1037 auto 5px;
}
.hide-wa-callback .wa-callback-btn {
    display: none !important;
}
.text-container-rd .price-card-rd__body p {
    font-size: 1em;
    line-height: 1.35;
}

.contact-us-fixed {
    position: fixed;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .07);
    background-color: #ebedf2;
    text-align: center;
    width: 100%;
    bottom: 0;
    z-index: 8008
}

@media (min-width: 768px) {
    .contact-us-fixed {
        display: none
    }
}

.contact-us-fixed__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.contact-us-fixed__link {
    width: 50%;
    display: inline-block;
    border-bottom: none;
    padding-top: 9px;
    color: #19476a;
    font-size: .733333333333333em;
    line-height: 2.363
}

.contact-us-fixed__link:not(:last-child) {
    border-right: 1px solid #d9dbe0
}

.contact-us-fixed__link:hover {
    color: #19476a
}

.contact-us-fixed__link::before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto -3px auto
}

.contact-us-fixed__link--phone::before {
    width: 18px;
    height: 21px;
    background-image: url(../svg/icon-phone-dark.svg)
}

.contact-us-fixed__link--chat::before {
    width: 24px;
    height: 21px;
    background-image: url(../svg/icon-chat.svg)
}

.contact-us {
    padding-top: 26px;
    border-top: 1px solid #d0d3d9
}

.linked-block .a {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 110%;
    font-size: 1em;
    color: #929fab;
    border: none;
    font-family: "Roboto Condensed","Helvetica Neue",Arial,sans-serif;
}

@media (min-width: 768px) {
    .intro-banner .btn-lp-auto {
        width: auto;
    }

    .linked-block .a {
        color: #0088cc;
        border-bottom: 2px solid #ff1037;
        font-size: 1.066666666666667em;
        cursor: pointer;
    }
}
.indent-25px{
    margin-top: 25px;
    margin-bottom: 0px;
}
.indent-30px{
    margin-top: 30px;
    margin-bottom: 0px;
}
.indent-50px{
    margin-top: 50px;
    margin-bottom: 0px;
}
@media (max-width: 768px){
    .indent-25px{
        margin-top:15px;
        margin-bottom: 0px;
    }
    .indent-30px{
        margin-top:20px;
        margin-bottom: 0px;
    }
    .indent-50px{
        margin-top: 30px;
        margin-bottom: 0px;
    }
}

.h2-contents-navigation__heading {
    margin-bottom: 19px;
    color: #929fab;
    font-family: "Roboto Condensed","Helvetica Neue",Arial,sans-serif;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 0;
}
@media (min-width: 992px) {
    .h2-contents-navigation__heading {
        margin-bottom: 32px;
        font-size: 1.2em;
        line-height: 1.1;
    }
}

.service-card-rd {
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(105,133,154,0.1);
    position: relative;
    min-height: 80px;
    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;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 26px 19px 23px 100px;
}
@media (min-width: 992px) {
    .service-card-rd {
        min-height: 107px;
    }
}
.service-card-rd::before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 58px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    left: 20px;
}
@media (min-width: 992px) {
    .service-card-rd::before {
        top: 21px;
        margin-top: 0;
        left: 20px;
    }
}
@media (min-width: 992px) {
    .service-card-rd--half-height {
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        height: -webkit-calc(50% - 20px);
        height: calc(50% - 20px);
    }
}
.service-card-rd__text {
    font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
}
.service-card-rd__title {
    border-bottom: none;
    line-height: 1.25;
    font-size: 1.2em;
}
@media (min-width: 768px) {
    .service-card-rd__title {
        font-size: 1.333333333333333em;
    }
}
@media (min-width: 992px) {
    .service-card-rd__title {
        font-size: 1.6em;
    }
    .service-card-rd__title:not(:last-child) {
        margin-bottom: 20px;
    }
}
.service-card-rd__title a {
    border-bottom: none;
}
.service-card-rd__title--no-links:not(:last-child) {
    margin-bottom: 7px;
}
.service-card-rd__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
}
@media (min-width: 992px) {
    .service-card-rd__list {
        display: block;
    }
}
@media (min-width: 992px) {
    .service-card-rd__list >li:not(:last-child) {
        margin-bottom: 21px;
    }
}
.service-card-rd__list-link {
    border-bottom: none;
}
.service-card-rd .service-card-rd__slogan {
    display: none;
    font-size: 1.133333333333333em;
    margin-bottom: 9px;
    line-height: 1.2222;
}
@media (min-width: 768px) {
    .service-card-rd .service-card-rd__slogan {
        display: block;
    }
}
.service-card-rd__descr {
    display: none;
    color: #969da5;
    font-size: 1.133333333333333em;
}
@media (min-width: 768px) {
    .service-card-rd__descr {
        display: block;
    }
}
@media (min-width: 992px) {
    .service-cards-rd--cols {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media (min-width: 992px) {
    .service-cards-rd--cols .service-cards-rd__col {
        position: relative;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-flex: 0 0 33.33333333333333%;
        -ms-flex: 0 0 33.33333333333333%;
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }
}
.service-cards-rd--cols .service-card-rd {
    margin-bottom: 1px;
}
@media (min-width: 992px) {
    .service-cards-rd--cols .service-card-rd {
        margin-bottom: 20px;
    }
}
.service-cards-rd--no-btn {
    margin-bottom: -1px;
}
@media (min-width: 992px) {
    .service-cards-rd--no-btn {
        margin-bottom: -20px;
    }
}
.service-cards-rd__btn {
    text-align: center;
    width: 100%;
}
@media (max-width: 991px) {
    .service-cards-rd__btn {
        margin-top: 10px;
    }
}
@media (min-width: 992px) {
    .service-cards-rd--home .service-card-rd {
        min-height: 100px;
        padding: 20px 20px 20px 98px;
    }
    .service-cards-rd--home .service-card-rd--registration {
        padding-right: 35px;
    }
    .service-cards-rd--home .service-card-rd--case::before {
        top: 13px;
    }
    .service-cards-rd--home .service-card-rd--half-height {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        height: -webkit-calc(25% - 20px);
        height: calc(25% - 20px);
    }
    .service-cards-rd--home .service-card-rd--full-height {
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        height: -webkit-calc(100% - 20px);
        height: calc(100% - 20px);
        padding: 0;
    }
    .service-cards-rd--home .service-card-rd--full-height .service-card-rd__title {
        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;
        min-height: 100px;
        margin: 0;
        padding: 21px 20px 19px 98px;
        border-bottom: 1px solid #e3e5eb;
    }
    .service-cards-rd--home .service-card-rd--full-height .service-card-rd__list {
        padding: 30px;
    }
    .service-cards-rd--home .service-card-rd--full-height .service-card-rd__list li {
        line-height: 1.33;
    }
}
.service-cards .service-card {
    margin-bottom: 20px;
}
@media (min-width: 480px) {
    .service-cards .service-card {
        margin-bottom: 30px;
    }
}
@media (min-width: 1000px) {
    .service-cards--two-column .service-card {
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
    }
    .service-cards--two-column .service-card::after {
        content: '';
        display: table;
        clear: both;
    }
    .service-cards--two-column .service-card:nth-child(n) {
        margin-right: 3%;
        float: left;
        clear: none;
    }
    .service-cards--two-column .service-card:nth-child(2n) {
        margin-right: 0%;
        float: right;
    }
    .service-cards--two-column .service-card:nth-child(2n + 1) {
        clear: both;
    }
}
@media (min-width: 480px) {
    .service-cards--info-cards .service-card {
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
    }
    .service-cards--info-cards .service-card::after {
        content: '';
        display: table;
        clear: both;
    }
    .service-cards--info-cards .service-card:nth-child(n) {
        margin-right: 3%;
        float: left;
        clear: none;
    }
    .service-cards--info-cards .service-card:nth-child(2n) {
        margin-right: 0%;
        float: right;
    }
    .service-cards--info-cards .service-card:nth-child(2n + 1) {
        clear: both;
    }
}
@media (min-width: 480px) and (max-width: 700px) {
    .service-cards--info-cards .service-card__icon {
        display: block;
        margin-bottom: 10px;
        text-align: left;
    }
}
@media (min-width: 480px) and (max-width: 700px) {
    .service-cards--info-cards .service-card__text {
        display: block;
        width: auto;
    }
}
@media (min-width: 480px) and (max-width: 700px) {
    .service-cards--info-cards .service-card__inner {
        padding-left: 30px;
    }
}
.service-cards--after-text {
    margin-top: 20px;
}
.service-cards__inner {
    margin-bottom: -20px;
}
.service-cards__inner::after {
    content: '';
    display: table;
    clear: both;
}
@media (min-width: 480px) {
    .service-cards__inner {
        margin-bottom: -30px;
    }
}
@media (min-width: 1000px) {
    .service-cards__column {
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
    }
    .service-cards__column::after {
        content: '';
        display: table;
        clear: both;
    }
    .service-cards__column:last-child {
        margin-right: 0%;
    }
}
.service-cards__btn {
    margin-top: 40px;
    text-align: center;
}
@media (min-width: 1000px) {
    .service-cards__btn {
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .service-cards--cols .service-card {
        margin-bottom: 10px;
    }
    .service-cards--cols .service-cards__inner {
        margin-bottom: -10px;
    }
    .service-cards--cols .service-cards__btn {
        margin-top: 30px;
    }
}
.service-cards--lp .service-card {
    margin-bottom: 20px;
}
.service-cards--lp .service-cards__inner {
    margin-bottom: -20px;
}
.process-blocks-v2-rd {
    margin-top: -5px;
}
.process-blocks-v2-rd .process-block-rd {
    padding: 0 13px;
}
.process-blocks-v2-rd .process-block-rd__number {
    width: 78px;
    margin-left: -5px;
}
.process-blocks-v2-rd .process-block-rd__title {
    width: -webkit-calc(100% - 92px);
    width: calc(100% - 92px);
    margin-left: 14px;
    font-size: 26px;
    line-height: 1.1;
}
.process-blocks-v2-rd .process-block-rd__time {
    width: 100%;
    margin: -1px 0 0 0;
    padding: 0 !important;
    color: #929fab;
}
.process-blocks-v2-rd .process-block-rd__time:before,
.process-blocks-v2-rd .process-block-rd__time:after {
    content: '';
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
    height: 2px;
    background: #929fab;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.process-blocks-v2-rd .process-block-rd__time:before {
    display: none;
    margin-right: 10px;
}
.process-blocks-v2-rd .process-block-rd__time:after {
    margin-left: 10px;
}
.process-blocks-v2-rd .process-block-rd__time + .process-block-rd__text {
    margin-top: 26px;
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    .process-blocks-v2-rd {
        margin-top: 0;
        padding-top: 31px;
    }
    .process-blocks-v2-rd .process-block-rd__time + .process-block-rd__text {
        margin-bottom: 20px;
    }
    .process-blocks-v2-rd .process-block-rd {
        padding: 0 10px;
    }
    .process-blocks-v2-rd .process-block-rd__number {
        width: 88px;
        font-size: 90px;
        line-height: 1.1;
    }
    .process-blocks-v2-rd .process-block-rd__title {
        width: -webkit-calc(100% - 113px);
        width: calc(100% - 113px);
        margin-left: 25px;
        padding-top: 6px;
        font-size: 30px;
    }
    .process-blocks-v2-rd .process-block-rd__time {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        margin-top: 14px;
    }
    .process-blocks-v2-rd .process-block-rd__time:before {
        display: block;
    }
}
.process-blocks-slider-v2-rd {
    margin: 0 -10px;
}
.process-blocks-slider-v2-rd .slick-list {
    padding: 0 7% 0 0;
}
@media (min-width: 992px) {
    .process-blocks-slider-v2-rd {
        margin: 0;
    }
}
.process-block-rd--transformed-on-mobile .process-block-rd__time--blue,
.process-block-rd__time--blue ,
.process-block-rd--transformed-on-mobile .process-block-rd__time--violet,
.process-block-rd__time--violet,
.process-block-rd--transformed-on-mobile .process-block-rd__time--red,
.process-block-rd__time--red,
.process-block-rd--transformed-on-mobile .process-block-rd__time--blue,
.process-block-rd__time--blue {
    background-image: none;
}

.header__bg {
    top: 0;
    z-index: 0;
    pointer-events: none;
}
.header__cont {
    position: relative;
    z-index: 1;
}
.header__col--link {
    position: relative;
}
.header__col--link a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.header__col--link a:hover {
    background-color: transparent;
}
.footer__name {
    text-decoration: none;
    display: block;
}
.useful__item {
    height: auto;
    display: flex;
    justify-content: left;
    align-items: center;
}
.theme--dark .rating__img {
    background: #1F324A;
}
.better__name {
    font-weight: 400;
}
.header__cont {
    color: #152438;
    margin-right: 32px;
}
.header__lk svg {
    stroke: #152438;
}
body .inverse_btn .header__btn,
.header__btn {
    border-color: #152438;
    color: #152438;
}
.theme--dark .inverse_btn .header__btn,
.theme--dark .header__btn {
    border-color: #FFF;
    color: #FFF;
}
body .inverse_btn .header__btn:hover,
.header__btn:hover {
    color: #FFFFFF;
    background: #152438;
}
.inverse_btn .header__cont{
    color: #ffffff;
}
.inverse_btn .header__lk svg{
    stroke: #fff;
}
.inverse_btn .header__btn{
    border-color: #fff;
    color: #fff;
}
.footer__row {
    padding-bottom: 60px;
}
.useful {
    margin-top: 0;
}
p.header__cont {
    margin-bottom: 0;
}
.footer__nav a,
.footer__cont,
.footer__logo a,
.header__item > a,
.header__cont,
.header__left > a,
.header__col > a,
.header__logo > a,
.menu__content   a,
.header__child > a {
    border: none;
}
.header .flex-row .menu__inner a {
    margin-bottom: 20px;
}
.header .flex-row .menu__inner li:last-child a {
    margin-bottom: 0;
}
.menu__inner {
    padding-bottom: 0;
}
.header__theme {
    height: 32px;
}
.public__img {
    padding: 0 14px;
    position: relative;
    transform: all .5s;
}
.theme--dark .public__img:hover {
    background: #121C29;
}
.public__img a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.service__arrow {
    display: none;
}
.header__bg.header__bg--about {
    left: 0;
    width: auto;
}
.header__bg.header__bg--about img {
    max-width: unset;
}
.theme--dark .header__cont:hover {
    color: #c0c6c9!important;
}
.theme--dark .header__cont:hover svg {
    stroke: #c0c6c9!important;
}
.header__cont--unhover:hover {
    color: #152438;
}
.theme--dark .header__cont--unhover:hover {
    color: #fff;
}
.header__item > a {
    transition: all .5s;
}
.theme--dark .header__top {
    border-color: #fff;
}
.header__item:hover > a {
    color: #5b708c;
}
.theme--dark .header__item:hover > a {
    color: #C0C6C9;
}
.service__row:hover .service__arrow {
    display: block;
}
.header {
    padding-bottom: 16px;
}
.team {
    margin-bottom: 0;
    padding-bottom: 100px;
}
.header__box_sub {
    font-weight: 700;
}
.precedent .precedent__item,
.case-projects .precedent__item{
    background-color: #ffffff;
}

.precedent .precedent__item:hover,
.case-projects .precedent__item:hover{
    background-color: currentColor;
}

.case-projects{
    padding-bottom: 100px;
    border-bottom: 1px solid currentColor;
}
.theme--dark .case-projects{
    padding-bottom: 100px;
    border-bottom: 1px solid #fff;
}

.theme--dark .precedent__item {
    background-color: #1F324A;
}
.header__col--full {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-height: 322px;
}
.menu__all a {
    transition: all .5s;
}
.header__col--prem {
    height: 322px;
}
.header__col--online {
    background-position: calc(100% + 1px) calc(100% + 1px);
}
.theme--dark .menu__all a:hover {
    background-color: #152438;
    border-color: #121C29;
}
.prods {
    position: relative;
    z-index: 0;
}
.prods__bg {
    position: absolute;
    top: -360px;
    left: 26%;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}
.prods__bg img {
    width: 100%;
}
.prods__list {
    overflow: visible;
}
.prods_container_top {
    border-bottom: 1px solid #152438;
}
.prods_container_bottom {
    border-top: 1px solid #152438;
    position: relative;
    z-index: 2;
}
.theme--dark .prods_container_top,
.theme--dark .prods_container_bottom {
    border-color: #fff;
}
.have-border-bottom .boder {
    border-bottom: 1px solid #152438;
}
.news__col {
    display: flex;
    flex-direction: column;
}
.news__col>.flex-row{
    flex-grow: 5;
}
.content-section a,
.case-team a,
.bread a {
    text-decoration: none;
}
.content-section-container .text p,
.content-section-container .lead-1 p,
.content-section-container .lead-2 p,
.content-section-container .lead-3 p {
    margin-bottom: 22px;
}
.content-section-container .text p:last-child {
    margin-bottom: 0;
}
.cases-nav a {
    text-decoration: none;
}
@media screen and (min-width: 992px) {
    .header__inner--service,.header__inner {
        height: 402px;
    }
    .header__inner--service .header__items,
    .header__inner--service .header__right,
    .header__inner--service .header__var{
        height: 100%;
    }
}
@media screen and (max-width: 992px) {
    .prods__bg {
        top: unset;
        bottom: 0;
    }

    .btn--two_row p:hover::after {
        top: -84px;
    }
}
@media screen and (max-width: 576px){
    .case-projects{
        padding-bottom: 60px;
    }
    .team {
        padding-bottom: 0;
    }
    .menu__logo {
        max-width: 40%;
    }
    .better__row .better__col {
        margin-bottom: 40px;
    }
    .precedent--about {
        margin-top: 40px;
    }
    .theme--dark .menu__switch {
        background: #152438;
    }
    .menu__theme {
        background: #ffffff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    .menu__theme--active {
        background: #152438;
    }
    .modal__body {
        width: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }
    .modal__close {
        top: -40px;
        right: 0;
    }
    .rating__item {
        margin-bottom: 20px;
    }
    .rating__row {
        margin-bottom: 0;
    }
    .prods__bg {
        position: absolute;
        top: unset;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .prods__item {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .prods__img {
        margin-top: auto;
        margin-bottom: 0px;
    }
    .prods__bg {
        left: -30px;
        width: calc(100% + 100px);
    }
    .prods__list .swiper-slide {
        height: auto;
    }
    .precedent__list .swiper-wrapper {
        height: 100%;
    }
    .precedent__text {
        top: 172px;
        width: calc(100% - 40px);
    }
    .case-solution-items {
        margin-top: 30px;
    }
}
.theme--dark .header,
.theme--dark .main--redis,
.theme--dark .footer {
    background: #152438;
}
.theme--dark .header__cont {
    color: #ffffff;
}
.theme--dark .header__cont svg {
    stroke: #fff;
}
.theme--dark .header__btn {
    border-color: #ffffff;
    color: #ffffff;
}
body {
    overflow-x: hidden;
}
.header__bg {
    min-height: 600px;
    width: 1200px;
    left: 31%;
    max-width: 100%;
    background-size: 100% auto !important;
}
.parallax-mirror {
    z-index: 1 !important;
    pointer-events: none;
    overflow: visible !important;
}

@media screen and (max-width: 576px) {
    .header__bg {
        min-height: 100%;
        left: 0;
        background-repeat: no-repeat;
    }
}
.title--mega  {
    z-index: 2;
    position: relative;
    line-height: 1;
}
.header__child--hover a, .header__child--hover .a {
    background: #f5f7f9;
}
.theme--dark .header__child--hover a, .theme--dark .header__child--hover .a {
    background: #152438;
}
.precedent__item a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.textBlockToBottom {
    display: flex;
    flex-direction: column;
}
.textBlockToBottom .about {
    order: 2;
}
.useful__item {
    align-items: flex-start;
    text-decoration: none;
    border-bottom: none;
}
.apply__button {
    transition: all .5s;
    margin-left: 2px;
}
.apply__button:hover {
    background-color: #ff1037;
    border-color: #ff1037;
}
.icon-sun,
.icon-moon {
    stroke-width: 0;
}
.news__item {
    border-bottom: 1px solid #e5e5eb;
}
.banners .container {
    position: relative;
    z-index: 5;
}
@media screen and (max-width: 1441px){
    .header__bg {
        width: 100%;
        min-height: 600px;
    }
}
.menu__inner>li>a {
    font-size: 18px;
    line-height: 28px;
}
.menu__theme--active svg {
    fill: #fff;
}
.menu {
    background: #F6F7F9;
}
.menu__bg {
    background-image: url(../png/menubg.png);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -100px;
    pointer-events: none;
    z-index: -1;
    background-size: cover;
}
.menu__wrap {
    position: relative;
    overflow-y: visible;
    min-height: 100vh;
}
.menu__fix {
    position: relative;
    padding: 20px;
    padding-top: 15px;
    min-height: 100vh;
    padding-bottom: 50px;
}
.icon_wrap {
    width: calc(10% - 10px);
}
.footer__nav
.menu__inner .icon_wrap {
    margin-right: 3px;
}
@media screen and (max-width: 576px) {
    .apply__button {
        margin-left: 0;
    }
}
.header__nav {
    position: relative;
    z-index: 5000;
}
/* .precedent__item:nth-child(1) {
    background-image: none  ;
} */
.header__left--full {
    margin-right: 20px;
    background-color: #f0f2f4;
}
.header__left--full:last-child {
    margin-right: 0;
}
.btn--all--road p:hover:after {
    top: -85px;
    left: -69px;
}
.btn--two_row p:hover:after {
    top: -85px;
}
.precedent__logo--dark {
    display: none;
}
.theme--dark .precedent__logo {
    display: none;
}
.precedent__item:hover .precedent__logo--dark {
    display: none;
}
.theme--dark .precedent__logo--dark {
    display: block;
}
.header__left--all {
    background-repeat: no-repeat;
    background-size: cover;
}
.corp {
    position: absolute;
    bottom: 22px;
    width: 100%;
}
.corp-item {
    width: 85px;
    height: 85px;
    min-width: 85px;
    background: #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.paralax_wrap {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.corp__row {
    display: flex;
    justify-content: flex-start;
}
.corp__row img {
    min-width: 35px;
}
.corp__row {
    margin-top: 10px;
}
.corp-img--dark {
    display: none;
}
.theme--dark .corp-item {
    background-color: #05172e;
}
.theme--dark .corp-img--light {
    display: none;
}
.theme--dark .corp-img--dark {
    display: block;
}
.bgmenu1 {
    background-image: url(../jpg/menu-item.jpg);
    background-position: 0 0;
    padding-left: 21px;
    padding-top: 21px;
}
.team .service__all {
    padding-right: 191px;
}
.team .precedent__nav {
    margin-top: 40px;
    justify-content: flex-end;
}
.precedent__sublogo {
    text-transform: uppercase;
}
.header__left a, .header__left .a {
    line-height: 28px;
}
.theme--dark .bgmenu1 {
    background-image: url(../jpg/menu-item-drk.jpg);
}
.bgmenu2 {
    background-image: url(../jpg/menu-book.jpg);
}
.theme--dark .bgmenu2 {
    background-image: url(../jpg/menu-book-drk.jpg);
}
.bgmenu3 {
    background-image: url(../jpg/menu-item3.jpg);
}
.theme--dark .bgmenu3 {
    background-image: url(../jpg/menu-item3-drk.jpg);
}
.bgmenu6 {
    background-image: url(../jpg/menu-item6.jpg);
}
.theme--dark .bgmenu6 {
    background-image: url(../jpg/menu-item6-drk.jpg);
}
.display-1 {
    font-size: 117px;
    font-weight: 500;
    line-height: 100px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}
.prods .prods__name a,
.prods .prods__desc a
{
    text-decoration: none;
    color: inherit;
}
.new--design .container-rd {
    max-width: 1380px;
}
app-trademark-modal .modal,
app-domain-modal .modal,
app-legal-name-modal .modal
{
    opacity: 1;
    visibility: visible;
}

.team-person-title{
    line-height: 1;
}
.footer__legal {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #9EA5AD;
}
.footer__legal span {
    white-space: nowrap;
    margin-right: 10px;
}
.footer__legal span:last-child {
    margin-right: 0;
}
.footer__legal {
    display: none;
}
@media screen and (min-width: 768px) {
    .footer__legal {
        display: block;
    }
    p.footer__copy {
        display: block;
        margin-bottom: 10px;
    }
}
.team .service__all {
    border-bottom: 0;
}
.team .service__all p {
    margin-top: 22px;
}
