@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Bold.woff2) format("woff2");
    font-weight: 700;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Medium.woff2) format("woff2");
    font-weight: 500;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.woff2) format("woff2");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Stixt;
    src: url(../fonts/STIXTwoText-Regular.woff2) format("woff2");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Stixt;
    src: url(../fonts/STIXTwoText-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Stixt;
    src: url(../fonts/STIXTwoText-Bold.woff2) format("woff2");
    font-weight: 700;
    font-display: swap;
    font-style: normal
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    font-size: 10px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 6px;
    background-color: #f5f5f5
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

::-webkit-scrollbar-thumb {
    background-color: #132f3d
}

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

body {
    min-height: 100vh;
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 1.4rem;
    color: #132f3d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #f6f6f6
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

img {
    max-width: 100%
}

a {
    text-decoration: none
}

.is-hidden {
    display: none !important
}

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

.js-focus-visible :focus:not(.focus-visible) {
    outline: 0
}

p {
    font-weight: 400;
    line-height: 1.5
}

h1 {
    font-family: Stixt;
    font-size: 2.3rem;
    line-height: 115%;
    font-weight: 400;
    color: #f4f5ff
}

@media (min-width: 575.98px) {
    h1 {
        font-size: 3.5rem
    }
}

@media (min-width: 1199.98px) {
    h1 {
        font-size: 5.5rem
    }
}

h2 {
    font-family: Stixt;
    font-size: 2.3rem;
    line-height: 115%;
    font-weight: 700;
    text-transform: uppercase;
    color: #132f3d
}

@media (min-width: 767.98px) {
    body, html {
        overflow-x: hidden
    }

    h2 {
        font-size: 3.5rem
    }
}

@media (min-width: 1199.98px) {
    h2 {
        font-size: 4.5rem
    }
}

h3 {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 150%;
    color: #132f3d
}

.btn {
    border: none;
    padding: 0;
    background: 0 0;
    cursor: pointer;
    color: #c3986b;
    display: inline-block;
    text-decoration: none;
    font: 600 2rem/1.375 Stixt, sans-serif;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    width: 100%;
    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
}

.btn--primary {
    background: 0 0;
    border: 1px solid #c3986b;
    padding: 17px 22px
}

.btn--primary.consultation {
    padding: 17px 22px;
    font-size: 16px;
}

.btn--primary:hover {
    background-color: #c3986b;
    color: #f4f5ff
}

.btn--secondary {
    background: rgba(195, 152, 107, .25);
    border: 1px solid #c3986b;
    padding: 17px 22px;
    position: relative;
    z-index: 2
}

.btn--secondary .blur {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.btn--secondary::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 95%;
    height: 120%;
    border: 1px solid #c3986b;
    background: 0 0;
    z-index: -1
}

.btn--secondary:hover {
    background-color: #c3986b;
    color: #f4f5ff
}

@media (min-width: 767.98px) {
    h3 {
        font-size: 2.4rem
    }

    .btn--secondary {
        padding: 17px 32px
    }
}

.btn--video {
    position: relative;
    padding: 18px;
    border: 1px solid #c3986b;
    width: auto
}

.btn--video::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #c3986b;
    -webkit-transition: .3s;
    transition: .3s
}

.btn--video:hover {
    background-color: #c3986b
}

.btn--video:hover::after {
    border-left: 8px solid #f4f5ff
}

.btn--xs {
    font-size: 1.2rem;
    padding: 10px 14px
}

@media (min-width: 575.98px) {
    .btn--xs {
        font-size: 2rem;
        padding: 17px 32px
    }
}

.logo {
    width: 144px;
    display: none
}

.logo--footer {
    width: 100%;
    height: auto;
    display: block
}

@media (min-width: 767.98px) {
    .logo {
        display: block
    }

    .logo--footer {
        width: 50%;
        margin: 0 auto
    }
}

@media (min-width: 1199.98px) {
    .logo--footer {
        width: 194px;
        height: 50px
    }
}

.logo__link {
    display: block
}

.logo img {
    width: 110%;
}

@media (min-width: 779.98px) {
    .logo img {
        max-width: 110%
    }

    .navbar .logo img {
        width: 150%;
        max-width: 150%
    }
}

.navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    height: auto
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background: rgba(102, 72, 196, .9);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.overlay--active {
    display: block;
    opacity: 1;
    visibility: visible
}

.overlay--mobile {
    z-index: 990;
    background-color: #f5f5f5;
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media (min-width: 767.98px) {
    .menu {
        width: auto
    }
}

.contacts__link {
    font-family: Stixt;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #f4f5ff;
    display: block
}

@media (min-width: 575.98px) {
    .contacts__link {
        font-size: 2.2rem
    }
}

.contacts__subtitle {
    font-size: 1.2rem;
    color: #878787
}

@media (min-width: 575.98px) {
    .contacts__subtitle {
        font-size: 1.4rem
    }
}

.tooltip {
    position: relative;
    display: inline-block
}

.tooltip:hover .tooltip__text {
    visibility: visible;
    opacity: 1
}

.tooltip__text {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #132f3d;
    color: #f4f5ff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    width: 220px;
    bottom: 120%;
    left: 50%;
    line-height: 1.5;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    z-index: 1
}

.tooltip__text::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #132f3d transparent transparent
}

.grade-item {
    width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.grade-item__img {
    width: 100%;
    height: 180px
}

.grade-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.grade-item__inner {
    padding: 20px;
    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
}

.grade-item__title {
    text-align: center;
    margin: 0 auto 15px;
    font-size: 1.8rem
}

@media (min-width: 767.98px) {
    .grade-item__title {
        font-size: 2rem;
        height: 90px;
    }
}

.grade-item__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.5rem
}

.grade-item__subtitle img {
    margin-right: 11px
}

.grade-item__btn {
    margin-top: auto
}

.price-card {
    padding: 15px 0 20px;
    background: #fff;
    position: relative
}

.price-card__title {
    padding: 0 20px;
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 17px
}

.price-card__title--sub {
    display: block;
    font-size: 1.2rem
}

.price-card__img {
    width: 100%;
    height: 135px;
    margin-bottom: 17px
}

@media (min-width: 479.98px) {
    .price-card__img {
        height: 200px
    }
}

.price-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.price-card__item + .price-card__item {
    margin-top: 15px
}

.price-card__subtitle {
    font-weight: 700;
    font-size: 1.6rem;
    padding: 0 20px;
    margin-bottom: 10px
}

.price-card__row {
    padding: 1px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.price-card__row--accent {
    background: #132f3d;
    padding: 5px 20px
}

.price-card__row--accent .price-card__name {
    color: #f4f5ff
}

.price-card__row--accent .price-card__value {
    color: #c3986b
}

.price-card__name {
    font-weight: 500;
    font-size: 1.4rem;
    color: #878787;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 374.98px) {
    .price-card__name .tooltip {
        margin: 5px 0 0 5px
    }
}

@media (min-width: 767.98px) {
    .price-card__title {
        position: absolute;
        width: 100%
    }

    .price-card__img {
        height: 135px;
        margin-top: 50px
    }

    .price-card__name .tooltip {
        margin: 5px 0 0
    }
}

.price-card__value {
    font-size: 2rem;
    color: #b0b0b0
}

.price-help {
    background: #fff;
    padding: 30px 15px 20px;
    position: relative;
    height: 100%
}

.price-help-wrapper-top {
    overflow: hidden;
    -ms-flex-preferred-size: 67.6%;
    flex-basis: 67.6%
}

.price-help-wrapper-btm {
    overflow: hidden;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.price-help__img {
    position: absolute;
    z-index: 0
}

.price-help__inner {
    z-index: 2
}

.price-help__title {
    text-align: center;
    margin-bottom: 10px
}

@media (min-width: 767.98px) {
    .price-help {
        padding: 63px 120px 55px 50px;
        background: url(../../notaryLandingPage/img/question.jpg) center right no-repeat #fff
    }

    .price-help__title {
        text-transform: none;
        text-align: left;
        margin-bottom: 16px
    }
}

.price-help__subtitle {
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px
}

@media (min-width: 767.98px) {
    .price-help__subtitle {
        width: 320px;
        text-align: left;
        margin-bottom: 36px
    }
}

[type=checkbox]:checked, [type=checkbox]:not(:checked) {
    position: absolute;
    left: 0;
    opacity: .01
}

[type=checkbox]:checked + label, [type=checkbox]:not(:checked) + label {
    position: relative;
    padding-left: 2.3rem;
    cursor: pointer
}

[type=checkbox]:checked + label:before, [type=checkbox]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 1.6rem;
    height: 1.6rem;
    -webkit-box-shadow: 0 4px 6px rgba(41, 47, 89, .06);
    box-shadow: 0 4px 6px rgba(41, 47, 89, .06);
    border: 1px solid #132f3d;
    background: #f4f5ff;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 0 rgba(102, 72, 196, .2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 0 rgba(102, 72, 196, .2);
    -webkit-transition: 275ms;
    transition: 275ms
}

[type=checkbox]:checked + .checkbox__text--white:before, [type=checkbox]:not(:checked) + .checkbox__text--white:before {
    background: #132f3d;
    border-color: #f4f5ff
}

[type=checkbox]:checked + label:after, [type=checkbox]:not(:checked) + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 5px;
    width: 6px;
    height: 9px;
    border: solid #c3986b;
    border-width: 0 1px 1px 0;
    -webkit-transition: .3s;
    transition: .3s
}

[type=checkbox]:checked + .checkbox__text--white:after, [type=checkbox]:not(:checked) + .checkbox__text--white:after {
    border-color: #f4f5ff
}

[type=checkbox]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(0)
}

[type=checkbox]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(45deg)
}

[type=checkbox]:checked:focus + label:before, [type=checkbox]:not(:checked):focus + label:before {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 0 6px rgba(195, 152, 107, .3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 0 6px rgba(195, 152, 107, .3)
}

.checkbox__text {
    font-size: 1.2rem;
    line-height: 150%;
    width: 100%
}

.checkbox__text--white {
    color: #b0b0b0
}

.checkbox__link {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.text--accent {
    color: #c3986b;
    font-weight: 700
}

.text--bold {
    font-weight: 700
}

.text--link, .text--link a {
    color: #c3986b
}

.text--low-accent {
    color: #a1a2a8
}

@media (min-width: 1199.98px) {
    .price-card__name .tooltip {
        margin: 5px 0 0 5px
    }

    .price-help-wrapper-btm .price-help {
        margin-top: 0
    }

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

.form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px
}

@media (min-width: 767.98px) {
    .form__item--single {
        width: 281px
    }
}

.form__label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 150%
}

.form__label--gray {
    color: #b0b0b0
}

.form__input {
    padding: 20px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    width: 100%;
    border: 1px solid #132f3d;
    background: 0 0
}

.form__input::-webkit-input-placeholder {
    color: #b0b0b0
}

.form__input::-moz-placeholder {
    color: #b0b0b0
}

.form__input:-ms-input-placeholder {
    color: #b0b0b0
}

.form__input::-ms-input-placeholder {
    color: #b0b0b0
}

.form__input::placeholder {
    color: #b0b0b0
}

.form__input--inversed {
    border: 1px solid #f4f5ff;
    color: #f4f5ff
}

.form__input--inversed::-webkit-input-placeholder {
    color: #878787
}

.form__input--inversed::-moz-placeholder {
    color: #878787
}

.form__input--inversed:-ms-input-placeholder {
    color: #878787
}

.form__input--inversed::-ms-input-placeholder {
    color: #878787
}

.form__input--inversed::placeholder {
    color: #878787
}

.form__btn {
    width: 100%;
    margin: 20px 0 16px
}

@media (min-width: 767.98px) {
    .form__btn {
        margin-bottom: 16px
    }

    .form__btn-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .form__btn-group .form__btn {
        width: auto
    }

    .form__btn-group .form__btn + .form__btn {
        margin-left: 28px
    }
}

@media (min-width: 1199.98px) {
    .form__btn-group {
        margin-left: 28px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

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

.modal__body::-webkit-scrollbar {
    display: none
}

.modal__body {
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0;
    width: 100%;
    height: 100%
}

.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(19, 47, 61, .9);
    z-index: 99999;
    -webkit-transition: visibility .3s, opacity .3s;
    transition: visibility .3s, opacity .3s;
    display: block
}

.modal__wrapper {
    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;
    width: 100%;
    height: 100%
}

@media (min-width: 374.98px) {
    .modal__body {
        overflow-y: auto;
        position: relative;
        margin: 0 24px;
        height: auto;
        max-height: 100%
    }
}

.modal-container {
    border-radius: 0;
    margin: 0;
    width: 100%;
    height: auto;
    min-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;
    padding: 20px 0 40px;
    -webkit-box-shadow: 0 4px 6px rgba(41, 47, 89, .06);
    box-shadow: 0 4px 6px rgba(41, 47, 89, .06);
    background: #fff
}

@media (min-width: 374.98px) {
    .modal-container {
        padding: 0;
        max-width: 602px;
        cursor: auto;
        border-radius: 8px;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        position: relative;
        margin: 50px auto
    }
}

.modal--visible {
    visibility: visible;
    opacity: 1;
    z-index: 1050;
}

.cd-close-form {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    background: url(../../notaryLandingPage/img/close.svg) center center/cover no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

@media (min-width: 374.98px) {
    .cd-close-form {
        width: 35px;
        height: 35px;
        right: 0;
        top: -40px
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s
}

.header__inner {
    padding: 38px 0 18px;
    -webkit-transition: .3s;
    transition: .3s
}

.header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.header__contacts {
    margin-right: 12px
}

@media (min-width: 767.98px) {
    .header__inner {
        padding: 41px 0 18px
    }

    .header__actions {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .header__contacts {
        margin-right: 35px
    }
}

.hero {
    background: url(../../notaryLandingPage/img/blur.jpg) center center/cover no-repeat;
    padding: 130px 0 54px;
    position: relative;
    overflow: hidden
}

.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(-35.54%, rgba(0, 0, 0, .42)), color-stop(71.35%, rgba(0, 10, 61, 0))), rgba(0, 19, 44, .75);
    background: linear-gradient(90deg, rgba(0, 0, 0, .42) -35.54%, rgba(0, 10, 61, 0) 71.35%), rgba(0, 19, 44, .75);
    mix-blend-mode: normal;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px)
}

.hero .container {
    z-index: 3
}

.hero__title {
    margin-bottom: 30px;
    max-width: 380px
}

@media (min-width: 575.98px) {
    .hero {
        padding-top: 148px;
        padding-bottom: 116px
    }

    .hero::after {
        width: 90%;
        -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%)
    }

    .hero__title {
        max-width: 515px
    }
}

@media (min-width: 1199.98px) {
    .hero {
        padding-top: 245px;
        padding-bottom: 248px
    }

    .hero__title {
        max-width: 780px
    }
}

.hero__text {
    color: #f4f5ff;
    max-width: 225px;
    font-weight: 500;
    margin-bottom: 150px
}

@media (min-width: 575.98px) {
    .hero__text {
        max-width: 340px;
        font-size: 2rem;
        margin-bottom: 170px
    }
}

@media (min-width: 767.98px) {
    .hero__text {
        max-width: 480px;
        margin-bottom: 50px
    }
}

@media (min-width: 1199.98px) {
    .hero__text {
        font-size: 2.4rem;
        max-width: 730px;
        margin-bottom: 65px
    }

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

.hero__btn {
    margin-bottom: 30px
}

@media (min-width: 767.98px) {
    .hero__btn {
        display: inline-block
    }

    .hero__video-block {
        max-width: 250px
    }
}

@media (min-width: 1199.98px) {
    .hero__btn {
        margin: 0 40px 0 0
    }
}

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

.hero__video-block {
    margin-left: 20px
}

.hero__video-text-top {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #f4f5ff;
    margin-bottom: 5px
}

.hero__video-text-btm {
    color: #878787
}

.hero__img {
    position: absolute;
    bottom: 29%;
    right: 0;
    z-index: 2;
    width: 192px;
    height: 290px
}

@media (min-width: 479.98px) {
    .hero__img {
        bottom: 27%
    }
}

@media (min-width: 575.98px) {
    .hero__img {
        bottom: 28%
    }
}

@media (min-width: 767.98px) {
    .hero__img {
        bottom: -1%;
        right: 4%;
        width: 362px;
        height: 548px
    }
}

@media (min-width: 1330px) {
    .hero__img {
        right: 9%
    }
}

@media (min-width: 1919px) {
    .hero::after {
        width: 81%
    }

    .hero__img {
        right: 16%
    }
}

@media (min-width: 2200px) {
    .hero::after {
        width: 77%
    }

    .hero__img {
        right: 20%
    }
}

@media (min-width: 2500px) {
    .hero::after {
        width: 74%
    }

    .hero__img {
        right: 24%
    }
}

.hero__decor {
    position: absolute;
    display: none;
    opacity: .5;
    z-index: 2
}

.hero__decor--top {
    top: 0;
    left: 0
}

.hero__decor--btm {
    bottom: -10%;
    left: -10%
}

.grade {
    padding: 70px 0 35px;
    position: relative
}

@media (min-width: 767.98px) {
    .grade {
        padding: 100px 0 50px
    }
}

@media (min-width: 1199.98px) {
    .hero__video-block {
        max-width: none
    }

    .hero__img {
        width: auto;
        height: auto
    }

    .hero__decor {
        display: block
    }

    .grade {
        padding: 75px 0 75px;
    }
}

@media (min-width: 767.98px) {
    .grade__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.grade__header {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    margin-bottom: 40px
}

.grade__title {
    margin-bottom: 20px
}

.grade__subtitle {
    font-size: 1.6rem
}

@media (min-width: 1199.98px) {
    .grade__header {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .grade__title {
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%
    }

    .grade__subtitle {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%
    }
}

.grade__item {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%
}

@media (min-width: 767.98px) {
    .grade__title {
        margin-bottom: 30px
    }

    .grade__subtitle {
        font-size: 1.8rem;
        width: 260px
    }

    .grade__item:nth-child(even) {
        margin-left: 10px
    }
}

.grade__item + .grade__item {
    margin-top: 10px
}

@media (min-width: 1199.98px) {
    .grade__item {
        -ms-flex-preferred-size: 32.7%;
        /*flex-basis: 32.7%*/
        flex-basis: 23.7%
    }

    .grade__item:nth-child(even) {
        margin-left: 0
    }

    .grade__item + .grade__item {
        margin: 0 0 0 10px
    }

    .grade__decor-img {
        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
        height: 280px
    }

    .grade__decor-img::before {
        content: "";
        bottom: 0;
        right: 0;
        position: absolute;
        width: 69px;
        height: 69px;
        border-left: 69px solid transparent;
        border-top: 69px solid #eee
    }

    .grade__decor-img::after {
        content: "";
        top: 0;
        right: 0;
        position: absolute;
        width: 164px;
        height: 164px;
        border-left: 164px solid transparent;
        border-top: 164px solid #eee
    }
}

@media (min-width: 1600px) {
    .grade__decor-img::before {
        content: "";
        bottom: 0;
        left: 0
    }
}

.features {
    padding: 35px 0;
    position: relative
}

@media (min-width: 1330px) {
    .features::before {
        content: none;
        position: absolute;
        width: 115px;
        height: 115px;
        background: url(../../notaryLandingPage/img/features_style.png) center center/cover no-repeat;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

.features__title {
    margin: 0 auto 40px;
    width: 335px;
    text-align: center
}

@media (min-width: 767.98px) {
    .features {
        padding: 50px 0
    }

    .features__title {
        width: 700px
    }
}

@media (min-width: 1199.98px) {
    .features {
        padding: 75px 0
    }

    .features__title {
        width: 780px;
        margin-bottom: 60px
    }

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

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

.features__tabs-wrapper {
    overflow-x: auto
}

@media (min-width: 1199.98px) {
    .features__tabs-wrapper {
        overflow: hidden;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 385px;
        margin-right: 25px
    }

    .features__tabs-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.features__tabs-wrapper::-webkit-scrollbar {
    height: 0 !important
}

.features__tabs-block {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.features__tabs-block + .features__tabs-block {
    margin-top: 10px
}

.features__tabs-item {
    border: 1px solid transparent;
    -webkit-transition: .1s;
    transition: .1s
}

.features__tabs-item a {
    border-top: 5px solid transparent
}

.features__tabs-item:hover {
    border-color: #c3986b
}

.features__tabs-item--active .features__tab {
    font-weight: 600
}

.features__tabs-item--active a {
    background: #132f3d;
    border-color: #c3986b;
    color: #f4f5ff
}

.features__tabs-item--active:hover {
    border-color: transparent
}

.features__tabs-item + .features__tabs-item {
    margin-left: 10px
}

.features__tabs-content-item {
    margin-top: 35px;
    border-top: 5px solid #c3986b;
    background: #fff;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.features__tabs-content-item-inner {
    padding: 20px 20px 0
}

.features__tabs-content-item-inner ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.features__tabs-content-item-inner ul li {
    position: relative;
    padding-left: 15px;
    line-height: 150%
}

.features__tabs-content-item-inner ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    background: #132f3d;
    border-radius: 50%
}

.features__tabs-content-item-inner ul li + li {
    margin-top: 10px
}

.features__tabs-content-item-img {
    height: 435px;
    position: relative
}

.features__tabs-content-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.features__tabs-content-item-btns {
    width: 90%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 5%
}

.features__tabs-content-item-btns button:first-child {
    margin-bottom: 20px
}

.features__tabs-content-item-block {
    margin-bottom: 30px
}

.features__tabs-content-title {
    margin-bottom: 20px
}

.features__tabs-content-text {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 1.5rem
}

@media (min-width: 767.98px) {
    .features__tabs-content-item-inner {
        padding: 35px 40px 0
    }

    .features__tabs-content-item-btns {
        bottom: 10%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .features__tabs-content-item-btns button:first-child {
        margin: 0 20px 0 0
    }

    .features__tabs-content-item-btns button {
        width: auto
    }

    .features__tabs-content-text {
        margin-bottom: 50px;
        font-size: 1.8rem
    }
}

.features__tabs-content-text--mb-xs {
    margin-bottom: 15px
}

.features__tab {
    border: none;
    color: #132f3d;
    padding: 16px 30px;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    font: 1.8rem/1.375 Montserrat, sans-serif;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    text-align: center;
    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
}

@media (min-width: 1199.98px) {
    .features__tabs-block + .features__tabs-block {
        margin-top: 0
    }

    .features__tabs-item + .features__tabs-item {
        margin-left: 0
    }

    .features__tabs-content-item {
        margin-top: 0
    }

    .features__tab {
        white-space: normal;
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 25px 40px;
        font-weight: 400
    }
}

.price {
    padding: 35px 0
}

.price__title {
    text-align: center;
    margin-bottom: 30px
}

.price__subtitle {
    margin-bottom: 30px
}

.price__block--acc {
    position: relative;
    max-height: 1740px;
    overflow: hidden;
    -webkit-transition: max-height 2s ease-in-out;
    transition: max-height 2s ease-in-out
}

@media (min-width: 479.98px) {
    .price__block--acc {
        max-height: 1930px
    }
}

.price__block + .price__block, .price__help {
    margin-top: 40px
}

.price__card + .price__card {
    margin-top: 10px
}

@media (min-width: 767.98px) {
    .price {
        padding: 50px 0
    }

    .price__block--acc {
        max-height: none
    }

    .price__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .price__help {
        margin: 10px 0 0 10px
    }

    .price__card + .price__card {
        margin: 0 0 0 10px
    }

    .price__card:nth-child(n+5) {
        margin-top: 10px
    }

    .price__card:nth-child(10), .price__card:nth-child(4), .price__card:nth-child(7) {
        margin: 10px 0 0
    }
}

.price__card {
    -webkit-transition: .3s;
    transition: .3s;
    -ms-flex-preferred-size: 32.4%;
    flex-basis: 32.4%
}

@media (min-width: 1199.98px) {
    .price {
        padding: 75px 0
    }

    .price__card {
        -ms-flex-preferred-size: 24.3%;
        flex-basis: 24.3%
    }

    .price__card:nth-child(4) {
        margin: 0 0 0 10px
    }

    .price__card:nth-child(5), .price__card:nth-child(9) {
        margin-left: 0
    }

    .price__card:nth-child(10), .price__card:nth-child(7) {
        margin: 10px 0 0 10px
    }
}

.price .price__card--mt-lg {
    margin-top: 45px
}

.price__btn {
    margin-top: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f4f5ff
}

.join {
    margin: 35px 0;
    padding: 50px 0;
    background: url(../../notaryLandingPage/img/join.jpg) center center/cover no-repeat
}

@media (min-width: 767.98px) {
    .price .price__card--mt-lg {
        margin: 10px 0 0
    }

    .price__btn {
        display: none
    }

    .join {
        background: url(../../notaryLandingPage/img/join_2.jpg) center center/cover no-repeat;
        margin: 50px 0;
        padding: 70px 0
    }

    .join__title {
        max-width: 700px
    }
}

@media (min-width: 1199.98px) {
    .price .price__card--mt-lg {
        margin: 0 0 0 10px
    }

    .join {
        background: url(../../notaryLandingPage/img/join_3.jpg) center center/cover no-repeat;
        margin: 75px 0;
        padding: 150px 0 70px
    }

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

.join__title {
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: none
}

.join__subtitle {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 170%;
    color: #f4f5ff;
    margin-bottom: 28px
}

.benefits {
    padding: 35px 0
}

@media (min-width: 767.98px) {
    .join__subtitle {
        max-width: 350px
    }

    .benefits {
        padding: 50px 0
    }

    .benefits__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 1199.98px) {
    .join__subtitle {
        font-size: 2.4rem;
        max-width: 415px
    }

    .join__btn {
        margin: 0 0 10px
    }

    .join__checkbox {
        margin: 8px auto 0 0%
    }

    .benefits {
        padding: 75px 0
    }
}

@media (min-width: 767.98px) {
    .benefits__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 60px
    }
}

@media (min-width: 1199.98px) {
    .benefits__content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        margin-bottom: 0
    }
}

@media (min-width: 767.98px) {
    .benefits__text {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%
    }
}

@media (min-width: 1199.98px) {
    .benefits__text {
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%
    }
}

.benefits__title {
    margin-bottom: 32px;
    font-weight: 700
}

.benefits__subtitle {
    font-size: 1.8rem;
    margin-bottom: 32px
}

.benefits__link {
    display: block;
    font-size: 2rem;
    font-family: Stixt;
    margin-bottom: 23px
}

@media (min-width: 767.98px) {
    .benefits__link {
        margin-bottom: 0
    }
}

.benefits__img {
    height: 220px;
    margin-bottom: 10px
}

@media (min-width: 767.98px) {
    .benefits__img {
        margin: 0 0 0 14px;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        min-height: 400px;
        height: 100%
    }
}

@media (min-width: 1199.98px) {
    .benefits__img {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%
    }
}

.benefits__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 767.98px) {
    .benefits__cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1199.98px) {
    .benefits__cards {
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        margin-left: 10px
    }
}

.benefits__card {
    background: #fff;
    padding: 25px 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.benefits__card::after, .benefits__card::before {
    position: absolute;
    bottom: 0;
    left: 0
}

.benefits__card::after {
    content: "";
    width: 24px;
    height: 24px;
    border-left: 24px solid #c3986b;
    border-top: 24px solid #fff
}

.benefits__card::before {
    content: "+";
    left: 3px;
    z-index: 1;
    color: #f4f5ff
}

.benefits__card-title {
    font-family: Stixt;
    line-height: 1;
    font-size: 5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 20px
}

.benefits__card-subtitle {
    width: 45%;
    font-size: 1.5rem;
    line-height: 150%
}

.benefits__block + .benefits__block {
    margin-top: 10px
}

@media (min-width: 767.98px) {
    .benefits__block {
        width: 50%
    }

    .benefits__block + .benefits__block {
        margin: 0 0 0 10px
    }
}

@media (min-width: 1199.98px) {
    .benefits__block {
        width: 100%
    }

    .benefits__block + .benefits__block {
        margin: 20px 0 0
    }
}

.benefits__card + .benefits__card {
    margin-top: 10px
}

.clients {
    margin: 35px 0;
    padding: 50px 0;
    background: url(../../notaryLandingPage/img/clients_bg_1.jpg) center center/cover no-repeat
}

.clients .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 270px
}

.clients__title {
    text-align: center;
    margin-bottom: 33px
}

@media (min-width: 1199.98px) {
    .benefits__card + .benefits__card {
        margin-top: 20px
    }

    .clients__title {
        margin-bottom: 60px
    }
}

.clients .slick-slide, .clients .slick-slide > div {
    height: 100%
}

.clients .slick-slide + .slick-slide {
    margin: 0 0 0 10px
}

.clients__slider {
    margin-bottom: 30px
}

.clients__slider-counter {
    text-align: center
}

@media (min-width: 767.98px) {
    .clients {
        background: url(../../notaryLandingPage/img/clients_bg_2.jpg) center center/cover no-repeat;
        padding: 70px 0 100px
    }

    .clients__slider {
        display: grid;
        grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows:1fr 1fr 1fr;
        grid-gap: 10px
    }

    .clients__slider-counter {
        display: none
    }

    .clients__item--lg {
        grid-column: span 3
    }
}

.clients__slider-counter--active {
    font-size: 3rem;
    font-weight: 700;
    color: #f4f5ff
}

.clients__slider-counter--i-left {
    font-size: 2rem;
    color: #878787
}

.clients__slider .slick-list {
    padding: 0 35% 0 0 !important;
    margin-right: -20px;
    position: relative
}

.clients__slider .slick-list::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .3))
}

.clients__img {
    height: 120px;
    margin-bottom: 12px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.clients__img img {
    max-height: 100%;
    margin: 0 auto
}

.clients__subtitle {
    font-size: 1.3rem;
    color: #f4f5ff;
    text-align: center
}

.clients__item {
    padding: 30px 10px 20px;
    background: rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    grid-column-end: span 2;
    height: 100%
}

.steps {
    padding: 35px 0
}

@media (min-width: 767.98px) {
    .steps {
        margin: 50px 0
    }
}

@media (min-width: 1199.98px) {
    .clients__slider {
        grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows:1fr 1fr
    }

    .clients__item--lg {
        grid-column: span 2
    }

    .steps {
        margin: 75px 0
    }
}

.steps__title {
    margin-bottom: 40px;
    padding: 0 18px;
    text-align: center
}

@media (min-width: 767.98px) {
    .steps__container {
        padding: 0 40px
    }
}

.steps__block {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width: 1199.98px) {
    .steps__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        margin: 0 auto;
        padding: 0 20px;
        max-width: 1260px
    }

    .steps__block {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 60px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.steps__features {
    padding: 30px 50px 20px 20px;
    background: url(../../notaryLandingPage/img/steps_bg.jpg) center center/cover no-repeat;
    position: relative
}

@media (min-width: 767.98px) {
    .steps__features {
        margin: 0 60px;
        height: 740px
    }
}

@media (min-width: 1199.98px) {
    .steps__features {
        margin: 0
    }
}

.steps__features-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 500px;
    width: 350px
}

@media (min-width: 767.98px) {
    .steps__features-img {
        left: 35%;
        z-index: 2;
        width: 530px;
        height: 740px
    }
}

.steps__features-img img {
    width: 100%;
    height: 100%
}

.steps__features-suptitle {
    font-size: 1.6rem;
    line-height: 130%;
    color: #f4f5ff;
    margin-bottom: 6px
}

.steps__features-title {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 130%;
    color: #f4f5ff
}

.steps__features-item {
    background: rgba(255, 255, 255, .05);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    padding: 20px 50px 24px 25px;
    position: relative;
    z-index: 4
}

.steps__features-item--coin {
    background: url(../../notaryLandingPage/img/steps_coin.png) bottom right no-repeat
}

.steps__features-item--corona {
    background: url(../../notaryLandingPage/img/steps_corona.png) bottom right no-repeat;
    margin-top: 10px
}

.steps__features-item--time {
    background: url(../../notaryLandingPage/img/steps_time.png) bottom right no-repeat;
    margin-top: 410px
}

@media (min-width: 767.98px) {
    .steps__features-item {
        position: absolute;
        width: 52%
    }

    .steps__features-item--coin {
        right: 5%;
        top: 5%
    }

    .steps__features-item--corona {
        top: 50%;
        right: -5%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .steps__features-item--time {
        margin: 0;
        bottom: 5%;
        left: 5%
    }
}

.steps__features-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #c3986b
}

.steps__video {
    padding: 116px 20px;
    margin-top: 30px;
    background: url(../../notaryLandingPage/img/steps_bg_2.jpg) center center/cover no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 767.98px) {
    .steps__video {
        margin: 30px 20px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 200px 25px
    }
}

@media (min-width: 1199.98px) {
    .steps__features-item {
        width: 50%
    }

    .steps__video {
        margin: 30px 0 0
    }
}

.steps__video-block {
    margin-left: 20px
}

.steps__video-text-top {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #f4f5ff;
    margin-bottom: 5px
}

.steps__video-text-btm {
    color: #878787
}

.steps__inner {
    margin: 46px 20px 0
}

.steps__item {
    padding: 30px 28px;
    background: #fff
}

@media (min-width: 767.98px) {
    .steps__video-text-top {
        font-size: 1.8rem
    }

    .steps__inner {
        max-width: 500px;
        margin: 46px auto 0
    }

    .steps__item {
        padding: 40px
    }
}

.steps__item-wrapper {
    padding-bottom: 30px;
    position: relative
}

.steps__item-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: repeating-linear-gradient(to bottom, transparent 0 4px, #878787 4px 12px) 80%/2px 100% no-repeat
}

.steps__item-wrapper:last-child::before {
    display: none
}

.steps__item-wrapper:nth-child(4) .steps__item, .steps__item-wrapper:nth-child(5) .steps__item {
    padding-right: 75px
}

.steps__suptitle {
    font-family: Stixt;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 12px
}

@media (min-width: 767.98px) {
    .steps__item-wrapper {
        padding-bottom: 60px
    }

    .steps__suptitle {
        margin-bottom: 16px
    }
}

.steps__subtitle {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 130%;
    margin-bottom: 12px
}

@media (min-width: 767.98px) {
    .steps__subtitle {
        font-size: 2rem;
        margin-bottom: 18px
    }
}

.steps__counter {
    font-family: Stixt;
    font-size: 1.6rem;
    line-height: 20px;
    text-transform: uppercase;
    padding: 8px 12px 4px;
    background: #c3986b;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%)
}

.steps ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.steps ul li {
    position: relative;
    padding-left: 15px;
    line-height: 150%
}

.steps ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #132f3d;
    border-radius: 50%
}

.steps ul li + li {
    margin-top: 10px
}

.contact {
    padding-bottom: 35px
}

.contact__title {
    text-align: center;
    margin-bottom: 50px
}

.contact__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.contact__item + .contact__item {
    margin-top: 40px
}

@media (min-width: 767.98px) {
    .steps__counter {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .steps ul li {
        font-size: 1.8rem
    }

    .contact {
        padding-bottom: 50px
    }

    .contact__title {
        margin-bottom: 50px
    }

    .contact__item + .contact__item {
        margin-top: 50px
    }
}

.contact__city {
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 10px
}

@media (min-width: 767.98px) {
    .contact__city {
        font-size: 2.4rem
    }
}

.contact__address {
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 15px
}

@media (min-width: 767.98px) {
    .contact__address {
        font-size: 2.4rem
    }
}

@media (min-width: 1199.98px) {
    .steps__inner {
        max-width: none;
        margin-top: 0
    }

    .contact {
        padding-bottom: 75px
    }

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

    .contact__item + .contact__item {
        margin: 0 0 0 10px
    }

    .contact__address {
        font-weight: 400
    }

    .footer::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .5
    }
}

.contact__index {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 1.6rem;
    color: #878787
}

.contact__map {
    height: auto;
}

.footer {
    padding: 50px 0 115px;
    background: #001824;
    color: #f4f5ff;
    margin-top: 100px;
    position: relative
}

.footer__block:nth-child(1) .footer__link {
    display: none
}

@media (min-width: 1199.98px) {
    .footer__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__block:nth-child(1) .footer__link {
        display: block
    }

    .footer__block {
        -ms-flex-preferred-size: 34.2%;
        flex-basis: 34.2%;
        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: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__block:nth-child(1) {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }

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

    .footer__block:nth-child(4) {
        display: none
    }
}

@media (min-width: 1330px) {
    .footer__block:nth-child(3) {
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%
    }
}

.footer__block + .footer__block {
    margin-top: 70px
}

.footer__title {
    color: #f4f5ff;
    margin-bottom: 30px;
    font-size: 2.3rem
}

@media (min-width: 1199.98px) {
    .footer__block + .footer__block {
        margin: 0 0 0 50px
    }

    .footer__title {
        margin-bottom: 42px
    }
}

.footer__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 767.98px) {
    .contact__map {
        height: auto
    }

    .footer__title {
        font-size: 3.5rem
    }

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

.footer__text--lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__text + .footer__text {
    margin-top: 23px
}

.footer__name {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%
}

@media (min-width: 767.98px) {
    .footer__name {
        -ms-flex-preferred-size: 15%;
        flex-basis: 15%
    }
}

@media (min-width: 1199.98px) {
    .footer__text + .footer__text {
        margin-top: 30px
    }

    .footer__name {
        margin-right: 10px;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        font-size: 2.4rem
    }
}

.footer__value {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%
}

@media (min-width: 1439.98px) {
    .footer__value {
        font-size: 2.3rem;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media (min-width: 1199.98px) {
    .footer__value {
        font-size: 2.1rem;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.footer__link {
    display: block;
    text-align: center;
    color: #878787
}

.footer__logo {
    margin-bottom: 50px
}

.background {
    background-color: #F6F6F6;
    color: #132F3D;
}

.subtitle {
    font-family: "STIXTwo";
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 115%;
    margin-right: auto;
    margin-left: auto;

    text-align: center;
    text-transform: uppercase;
    color: #132F3D;
}
@media screen and (max-width:1250px){
    .subtitle{
        font-size: 35px;
    }
}
@media screen and (max-width:650px){
    .subtitle{
        font-size: 23px;
    }
}
.principse_subtitle{
    max-width: 800px;
    margin: 0 auto;
    margin-top: 0;
}
@media screen and (max-width:1250px){
    .principse_subtitle{
        margin-top: 0;
    }
}
@media screen and (max-width:650px){
    .principse_subtitle{
        margin-top: 0;
        margin-left: 20PX;
        margin-right: 20PX;
        max-width: 100%;
    }
}


/*Cards*/
.vert-cards{
    display: flex;
    max-width: 1214px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:650px){
    .vert-cards{
        flex-direction: column;
    }
}
.principse_vert-cards{
    margin-top: 60px;

}
@media screen and (max-width:1250px){
    .principse_vert-cards{
        margin-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.vert-card{
    background: #FFFFFF;
    max-width: 602px;
}
@media screen and (max-width:1250px){
    .vert-card{
        max-width: 49.35%;
    }
}
@media screen and (max-width:650px){
    .vert-card{
        max-width: 100%;
        margin-bottom: 10PX;
    }
}
.principse_vert-card__img-1{
    background: center center url(../../notaryLandingPage/img/principse/shutterstock_1897595383.jpg) no-repeat;
    background-size: cover;
}
.principse_vert-card__img-2{
    background: center center url(../../notaryLandingPage/img/principse/shutterstock_660197947.jpg) no-repeat;
    background-size: cover;
}
.principse_vert-card__img{
    width: 100%;
    height: 350PX;
}
@media screen and (max-width:1250px){
    .principse_vert-card__img{
        height: 250PX;
    }
}
.vert-card__card-body{
}
.principse_vert-card__body{
    margin: 40px;
}
@media screen and (max-width:1250px){
    .principse_vert-card__body{
        margin: 30px;
    }
}
.title{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
}
.vert-card_title{
    margin-bottom: 20px;
}
@media screen and (max-width:650px){
    .title{
        font-size: 18px;
    }
}
@media screen and (max-width:1250px){
    .vert-card_title{
        margin-bottom: 12px;
    }
}
.text{

    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}
@media screen and (max-width:1250px){
    .text{
        font-size: 15px;
    }
}
.vert-card_text{

}

/*Banner*/
.banner{
    max-width: 1214px;
    margin-left: auto;
    margin-right: auto;
    color: #F4F5FF;
    margin-top: 24px;
}
@media screen and (max-width:1250px){
    .banner{
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 30px;
    }
}
@media screen and (max-width:1250px){
    .principse_banner{
        margin-top: 30px;
    }
}
@media screen and (max-width:650px){
    .principse_banner{
        margin-top: 20px;
    }
}

.banner__bg{
    height: 520px;
    background: center center url(../../notaryLandingPage/img/principse/shutterstock_2087420848.jpg) no-repeat;
    background-size: cover;
}
@media screen and (max-width:1250px){
    .banner__bg{
        height: 359px;
    }
}
@media screen and (max-width:600px){
    .banner__bg{
        height: 619px;
        background: bottom right url(../../notaryLandingPage/img/principse/banner-sm3.jpg) no-repeat;
    }
}
.banner__body{
    padding: 35px 60px;
}
@media screen and (max-width:700px){
    .banner__body{
        padding: 20px;
    }
}
.banner__title{
    margin-bottom: 20px;
}
.ol{
    padding-left: 1em;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}
@media screen and (max-width:1250px){
    .ol{
        font-size: 15px;
    }
}
.banner__ol__li{
    padding-bottom: 1em;
}

.notifyjs-wrapper { z-index: 1100; }

.container__mobile-navigation { padding-top: 120px; }
.mobile-navigation_content .nav-item { display: block; padding-bottom: 2rem; }
.mobile-navigation_content .nav-item::first-line { padding-top: 0; }
.mobile-navigation_content .nav-item::after { display: block; height: 2px; width: 100%; background-color: rgba(211, 214, 216, .35); content: ""; margin-top: 2rem; }
.mobile-navigation_content .nav-item a { font-size: 24px; font-family: Stixt; color: #132F3D; }
.mobile-navigation_content .nav-item a:hover { font-size: 24px; color: #C3986B; }

/*.header__navigation*/
.header.mobile-navigation-is-active { background-color: rgb(19, 47, 61) !important; }
.header.mobile-navigation-is-active .btn.btn--list { background: url('/assets/img/icons/burger-close.svg') center center no-repeat; }

.header__navigation ul { list-style-type: none; margin: 0; padding: 0; display: flex; justify-content: center; }
.header__navigation ul li { margin-right: 50px; }
.header__navigation ul li a { text-decoration: none; display: block; color: white; font-size: 16px; }
.header__navigation ul li a:hover { color: #C3986B; }

@media screen and (max-width:1250px){
    .header__navigation ul li { margin-right: 20px; }
}
@media screen and (max-width:965px) {
    .header__navigation ul li a { font-size: 14px; }
}
@media screen and (max-width:920px) {
    .header__navigation ul li { margin-right: 10px; }
}
@media screen and (min-width:900px) {
    .header .btn.btn--call, .header .btn.btn--list {  display: none; }
}
@media screen and (max-width:900px) {
    .header__navigation { display: none; }

    .header .btn.btn--list {  display: inline-block; background: url('/assets/img/icons/burger-list.svg') center center no-repeat; border: solid 1px #C3986B; width: 48px; height: 48px; margin-right: 2rem; }

    .header__btn .btn.btn--primary.btn--xs {  display: none; }
    .header__btn .btn.btn--call {  display: inline-block; background: url('/assets/img/icons/phone-call.svg') center center no-repeat; border: solid 1px #C3986B; width: 48px; height: 48px; }
}


#it-badge { margin-bottom: 3rem; display: inline-block; }
#it-badge span { padding: 1rem 3rem; border: solid 1.5px #C3986B; color: #C3986B; background: #C3986B4F; font: 600 2.5rem/1.375 Stixt, sans-serif;}
@media screen and (max-width:950px) {
    #it-badge span { font-size: 2rem;}
}
@media screen and (max-width:820px) {
    #it-badge span { font-size: 1.5rem;}
}
@media screen and (max-width:703px) {
    #it-badge span { font-size: 1rem;}
}

/* Common fix */
@media screen and (max-width:1050px) {
    .header__btn .btn--xs, .contacts__link { font-size: 1.8rem; }
}
@media screen and (max-width:1000px) {
    .header .logo img { width: 120% !important; }
}
@media screen and (max-width:950px) {
    .header .logo img { width: 100% !important; }
}
@media screen and (max-width:900px) {
    .header__contacts { display: none; }
}
@media screen and (max-width: 779px) {
}
@media screen and (max-width: 769px) {
    .header .logo { display: block; }
    .header .menu { justify-content: end; }
}
