/*Swiper 4.2.0*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
    visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D" http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg "%20viewBox%3D" 0%200%2027%2044 "%3E%3Cpath%20d%3D" M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z "%20fill%3D" %23007aff "%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D" http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg "%20viewBox%3D" 0%200%2027%2044 "%3E%3Cpath%20d%3D" M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z "%20fill%3D" %23007aff "%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D" http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg "%20viewBox%3D" 0%200%2027%2044 "%3E%3Cpath%20d%3D" M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z "%20fill%3D" %23ffffff "%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D" http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg "%20viewBox%3D" 0%200%2027%2044 "%3E%3Cpath%20d%3D" M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z "%20fill%3D" %23ffffff "%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D" http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg "%20viewBox%3D" 0%200%2027%2044 "%3E%3Cpath%20d%3D" M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z "%20fill%3D" %23000000 "%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D" http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg "%20viewBox%3D" 0%200%2027%2044 "%3E%3Cpath%20d%3D" M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z "%20fill%3D" %23000000 "%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000;
}
.swiper-pagination-lock {
    display: none;
}
/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    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;
    text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D" 0%200%20120%20120 "%20xmlns%3D" http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg "%20xmlns%3Axlink%3D" http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink "%3E%3Cdefs%3E%3Cline%20id%3D" l "%20x1%3D" 60 "%20x2%3D" 60 "%20y1%3D" 7 "%20y2%3D" 27 "%20stroke%3D" %236c6c6c "%20stroke-width%3D" 11 "%20stroke-linecap%3D" round "%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D" %23l "%20opacity%3D" .27 "%2F%3E%3Cuse%20xlink%3Ahref%3D" %23l "%20opacity%3D" .27 "%20transform%3D" rotate(30%2060%2C60) "%2F%3E%3Cuse%20xlink%3Ahref%3D" % 23 l "%20opacity%3D" .27 "%20transform%3D" rotate(60 % 2060 % 2 C60) "%2F%3E%3Cuse%20xlink%3Ahref%3D" % 23 l "%20opacity%3D" .27 "%20transform%3D" rotate(90 % 2060 % 2 C60) "%2F%3E%3Cuse%20xlink%3Ahref%3D" % 23 l "%20opacity%3D" .27 "%20transform%3D" rotate(120 % 2060 % 2 C60) "%2F%3E%3Cuse%20xlink%3Ahref%3D" % 23 l "%20opacity%3D" .27 "%20transform%3D" rotate(150 % 2060 % 2 C60) "%2F%3E%3Cuse%20xlink%3Ahref%3D" % 23 l "%20opacity%3D" .37 "%20transform%3D" rotate(180 % 2060 % 2 C60) "%2F%3E%3Cuse%20xlink%3Ahref%3D" % 23 l "%20opacity%3D" .46 "%20transform%3D" rotate(210 % 2060 % 2 C60) "%2F%3E%3Cuse%20xlink%3Ahref%3D" % 23 l "%20opacity%3D" .56 "%20transform%3D" rotate(240 % 2060 % 2 C60) "%2F%3E%3Cuse%20xlink%3Ahref%3D" % 23 l "%20opacity%3D" .66 "%20transform%3D" rotate(270 % 2060 % 2 C60) "%2F%3E%3Cuse%20xlink%3Ahref%3D" % 23 l "%20opacity%3D" .75 "%20transform%3D" rotate(300 % 2060 % 2 C60) "%2F%3E%3Cuse%20xlink%3Ahref%3D" % 23 l "%20opacity%3D" .85 "%20transform%3D" rotate(330 % 2060 % 2 C60) "%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D" 0%200%20120%20120 "%20xmlns%3D" http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg "%20xmlns%3Axlink%3D" http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink "%3E%3Cdefs%3E%3Cline%20id%3D" l "%20x1%3D" 60 "%20x2%3D" 60 "%20y1%3D" 7 "%20y2%3D" 27 "%20stroke%3D" %23fff "%20stroke-width%3D" 11 "%20stroke-linecap%3D" round "%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D" %23l "%20opacity%3D" .27 "%2F%3E%3Cuse%20xlink%3Ahref%3D" %23l "%20opacity%3D" .27 "%20transform%3D" rotate(30%2060%2C60) "%2F%3E%3Cuse%20xlink%3Ahref%3D" % 23 l "%20opacity%3D" .27 "%20transform%3D" rotate(60 % 2060 % 2 C60) "%2F%3E%3Cuse%20xlink%3Ahref%3D" % 23 l "%20opacity%3D" .27 "%20transform%3D" rotate(90 % 2060 % 2 C60) "%2F%3E%3Cuse%20xlink%3Ahref%3D" % 23 l "%20opacity%3D" .27 "%20transform%3D" rotate(120 % 2060 % 2 C60) "%2F%3E%3Cuse%20xlink%3Ahref%3D" % 23 l "%20opacity%3D" .27 "%20transform%3D" rotate(150 % 2060 % 2 C60) "%2F%3E%3Cuse%20xlink%3Ahref%3D" % 23 l "%20opacity%3D" .37 "%20transform%3D" rotate(180 % 2060 % 2 C60) "%2F%3E%3Cuse%20xlink%3Ahref%3D" % 23 l "%20opacity%3D" .46 "%20transform%3D" rotate(210 % 2060 % 2 C60) "%2F%3E%3Cuse%20xlink%3Ahref%3D" % 23 l "%20opacity%3D" .56 "%20transform%3D" rotate(240 % 2060 % 2 C60) "%2F%3E%3Cuse%20xlink%3Ahref%3D" % 23 l "%20opacity%3D" .66 "%20transform%3D" rotate(270 % 2060 % 2 C60) "%2F%3E%3Cuse%20xlink%3Ahref%3D" % 23 l "%20opacity%3D" .75 "%20transform%3D" rotate(300 % 2060 % 2 C60) "%2F%3E%3Cuse%20xlink%3Ahref%3D" % 23 l "%20opacity%3D" .85 "%20transform%3D" rotate(330 % 2060 % 2 C60) "%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}
/*Swiper 4.2.0*/

/*!
 * Bootstrap-select v1.13.14 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

@-webkit-keyframes bs-notify-fadeOut {
    0% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}
@keyframes bs-notify-fadeOut {
    0% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}
.bootstrap-select {
    width: 220px \0;
    /*IE9 and below*/
    vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
    margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
    color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: #28a745;
}
.bootstrap-select.fit-width {
    width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}
/*.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,*/
/*.bootstrap-select .dropdown-toggle:focus {*/
    /*outline: thin dotted #333333 !important;*/
    /*outline: 5px auto -webkit-focus-ring-color !important;*/
    /*outline-offset: -2px;*/
/*}*/
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
    width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
    float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
    margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
    width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
    cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
    outline: none !important;
}
.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
    width: 100%;
}
.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
    position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
    padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
    animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.26em 0.26em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid white;
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
    display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}
.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
    width: 50%;
}
.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-donebutton .btn-group button {
    width: 100%;
}
.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}
/*!
 * Bootstrap-select v1.13.14 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

body {
    font: normal 15px/1.66 "Nobel";
    background-color: #fff;
    color: #442341;
}
button:focus {
    outline: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
/*.header a,*/
/*.footer a,*/
/*.modal a,*/
.story__btn,
.after-hover,
/*.hero__text a,*/
/*.text-style-1 a,*/
.tabs-profile__body-main a,
/*.pre-footer-menu__link,*/
/*.pre-footer-menu .header__item-text a,*/
/*.tab-link,*/
/*.page-menu .tab-pane a,*/
.text-underline {
    position: relative;
}
a:hover {
    text-decoration: none;
}
.header a:hover,
a,
.footer a:hover,
/*.modal a:hover,*/
.story__btn:hover,
.after-hover:hover,
.text-underline, a:hover {
    color: inherit;
}
/*.header a:after,*/
/*.footer a:after,*/
/*.modal a:after,*/
.after-hover:after,
.text-underline:after,
.header__top-nav .active:after
/*.hero__text a:after,*/
/*.text-style-1 a:after,*/
/*.tabs-profile__body-main a:after,*/
/*.pre-footer-menu__link:after,*/
/*.pre-footer-menu .header__item-text a:after,*/
/*.tab-link:after*/
/*.page-menu .tab-pane a:after */
{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #442341;
    opacity: 0;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear;
}
.footer a.footer__author {
    margin-top: 10px;
}
/*.footer a.footer__author:after {*/
    /*display: none;*/
/*}*/
/*.header a:hover:after,*/
.text-underline:after,
/*.footer a:hover:after,*/
.footer .text-underline:after,
.header .text-underline:after,
/*.modal a:hover:after,*/
.after-hover:hover:after,
.header__top-nav .active:after,
.header__item .header__top-nav a.active,
/*.hero__text a:hover:after,*/
/*.text-style-1 a:hover:after,*/
.tabs-profile__body-main a:hover:after
/*.pre-footer-menu__link:hover:after,*/
/*.pre-footer-menu .header__item-text a:hover:after,*/
/*.tab-link:hover:after*/
/*.page-menu .tab-pane a:hover:after  */
{
    opacity: 1;
}
.header__top-nav .active:after,
.header__top-nav a:after {
    background: var(--link-line);
}
.reset-links-hover a:after,
.reset-links-hover a:hover:after,
.reset-link-hover, .reset-link-hover:hover:after {
    content: none;
}
.inline-line,
.text-style-1 a[href^="mailto:"],
.tabs-module--about-sub .text-style-1 a,
.cookies-block__confirm,
.cookies-block a,
.footer a,
.pre-footer-menu  .header__item-text a,
.text-style-1 a,
.hero__text a,
.tabs-profile__body-text a,
.hero-contact__address a,
.tabs-module__call-numb {
    color: #442341;
    background-image: -o-linear-gradient(left, #442341 0%, #442341 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#442341), to(#442341));
    background-image: linear-gradient(to right, #442341 0%, #442341 100%);
    background-size: 100% 0;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: background .25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -o-transition:background .25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition: background .25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: .1% 0;
    vertical-align: baseline;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}
.article__persona-links .inline-line  {
    background-size: 100% 0;
}
.inline-line--pos-1 {
    background-position: 50% 90%;
}
.inline-line:hover,
.hero-contact__address a:hover,
a.dropdown-item:hover .inline-line,
.link-mask:hover+.inline-line,
.a:hover .inline-line,
.text-style-1 a[href^="mailto:"],
.tabs-module--about-sub .text-style-1 a,
.cookies-block__confirm,
.cookies-block a,
.footer a:hover,
.pre-footer-menu .header__item-text .inline-line:hover
/*.text-style-1 a:hover */
{
    color: #442341;
    background-size: 100% 2px;
    text-decoration: none;
}
.inline-line--thin:hover,
.tabs-module__call-numb:hover,
.footer a:hover,
a:hover .inline-line,
.pre-footer-menu .header__item-text a:hover,
/*.text-style-1 a:hover,*/
/*.private-service .text-style-1 a,*/
.inline-line.active,
/*.tabs-module--about-sub .text-style-1 a,*/
/*.text-style-1 a[href^="mailto:"],*/
.tab-pane__content .inline-line:hover,
.hero__text a,
/*.page-template-template-help-service .text-style-1 a,*/
.text-style-1 .inline-line:hover,
.submenu-content .inline-line:hover,
.tabs-profile__body-text a,
.text-style-1 a,
.tabs-module__team .inline-line:hover,
.article__persona-links .inline-line:hover

{
    background-size: 100% 1px;
}

.tabs-module__row-links a {
    font-size: 25px;
    background-size: 100% 0 !important;
}
.tabs-module__row-links a:hover {
    background-size: 100% 2px !important;
}
.position-initial {
    position: initial;
}
.header {
    padding: 43px 0 20px;
    background: #f5f3f0;
}
.header__top {
    padding: 43px 0 50px;
}
.header__top-nav li {
    margin-right: 26px;
}
.header__item .header__top-nav a {
    opacity: 0.5;
}
.header__top-nav li:last-child {
    margin-right: 0;
}
.header__contact-us a {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 3px;
}
small {
    font: normal 12px/2.08 "Arial";
}
.header__item, .header__all-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
}
.header__item-row {
    padding: 120px 0 20px;
    height: 100%;
    position: relative;
}
.header__item-list2:nth-child(1) {
    padding-left: 25px;
}
.header__item-list2:nth-child(2) {
    padding-left: 32px;
}
.header__item-list2 a, .header__item-list a {
    line-height: 1.7;
    color: inherit;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.header__item-list2 li,
.header__item-list li {
    margin-bottom: 15px;
}
.header__item-list a {
    opacity: 1;
    display: inline-block;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
.header__item-list a.is-active {
    opacity: 1;
}
.header__item-list a.is-passive {
    opacity: .5;
}
.header__item .header {
    background: inherit;
}
.header__item .header__contact-us a, .header__item .header__contact-us a:hover, .header__item-description p, .header__item-description h6, .header__item .header__item-description a,
.header-ac-mobile > li > a:hover, .hide-content .hide-content__underlist a, .header__item .header__callback:hover, .header__item .header__callback, .header__item-description .h6 {
    color: inherit;
}
.header__item .header__item-description a {
    letter-spacing: 0.7px;
}
.header__item .header__contact-us a:after, .header__item .header__item-description a:after, .header__item-list2 a:after, .header__item .header__callback:after {
    background-color: var(--link-line);
}
.header__item .header__item-description a, .header__item-description h6, .header__item-description .h6 {
    text-transform: uppercase;
}
.header__item-description p, .hide-content__description h6 {
    font-family: "Arial", sans-serif;
    letter-spacing: 0.02em;
}
.header__item-description p {
    margin-bottom: 22px;
    line-height: 1.68;
}
.header__item-description h6,
.header__item-description .h6 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
}
.header__item-text {
    max-width: 381px;
    margin: 0 0 54px auto;
}
.header__item-description {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    max-width: 540px;
    padding: 0 15px 42px 0;
}
.header__item, .header__all-item {
    height: 100vh;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.header__all-item.is-active, .header__item-list2-wrap.is-active, .header__all-item {
    z-index: 10;
}
.header__item.is-active {
    z-index: 3;
}
.header__item {
    z-index: 2;
}
.header__item-list2-wrap {
    display: none;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    width: 100%;
    z-index: 0;
}
.pre-footer-menu .header__item-list2-wrap {
    position: absolute;
    left: 0;
    top: 0;
}
.header .header__item-list2-wrap.is-active,
.pre-footer-menu .header__item-list2-wrap {
    display: flex;
}
.fake-header-item-close {
    width: 100%;
    height: 60px;
}
.before {
    position: relative;
}
.before:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.before.is-active-2:before {
    opacity: 0;
    visibility: hidden;
}
.header__item-list-wrap {
    position: relative;
}
.header__search {
    font: 12px/1 "Nobel";
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #442341;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    border: none;
    padding: 7px 0 7px 21px;
    background: transparent;
    border-radius: 0;
    height: auto;
}
.wrap-header__search:after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: transparent;
}
.wrap-header__search.active:after {
    background: #442341;
}
.wrap-header__search:after, .header__search::-webkit-input-placeholder {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.header__search::-moz-placeholder {
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.header__search:-ms-input-placeholder {
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.header__search::-ms-input-placeholder {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.header__search::-webkit-input-placeholder {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.header__search, .header__search::placeholder, .header__search-close, .header__search-preview, .btns-module__btn {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.header__search:focus {
    background: transparent;
}
.wrap-header__search {
    position: relative;
    max-width: 260px;
    width: 100%;
    z-index: 1;
}
.header__search-img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    padding: 0;
    width: 11px;
    height: 11px;
    line-height: 0;
}
.header__search-img svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.header__search::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden;
}
.header__search::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
}
.header__search:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}
.header__search::-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}
.header__search::placeholder, .header__search:focus + .header__search-preview, .text-slide-btn__text, .active .text-slide-btn__text-def {
    opacity: 0;
    visibility: hidden;
}
.header__search::-webkit-input-placeholder {
    text-transform: uppercase;
    font: 12px/1 "Nobel";
    color: #442341;
    letter-spacing: 0.05em;
}
.header__search::-moz-placeholder {
    text-transform: uppercase;
    font: 12px/1 "Nobel";
    color: #442341;
    letter-spacing: 0.05em;
}
.header__search:-ms-input-placeholder {
    text-transform: uppercase;
    font: 12px/1 "Nobel";
    color: #442341;
    letter-spacing: 0.05em;
}
.header__search::-ms-input-placeholder {
    text-transform: uppercase;
    font: 12px/1 "Nobel";
    color: #442341;
    letter-spacing: 0.05em;
}
.header__search::-webkit-input-placeholder {
    text-transform: uppercase;
    font: 12px/1 "Nobel";
    color: #442341;
    letter-spacing: 0.05em;
}
.header__search::-moz-placeholder {
    text-transform: uppercase;
    font: 12px/1 "Nobel";
    color: #442341;
    letter-spacing: 0.05em;
}
.header__search:-ms-input-placeholder {
    text-transform: uppercase;
    font: 12px/1 "Nobel";
    color: #442341;
    letter-spacing: 0.05em;
}
.header__search::-ms-input-placeholder {
    text-transform: uppercase;
    font: 12px/1 "Nobel";
    color: #442341;
    letter-spacing: 0.05em;
}
.header__search::placeholder {
    text-transform: uppercase;
    font: 12px/1 "Nobel";
    color: #442341;
    letter-spacing: 0.05em;
}
.header__search-preview, .header__bottom-nav a, .header__callback {
    text-transform: uppercase;
}
.header__search:focus::-webkit-input-placeholder {
    opacity: 1;
    visibility: visible;
}
.header__search:focus::-moz-placeholder {
    opacity: 1;
    visibility: visible;
}
.header__search:focus:-ms-input-placeholder {
    opacity: 1;
    visibility: visible;
}
.header__search:focus::-ms-input-placeholder {
    opacity: 1;
    visibility: visible;
}
.header__search:focus::placeholder, .header__search:focus + .header__search-preview + .header__search-close, .active .text-slide-btn__text {
    opacity: 1;
    visibility: visible;
}
.header__search::-webkit-input-placeholder, .header__bottom-nav a, .header__callback {
    font: 14px/2.4 "Nobel";
    color: #442341;
    letter-spacing: 0.05em;
}
.header__callback {
    line-height: 1;
}
.header__search::-moz-placeholder {
    font: 12px/2.92 "Nobel";
    color: #442341;
    letter-spacing: 0.05em;
}
.header__search:-ms-input-placeholder {
    font: 12px/2.92 "Nobel";
    color: #442341;
    letter-spacing: 0.05em;
}
.header__search::-ms-input-placeholder {
    font: 12px/2.92 "Nobel";
    color: #442341;
    letter-spacing: 0.05em;
}
.header__search::-webkit-input-placeholder {
    font: 12px/2.92 "Nobel";
    color: #442341;
    letter-spacing: 0.05em;
}
.header__search::placeholder, .header__search-close, .header__search-preview {
    font: 12px/2.92 "Nobel";
    color: #442341;
    letter-spacing: 0.05em;
}
.header__search-close {
    font-family: "Arial", sans-serif;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 0 5px 5px;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    background-color: #f5f3f0;
}
.header__all-item .header__search-close, .sticky-header .header__all-item .header__search-close {
    background-color: #f5f3f0;
}
.sticky-header .header__search-close {
    background-color: #fff;
}
.header__search-preview {
    position: absolute;
    left: 20px;
    top: -2px;
    margin: auto;
    pointer-events: none;
}
.header__col-logo {
    margin-top: -11px;
}
.header__contact-us {
    margin-top: -9px;
}
.header__bottom-nav li {
    margin-left: 61px;
}
.header__bottom-nav li:first-child {
    margin-left: 0;
}
.header__callback, .header__callback:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    /*background: none;*/
}
.header__all-item-list {
    text-transform: uppercase;
}
.header__all-item-list li {
    margin-bottom: 31px;
}
.header__all-item-list li > a {
    letter-spacing: 0.05em;
}
.header__all-item-content {
    background: #f5f3f0;
}
.header__all-item-img {
    margin-bottom: 70px;
}
.header__all-item-col-2 {
    padding-left: 34px;
}
.header__all-item-col-3 {
    padding-left: 53px;
}
.header__all-item-col-3 .header__all-item-img {
    margin: -16px 0 55px;
}
.header__all-item-col-4 {
    padding-left: 72px;
}
.header__all-item-col-4 .header__all-item-img {
    margin: -6px 0 57px;
}
.header__all-item-row {
    padding-top: 102px;
    padding-bottom: 50px;
}
.header__item-description.is-active {
    z-index: 10;
}

.header-fixed__row {
    margin-bottom: 7px;
}
.sticky-header {
    padding: 12px 0 0;
    background-color: #fff;
}
.header__search::-ms-input-placeholder {
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.quote__form {
    display: inline-block !important;
    max-width: 403px;
    width: 100%;
}
.quote__form input::-webkit-input-placeholder, .footer__form input::-webkit-input-placeholder {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.quote__form input::-moz-placeholder, .footer__form input::-moz-placeholder {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.quote__form input:-ms-input-placeholder, .footer__form input:-ms-input-placeholder {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.quote__form input::-ms-input-placeholder, .footer__form input::-ms-input-placeholder {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.quote__form input::-webkit-input-placeholder, .footer__form input::-webkit-input-placeholder {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.quote__form input::-moz-placeholder, .footer__form input::-moz-placeholder {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.quote__form input:-ms-input-placeholder, .footer__form input:-ms-input-placeholder {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.quote__form input::-ms-input-placeholder, .footer__form input::-ms-input-placeholder {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.quote__form input::-webkit-input-placeholder, .footer__form input::-webkit-input-placeholder, .hero__form__input::-webkit-input-placeholder {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.quote__form input::-moz-placeholder, .footer__form input::-moz-placeholder, .hero__form__input::-moz-placeholder {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.quote__form input:-ms-input-placeholder, .footer__form input:-ms-input-placeholder, .hero__form__input:-ms-input-placeholder {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.quote__form input::-ms-input-placeholder, .footer__form input::-ms-input-placeholder, .hero__form__input::-ms-input-placeholder {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.header-fixed__container .header-fixed__row, .header-fixed__container .header__col-logo,
.header-fixed__container .main-logo, .header-fixed__container .header__contact-us a, .header-fixed__container .header__contact-us,
.header-fixed__container .header__contact-us-small, .header, .main-logo-link, .story__btn-less, .story__btn-more, .quote__form input::placeholder,
.footer__form input::placeholder, .hero__form__input::placeholder, .hero__form__label, .hero__form__check-label:after, .text-slide-btn__text, .text-slide-btn__text-def {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.sticky-header .header-fixed__container .header-fixed__row {
    margin-bottom: -3px;
}
.sticky-header .header-fixed__container .header__col-logo {
    margin-top: -3px;
}
.sticky-header .header-fixed__container .main-logo {
    max-width: 200px;
}
.sticky-header .header-fixed__container .header__contact-us a {
    font-size: 18px;
}
.sticky-header .header-fixed__container .header__contact-us {
    margin-top: 3px;
}
.sticky-header .header-fixed__container .header__contact-us-small {
    line-height: 1;
}
.menu-icon, .menu-icon-close, .mobile-menu, .hide-content {
    display: none;
}
.modal-content {
    display: block;
    background: #f5f3f0;
    color: #442341;
    padding: 29px 28px;
    border-radius: 0;
}
.modal-title, .modal-footer__call {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.modal-title {
    margin-bottom: 16px;
}
.modal-text, .modal-footer__splitter {
    font-family: "Arial", sans-serif;
}
.modal-text {
    margin-bottom: 45px;
}
.modal-footer__tel {
    letter-spacing: 0.08em;
}
.modal-footer__tel, .modal-footer__call {
    font-size: 20px;
    color: inherit;
    line-height: 1.1;
}
.modal-footer__splitter {
    padding: 10px 0;
    letter-spacing: 0.08em;
}
.modal__close {
    position: absolute;
    top: 17px;
    right: 15px;
    z-index: 10;
    pointer-events: initial;
}
.modal__close {
    opacity: 1 !important;
}
/*------------------------------------------- style for hero   */

.hero,
.hero-profile__row,
.hero-listing, .hero-news,
.placeholder2,
.hero-faqs__heading {
    padding: 149px 0 0;
}
.hero__swiper-container .swiper-slide, .footer-slider .swiper-slide {
    opacity: 0 !important;
    visibility: hidden !important;
}
.hero__swiper-container .swiper-slide {
    padding: 0 15px;
}
.hero__swiper-container .swiper-slide-active, .footer-slider .swiper-slide-active {
    opacity: 1 !important;
    visibility: visible !important;
}
/*------------------------------------------- style for four-photo   */
.four-img {
    padding-bottom: 116px;
    overflow: hidden;
}
.four-img__row .four-img__col:nth-child(odd) {
    padding-right: 27px;
}
.four-img__row .four-img__col:nth-child(even) {
    padding-left: 27px;
}
.four-img__card-wrap {
    margin-bottom: 22px;
    display: block;
    text-decoration: none !important;
}
.four-img__overflow {
    overflow: hidden;
    margin-bottom: 16px;
    position: relative;
    height: 978px;
    max-height: 100vh;
}
.four-img__overflow .four-img_scale {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -o-object-position: top center;
    object-position: top center;
}
.four-img__overflow:hover .four-img_scale {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.four-img__img-svg {
    position: absolute;
    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;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 526px;
    min-height: 260px;
}
.four-img__description {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 25px;
    color: #442341;
    text-transform: uppercase;
    padding: 0 40px;
}
.four-img__slide-row, .quote__img-wrap {
    position: relative;
    margin: 0 0 30px;
    width: 100vw;
    overflow: hidden;
    height: 60px;
}
.quote__img-wrap {
    margin-left: -15px;
    margin-right: -15px;
}
.four-img__slide-row2 {
    margin-bottom: 0;
}
.four-img__slide-title {
    position: absolute;
    white-space: nowrap;
    font-size: 60px;
    color: #442341;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Nobel", sans-serif;
}
.quote__img {
    position: absolute;
    padding-right: 10px;
}
.quote__img img {
    width: 69px;
    height: 89px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}
.four-img__slide-title_small {
    font-size: 25px;
    padding: 0 15px;
}
.four-img__row_mb {
    margin-bottom: 49px;
}
/*------------------------------------------- style for quote  */
.quote {
    padding-top: 15px;
    overflow: hidden;
    padding-bottom: 116px;
}
.quote__img-wrap2 {
    left: 100%;
    overflow: visible !important;
}
.quote__text {
    font-size: 95px;
    color: #ede4d8;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    quotes: none;
    line-height: .8;
    max-width: 1131px;
    display: block;
    margin: auto;
}
.quote__img-wrap {
    position: relative;
    top: -36px;
    margin-bottom: 37px;
}
.quote__img-wrap img {
    margin: 0 5px;
}
.quote__form,
.footer__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer__form {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.quote__search,
.footer__search {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-58%);
    -ms-transform: translateY(-58%);
    transform: translateY(-58%);
    padding: 0;
}
.quote__form input,
.footer__form input, .hero__form__input, .hero__form__textarea {
    display: block;
    width: 100%;
    height: 34px;
    border: none;
    background: transparent;
}
.quote__form input,
.footer__form input {
    padding-left: 30px;
}
.quote__input-wrap,
.footer__input-wrap {
    position: relative;
    max-width: 403px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 403px;
    flex: 0 0 403px;
}
.quote__input-wrap:after,
.footer__input-wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #442341;
}
.quote__input-wrap:after {
    left: 30px;
    width: calc(100% - 30px);
}
.quote__form input,
.footer__form input,
.hero__form__input, .hero__form__textarea,
select {
    outline: none !important;
}
.quote__form input::-webkit-input-placeholder, .footer__form input::-webkit-input-placeholder {
    font-size: 25px;
    letter-spacing: 0.05em;
    color: #442341;
    text-transform: uppercase;
    line-height: 1;
}
.quote__form input::-moz-placeholder, .footer__form input::-moz-placeholder {
    font-size: 25px;
    letter-spacing: 0.05em;
    color: #442341;
    text-transform: uppercase;
    line-height: 1;
}
.quote__form input:-ms-input-placeholder, .footer__form input:-ms-input-placeholder {
    font-size: 25px;
    letter-spacing: 0.05em;
    color: #442341;
    text-transform: uppercase;
    line-height: 1;
}
.quote__form input::-ms-input-placeholder, .footer__form input::-ms-input-placeholder {
    font-size: 25px;
    letter-spacing: 0.05em;
    color: #442341;
    text-transform: uppercase;
    line-height: 1;
}
.quote__form input,
.footer__form input,
.quote__form input::placeholder,
.footer__form input::placeholder,
.hero__form__input, .hero__form__textarea {
    font-size: 25px;
    letter-spacing: 0.05em;
    color: #442341;
    text-transform: uppercase;
    line-height: 1;
}
.quote__medium-text,
.footer__form .footer__medium-text {
    font-size: 25px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
/*------------------------------------------- style for story  */
.story {
    padding: 143px 0 118px;
}
.story__col {
    margin-bottom: 87px;
}
.story__big-later {
    float: left;
    font-weight: bold;
    font-size: 430px;
    margin-right: 35px;
    line-height: .76;
}
.story__content p,.story__content li,.story__content a {
    line-height: 1.45;
    font-size: 35px;
    font-family: "Arial", sans-serif;
    word-spacing: 4px;
}
.story__content p:last-child {
    margin-bottom: 0;
}
.story__title {
    font-family: "Arial", sans-serif;
    margin-bottom: 28px;
    font-size: 1.25rem;
}
.story__services-wrap {
    text-align: center;
}
.story__services_row .store__text-item, .story__services_row .store__text-item_hide {
    display: inline-block;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 2.3px;
    white-space: nowrap;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    line-height: 2.2;
}
.story__services_row .store__text-wrap:not(:last-child) {
    margin-right: 36px;
}
.store__text-wrap {
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0;
}
.store__text-wrap a {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.store__text-wrap a:after,
.store__text-wrap a:before {
    content: none !important;
}
.story__services_row .store__text-item {
    letter-spacing: 0.1em;
    font-weight: bold;

}
.story__services_row .store__text-item_hide {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    letter-spacing: 0;
    text-align: center;
}
.story__services_row .store__text-item_hide, .story__services_row .store__text-item, .tabs-module__mix-slider .swiper-pagination-bullet:after,
.slider-cards__slider .swiper-pagination-bullet:after {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.store__text-wrap.change-text:hover .store__text-item {
    opacity: 0;
}
.danger-text-hover {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: bold;
    font-size: 42px;
    color: #cd001a;
}
.warning-text-hover,
.small-text-hover {
    font-family: "ivypresto-display", sans-serif;
    font-size: 36px;
    color: #ff9d6e;
    text-transform: lowercase !important;
}
.ff-text-hover {
    font-family: "Lexend Zetta", sans-serif;
    font-size: 30px;
    color: #2c2a29;
}
.small-text-hover {
    font-family: "eloquent-jf-pro", sans-serif;
    color: #442341;
}
.store__text-wrap:hover .warning-text-hover.store__text-item_hide,
.store__text-wrap:hover .small-text-hover.store__text-item_hide,
.store__text-wrap:hover .danger-text-hover.store__text-item_hide,
.store__text-wrap:hover .ff-text-hover.store__text-item_hide, .open .story__btn-less {
    opacity: 1;
    visibility: visible;
}
.story__btn {
    font-size: 25px;
    /*font-family: "Sofia Pro";*/
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.57;
}
.story__content {
    line-height: 1.45;
    padding-bottom: 15px;
}
.story__btn-less {
    position: absolute;
    left: 0;
    top: 0;
}
.story__btn-more, .story__btn-less {
    line-height: inherit;
}
.open .story__btn-more, .story__btn-less {
    opacity: 0;
    visibility: hidden;
}
/*------------------------------------------- style for reading  */
.reading {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 43px;
}
.reading__big-title {
    display: block;
    text-transform: uppercase;
    letter-spacing: -0.1em;
    text-align: center;
    font-size: 240px;
    color: #f5f3f0;
    font-weight: bold;
    line-height: 1.1;
    cursor: pointer;
    text-indent: -34px;
}
.reading__slide-content {
    padding: 99px 106px 83px;

}
.reading__content {
    display: none;
}
.hor-bd {
    position: relative;
    border-top: 5px solid #442341;
    border-bottom: 5px solid #442341;

}
.reading__blog-wrap {
    position: relative;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.reading__blog-wrap.inactive-hover {
    opacity: .15;
}
.reading__small-text {
    font-family: "Arial", sans-serif;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-text-orientation: mixed;
    white-space: nowrap;
    text-orientation: mixed;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    position: absolute;
    left: -33px;
    top: -1px;
    font-size: 15px;
    letter-spacing: 0.02em;
    color: #442341;
    text-transform: uppercase;
}
.reading__medium-text {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    position: absolute;
    white-space: nowrap;
    right: -15px;
    top: 10px;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 36px;
    color: #442341;
    text-transform: uppercase;
}
.reading__medium-text:hover {
    color: inherit;
}
.reading__blog-title {
    font-size: 40px;
    line-height: .9;
    text-transform: uppercase;
    font-weight: bold;
}
.reading__col_p {
    padding: 0 50px;
}
.reading__blog-wrap a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/*------------------------------------------- style for footer  */

.footer {
    background: #f5f3f0;
    overflow: hidden;
}
.footer__container {
    padding-top: 35px;
}
.footer__row_mb {
    margin-bottom: 58px;
}
.footer__row_big-mb {
    margin-bottom: 111px;
}
.footer__logo {
    -ms-grid-column-align: center;
    justify-self: center;
    margin-bottom: 38px;
}
.footer__stars {
    margin: 0 18px;
}
.footer__trustpilot-text {
    font-size: 21px;
}
.footer__trustpilot-text, .footer__trustpilot-small {
    font-family: "Arial", sans-serif;
    color: #2c2a29;
}
.footer__trustpilot-small {
    font-size: 15px;
}
.footer__trustpilot-small-text {
    top: 2px;
}
.footer__logo:after,
.footer__logo:before {
    content: none !important;
}
.footer__contact {
    font-family: "Arial", sans-serif;
    position: absolute;
    right: 0;
    top: -4px;
    z-index: 3;
}
.footer__input {
    background: #f5f3f0;
}
.footer__title {
    font-size: 95px;
    line-height: .9;
    text-transform: uppercase;
    color: rgba(68, 35, 65, 0.45);
}
.footer__tel-big, .footer__title {
    font-weight: bold;
}
.footer__tel-big {
    font-size: 95px;
    line-height: .9;
}
.footer__tel {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 5px;
}
.footer__talk {
    margin-bottom: 19px;
}
.footer__call-back,
.footer__talk {
    font-size: 12px;
}
.footer__input::-webkit-input-placeholder {
    text-align: right;
}
.footer__input::-moz-placeholder {
    text-align: right;
}
.footer__input:-ms-input-placeholder {
    text-align: right;
}
.footer__input::-ms-input-placeholder {
    text-align: right;
}
.footer__input::placeholder {
    text-align: right;
}
.footer__list {
    padding: 49px 0 0 8px;
}
.footer__list li {
    margin-bottom: 11px;
}
.footer__list li a, .footer__call-back {
    letter-spacing: .1em;
}
.footer__social-row {
    padding-bottom: 30px;
}
a.no-hover-state:after {
    content: none !important;
}
.footer__social-wrap {
    padding-top: 57px;
}
.footer__social-list {
    font-family: "Arial", sans-serif;
    font-size: 15px;
    letter-spacing: 0.02em;
    color: #442341;
    margin-bottom: 27px;
}
.footer__social-list li {
    margin-left: 67px;
}
.footer__copyright {
    font-family: "Arial", sans-serif;
    font-size: 10px;
    letter-spacing: 0.02em;
    line-height: 2;
}
.footer__brands-wrap {
    position: relative;
    background: #fff;
}

.footer__brands-content {
    position: relative;
    z-index: 10;
    padding: 23px 0;
}
.footer__brands-list li {
    margin-right: 45px;
}
.footer__brands-title {
    font-size: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-right: 54px;
}
.footer__author-by, .footer__author .footer__author_big-fz {
    font-size: 12px;
    letter-spacing: 0.02em;
    font-family: "Arial", sans-serif;
    margin-right: 0;
    text-transform: none;
    line-height: 1;

}
.footer__author .footer__author_big-fz {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 26px;
}
.btn:focus, .footer__ac {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#trigger2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: -1;
}
.footer__medium-text, .footer__input-wrap {
    margin-top: 30px;
}
.footer__tel-big {
    font-weight: bold;
}
.quote__search svg, .footer__search svg {
    width: 17px;
    height: 17px;
}
[data-toggle="modal"], .footer__ac-title {
    cursor: pointer;
}
.quote__form input, .footer__form input, .hero__form__input, .hero__form__textarea {
    border-radius: 0;
}
.header__all-item-container, .header__item-container {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.header__item-container::-webkit-scrollbar, .header__all-item-container::-webkit-scrollbar {
    display: none;
}
.reading__col_mr .reading__blog-col:not(:nth-last-child(-n+2)) {
    margin-bottom: 111px;
}
.reading__col_mr .reading__blog-col:nth-child(odd) {
    margin-right: 179px;
}
.quote__form input:focus::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden;
}
.quote__form input:focus::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
}
.quote__form input:focus:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}
.quote__form input:focus::-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}
.quote__form input:focus::placeholder {
    opacity: 0;
    visibility: hidden;
}
.hero__form__input:focus::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden;
}
.hero__form__input:focus::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
}
.hero__form__input:focus:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}
.hero__form__input:focus::-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}
.hero__form__input:focus::placeholder {
    opacity: 0;
    visibility: hidden;
}
.footer__medium-text, .footer__input-wrap {
    margin-top: 52px;
}
.quote__medium-text {
    padding-right: 8px;
}
/* footer-style */
.footer-style-1 .footer__form input::-webkit-input-placeholder {
    color: #cd001a;
}
.footer-style-1 .footer__form input::-moz-placeholder {
    color: #cd001a;
}
.footer-style-1 .footer__form input:-ms-input-placeholder {
    color: #cd001a;
}
.footer-style-1 .footer__form input::-ms-input-placeholder {
    color: #cd001a;
}
.footer-style-1 .footer, .footer-style-1 .footer__form input::placeholder, .footer-style-1 .footer__form input, .footer-style-1 .footer a {
    color: #cd001a;
}
.footer-style-1 .footer__title {
    color: rgb(205 0 26 / .45);
}
.footer-style-1 .footer__tel-big, .footer-style-1 .footer__title {
    font-family: "HelveticaNeue", sans-serif;
}
.footer-style-1 a:after, .footer-style-1 .footer__input-wrap:after {
    background-color: #cd001a;
}
.footer-style-1 .footer__search-path, .footer-style-1 .footer__main-logo path {
    fill: #cd001a;
}
.footer-style-2 .footer {
    background: #e2665c;
}
.footer-style-2 .footer__form input::-webkit-input-placeholder {
    color: #fff;
}
.footer-style-2 .footer__form input::-moz-placeholder {
    color: #fff;
}
.footer-style-2 .footer__form input:-ms-input-placeholder {
    color: #fff;
}
.footer-style-2 .footer__form input::-ms-input-placeholder {
    color: #fff;
}
.footer-style-2 .footer, .footer-style-2 .footer__form input::placeholder, .footer-style-2 .footer__form input, .footer-style-2 .footer a, .footer-style-2 .footer__trustpilot-text, .footer-style-2 .footer__trustpilot-small {
    color: #fff;
}
.footer-style-2 .footer__title, .footer-style-3 .footer__title {
    color: rgb(255 255 255 / 0.45);
}
.footer-style-2 .footer__tel-big, .footer-style-2 .footer__title {
    font-family: "ivypresto-display", sans-serif;
    text-transform: initial;
    font-weight: 400;
    line-height: 1;
}
.footer-style-1 .footer__title span {
    display: inline-block;
}
.footer-style-2 .footer__title span, .footer-style-4 .footer__title span {
    display: block;
}
.footer-style-2 .footer__title {
    font-size: 80px;
    letter-spacing: 0.03em;
    line-height: 1.1;
}

.footer-style-2 a:after, .footer-style-2 .footer__input-wrap:after, .footer-style-3 a:after, .footer-style-3 .footer__input-wrap:after {
    background-color: #fff;
}


.footer-style-2 .footer__search-path, .footer-style-2 .footer__main-logo path,
.footer-style-2 .footer__trustpilot-small path, .footer-style-3 .footer__search-path,
.footer-style-3 .footer__main-logo path, .footer-style-3 .footer__trustpilot-small path, .footer-style-2 .footer__stars rect:not(#P20), .footer-style-3 .footer__stars rect:not(#P20), .footer-style-4 .footer__stars rect:not(#P20) {
    fill: #fff;
}
.footer-style-2 .footer__brands-title, .footer-style-2 .footer__author span, .footer-style-3 .footer__brands-title, .footer-style-3 .footer__author span {
    color: #2c2a29;
}
.footer-style-2 .footer__tel-big {
    letter-spacing: 0.03em;
}
.footer-style-3 .footer {
    background: #2c2a29;
}
.footer-style-3 .footer__form input::-webkit-input-placeholder {
    color: #fff;
}
.footer-style-3 .footer__form input::-moz-placeholder {
    color: #fff;
}
.footer-style-3 .footer__form input:-ms-input-placeholder {
    color: #fff;
}
.footer-style-3 .footer__form input::-ms-input-placeholder {
    color: #fff;
}
.footer-style-3 .footer, .footer-style-3 .footer__form input::placeholder, .footer-style-3 .footer__form input, .footer-style-3 .footer a, .footer-style-3 .footer__trustpilot-text, .footer-style-3 .footer__trustpilot-small {
    color: #fff;
}
.footer-style-3 .footer__tel-big, .footer-style-3 .footer__title {
    font-family: "Lexend Zetta", sans-serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 1.2;
}
.footer-style-2 .footer__stars path, .footer-style-3 .footer__stars path, .footer-style-4 .footer__stars path {
    fill: rgb(0, 182, 122);
}
.footer-style-4 .footer {
    background: #78d5e1;
}
.footer-style-4 .footer__tel-big, .footer-style-4 .footer__title {
    font-family: "Aria", sans-serif;
    letter-spacing: 0;
    font-size: 84px;
    text-transform: initial;
}
.footer-style-4 .footer__title {
    line-height: .97;
}
.footer-style-4 .footer__tel-big {
    font-weight: 400;
    font-family: "eloquent-jf-pro", sans-serif;
    margin-top: 30px;
    display: inline-block;
    font-size: 80px;
}
/* footer-style */

/*Help Service Template ----------------------------------------------------------------------------------------------*/

/*#wpadminbar {*/
/*display: none !important;*/
/*}*/

.header-help .header {
    background: #fff;

}
.help-service > * {
    letter-spacing: -0.05em;
}
.breadcrumb {
    background: 0 0;
}
.breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a {
    font: normal 12px/1 "Arial", sans-serif;
    color: #442341;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
.breadcrumb .breadcrumb-item {
    position: relative;
    padding-right: 23px;
    color: #442341;
    padding-left: 8px;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: inherit;
    padding-right: 0;
}
.breadcrumb .breadcrumb-item:before {
    content: "";
    position: absolute;
    right: 5px;
    width: 7px;
    height: 7px;
    border: solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: inherit;
    border-width: 1px 1px 0 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.breadcrumb .breadcrumb-item.active:before {
    content: none;
}
.hero__name-text {
    font: bold 50px/1 "Arial", sans-serif;
    color: #442341;
}
.hero__name-cross {
    display: inline-block;
    margin: 10px 27px 0;
}
.wrap-breadcrumb {
    margin-bottom: 40px;
}
.breadcrumb {
    overflow: scroll;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 10px 0 10px;
}
.breadcrumb::-webkit-scrollbar {
    display: none;
}
.hero__name-wrap {
    margin-bottom: 21px;
    padding-top: 49px;
}
.hero__name {
    margin-bottom: 53px;
}
.hero__title {
    font: bold 70px/1.1 "Arial", sans-serif;
    margin-bottom: 25px;
}
.hero__description p {
    font: normal 30px/1.85 "Arial", sans-serif;
}
.hero__text p,
.hero__text ul,
.hero__text ol {
    font: normal 20px/1.5 "Arial", sans-serif;
    letter-spacing: 0.02em;
}
.hero__text li,
.hero__text p,
.hero__text ul,
.hero__text ol {
    margin-bottom: 31px;
}
/*.hero__text a:after {*/
    /*bottom: 6px;*/
/*}*/
/*.text-style-1 a:after, */
/*.hero__text a:after {*/
    /*background: #78D5E1;*/
/*}*/
/*.text-style-1 a:after {*/
    /*bottom: 2px;*/
/*}*/
.hero__form-title {
    font: bold 30px/1 "Arial", sans-serif;
    margin-bottom: 18px;
}
.hero__form-link {
    display: inline-block;
    font: normal 70px/1 "eloquent-jf-pro", sans-serif;
    margin-bottom: -5px;
}
.hero__form-heading p {
    font: normal 15px/1.66 "Arial", sans-serif;
    letter-spacing: 0.02em;
}
.hero__form-heading {
    margin-bottom: 22px;
}
.hero__trustpilot-wrap {
    margin-bottom: 44px;
}
.hero__description {
    margin-bottom: 48px;
}
.hero__form-heading p {
    max-width: 541px;
}
.hero__form-title {
    font: bold 30px/1 "Arial", sans-serif;
    margin-bottom: 21px;
}
.hero__form p {
    font: normal 15px/1.2 "Arial", sans-serif;
    letter-spacing: 0.02em;
}
.hero__form-heading2 {
    margin-bottom: 17px;
}
.hero__form__input-wrap {
    padding-left: 0;
}
.hero__form__label {
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    top: 0;
    left: 0;
    font: normal 20px/1 "Arial", sans-serif;
    -webkit-transform: translateY(22px);
    -ms-transform: translateY(22px);
    transform: translateY(22px);
    color: #442341;
    margin-bottom: 0;
    text-transform: uppercase;
    z-index: 2;
}
.hero__form__input-wrap .bootstrap-select {
    max-width: 100% !important;
}
.hero__form__input-wrap {
    position: relative;
}
.hero__form__input-wrap .wpcf7-form-control-wrap {

    padding-top: 15px;
}
.hero__form__input.active + .hero__form__label, .hero__form__textarea.active + .hero__form__label {
    font-size: 10px;
    text-transform: initial;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.hero__form__input:focus + .hero__form__label, .hero__form__textarea:focus + .hero__form__label {
    color: #fff;
}
.hero__form__input:focus, .hero__form__textarea:focus {
    color: #fff;
    border-color: #fff;
}
.hero__form__input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 18px;
}
.hero__form__input, .hero__form__textarea {
    border-bottom: 1px solid #442341;
}
.hero__form__input {
    font-size: 20px;
}
.hero__form {
    border-radius: 32px;
    background: #78d5e1;
    padding: 34px 45px 47px;
}
.hero__form__textarea {
    height: 175px;
    resize: none;
}
.hero__form-check-label {
    padding-left: 35px;
}
.hero__form-check-label:before, .hero__form-check-label:after {
    content: '';
    position: absolute;
}
.hero__form-check-label:before {
    width: 20px;
    height: 20px;
    left: 9px;
    top: 3px;
    border: 1px solid #fff;
}
.hero__form-check-label:after {
    width: 12px;
    height: 12px;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%23442341" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/%3E%3C/svg%3E') center center/contain no-repeat;
    left: 13px;
    top: 7px;
    opacity: 0;
}
.hero__form-check:checked + .hero__form-check-label:after {
    opacity: 1;
}
.hero__form-check-text {
    display: block;
    font: normal 10px/2 "Arial", sans-serif;
    letter-spacing: 0.02em;
    max-width: 397px;
}
.text-decoration-underline, .text-decoration-underline:hover {
    text-decoration: underline;
}
.hero__form-check-wrap {
    margin: 34px 0 24px;
}
.hero__form-btn {
    display: inline-block;
    font: bold 25px/1 "Arial", sans-serif;
    color: #442341;
    background: transparent;
    border: none;
    padding: 0;
}
.hero__brands .footer__brands-title {
    font: normal 25px/1 "Arial", sans-serif;
    letter-spacing: inherit;
    margin: 10px 61px 10px 0;
}
.btns-module__title {
    margin-bottom: 50px;
}
.video-module__title, .btns-module__title {
    font: bold 25px/1.2 "Arial", sans-serif;
}
.btns-module__btn, .wrap-bootstrap-select .bootstrap-select > .btn-light {
    display: block;
    letter-spacing: -0.05em;
    font: bold 25px/1 "Arial", sans-serif;
    color: #fff;
    background: #442341;
    border: 1px solid #442341;
    border-radius: 34px;
    padding: 20px 30px 20px 30px;
}
.btns-module__btn.special {
    background: #78d5e1;
    border-color: #78d5e1;
    color: #442341;
}
.btns-module__btn:hover {
    background: transparent;
    color: #442341;
}
.btns-module__drop:hover, .wrap-bootstrap-select .bootstrap-select > .btn-light:hover {
    color: #fff;
    background: #442341;
}
.btns-module__btn.special:hover {
    background: transparent;
    color: #78d5e1;
}
.hero__row-service {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hero__form-wrap {
    padding-left: 40px;
    padding-right: 25px;
}
.hero--service {
    margin-bottom: 80px;
}
.btns-module__col {
    margin-bottom: 22px;
}
.btns-module {
    margin-bottom: 72px;
}
.video-module__title {
    margin-bottom: 22px;
}
.video-module__video-wrap {
    position: relative;
    max-width: 814px;
    margin: auto;
}
.video-module__video, .video-module__video-stop {
    cursor: pointer;
}
.video-module__video-play,
.preload-video__video-play {
    width: 129px;
    height: 129px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    pointer-events: none;
}
.preload-video__video-play {
    pointer-events: initial;
    cursor: pointer;
    z-index: 10;
}
.video-module__video-stop,
.video-module__video-play,
.preload-video__video-play {
    position: absolute;
    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;
    font: bold 25px/1 "Arial", sans-serif;
    background: #fff;
    border-radius: 50%;
}
.video-module__video-stop {
    width: 100px;
    height: 100px;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    visibility: hidden;
}
.video-module {
    margin-bottom: 121px;
}
.tabs-module__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.tabs-module__link, .tabs-module__mix-title {
    font: bold 25px/1.4 "Arial", sans-serif;

}
.help-service .tabs-module__link,
.help-service .tabs-module__mix-title {
    letter-spacing: -0.05em;
}
.tabs-module__link {
    display: block;
}
.tabs-module__link.active {
    color: #78D5E1;
}
.tabs-module__nav .nav-item {
    margin-bottom: 36px;
}
.text-style-1 h2,
.faq-tabs .text-style-1 h3,
.text-style-1 h3 {
    font: bold 25px/1.4 "Arial", sans-serif;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}
.text-style-1 h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.private-service .text-style-1 h3 {
    font-size: 15px;
}
.text-style-1 h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.tabs-module__mix-title {
    margin-bottom: 20px;
}
.text-style-1 p, .text-style-1 a,
.text-style-1 ul > li, .text-style-1 ol > li {
    font: normal 20px/1.5 "Arial", sans-serif;
    letter-spacing: 0.02em;
}
.text-style-1 h3 {
    font-weight: bold;
}
.text-style-1 h3 a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    color: inherit;
}
.text-style-1 p {
    margin-bottom: 31px;
}
/*.text-style-1 h3 {*/
    /*margin-bottom: 10px;*/
/*}*/
.text-style-1 ul {
    list-style-type: none;
    padding-left: 0;
}
.text-style-1 ul > li {
    position: relative;
    padding-left: 15px;
}
.text-style-1 ul > li:before {
    content: counter(item, disc) " ";
    position: absolute;
    left: 0;
    top: 0;
    color: #442341;
}
.text-style-1 ul >li>ul>li:before {
    content: counter(item, circle) " ";
}
.text-style-1 ol {
    padding-left: 17px;
}
.tabs-module__quote-text p {
    font: bold 30px/1.5 "Arial", sans-serif;
    margin-bottom: 61px;
    letter-spacing: -0.05em;
}
.tabs-module__quote-img {
    display: block;
    margin-bottom: 29px;
}
cite {
    font-style: normal;
}
.tabs-module__row, .tabs-module__tab-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tabs-module {
    margin-bottom: 212px;
}
.tabs-module__mix {
    border-left: 1px solid #78d5e1;
}
.tabs-module__call {
    border-radius: 23px;
    background: #78d5e1;
    padding: 34px 35px;
}
.tabs-module__call .tabs-module__call-text {
    font: bold 25px/1 "Arial", sans-serif;
    letter-spacing: -0.05em;
}
.tabs-module__call .tabs-module__call-text:first-of-type,
.tabs-module__call .tabs-module__call-numb {
    margin-bottom: 20px;
}
.tabs-module__call .tabs-module__call-numb {
    display: inline-block;
    font: normal 51px/1 "eloquent-jf-pro", sans-serif;
    color: #fff;
    letter-spacing: -1px;
}

.tabs-module__tab-content-title {
    margin-bottom: 30px;
}
.tabs-module__mix-link-text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    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;
    z-index: 0;
    font: bold 65px/1 "Arial", sans-serif;
    letter-spacing: -0.05em;
    color: #fff;
}
.tabs-module__mix .video-module__video-wrap {
    margin: 40px 0 40px;
}
.tabs-module__mix .video-module__video-play {
    width: 114px;
    height: 114px;
}
.tabs-module__mix .video-module__video-stop {
    width: 90px;
    height: 90px;
}
a.link-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.tabs-module__mix-link {
    margin-bottom: 40px;
}
.tabs-module__team-img-wrap img {
    height: 250px;
    max-width: 168px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}
.tabs-module__team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tabs-module__team-info {
    padding-left: 40px;
    max-width: 250px;
}
.tabs-module__team-name {
    font: bold 30px/1.15 "Nobel", sans-serif;
    text-transform: uppercase;
}
.tabs-module__team-prof {
    letter-spacing: 0.02em;
    margin-bottom: 30px;
}
.tabs-module__team-prof, .tabs-module__team-tel, .tabs-module__team-mail {
    font: normal 20px/1 "Arial", sans-serif;
}
.tabs-module__team-tel-wrap {
    margin-bottom: 10px;
}
.tabs-module__team {
    margin-bottom: 27px;
}
.swiper-container-fade .swiper-slide-active,
.slider-profile__pag .swiper-pagination-bullet {
    opacity: 1 !important;
}
.swiper-container-fade .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}
.tabs-module__mix-slider {
    padding-bottom: 100px;
}
.tabs-module__mix-slider .swiper-pagination-bullet,
.slider-cards__slider .swiper-pagination-bullet,
.slider-profile__pag  .swiper-pagination-bullet {
    position: relative;
    width: 17px;
    height: 17px;
    background: transparent;
    border: 2px solid transparent;
}
.tabs-module__mix-slider .swiper-pagination-bullet:after,
.slider-cards__slider .swiper-pagination-bullet:after,
.slider-profile__pag .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #78d5e1;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.slider-profile__pag .swiper-pagination-bullet-active:after,
.slider-profile__pag .swiper-pagination-bullet:after {
    background: #fff;
}


.tabs-module__mix-slider .swiper-pagination-bullet-active:after,
.slider-cards__slider .swiper-pagination-bullet-active:after {
    background: #442341;
}
.tabs-module__mix-slider .swiper-pagination-bullet-active,
.slider-cards__slider .swiper-pagination-bullet-active  {
    border-color: #442341;
}
.slider-profile__pag .swiper-pagination-bullet-active {
    border-color: #fff;
}
.slider-progress {
    max-width: 244px;
    margin-left: 0;
    overflow: visible;
    width: 100%;
    height: 100%;
}
.slider-team .swiper-pagination-progressbar {
    position: relative;
    height: 1px;
    left: 0;
    top: 0;
    background: #78d5e1;
    margin-bottom: 46px;
}
.wrap-slider-progress, .slider-team .swiper-pagination-progressbar {
    max-width: 78%;
    width: 100%;
    margin-left: auto;
}
.slider-team .swiper-pagination-progressbar-fill {
    background: #78d5e1;
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 4px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.slider-member-name {
    font: normal 35px/1.15 "eloquent-jf-pro", sans-serif;
    margin-bottom: 14px;
}
.slider-member-prof {
    font: normal 20px/1 "Arial", sans-serif;
    letter-spacing: 0.02em;
}
.slider-member-img {
    margin-bottom: 38px;
}
.slider-member-img img {
    height: 431px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}
.slider-team__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slider-team__wrap-nav {
    position: relative;
    max-width: 22%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    z-index: 10;
    background: #fff;
    padding: 45px 117px 20px 0;
    text-align: right;
}
.slider-team__wrap-nav:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 100vw;
    background: #fff;
    z-index: 1;
}
.slider-team__title {
    font: normal 55px/0.95 "eloquent-jf-pro", sans-serif;
    margin-bottom: 5px;
}
.slider-team__link {
    font: bold 30px/1 "Arial", sans-serif;
    letter-spacing: -0.05em;
    color: #78d5e1;
}
.slider-team__wrap-btns .swiper-button-prev, .slider-team__wrap-btns .swiper-button-next {
    position: initial;
    margin-top: 0;
    background: none;
    height: auto;
    max-width: 48px;
    width: 100%;
}
.slider-team__wrap-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 52px;
}
.slider-team {
    padding: 20px 0 0;
    overflow: hidden;
    margin-bottom: 208px;
}
.swiper-button:focus, .swiper-pagination-bullet:focus {
    outline: none;
}
.tabs-module__mix-slider .swiper-pagination-bullet, .slider-cards .swiper-pagination-bullet {
    opacity: 1;
}
.slider-member, .tabs-module__team-img-wrap, .tabs-module__team-name {
    position: relative;
}
.slider-member {
    padding-bottom: 3px;
}
.slider-cards__title {
    font: bold 30px/1.2 "Arial", sans-serif;
    letter-spacing: -0.05em;
    margin-bottom: 33px;
}
.slider-cards__card {
    background: #78d5e1;
    /*max-width: 884px;*/
    width: 100%;
    height: 100%;
    padding: 75px 75px 65px 75px;
}
/*.slider-cards__slider .swiper-slide:nth-of-type(even) .slider-cards__card {*/
/*margin-left: auto;*/
/*}*/
.ethical-service .slider-cards__card-name {
    font-weight: normal;
    letter-spacing: 0;
}
.slider-cards__card-name {
    font: bold 50px/1 "Arial", sans-serif;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}
.help-service .slider-cards__card-name {
  text-transform: initial;
}
.slider-cards__card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 46px;
}
.slider-cards__name-cross {
    display: inline-block;
    margin: 0 30px 8px;
}
.slider-cards__card-text p {
    font: normal 20px/1.5 "Arial", sans-serif;
    letter-spacing: 0.02em;

}
.slider-cards__card-text {
    margin-bottom: 41px;
}
.slider-cards__card-price, .slider-cards__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.slider-cards__card-item {
    font: bold 30px/1.5 "Arial", sans-serif;
    letter-spacing: -0.05em;
    text-transform: lowercase;
    max-width: 350px;
    width: 100%;
}
.slider-cards__card-item:first-child {
    padding-right: 25px;
}
.slider-cards__item-title, .slider-cards__item-name {
    color: #fff;
}
.slider-cards {
    padding: 0 59px;
    margin-bottom: 141px;
}
.slider-cards .swiper-slide {
    height: auto;
}
.slider-cards__link, .faq-tabs__static a, .faq-tabs__static h2 {
    font: bold 30px/1.37 "Arial", sans-serif;
}
.slider-cards__link, .faq-tabs__static a, .faq-tabs__static h2, .faq-tabs__static p {
    letter-spacing: -0.05em;
}
.slider-cards__link, .faq-tabs__static a {
    color: #78d5e1;
}
.slider-cards__link {
    display: inline-block;
    position: absolute;
    bottom: 4px;
    right: 0;
    z-index: 10;
}
.slider-cards__link:after, .faq-tabs__static a:after, .text-slide-btn:after, .slider-team__link:after {
    background: #78d5e1;
}
.faq-tabs__static a:after, .text-slide-btn:after, .slider-team__link:after,
/*.tabs-profile__body-main a:after*/
{
    bottom: 2px;
}
.slider-cards__link:hover, .faq-tabs__static a:hover, .text-slide-btn:hover, .slider-team__link:hover {
    color: #78d5e1;
}
.slider-cards__slider {
    padding-bottom: 66px;
}
.slider-cards__slider .swiper-pagination {
    text-align: left;
}
.faq-tabs__static h2 {
    margin-bottom: 31px;
}
.faq-tabs__static p {
    font: normal 20px/1.5 "Arial", sans-serif;
    margin-bottom: 57px;
}
.faq-tabs__static {
    border-right: 1px solid #78d5e1;
}
.faq-tabs__bookmark {
    padding-left: 94px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.faq-tabs__nav {
    max-width: 480px;
}
.faq-tabs__nav, .faq-tabs__content {
    width: 100%;
}
.faq-tabs__content {
    max-width: 550px;
    padding-left: 45px;
}
.faq-tabs__static {
    padding-right: 80px;
}
.faq-tabs__static, .faq-tabs__bookmark {
    padding-top: 29px;
}
.faq-tabs {
    margin-bottom: 121px;
}
.help-service .accordion-posts .reading__big-title  {
    color: #78d5e1 !important;
}
.accordion-posts.reading {
    margin-bottom: 78px;
}
.share-page__title {
    font: bold 20px/1 "Nobel", sans-serif;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 42px;
}
.share-page__title, .share-page__links a {
    text-transform: uppercase;
}
.share-page__links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.share-page__links a {
    font: normal 20px/1 "Arial", sans-serif;
    letter-spacing: 0.02em;
}
.share-page__links li {
    margin-right: 90px;
}
.share-page__links li:last-child {
    margin-right: 0;
}
.share-page {
    margin-bottom: 100px;
}
.tabs-module__mix {
    padding: 0 15px 0 36px;
}
/* mb-0*/
.hero__description p:last-child,
.hero__form-heading p:last-child,
.hero__text p:last-child,
.hero__form p:last-child,
.text-style-1 p:last-child,
.slider-cards__card-text p:last-child,
.tabs-module__team:last-child,
.tabs-profile__body-main p:last-child {
    margin-bottom: 0;
}
.accordion-posts .swiper-wrapper {
    height: auto;
}
.mob-btn,
.xl-btn {
    display: block;
    max-width: 307px;
    width: 100%;
    text-align: center;
    background: #442341;
    border: 3px solid #442341;
    padding: 10px 15px;
    font: bold 20px/1 "Arial", sans-serif;
    letter-spacing: -0.05em;
    color: #fff;
    border-radius: 25px;
    white-space: nowrap;
}
.xl-btn {
    flex: 0 0 307px;
    transition: all .2s linear;
}
.mob-btn:hover {
    color: #fff;
}
.hero__form-heading .mob-btn {
    margin: 25px auto 0;
}
.mob-btn-wrap-fixed {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
}
.mob-btn-wrap-fixed .mob-btn {
    margin: auto;
}
.text-slide-btn {
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
    font-family: "Nobel",sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.text-slide-btn {
    color: #78d5e1;
}
.hero__text-slide-wrap {
    margin-top: 15px;
}
.text-slide-btn__text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}
.btns-module__drop-img {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.btns-module__drop {
    position: relative;
    padding: 14px 51px 14px 27px;
    text-align: left;
}
.btns-module__wrap-drop {
    max-width: 320px;
}
.wrap-bootstrap-select .bootstrap-select {
    width: auto;
}
.wrap-bootstrap-select .bootstrap-select > .btn-light:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.wrap-bootstrap-select .bootstrap-select .dropdown-menu li a {
    color: #442341;
    padding: 10px 25px;
    font: bold 20px/1 "Arial", sans-serif;
    outline: none !important;
}
.wrap-bootstrap-select .bootstrap-select .dropdown-menu li {
    margin-bottom: 15px;
}
.wrap-bootstrap-select .bootstrap-select .dropdown-menu li:last-child, .btns-module__drop-menu .btns-module__btn:last-child {
    margin-bottom: 0;
}
.wrap-bootstrap-select .bootstrap-select .dropdown-menu {
    padding: 0;
}
.wrap-bootstrap-select .bootstrap-select .dropdown-menu.inner {
    padding: 15px 0;
}
.wrap-bootstrap-select .bootstrap-select .dropdown-item:active, .wrap-bootstrap-select .bootstrap-select .dropdown-item.active, .wrap-bootstrap-select .bootstrap-select .dropdown-item:hover {
    background-color: transparent;
}
.dropdown-toggle::after, .dropup .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: none;
    vertical-align: middle;
    background: url('https://www.hja.net/wp-content/themes/hja/img/arrow-down.svg') center center/contain no-repeat;
    height: 12px;
    width: 20px;
}
.bootstrap-select > .dropdown-toggle:after {
    margin-top: auto;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    max-width: 323px;
}
.breadcrumb .breadcrumb-item.active {
    padding-right: 0;
}
.footer__brands-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__brands-list img {
    max-width: 133px;
    max-height: 150px;
}
/*Help Service Template ----------------------------------------------------------------------------------------------*/

/*Persona 1920 – Private - Service page----------------------------------------------------------------------------------------------*/
.no-slider .footer-slider .swiper-slide {
    display: none;
}
.no-slider .footer-slider .footer-style-default {
    display: block;
}
.private-service .footer-slider .swiper-slide,
.persona-justice-content-js .footer-slider .swiper-slide,
.private .footer-slider .swiper-slide,
.justice-service .footer-slider .swiper-slide,
.wrapper-content-ethical-js .footer-slider .swiper-slide,
.help-service .footer-slider .swiper-slide,
.ethical-service .footer-slider .swiper-slide {
    display: none;
}
.help-service .btns-module__title {
    text-transform: uppercase;
}

.private-service .footer-slider .footer-style-3,
.persona-justice-content-js .footer-slider .footer-style-1,
.private .footer-slider .footer-style-3,
.justice-service .footer-slider .footer-style-1,
.wrapper-content-ethical-js .footer-slider .footer-style-2,
.help-service .footer-slider .footer-style-4,
.ethical-service .footer-slider .footer-style-2 {
    display: block;
}
.no-slider .swiper-container-fade .swiper-slide {
    pointer-events: initial;
}
.no-slider .footer-slider .swiper-slide {
    opacity: 1 !important;
    visibility: visible !important;
}
.no-slider .footer-slider {
    overflow: visible;
}
.header-private .header {
    background: #2c2a29;
}
.header-ethical .header {
    background: #ff9d6e;
}
/*.header-justice .header,*/
.header-private-main .header {
    background: #fff;
}
.header-justice .header-fixed__container {
    color: #cd001a;
}
.header-private-main .header-fixed__container {
    color: #2c2a29;
}
.header-private .header-fixed__container,
.header-ethical .header-fixed__container {
    color: #fff;
}
.header-private .header-fixed__container .header__search::-webkit-input-placeholder {
    color: #fff;
}
.header-private .header-fixed__container .header__search::-moz-placeholder {
    color: #fff;
}
.header-private .header-fixed__container .header__search:-ms-input-placeholder {
    color: #fff;
}
.header-private .header-fixed__container .header__search::-ms-input-placeholder {
    color: #fff;
}
.header-justice .header-fixed__container .header__search::-webkit-input-placeholder {
    color: #cd001a;
}
.header-justice .header-fixed__container .header__search::-moz-placeholder {
    color: #cd001a;
}
.header-justice .header-fixed__container .header__search:-ms-input-placeholder {
    color: #cd001a;
}
.header-justice .header-fixed__container .header__search::-ms-input-placeholder {
    color: #cd001a;
}
.header-justice .header-fixed__container .header__bottom-nav a,
.header-justice .header-fixed__container .header__callback,
.header-justice .header-fixed__container .header__search::placeholder,
.header-justice .header-fixed__container .header__search-close,
.header-justice .header-fixed__container .header__search-preview,
.header-justice .header-fixed__container .header__search {
    color: #cd001a;
}
.header-private .header-fixed__container .header__search::-webkit-input-placeholder, .header-ethical .header-fixed__container .header__search::-webkit-input-placeholder {
    color: #fff;
}
.header-private .header-fixed__container .header__search::-moz-placeholder, .header-ethical .header-fixed__container .header__search::-moz-placeholder {
    color: #fff;
}
.header-private .header-fixed__container .header__search:-ms-input-placeholder, .header-ethical .header-fixed__container .header__search:-ms-input-placeholder {
    color: #fff;
}
.header-private .header-fixed__container .header__search::-ms-input-placeholder, .header-ethical .header-fixed__container .header__search::-ms-input-placeholder {
    color: #fff;
}
.header-private .header-fixed__container .header__bottom-nav a,
.header-private .header-fixed__container .header__callback,
.header-private .header-fixed__container .header__search::placeholder,
.header-private .header-fixed__container .header__search-close,
.header-private .header-fixed__container .header__search-preview,
.header-private .header-fixed__container .header__search,
.header-ethical .header-fixed__container .header__bottom-nav a,
.header-ethical .header-fixed__container .header__callback,
.header-ethical .header-fixed__container .header__search::placeholder,
.header-ethical .header-fixed__container .header__search-close,
.header-ethical .header-fixed__container .header__search-preview,
.header-ethical .header-fixed__container .header__search {
    color: #fff;
}

.header-private-main .header-fixed__container .header__search::-webkit-input-placeholder {
    color: #2c2a29;
}
.header-private-main .header-fixed__container .header__search::-moz-placeholder {
    color: #2c2a29;
}
.header-private-main .header-fixed__container .header__search:-ms-input-placeholder {
    color: #2c2a29;
}
.header-private-main .header-fixed__container .header__search::-ms-input-placeholder {
    color: #2c2a29;
}
.header-private-main .header-fixed__container .header__bottom-nav a,
.header-private-main .header-fixed__container .header__callback,
.header-private-main .header-fixed__container .header__search::placeholder,
.header-private-main .header-fixed__container .header__search-close,
.header-private-main .header-fixed__container .header__search-preview,
.header-private-main .header-fixed__container .header__search {
    color: #2c2a29;
}
.header-justice .header-fixed__container .main-logo path,
.header-justice .header-fixed__container .header__search-img path {
    fill: #cd001a;
}
.header-private-main .header-fixed__container .main-logo path,
.header-private-main .header-fixed__container .header__search-img path {
    fill: #2c2a29;
}
.header-private .header-fixed__container .main-logo path,
.header-private .header-fixed__container .header__search-img path,
.header-ethical .header-fixed__container .main-logo path,
.header-ethical .header-fixed__container .header__search-img path {
    fill: #ffffff;
}
.header-justice .header-fixed__container .header__search-close {
    background: #F5F3F0;
}
.header-private-main .header-fixed__container .header__search-close {
    background: #fff;
}
.header-private .header-fixed__container .header__search-close {
    background: #2c2a29;
}
.header-ethical .header-fixed__container .header__search-close {
    background: #ff9d6e;
}
.header-justice .wrap-header__search.active:after,
.header-justice .header-fixed__container a:after {
    background: #cd001a;
}
.header-private-main .wrap-header__search.active:after,
.header-private-main .header-fixed__container a:after {
    background: #2c2a29;
}
.header-private .wrap-header__search.active:after,
.header-private .header-fixed__container a:after,
.header-ethical .wrap-header__search.active:after,
.header-ethical .header-fixed__container a:after {
    background: #fff;
}
.header-justice .menu-icon svg line {
    stroke: #cd001a;
}
.header-private-main .menu-icon svg line {
    stroke: #2c2a29;
}
.header-private .menu-icon svg line,
.header-ethical .menu-icon svg line {
    stroke: #fff;
}
.hero__row-private {
    min-height: 100vh;
    padding: 149px 0 285px;
    -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;
}
.hero--private.hero {
    padding: 0;
}
.hero--private {
    margin-bottom: 0;
}
.ethical-service .hero--private {
    background: #ff9d6e;
}
.justice-service .hero--private .breadcrumb .breadcrumb-item,
.justice-service .hero--private .breadcrumb .breadcrumb-item a {
    color: #cd001a;
}
.hero--private .breadcrumb .breadcrumb-item,
.hero--private .breadcrumb .breadcrumb-item a {
    color: #fff;
}
.justice-service .hero--private {
    background: #F5F3F0;
    color: #cd001a;
}
.header-justice .header, .page-template-template-service-2 .submenu-main {
    background: #F5F3F0;
}
.header-justice .sticky-header {
    background: #fff;
}
.hero--private {
    background: #2c2a29;
    color: #fff;
    overflow: hidden;
}
.hero__name-private {
    font: normal 30px/1 "Arial", sans-serif;
}
.hero__cross-private {
    display: inline-block;
    margin: 0 36px 10px;
}
.hero__title-private {
    font: normal 20px/1.2 "Lexend Zetta", sans-serif;
    color: #fff;
    margin-bottom: 0;
}
.hero__title-private, .hero__link-private, .hero__name-private {
    text-transform: uppercase;
}
.hero__logo-private {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 17px;
}
.hero__link-private {
    font: normal 15px/1.37 "Lexend Zetta", sans-serif;
}
/*.hero__link-private:after {*/
    /*background: #fff;*/
    /*bottom: 0;*/
/*}*/
.hero__line-private {
    position: relative;
    padding-bottom: 20px;
    margin-top: 50px;
}
.hero__line-private:after {
    content: "";
    position: absolute;
    top: 100%;
    height: 100vh;
    width: 3px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
}
.hero--persona-private {
    margin-bottom: 112px;
}
.hero--persona-private .wrap-breadcrumb {
    margin-bottom: 144px;
}
.hero--persona-private .breadcrumb-item a {
    color: #2c2a29;
}
.hero__persona-slider-wrap {
    padding: 152px 0 76px;
    background: #2c2a29;
    margin-bottom: 109px;
}
.hero__persona-slider {
    width: 100%;
    max-width: 1330px;
    padding-bottom: 88px;
}
.hero__persona-slider .swiper-wrapper {
    max-height: 898px;
}
.hero__persona-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}
.hero__persona-slide-img {
    width: 50%;
    margin-right: 48px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}
.hero__persona-slide-content {
    padding: 59px 122px;
    background: #ffffff;
    width: 50%;
    height: 100%;
    margin-left: 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-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.justice-service .hero__title-private,
.justice-service .hero__link-private {
    font-family: "HelveticaNeue", sans-serif;
    color: #2c2a29;
}
.justice-service .hero__title-private {
    font-size: 30px;
}
.justice-service .tabs-profile__name, .justice-service .tabs-profile__link {
    font-family: "HelveticaNeue", sans-serif;
}
.justice-service .tabs-profile__body-text a, .justice-service .tabs-profile__body-text a:hover,
.justice-service .tabs-profile .footer__brands-title {
    color: #cd001a;
}
.justice-service .tabs-profile .footer__brands-title {
    font-size: 20px;
    font-family: "HelveticaNeue", sans-serif;
}
.justice-service .tabs-profile__name {
    font-size: 30px;
    letter-spacing: 0;
}
.justice-service .tabs-profile__link {
    font-size: 17px;
}
.justice-service .tabs-profile__body-main a:after {
    background: #cd001a;
}
.justice-service .hero__cross-private line, .justice-service .hero__cross-private path {
    stroke: #cd001a;
}
.justice-service .hero__line-private:after {
    background: #2c2a29;
}
.hero__persona-slide-title {
    font: normal 25px/1.5 "Lexend Zetta", sans-serif;
    color: #2c2a29;
    text-transform: uppercase;
    margin: auto 0;
}
.hero__persona-slide-title span {
    margin-top: 50px;
    display: block;
}
.hero__persona-slide-logo {
    margin: auto auto 0;
}
.hero__persona-pagination .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    width: 7px;
    height: 7px;
    margin: 0 9px !important;
}
.hero__persona-pagination .swiper-pagination-bullet-active {
    position: relative;
}
.hero__persona-pagination {
    right: 94px;
}
.hero__persona-pagination .swiper-pagination-bullet-active:after {
    content: '';
    position: absolute;
    top: calc(-50% - 2px);
    left: calc(-50% - 2px);
    right: 0;
    bottom: 0;
    width: 17px;
    height: 17px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.hero__persona-link {
    position: relative;
    display: inline-block;
    font: normal 15px/1.5 "Lexend Zetta", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}
.hero__persona-link:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear;
}
.hero__persona-link:hover {
    color: #ffffff;
}
.hero__persona-link:hover:after {
    opacity: 1;
}
.slider-collections__link {
    font: normal 14px/1.5 "Arial", sans-serif;
    text-decoration: underline;
    letter-spacing: 0.02em;
    color: #2c2a29;
    margin-top: 10px;
}
.slider-collections__link:hover {
    color: #2c2a29;
}
.hero--persona__description {
    font: normal 15px/1.5 "Lexend Zetta", sans-serif;
    text-align: center;
    color: #2c2a29;
    text-transform: uppercase;
    margin-bottom: 80px;
}
.hero-persona__title {
    color: #2c2a29;
    font: normal 26px/1.5 "Lexend Zetta", sans-serif;
    margin-bottom: 50px;
}
.hero--persona__brands img {
    margin: 0 15px;
}
.slider-collections-sec {
    position: relative;
    z-index: 5;
    padding-bottom: 215px;
}
.slider-collections {
overflow: visible;
}

.slider-collections-wrap {
    position: relative;
    padding-left: 295px;
}
.slider-collections .swiper-slide {
    width: 626px;
}
.slider-collections .swiper-slide:nth-child(even) {
    width: 435px;
}
.slider-collections .swiper-slide:last-child {
    padding-right: 15px;
}
.slider-collections__wrap-btns {
    position: absolute;
    left: 0;
    width: 295px;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
}
.slider-collections__wrap-btns div:focus {
    outline: none !important;
}
.slider-collections-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}
.slider-collections__title {
    font: normal 15px/1.5 "Lexend Zetta", sans-serif;
    color: #2c2a29;
    text-transform: uppercase;
    margin-bottom: 30px;

}
.slider-collections__select-wrap {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: auto;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2c2a29;
    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;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.slider-collections__select-img-wrap {
    position: relative;
}
.slider-collections__select-img-wrap:hover .slider-collections__select-wrap {
    opacity: 1;
    visibility: visible;
}
.slider-collections__select-btn {
    font: normal 15px/1.5 "Lexend Zetta", sans-serif;
    text-transform: uppercase;
    border-radius: 25px;
    background: #ffffff;
    min-width: 307px;
    height: 49px;
    border: none;
    color: #2c2a29;
    padding: 15px 23px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider-collections__select .dropdown-menu {
    border-radius: 0 0 25px 25px;
    border: 0;
    width: 100%;
    margin: 0 auto;
    /*height: 350px;*/
    /*overflow: scroll;*/
    /*padding-bottom: 5px;*/
}
.slider-collections__select .dropdown-item:focus,
.slider-collections__select .dropdown-item:hover {
    border-radius: 25px;
}
.slider-collections__select:hover .slider-collections__select-btn {
    border-radius: 25px 25px 0 0;
}
.slider-collections__select:hover .slider-collections-menu {
    display: block;
}
.slider-profile {
    background: #2c2a29;
}
.slider-profile .swiper-wrapper {
    min-height: 100vh;
}
.slider-profile .swiper-slide {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
}
.slider-profile__wrap-btns {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    width: 50%;
    height: 50px;
}
.slider-profile__wrap-btns div {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 38px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.profile__swiper-button img {
    width: 46px;
}
.profile__swiper-button.swiper-button-disabled {
    opacity: .3;
    cursor: not-allowed;
}
.slider-profile__wrap-btns div:focus {
    outline: none;
}
.slider-profile__wrap-btns div:last-child {
    left: auto;
    right: 38px;
}
.slider-profile__info, .slider-profile__img {
    width: 50%;
}
.slider-profile__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}
.slider-profile__info {
    position: relative;
    z-index: 10;
    background: #2c2a29;
    padding: 90px 90px 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slider-profile__name {
    font: normal 60px/1.2 "Lexend Zetta", sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 34px;
}
.slider-profile__position {
    font: normal 20px/1.5 "Arial", sans-serif;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 50px;
}
.slider-profile__brands img {
    margin: 0 16px;
}
.slider-profile__link {
    display: inline-block;
    font: normal 15px/1.5 "Lexend Zetta", sans-serif;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 93px;
    margin: 0 auto;
    text-transform: uppercase;
}
.slider-profile__link:hover {
    color: #fff;
    text-decoration: underline !important;
}
.page-template-persona-private #wrapper-content-js {
    display: none;
}
.page-template-persona-private header {
    opacity: 0;
}
.video-preloader video {
    -o-object-fit: cover;
    object-fit: cover;
    background: #2c2a29;
}
.sound-mute-line:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -10px;
    width: 3px;
    height: 50px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sound-mute-line-none:after {
    content: none;
}
.tabs-profile__nav img {
    width: 51px;
    height: 80px;
}
.tabs-profile__nav img, .tabs-profile__content-img {
    -o-object-fit: cover;
    object-fit:  cover;
    -o-object-position: top center;
    object-position: top center;
}
.tabs-profile__content-img {
    -o-object-fit: cover;
    object-fit: cover;
}
.tabs-profile__nav li {
    margin: 0;
    padding: 0;
}
.tabs-profile__nav a {
    opacity: 0.2; opacity: 1;
}
.tabs-profile__nav a.active {
    opacity: 1;
}
.tabs-profile__nav {
    max-width: 912px;
}
.tabs-profile__content-wrap {
    max-width: 483px;
    width: 100%;
    margin: 141px 10% 206px auto;
    position: relative;
}
.tabs-profile__content-img {
    width: 50%;
    height: 371px;
}
.tabs-profile__content-text {
    max-width: 50%;
    text-align: center;
    position: relative;
    width: 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;
    padding: 59px 15px;
    color: #fff;
    background-color: #2c2a29;
}
.tabs-profile__name {
    font: normal 20px/1.5 "Lexend Zetta", sans-serif;
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: -1.6px;
}
.tabs-profile__prof {
    font: normal 20px/1.5 "Arial", sans-serif;
    letter-spacing: 0.02em;
}
.tabs-profile__link {
    position: absolute;
    bottom: 33px;
    left: 0;
    width: 100%;
    font: normal 15px/1.5 "Lexend Zetta", sans-serif;
    text-transform: uppercase;
    z-index: 1;
}
.tabs-profile__body-text {
    color: #2c2a29;
    max-width: 429px;
    margin-left: auto;
}
.tabs-profile__body-intro {
    margin-top: 34px;
}
.tabs-profile__body-intro p,
.tabs-profile__body-intro ul,
.tabs-profile__body-intro ol,
.tabs-profile__body-intro a {
    font: normal 25px/1.6 "Arial", sans-serif;
    color: #2c2a29;
}
.tabs-profile__body-main p,
.tabs-profile__body-main ul,
.tabs-profile__body-main ol,
.tabs-profile__body-main a {
    font: normal 20px/1.5 "Arial", sans-serif;
    letter-spacing: 0.02em;
}
.tabs-profile__body-main h3,.tabs-profile__body-main  h4,.tabs-profile__body-main  h5,.tabs-profile__body-main  h6 {
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #2c2a29;
}
.tabs-profile__body-main>*,
.text-style-1>*,
.article__container>* {
    font-family: "Arial", sans-serif;
}

.tabs-profile__body-main li,
.tabs-profile__body-main p,
.tabs-profile__body-main ul,
.tabs-profile__body-main ol {
    margin-bottom: 25px;
}

/*.tabs-profile__body-main a {*/
    /*display: inline-block;*/
/*}*/
/*.tabs-profile__body-main a:after {*/
    /*background: #2c2a29;*/
/*}*/
.tabs-profile__body-main {
    margin-bottom: 25px;
}
.tabs-profile__img-wrap img {
    width: 100%;
}
.tabs-profile__img-wrap {
    margin: -195px 0 86px;
}
.tabs-profile__content {
    position: relative;
}
.tabs-profile {
    margin-bottom: 100px;
}
.tabs-profile .hero__brands {
    margin-top: 111px;
}
.tabs-profile .footer__brands-title {
    font: normal 15px/1.5 "Lexend Zetta", sans-serif;
    text-transform: uppercase;
}
.tabs-profile__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.private-service .slider-cards__card-name {
    letter-spacing: 0;
}
.private-service .slider-cards__card-text p {
    color: #fff;
}
.private-service .btns-module,
.private-service .video-module,
.private-service .tabs-module .text-style-1 h2,
.private-service .tabs-module .text-style-1 h3,
/*.private-service .faq-tabs .text-style-1 h3,*/
.private-service .slider-cards__card-name,
.private-service .slider-cards__item-title,
.private-service .slider-cards__link,
.private-service .slider-cards__title,
.private-service .tabs-module__quote-text p,
.private-service .faq-tabs__static h2,
.private-service .faq-tabs__static a,
.call-back .hero__form-btn,
.topic-slider__title,
.justice-service .btns-module__title,
.justice-service .btns-module__btn,
.justice-service .video-module__title,
.private-service .faq-tabs__mob-box h2,
.private-service .faq-tabs__mob-box h3 {
    text-transform: uppercase;
}
.private-service .topic-slider__title .after-hover:after {
    background-color: #2c2a29;
}
.justice-service .btns-module__title {
    font-size: 30px;
}
.justice-service .btns-module__title, .justice-service .video-module__title,
.justice-service .btns-module__btn {
    font-family: "HelveticaNeue", sans-serif;
}
.justice-service .btns-module__title, .justice-service .video-module__title {
    color: #cd001a;
}
.justice-service .btns-module__btn {
    background: #2c2a29;
    letter-spacing: 0;
    color: #fff;
}
.justice-service .btns-module__btn:hover {
    color: #fff;
    background: #cd001a;
    border-color: #cd001a;
}
.justice-service .topic-slider__title .after-hover:after {
    background: #2c2a29;
}
.justice-service .btns-module__btn,
.private-service .faq-tabs__mob-box h2,
.private-service .faq-tabs__mob-box h3 {
    font-size: 20px;
}
.private-service .btns-module__title,
.private-service .tabs-module .text-style-1 h3,
.private-service .tabs-module .text-style-1 h2,
.private-service .tabs-module__quote-text p,
.private-service .slider-cards__item-title,
.private-service .btns-module__btn.special,
.private-service .btns-module__btn,
.private-service .video-module__title,
.private-service .video-module__video-stop,
.private-service .video-module__video-play,
.private-service .slider-cards__title,
.private-service .faq-tabs__static h2,
.private-service .faq-tabs__static a,
.private-service .call-back .hero__form-btn,
.private-service .filter-option-inner-inner,
.private-service .bootstrap-select .dropdown-menu li a span.text,
.private-service .faq-tabs__mob-box h2,
.private-service .faq-tabs__mob-box h3,
.private-service .tabs-module__call .tabs-module__call-numb,
.private-service .tabs-module__mix-title,
.private-service .slider-cards__link,
.private-service  .preload-video__video-play {
    font-family: "Lexend Zetta", sans-serif;
}
.private-service .tabs-module__call .tabs-module__call-numb {
    letter-spacing: 0;
    font-size: 43px;
}
.private-service .btns-module__title,
.private-service .tabs-profile .footer__brands-title,
.private-service .video-module__title,
.private-service .video-module__video-stop,
.private-service .video-module__video-play,
.private-service .preload-video__video-play,
.private-service .tabs-module__link.active,
.private-service .tabs-module__link,
.private-service .text-style-1,
.private-service .tabs-module__quote-text p,
/*.private-service .text-style-1 ul > li:before,*/
.private-service .tabs-module__tab-content,
.private-service .text-style-1 h3 a,
/* .private-service .text-style-1 a*/
.private-service .slider-cards__title,
.private-service .slider-cards__link,
.private-service .faq-tabs__static h2,
.private-service .faq-tabs__static a,
.private-service  p,
.private-service ul,
.private-service ol,
.private-service .accordion-posts,
.private-service .reading__medium-text,
.private-service .reading__small-text,
.private-service .accordion-posts .reading__big-title ,
.private-service .share-page__title,
.private-service .share-page__links a,
.private-service .bootstrap-select .dropdown-menu li a span.text {
    color: #2c2a29;
}
.private-service .wrap-bootstrap-select .bootstrap-select > .btn-light:hover,
.private-service .wrap-bootstrap-select .bootstrap-select > .btn-light {
    background: #2c2a29;
}
.private-service .text-style-1 h3 {
    text-transform: uppercase;
}
.private-service .btns-module__title,
.private-service .btns-module__btn.special,
.private-service .btns-module__btn,
.private-service .video-module__title,
.private-service .video-module__video-stop,
.private-service .video-module__video-play,
.private-service .slider-cards__title,
.private-service .slider-cards__link,
.private-service .faq-tabs__static a,
.call-back .hero__form-btn {
    font-size: 15px;
}
.private-service .slider-cards__item-title {
    font-size: 22px;
}
.private-service .tabs-module__mix .video-module__video-stop,
.private-service .tabs-module__mix .video-module__video-play,
.private-service .filter-option-inner-inner,
.private-service .bootstrap-select .dropdown-menu li a span.text {
    font-size: 13px;
    text-transform: uppercase;
}
.private-service .btns-module__btn.special,
.private-service .btns-module__btn {
    background: #2c2a29;
    border-color: #2c2a29;
    color: #fff;
    letter-spacing: 0;
}
.private-service .btns-module__btn:hover {
    background: transparent;
    color: #2c2a29;
}
.private-service .tabs-module__link.active {
    font-weight: bold;
}
.private-service .tabs-module .text-style-1 h2
/*.private-service .tabs-module .text-style-1 h3  */
{
    font-size: 20px;
}
/*.private-service .tabs-module .text-style-1 h3 {*/
    /*font-size: 17px;*/
/*}*/
.private-service .tabs-module__quote-img path {
    fill: #2c2a29;
}
.private-service .tabs-module__mix,
.private-service .tabs-module__mix-slider .swiper-pagination-bullet-active,
.private-service .slider-cards__slider .swiper-pagination-bullet-active,
.private-service .faq-tabs__static,
.private-service .hor-bd {
    border-color: #2c2a29;
}
.private-service .tabs-module__quote-text p,
.private-service .faq-tabs__static h2 {
    font-size: 20px;
}

.private-service .tabs-module__call,
.private-service .slider-cards__card,
.private-service .tabs-module__mix-slider .swiper-pagination-bullet:after,
.private-service .slider-cards__slider .swiper-pagination-bullet:after,
.private-service a.slider-cards__link:after,
.private-service .faq-tabs__static a:after,
.private-service .share-page__links a:after,
.private-service .tabs-module a:after {
    background: #2c2a29;
}
.private-service .tabs-module__quote-text p,
.private-service .tabs-module__link,
.private-service .slider-cards__item-title,
.private-service .btns-module__btn.special,
.private-service .btns-module__btn,
.private-service .slider-cards__card-name,
.private-service .tabs-module .text-style-1 h2,
.private-service .tabs-module .text-style-1 h3,
.private-service .slider-cards__item-text,
.private-service .slider-cards__item-sum,
.private-service .faq-tabs__static h2,
.call-back .hero__form-btn,
.private-service .filter-option-inner-inner,
.private-service .bootstrap-select .dropdown-menu li a span.text,
.tabs-module__mix-title {
    font-weight: normal;
}
.private-service .slider-cards__item-title,
.private-service .slider-cards__link,
.private-service .slider-cards__item-text {
    letter-spacing: 0;
}
.private-service .tabs-module__call .tabs-module__call-text,
.private-service .slider-cards__card,
.call-back .tabs-module__quote-text p,
.private-service a.tabs-module__call-numb {
    color: #fff;
}
.private-service .tabs-module__call .tabs-module__call-text,
.justice-service .tabs-module__call .tabs-module__call-text {
    font-weight: normal;
    letter-spacing: 0;
}
.justice-service .tabs-module__call .tabs-module__call-text {
    color: #2c2a29;
}
.justice-service .tabs-module__call-numb {
    color: #cd001a;
    font-family: "HelveticaNeue", sans-serif;
}
.private-service .tabs-module__call-numb {
    letter-spacing: -8.5px;
    font-family: "Lexend Zetta", sans-serif;
}
.private-service .slider-cards__name-cross line,
.private-service .slider-cards__name-cross path {
    stroke: #ffffff;
}
.private-service .slider-cards__card-name {
    font-size: 30px;
}
.private-service .slider-cards__name-cross {
    margin-top: 0;
}
/*.private-service .tabs-module .text-style-1 a:after,*/
.private-service .faq-tabs__static a:after {
    bottom: 1px;
}
.call-back {
    background-color: #2c2a29;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 87px;
}
.help-service .tabs-module__call .tabs-module__call-numb {
    margin-bottom: 10px;
}
.call-back .tabs-module__quote-img path {
    fill: #ffffff;
}
.call-back .tabs-module__quote-text p {
    font-size: 25px;
}
.call-back .footer__stars {
    margin: 0;
}
.call-back .footer__stars rect:not(#P20) {
    fill: #ffffff;
}
.call-back .footer__stars path {
    fill: rgb(0, 182, 122);
}
.call-back__form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    max-width: 705px;
}
.call-back .hero__form__label,
.call-back .hero__form__input,
.call-back .hero__form__textarea,
.call-back .hero__form-check-text,
.call-back .hero__form-btn {
    color: #fff;
}
.call-back .hero__form__input,
.call-back .hero__form__textarea {
    border-color: #fff;
}
.call-back .hero__form__input-wrap, .call-back .hero__form__textarea-wrap, .call-back .hero__form-check-wrap, .call-back .hero__form-btn-wrap {
    width: 100%;
}
.call-back .hero__form__input-wrap {
    max-width: calc(50% - 32px);
}
.call-back .hero__form__textarea-wrap, .call-back .hero__form-check-wrap, .call-back .hero__form-btn-wrap {
    max-width: 100%;
}
.call-back .hero__form-check-label:before {
    left: 0;
}
.call-back .hero__form-check-label:after {
    left: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}
.hero__form-check-label:before, .hero__form-check-label:after {
    cursor: pointer;
}
.call-back .tabs-module__quote-text p {
    margin-bottom: 27px;
    line-height: 1.37;
}
.call-back .hero__form__textarea {
    height: 95px;
}
.call-back .hero__form-check-wrap {
    margin: 13px 0 27px;
}
.call-back .hero__form-check-text {
    max-width: 500px;
}
.call-back__form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 95px 15px 67px;
    border-left: 1px solid #fff;
}
.page-template-help-slider .call-back__form-wrap {
    padding: 95px 15px 67px 149px;
}
.call-back .tabs-module__quote-text {
    max-width: 646px;
    margin: 0 auto 0;
}
.call-back__quote-wrap {
    padding-top: 22px;
}
.topic-slider {
    color: #2c2a29;
    margin-bottom: 194px;
    overflow: hidden;
}
.topic-slider__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 42px;
}
.topic-slider__heading .slider-team__wrap-btns {
    margin-bottom: 0;
}
.topic-slider__title {
    font: normal 20px/1.5 "Lexend Zetta", sans-serif;
}
.topic-slider__container {
    max-width: 430px;
    margin-left: 0;
    overflow: visible;
    width: 100%;
    height: 100%;
}
.topic-slider__container .swiper-slide {
    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;
    font: normal 30px/1.37 "Lexend Zetta", sans-serif;
    text-transform: uppercase;
    height: auto;
    text-align: center;
}
.slider-cards__card-img-wrap {
    line-height: 0;
}
.justice-service .video-module__video-stop, .justice-service .video-module__video-play,
.justice-service .tabs-module__mix-title {
    text-transform: uppercase;
    color: #cd001a;
    font-family: "HelveticaNeue", sans-serif;
}
.justice-service .tabs-module__call .tabs-module__call-numb  {
    font-family: "HelveticaNeue", sans-serif;
}
.justice-service .tabs-module__link.active {
    color: #cd001a;
    font-weight: bold;
}
.justice-service .tabs-module__link {
    font-weight: normal;
}
.justice-service .text-style-1 h2,
.justice-service .faq-tabs .text-style-1 h3 {
    text-transform: uppercase;
    font-family: "HelveticaNeue", sans-serif;
    color: #cd001a;
    font-size: 30px;
    letter-spacing: 0;
}
.justice-service .text-style-1 h3,
.justice-service .slider-cards__title,
.justice-service .slider-cards__item-title,
.justice-service .slider-cards__link,
.justice-service .faq-tabs__static h2,
.justice-service .faq-tabs__static h3,
.justice-service .faq-tabs__static a,
.justice-service .call-back .hero__form-btn,
.justice-service .topic-slider__container .swiper-slide {
    text-transform: uppercase;
    font-family: "HelveticaNeue", sans-serif;
    color: #cd001a;
    letter-spacing: 0;
}
.justice-service .slider-cards__item-title,
.justice-service .call-back .hero__form-btn {
    font-size: 20px;
    letter-spacing: 0;
}
.justice-service .hero__link-private:after {
    background: #2c2a29;
}

.justice-service .faq-tabs__static a,
.justice-service .reading__small-text,
.justice-service .reading__medium-text {
    color: #cd001a;
}
.justice-service .tabs-module__mix-slider .swiper-pagination-bullet:after,
.justice-service .slider-cards__slider .swiper-pagination-bullet:after {
    background: #2c2a29;
}

.justice-service .tabs-module__mix-slider .swiper-pagination-bullet-active:after,
.justice-service .slider-cards__slider .swiper-pagination-bullet-active:after,
.justice-service .faq-tabs__static a:after,
.justice-service .slider-cards__link:after {
    background: #cd001a;
}
.justice-service .tabs-module__mix-slider .swiper-pagination-bullet-active,
.justice-service .slider-cards__slider .swiper-pagination-bullet-active,
.justice-service .call-back .hero__form-check-label:before {
    border-color: #cd001a;
}
/*.justice-service .text-style-1 ul > li:before,*/
.justice-service ul,
.justice-service ol,
.justice-service p,
.justice-service .tabs-module,
.justice-service .faq-tabs {
    color: #2c2a29;
}
.justice-service .tabs-module__mix,
.justice-service .faq-tabs__static,
.justice-service .call-back .hero__form__input,
.justice-service .call-back .hero__form__textarea {
    border-color: #2c2a29;
}

/*.justice-service .tabs-module a:after {*/
    /*background: #2c2a29;*/
/*}*/
.justice-service .tabs-module__quote-img path {
    fill: #cd001a;
}
.justice-service .tabs-module__call .tabs-module__call-text:first-of-type, .justice-service .tabs-module__call .tabs-module__call-numb {
    margin-bottom: 10px;
}
.justice-service .tabs-module__quote-text p,
.justice-service .topic-slider__title {
    text-transform: uppercase;
    font-family: "HelveticaNeue", sans-serif;
    letter-spacing: 0;
}
.justice-service .tabs-module__quote-text p {
    line-height: 1.16;
}
.justice-service .slider-cards__card {
    background: #f5f3f0;
    color: #2c2a29;
}
.justice-service .tabs-module__call {
    background: transparent;
    border: 1px solid #2c2a29;
}
.justice-service .slider-cards__link,
.justice-service .faq-tabs__static a {
    font-size: 20px;
}
.justice-service .faq-tabs__static a:after,
.justice-service .text-slide-btn:after,
.justice-service .slider-team__link:after,
/*.justice-service .tabs-profile__body-main a:after,*/
.justice-service .slider-cards__link:after {
    bottom: 0;
}
.justice-service .hor-bd {
    border-color: #cd001a;
}
.justice-service .accordion-posts .reading__big-title  {
    color: #f5f3f0;
}
.justice-service .reading__blog-title,
.justice-service .call-back .tabs-module__quote-text p,
.justice-service .call-back .hero__form__label,
.justice-service .call-back .hero__form__input,
.justice-service .call-back .hero__form__textarea,
.justice-service .call-back .hero__form-check-text,
.justice-service .share-page__title {
    color: #2c2a29;
}
.justice-service .call-back {
    background-color: #f5f3f0;
}
.justice-service .call-back__form-wrap {
    border-color: #2c2a29;
}
.justice-service .call-back .hero__form-check-label:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000000' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}
.justice-service .hero__form__input:focus,
.justice-service .hero__form__textarea:focus {
    color: #cd001a;
    border-color: #cd001a;
}
.justice-service .hero__form__input:focus + .hero__form__label,
.justice-service .hero__form__textarea:focus + .hero__form__label {
    color: #cd001a;
}
.justice-service .call-back .footer__stars path {
    fill: #ffffff;
}
.justice-service .call-back .footer__stars rect:not(#P20) {
    fill: rgb(0, 182, 122);
}
.justice-service .topic-slider__container .swiper-slide {
    font-size: 50px;
}
.hero__brands .footer__brands-list img {
    max-width: 100%;
    /*width: 80px;*/
}
.justice-service  p,
.private-service .tabs-module__link,
.private-service .tabs-module__mix-title,
.private-service .faq-tabs__static p {
    letter-spacing: 0;
}
.ethical-service .hero__title-private,
.ethical-service .tabs-module__call .tabs-module__call-numb {
    font-family: "ivypresto-display", sans-serif;
    text-transform: initial;
}
.ethical-service .hero__title-private {
    font-size: 30px;
}
.hero__img-private,
.hero__name-private {
    display: inline-block;
    margin-bottom: 10px;
}
.ethical-service .hero__link-private {
    font-family: "Arial", sans-serif;
}
.ethical-service .tabs-profile__content-text {
    background: #bfcec2;
}
.ethical-service .tabs-profile__name {
    font-family: "ivypresto-display", sans-serif;
    color: #7a939c;
    text-transform: initial;
    font-size: 35px;
    letter-spacing: 0;
}
.ethical-service .tabs-profile__body-main a,
.ethical-service .tabs-profile__body-main a:hover {
    color: #FF9D6E;
}
.ethical-service .topic-slider__title .after-hover:after {
    background: #7a939c;
}
.ethical-service .hero__brands .footer__brands-title {
    color: #7a939c;
    font-size: 25px;
    font-family: "ivypresto-display", sans-serif;
}
.ethical-service .video-module__title,
.ethical-service .btns-module__title,
.ethical-service .slider-cards__title,
.ethical-service .topic-slider__title {
    font-family: "ivypresto-display", sans-serif;
    font-size: 30px;
    font-weight: normal;
    color: #7a939c;
    text-transform: initial;
    letter-spacing: 0;
}
.ethical-service .slider-cards__card-item {
    font-weight: normal;
}
.ethical-service .btns-module__title {
    text-transform: uppercase;
}
.ethical-service .slider-cards__card {
    background: #f8c1b8;
    color: #fff;
}
.ethical-service .slider-cards__card-text p {
    color: #2c2a29;
}
.ethical-service .slider-cards__link {
    font-weight: normal;
    font-family: "ivypresto-display", sans-serif;
    color: #e2665c;
    /*text-transform: uppercase;*/
}
.ethical-service .slider-cards__link:after {
    background: #e2665c !important;
}
.slider-cards__link:after {
    bottom: 0;
}
.ethical-service .slider-cards__card-item,
.ethical-service .text-style-1 h2,
.ethical-service .text-style-1 h3,
.ethical-service .tabs-module__link,
.ethical-service  .tabs-module__mix-title,
.ethical-service .faq-tabs__static a,
.ethical-service .slider-cards__link,
.ethical-service .faq-tabs__static a,
.ethical-service .faq-tabs__static h2,
.ethical-service .faq-tabs__static p {
    letter-spacing: 0;
}
.ethical-service .slider-cards__item-title,
.ethical-service .slider-cards__item-name {
    font-family: "ivypresto-display", sans-serif;
    font-weight: normal;
    color: #e2665c;
}
.ethical-service .slider-cards__name-cross line,
.ethical-service .slider-cards__name-cross path {
    stroke: #ffffff;
}
.ethical-service .video-module__video-stop,
.ethical-service .video-module__video-play {
    background: #ff9d6e;
    font-family: "ivypresto-display", sans-serif;
    color: #fff;
    font-weight: normal;
}
.ethical-service .tabs-module__call {
    background: #e2665b;
}
.ethical-service .tabs-module__call .tabs-module__call-text {
    color: #fff;
}
.ethical-service .tabs-module__call .tabs-module__call-numb {
    font-size: 70px;
    /*color: #f8c1b8;*/
}
.ethical-service .tabs-module__link.active {
    color: #7a939c;
}
.ethical-service .hor-bd {
    border-color: #7a939c;
}
.ethical-service .accordion-posts  .reading__big-title {
    color: #bfcec2;
}
.ethical-service .reading__medium-text {
    color: #7a939c;
}
.ethical-service .reading__blog-title {
    color: #f8c1b8;
}
.ethical-service .reading__small-text {
    color: #e2665c;
}
.ethical-service .call-back {
    background: #f8c1b8;
    color: #fff;
}
.ethical-service .tabs-module__link,
.ethical-service .tabs-module,
/*.ethical-service ul > li:before,*/
.ethical-service ul,
.ethical-service ol,
.ethical-service .tabs-module .after-hover,
.ethical-service p,
.ethical-service .share-page__title {
    color: #2c2a29;
}
.ethical-service .tabs-module__link {
    font-weight: normal;
}
.ethical-service .faq-tabs__static a {
    color: #e2665c;
}
.ethical-service .tabs-module__mix-title,
.ethical-service .faq-tabs__static a {
    font-family: "ivypresto-display", sans-serif;
}
.ethical-service .tabs-module__mix-title {
    color: #FF9D6E;
    font-size: 30px;
}
.ethical-service .faq-tabs__static a:after {
    background: #e2665c;
}
.ethical-service .faq-tabs__static {
    border-color: #2c2a29;
}
.ethical-service .swiper-pagination-bullet:after {
    background: #bfcec2;
}
.ethical-service .swiper-pagination-bullet-active {
    border-color: #7a939c;
}
.ethical-service .swiper-pagination-bullet-active:after {
    background: #7a939c;
}
.ethical-service .tabs-module__mix {
    border-left: 1px solid #2c2a29;
}
.ethical-service .tabs-module__quote-img path {
    fill: #7a939c;
}
.ethical-service .tabs-module__quote-text p,
.ethical-service .topic-slider__container .swiper-slide {
    font-family: "ivypresto-display", sans-serif;
    color: #FF9D6E;
    font-weight: normal;
}
.ethical-service .text-style-1 h2,
.ethical-service .faq-tabs .text-style-1 h3,
.ethical-service .faq-tabs__static h2 {
    font-size: 30px;
    font-weight: normal;
    font-family: "ivypresto-display", sans-serif;
    color: #FF9D6E;
}
.ethical-service .btns-module__btn {
    font-size: 22px;
    letter-spacing: 0;
    font-family: "ivypresto-display", sans-serif;
    background: #f8c1b8;
    color: #e2665c;
    font-weight: normal;
    border-color: #f8c1b8;
}
.ethical-service .btns-module__btn:hover {
    background: #ff9d6e;
    color: #fff;
    border-color: #ff9d6e;
}
.ethical-service .tabs-profile__body-main a:after {
    background: #FF9D6E;
}
.ethical-service .call-back .tabs-module__quote-text p {
    font-size: 40px;
    color: #e2665c;
    letter-spacing: 0;
}
.ethical-service .call-back .hero__form-btn {
    font-weight: normal;
    text-transform: lowercase;
    font-family: "ivypresto-display", sans-serif;
    color: #e2665c;
    font-size: 20px;
}
.ethical-service .call-back .hero__form__input:focus,
.ethical-service .call-back .hero__form__textarea:focus {
    color: #e2665c;
    border-color: #e2665c;
}
.ethical-service .call-back .hero__form__input:focus + .hero__form__label,
.ethical-service .call-back .hero__form__textarea:focus + .hero__form__label {
    color: #e2665c;
}
.ethical-service .topic-slider__container .swiper-slide {
    font-size: 40px;
    color: #e2665c;
    text-transform: lowercase;
}
.pre-footer-menu {
    color: #ffffff;
}
.pre-footer-menu {
    background: #2c2a29;
    margin: 1px 0 1px;
}
.pre-footer-menu .header__item-container {
    overflow: visible;
}
.pre-footer-menu__title {
    font: normal 20px/1.5 "Lexend Zetta", sans-serif;
    color: #ffffff;
    margin-bottom: 40px;
    position: absolute;
    bottom: 100%;
    left: 15px;
}
/*.pre-footer-menu .pre-footer-menu__link:after,*/
/*.pre-footer-menu .header__item-text a:after,*/
/*.pre-footer-menu--ethical .pre-footer-menu__link:after,*/
/*.pre-footer-menu--ethical .header__item-text a:after {*/
    /*background-color: #fff;*/
/*}*/
.pre-footer-menu--justice {
    background: #f5f3f0;
    color: #cd001a;
}

/*.pre-footer-menu--justice .pre-footer-menu__link:after,*/
/*.pre-footer-menu--justice .header__item-text a:after {*/
    /*background-color: #cd001a;*/
/*}*/
/*.pre-footer-menu--help .pre-footer-menu__link:after,*/
/*.pre-footer-menu--help .header__item-text a:after {*/
    /*background-color: #442341;*/
/*}*/
.pre-footer-menu--justice .pre-footer-menu__title {
    font: normal 40px/1 "HelveticaNeue", sans-serif;
    color: #2c2a29;
    text-transform: uppercase;
}
.pre-footer-menu .header__item-text a {
    text-transform: uppercase;
}
.pre-footer-menu {
    display: none;
}
.header-private-main .pre-footer-menu--private,
.persona-justice-content-js .pre-footer-menu--justice,
.wrapper-content-ethical-js .pre-footer-menu--ethical,
.help-slider-wrapper .pre-footer-menu--help {
    display: block;
}
.pre-footer-menu--private .pre-footer-menu__title {
    text-transform: uppercase;
}
.pre-footer-menu .header__item-description {
    padding-right: 40px;
}
.pre-footer-menu--ethical {
    color: #ffffff;
    background: #ff9d6e;
    margin: 0;
}
.pre-footer-menu--ethical .pre-footer-menu__title {
    font: normal 40px/1.5 "ivypresto-display", sans-serif;
}
.pre-footer-menu--help {
    background: #78d5e1;
    color: #442341;
}
.pre-footer-menu--help .pre-footer-menu__title {
    font: bold 40px/1.5 "Arial", sans-serif;
    letter-spacing: -0.05em;
    color: #442341;
}
.breadcrumb .breadcrumb-item:first-child {
    padding-left: 0;
}
.tabs-module__mix-slider .swiper-pagination {
    text-align: left;
}
.z-index-header {
    z-index: 1035;
}
/*Persona 1920 – Private - Service page----------------------------------------------------------------------------------------------*/

.page-menu {
    position: relative;
    padding: 149px 0 0;
    min-height: 100vh;
}
.page-menu__logo {
    display: inline-block;
}
.page-menu__main-list {
    display: block;
    text-transform: uppercase;
    font: normal 15px/1.66 "Nobel";
}
.page-menu__main-list .tab-link {
    text-transform: uppercase;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.page-menu__main-list li {
    margin-bottom: 14px;
}
.page-menu .tab-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: initial;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-menu .tab-pane:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    width: 50%;
    background: #f5f3f0;
    z-index: 1;
}
.page-menu .tab-pane--outer:after {
    content: none;
}
.page-menu .tab-pane--help:after {
    background: #78d5e1;
}
.page-menu .tab-pane--ethical:after {
    background: #e2665c;
}
.page-menu .tab-pane--private:after {
    background: #2c2a29;
}
.page-menu .tab-pane--justice:after {
    background: #f5f3f0;
}
.page-menu .tab-pane {
    color: #442341;
}
.page-menu .tab-pane--ethical,
.page-menu .tab-pane--private {
    color: #fff;
}
.page-menu .tab-pane--ethical a:after,
.page-menu .tab-pane--private a:after {
    background: #fff;
}
.page-menu .tab-pane--justice {
    color: #cd001a;
}
.page-menu .tab-pane--justice a:after {
    background: #cd001a;
}
.page-menu .tab-pane h3,
.page-menu .tab-pane h1 {
    font: bold 25px/1.4 "Nobel";
    letter-spacing: 0.05em;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.page-menu .tab-pane p {
    font: normal 15px/1.66 "Arial";
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}
.page-menu .tab-pane h5 {
    font: bold 15px/1.4 "Nobel";
    letter-spacing: 0.05em;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.page-menu .tab-pane a {
    display: inline-block;
    text-transform: uppercase;
}
.page-menu .tab-pane p:last-child {
    margin-bottom: 0;
}
.page-menu .tab-content {
    width: 100%;
}
.page-menu .tab-pane__content,
.page-menu .tab-pane--outer {
    position: relative;
    z-index: 2;
}
.page-menu__tab-links {
    margin-bottom: 45px;
}
.passive-link {
    opacity: .3;
}
.tab-pane__img-wrp {
    margin-bottom: 34px;
}
.page-menu .tab-pane {
    max-width: 504px;
    margin-left: auto;
    margin-right: auto;
}
.tab-pane__content--bottom {
    margin-top: 113px;
    padding: 0 25px;
    width: 100%;
}
.tab-pane--outer img {
    max-width: 349px;
}
.tab-pane__list-col:nth-of-type(1) {
    padding-left: 0;
}
.tab-pane__list-col:nth-of-type(2) {
    padding-right: 0;
}
.page-menu .tab-pane--max {
    max-width: 100%;
    padding-bottom: 75px;
}
.breadcrumb .breadcrumb-item.active {
    font-weight: bold;
    top: 0;
}
.page-menu__logo-wrap {
    min-height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 27px;
}
.white-default-header .header,
.white-default-header .header__search-close {
    background: #fff;
}
.page-menu .wrap-breadcrumb {
    margin-bottom: 22px;
}
.page-menu__mobile-logos {
    margin: 0;
}
/*----------------------------------------------------------------------------------------------------------------------------------*/
.hero__persona-pagination {
    bottom: 85px;
}
.hero__persona-slider-wrap {
    position: relative;
}
.hero--persona-private .breadcrumb-item-main {
    color: #2c2a29;
}
.slider-collections__select-img-wrap {
    margin-bottom: 10px;
}
.pre-footer-menu__container {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 150px 40px 50px;

}
.pre-footer__item-row {
    position: initial;
}
.slider-collections .swiper-wrapper {
    height: auto;
}
.slider-collections-img {
    -o-object-position: top;
    object-position: top;
}
.hero__persona-slide-img-wrap {
    width: 50%;
    margin-right: 48px;
}
.hero__persona-slide-img {
    margin: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero__persona-pagination .swiper-pagination-bullet-active:after {
    top: calc(-50% - 1.5px);
    left: calc(-50% - 1.5px);
}
/*------------------------------------*/
.big-letters {
    font-family: "Arial", sans-serif;
    color: #2c2a29;
}
.page-template-persona-ethical .header,
.page-template-persona-justice .header {
    background-color: transparent;

}
.page-template-help-slider .submenu-main {
    background: #78d5e1;
}
.header-private-main .submenu-main {
    background: #ffffff;
}
.page-template-persona-ethical .submenu-main,
.page-template-persona-justice .submenu-main,
.header-private.header-transparent-1 .submenu-main {
    background: #0000;
}
.page-template-help-slider .header.white .submenu-main {
    background: #442341;
}
.page-template-persona-justice .submenu-main a,
.page-template-persona-ethical .submenu-main a,
.page-template-help-slider .header.white .submenu-main a {
    color: #fff;
}
.page-template-persona-ethical .submenu-main .inline-line,
.page-template-persona-justice .submenu-main .inline-line,
.page-template-help-slider .header.white .submenu-main .inline-line {
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -o-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
}

.header-private.header-transparent-1 .wrap-header__search,
.page-template-persona-ethical .wrap-header__search {
    background: transparent !important;
}
.page-template-persona-ethical .header-fixed__container .header__search-close {
    background: #e2665c !important;
}
.header-private.header-transparent-1 .header-sticky-responsive,
.header-private.header-transparent-1 .header-sticky-responsive .submenu-main {
    background: #2c2a29;
}
.page-template-persona-ethical .header-sticky-responsive,
.page-template-persona-ethical .sticky-header .submenu-main {
    background: #e2665c;
}
.hero--justice {
    min-height: 100vh;
}
.hero--justice__logo img {
    max-width: 445px;
    width: 100%;
}
.hero--justice__row .breadcrumb .breadcrumb-item,
.hero--justice__row .breadcrumb .breadcrumb-item a {
    color: #ffffff;
}
.hero--justice__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.hero--justice__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero--justice__description {
    max-width: 730px;
    color: #ffffff;
    position: absolute;
    left: -52px;
    bottom: 40px;
    font: bold 17px/1.2 'HelveticaNeue', sans-serif;
    text-transform: uppercase;
}
.hero--justice .hero__call_btn {
    font-family: 'HelveticaNeue', sans-serif;
    font-weight: bold;
    font-size: 17px;
    background: #cd001a;
    border: none;
    color: #fff;
}
.big-letters {
    padding-top: 37px;
    overflow: hidden;
}
.big-letters__text, .big-letters__date {
    width: 2060px;
    margin: 0 auto 89px;
    font: bold 360px/.76 'HelveticaNeue', sans-serif;
    text-transform: uppercase;
    text-align: center;
}
.big-letters__date {
    width: 100%;
    font-size: 153px;
    text-align: left;
    padding-left: 41px;
}
.big-letters__date_white {
    position: absolute;
    left: 0;
    bottom: -33px;
}
.big-letters__content-wrap {
    margin-top: -116px;
    position: relative;
}
.big-letters__content-wrap:before,
.big-letters__dark-sec:before {
    content: '';
    position: absolute;
    left: 42px;
    top: 50px;
    background: #2c2a29;
    width: 5px;
    height: 100%;
}
.big-letters__before-short:before {
    height: calc(100% - 191px);
}
.sticky-btn-menu-wrap {
    position: absolute;
    right: 0;
    top: -110px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 99;
}
.sticky-btn-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 187px;
    height: 70px;
    background: #cd001a;
    font: bold 17px/1.2 'HelveticaNeue', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
}
.sticky-btn-menu:hover {
    color: #ffffff;
}
.sticky-btn-menu:first-child {
    margin-bottom: 15px;
}
.sticky-btn-menu-light {
    background: #f5f3f0;
    color: #cd001a;
}
.sticky-btn-menu-light:hover {
    color: #cd001a;
}
.big-letters__title-row {
    margin-bottom: 12px;
}
.big-letters__container_mb {
    margin-bottom: 81px;
}
.big-letters__container_mb-big {
    margin-bottom: 150px;
}
.justice__row_mb-big {
    margin-bottom: 146px;
}
.justice__row_mb-small {
    margin-bottom: 107px;
}
.justice__primary-small-title,
.justice__primary-big-title {
    font: bold 17px/1.2 'HelveticaNeue', sans-serif;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.justice__primary-big-title {
    font-size: 80px;
    line-height: .9;
}
.big-letters__col-content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 152px;
}
.justice__primary-description {
    max-width: 550px;
}
.justice__primary-description p {
    font: normal 20px/1.5 sans-serif;
    letter-spacing: 0.02em;
    margin-bottom: 26px;
}
.justice__primary-description_mt {
    position: relative;
    margin-top: -8px;
}
.big-letters__col_mr {
    margin-right: 242px;
}
.justice__primary-img-wrap {
    margin-right: 30px;
}
.justice-logo_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*margin-right: 28px;*/
    max-width: 184px;
}
.justice__services-list {
    /*max-width: calc( 100% - 184px);*/
    padding-left: 28px;
}
.justice-logo_btn img:first-child {
    margin-right: 28px;
    max-width: 144px;
}
.justice__services-list li {
    margin-bottom: 7px;
}
.justice__services-list-item {
    display: inline;
    font: normal 15px/1.2 sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
/*.justice__video-link-dark {*/
/*color: #2c2a29;*/
/*}*/
/*.justice__video-link-dark:hover {*/
/*color: #2c2a29;*/
/*}*/
/*.justice__video-link-dark:after {*/
/*background: #2c2a29;*/
/*top: auto;*/
/*bottom: 0;*/
/*}*/
.justify__col_pl-big {
    padding-left: 109px;
}
.justify__col_pl-medium {
    padding-left: 82px;
}
.justify__col_pl-small {
    padding-left: 68px;
}
.big-letters__img-big-wrap {
    margin-bottom: 38px;
}
.big-letters__dark-sec {
    position: relative;
    background: #2c2a29;
    padding: 147px 0;
    margin-bottom: 68px;
}
.big-letters__dark-sec:before {
    top: 0;
    background: #fff;
}
.big-letters__dark-sec-content .justice__primary-description,
.big-letters__dark-sec-content .justice__primary-img-wrap {
    margin: 0 15px;
}

.big-letters__row_pl-big {
    padding-left: 200px;
}
.big-letters__row_pl-small {
    padding-left: 140px;
}
.justice__primary-description_medium {
    max-width: 595px;
    padding: 30px 0 0 30px;
}
.justice__primary-description_big {
    max-width: 680px;
}
.big-letters__dark-sec_p {
    padding: 289px 0;
}
.big-letters__dark-sec-col_pl {
    padding-left: 60px;
}
.hero__persona-slider .swiper-wrapper {
    min-height: 898px;
}
.hero--ethical.hero {
    background: #e2665c;
}
.slider-collections__select .dropdown-item:hover {
    background-color: transparent;
}
.hero--justice__video-bg.video-module__video-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.hero--justice__video-bg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.hero--justice__video-bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 42, 41, 0.5);
    z-index: 1;
}
.hero--justice__video-bg .video-module__video-play,
.hero--justice__video-bg .video-module__video-stop {
    z-index: 2;
    cursor: pointer;
}
.hero--justice__video-bg .video-module__video-play {
    pointer-events: initial;
}
.hero--ethical_services_btn {
    background: #f8c1b8;
    color: #e2665c;
}
.hero__call_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 307px;
    height: 49px;
    border-radius: 24.5px;
    background: #fff;
    font: normal 13px/1.2 "Lexend Zetta", sans-serif;
    color: #2c2a29;
    text-transform: uppercase;
    position: fixed;
    bottom: 28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    border: 1px solid #2c2a29;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.hero--ethical .hero__call_btn {
    min-width: 403px;
    background: #f8c1b8;
    color: #e2665c;
    font-family: "ivypresto-display", sans-serif;
    font-weight: normal;
    font-size: 22px;
    text-transform: lowercase;
    position: absolute;
    z-index: 100;
    height: 64px;
    border-radius: 32px;
}
.page-template-persona-ethical .hero-contact-btns .help-slider_get-btn,
.page-template-persona-ethical .hero-contact-btns .chatbot_btn,
.page-template-template-service-3 .hero-contact-btns .help-slider_get-btn,
.page-template-template-service-3 .hero-contact-btns .chatbot_btn
{
    background: #f8c1b8;
    color: #e2665c;
    font-family: "ivypresto-display", sans-serif;
    font-weight: normal;
    text-transform: lowercase;
    border-color:  #f8c1b8;
}
.page-template-template-service-3 .hero-contact-btns .help-slider_get-btn,
.page-template-template-service-3 .hero-contact-btns .chatbot_btn {
    border-color: #e2665c;
}
.page-template-persona-ethical .hero-contact-btns .help-slider_get-btn:hover,
.page-template-persona-ethical .hero-contact-btns .chatbot_btn:hover,
.page-template-template-service-3 .hero-contact-btns .help-slider_get-btn:hover,
.page-template-template-service-3 .hero-contact-btns .chatbot_btn:hover {
    border-color: #f8c1b8;
    color: #e2665c;
}
.page-template-persona-justice .hero-contact-btns .help-slider_get-btn,
 .page-template-persona-justice .hero-contact-btns .chatbot_btn,
.page-template-template-service-2 .hero-contact-btns .chatbot_btn,
.page-template-template-service-2 .hero-contact-btns .help-slider_get-btn {
    background: #cd001a;
    text-transform: uppercase;
    border-color: #cd001a;
    font-family: 'HelveticaNeue', sans-serif;
 }
.page-template-template-service-2 .call-back:last-child,
.page-template-template-service-3 .call-back:last-child,
.page-template-template-service .call-back:last-child {
    margin-bottom: 0;
}
.page-template-persona-justice .hero-contact-btns .help-slider_get-btn:hover,
.page-template-persona-justice .hero-contact-btns .chatbot_btn:hover,
.page-template-template-service-2 .hero-contact-btns .help-slider_get-btn:hover,
.page-template-template-service-2 .hero-contact-btns .chatbot_btn:hover {
    color: #cd001a;
    border-color: #cd001a;
}

.page-template-persona-private .hero-contact-btns .help-slider_get-btn,
.page-template-persona-private .hero-contact-btns .chatbot_btn,
.page-template-template-service .hero-contact-btns .help-slider_get-btn,
.page-template-template-service .hero-contact-btns .chatbot_btn {
    background: #fff;
    text-transform: uppercase;
    border-color: #2c2a29;
    color: #2c2a29;
    font-family: "Lexend Zetta", sans-serif;
    letter-spacing: -1.5px;
}
.page-template-persona-private .hero-contact-btns .help-slider_get-btn:hover,
.page-template-persona-private .hero-contact-btns .chatbot_btn:hover,
.page-template-template-service .hero-contact-btns .help-slider_get-btn:hover,
.page-template-template-service .hero-contact-btns .chatbot_btn:hover {
    color: #fff;
    border-color: #fff;
    background: #2c2a29;
}

.hero--ethical .hero__call_btn:hover {
    background: #ffffff;
}
.main-persona-ethical {
    font-family: "ivypresto-display", sans-serif;
    font-size: 25px;
    color: #7a939c;
    line-height: 1.2;

}
.opinions-sec {
    padding-top: 92px;
    margin-bottom: 43px;
}
.opinions-sec__logo-wrap {
    padding: 50px;
    min-height: 609px;
    max-width: 1546px;
    background: #f5f3f0;
    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: 0 auto 110px;
}
.opinions-sec__description {
    font-size: 50px;
    max-width: 1015px;
    line-height: 1.3;
    margin-bottom: 143px;
}
.opinions-sec__content {
    background: #f8c1b8;
    padding: 122px 0 283px;
}
.opinions-sec__big-logo-wrap {
    margin-bottom: 98px;
}
.opinions-sec__swiper-wrap {
    max-width: 1520px;
    min-height: 591px;
    background: #bfcec2;
    margin: 0 auto;
}
.opinions-sec__blog-wrap {
    position: relative;
    margin: -201px auto 0;
    max-width: 1242px;
    padding: 77px 92px;
    background: #fff;
}
.opinions-sec__blog-title {
    font: bold 15px/1.2 "Arial", sans-serif;
    letter-spacing: 0.02em;
    color: #2c2a29;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.opinions-sec__filter-topic {
    display: block;
    font: bold 60px/1.12 "Nobel", sans-serif;
    color: #ff9d6e;
    opacity: 0.2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
}
.opinions-sec__filter-topic:hover {
    color: #ff9d6e;
}
.opinions-sec__filter-topic.active {
    opacity: 1;
}
.opinions-sec__filter-wrap {
    display: block;
    margin-bottom: 76px;
}
.opinions-sec__nav-tabs {
    position: relative;
    border: none;
    margin-bottom: 103px;
}
.opinions-sec__nav-tabs:after,
.opinions-sec__nav-tabs .nav-link.active:after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #7a939c;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.opinions-sec__nav-tabs .nav-item.show .nav-link,
.opinions-sec__nav-tabs .nav-link.active,
.opinions-sec__nav-tabs .nav-link.active:hover {
    border: none;

}
.opinions-sec__nav-tabs .nav-link {
    padding: 0;
    font: normal 15px/1.2 "Arial", sans-serif;
    letter-spacing: 0.02em;
    color: #7a939c;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: none;
    text-transform: uppercase;
    position: relative;
}
.opinions-sec__nav-tabs .nav-link.active {
    font-weight: bold;
}
.opinions-sec__nav-tabs .nav-link.active:after {
    height: 6px;
    bottom: -15px;
}
.opinions-sec__nav-tabs .nav-item {
    width: 50%;
    text-align: center;
}
.opinions-sec__posts-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 38px;
    padding-bottom: 36px;

}
.opinions-sec__posts-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.opinions-sec__posts-wrap:not(:last-child) {
    border-bottom: 1px solid #7a939c;
}
.opinions-sec__profile-img-link {
    display: inline-block;
    margin-right: 24px;
}
.opinions-sec__profile-img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    overflow: hidden;
}
.opinions-sec__profile-name,
.opinions-sec__posts-date {
    font: bold 15px/1.2 "Arial", sans-serif;
    letter-spacing: 0.02em;
    color: #2c2a29;
    text-transform: uppercase;
    margin-right: 15px;
    margin-bottom: 10px;
}
.opinions-sec__posts-date {
    display: inline-block;
    font-weight: normal;
    text-transform: none;
    margin-right: 0;
}
.opinions-sec__profile-name:hover,
.opinions-sec__posts-tags a:hover {
    color: #2c2a29;
}
.opinions-sec__posts-message {
    margin-bottom: 17px;
}
.opinions-sec__posts-tags {
    margin-bottom: 16px;
}
.opinions-sec__posts-tags a {
    display: inline-block;
    font: normal 15px/1.2 "Arial", sans-serif;
    letter-spacing: 0.02em;
    color: #2c2a29;
    margin-right: 16px;
    border-bottom: 3px solid #ff9d6e;

}
.opinions-sec__posts-video-wrap {
    max-width: 726px;
    position: relative;
    margin: 32px 0 0 0;
    display: inline-block;
}
.opinions-sec__posts-video-wrap .video-module__video-stop,
.opinions-sec__posts-video-wrap .video-module__video-play {
    font: normal 25px/1 "ivypresto-display", sans-serif;
    color: #e2665c;

}
.opinions-sec_play-btn {
    position: absolute;
    background: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #e2665c;
    height: 129px;
    width: 129px;
    border-radius: 50%;
}
.opinions-sec__posts-video-wrap video,
.opinions-sec__posts-img-wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: 726px;
}
.opinions-sec__posts-img-wrap {
    margin-top: 32px;
}
.opinions-sec__posts_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 297px;
    height: 64px;
    border-radius: 32px;
    background: #f8c1b8;
    font-size: 22px;
    color: #e2665c;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.opinions-sec__posts_btn:hover,
.opinions-sec__filter_btn:hover {
    color: #ffffff;
}
.opinions-sec__filter-select {
    margin-bottom: 55px;
}
.opinions-sec__filter_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 10px 10px 27px;
    color: #ffffff;
    min-width: 307px;
    height: 49px;
    border-radius: 24.5px;
    background: #ff9d6e;
}
.opinions-sec__filter-dropdown.show .opinions-sec__filter_btn {
    border-radius: 24.5px 24.5px 0 0;
}
.opinions-sec__filter-menu {
    display: none;
    overflow: hidden;
    /*text-transform: uppercase;*/
    top: 0;
    left: 0;
    width: 100%;
    border-top: none;
    border-radius: 0 0 24.5px 24.5px;
}
.opinions-sec__filter-menu .dropdown-item {
    color: #ff9d6e;
    padding: 10px 15px;
    font-size: 16px;
    transition: all .2s linear;
}
.opinions-sec__filter-menu .dropdown-item.active,
.opinions-sec__filter-menu .dropdown-item:active {
    background-color: #ff9d6e;
    color: #fff;
}
.ethical-slider {
    padding-left: 23px;
    position: relative;
    padding-bottom: 200px;
    margin-bottom: 20px;
}
.slider-ethical-container .swiper-slide {
    width: 706px;
    height: 892px;
}
.slider-ethical-container .swiper-slide:last-child {
    padding-right: 15px;
}
.slider-ethical-container .swiper-slide:nth-child(even) {
    height: 960px;
}
.slider-ethical-container .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.slider-ethical__link {
    /*height: 67px;*/
    padding: 15px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font: bold 60px/1.2 "Arial", sans-serif;
    color: #fff;
}

/*.slider-ethical__link span {*/
    /*position: relative;*/
/*}*/
/*.slider-ethical__link span:after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: -10px;*/
    /*width: 100%;*/
    /*height: 2px;*/
    /*background: #ffffff;*/
    /*opacity: 0;*/
    /*-webkit-transition: .3s;*/
    /*-o-transition: .3s;*/
    /*transition: .3s;*/
/*}*/
/*.slider-ethical__link:hover span:after {*/
    /*opacity: 1;*/
/*}*/
.slider-ethical__wrap-btns {
    position: absolute;
    right: 91px;
    bottom: 88px;
    height: 64px;
    width: 142px;
}
.slider-ethical__wrap-btns div {
    position: absolute;
    top: 0;
    background: #e2665c;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    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;
    outline: none !important;
}
.ethical__swiper-button-prev {
    left: 0;
    padding-left: 8px;
}
.ethical__swiper-button-next {
    right: 0;
    padding-right: 8px;
}
.slider-ethical__main-link {
    position: absolute;
    left: 105px;
    bottom: 121px;
    font-size: 26px;
    color: #e2665c;
}
/*.slider-ethical__main-link:after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: -3px;*/
    /*width: 100%;*/
    /*height: 2px;*/
    /*background: #e2665c;*/
    /*opacity: 0;*/
    /*-webkit-transition: .3s;*/
    /*-o-transition: .3s;*/
    /*transition: .3s;*/
/*}*/
/*.slider-ethical__main-link:hover {*/
    /*color: #e2665c;*/
/*}*/
/*.slider-ethical__main-link:hover:after {*/
    /*opacity: 1;*/
/*}*/
.page-template-persona-justice .hero--justice {
    position: relative;
}
.page-template-persona-justice .hero--justice:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 42, 41, 0.5);
    z-index: 1;
}
.z-index {
    position: relative;
    z-index: 10;
}
.hero--justice {
    background: #2c2a29;
}
.hero--justice__bg {
    left: 100%;
    z-index: 0;
}
.page-template-persona-justice .hero--justice {
    padding: 0 !important;
    position: relative;
    overflow: hidden;

}
.page-template-persona-justice .hero--justice__row {
    position: relative;
    min-height: 100vh;
    align-content: center;
    padding: 155px 0;
}
.page-template-persona-justice .hero--justice__row .wrap-breadcrumb {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 151px;
}
.hero--justice__bg img {
    min-width: 100%;
}
.slider-trending-pagination {
    bottom: -50px;
    right: auto;
    left: 0;
}
.slider-trending-pagination .swiper-pagination-bullet-active {
    background: #7a939c;
}
.slider-trending-pagination .swiper-pagination-bullet-active:after {
    border-color: #7a939c;
}
.slider-ethical__img-wrap {
    position: relative;
    height: 100%;
}
.slider-ethical__img-wrap a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.opinions-sec__trending-wrap {
    padding: 69px 99px;
    background: #bfcec2;
    margin: 0 auto;

}
.opinions-sec .opinions-sec__posts_btn {
    margin-top: 16px;
}
.opinions-sec__trending-col_one {
    position: relative;
    width: 50%;
    padding: 0 50px 0 96px;
}
.opinions-sec__trending-col_two {
    width: 50%;
    position: relative;
    max-height: 600px;
}
.opinions-sec__swiper-title {
    font-size: 40px;
    color: #7a939c;
}
.opinions-sec__swiper-nav li {
    min-height: 130px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    opacity: 0.3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.opinions-sec__trending-col_one:before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    height: calc(100% - 66px);
    width: 1px;
    background: #ffffff;
}
.opinions-sec__swiper-nav li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background: #7a939c;
    left: -98.5px;
    top: 0;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.opinions-sec__swiper-nav li.active:before {
    opacity: 1;
}
.opinions-sec__swiper-nav li.active {
    opacity: 1;
}
.opinions-sec__swiper-nav li:last-child {
    margin-bottom: 0;
}
.swiper-img-fade {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: none;
    position: absolute;
    max-width: 598px;
}
.swiper-img-fade.active {
    display: inline-block;
}
.ethical-slider__title {
    font-weight: normal;
    font-size: 20px;
    color: #e2665c;
}
/*.slider-ethical__link {*/
    /*height: auto;*/
/*}*/
.hero--help-slider {
    background: #78d5e1;
    min-height: 100vh;
    padding-top: 155px;
    margin-bottom: 0;
    position: relative;
}
.hero--help-slider .hero__call_btn {
    font: bold 20px "Arial", sans-serif;
    letter-spacing: -0.05em;
    color: #fff;
    background: #442341;
    border: 3px solid #442341;
    text-transform: lowercase;
}
.hero__call_btn.static {
    margin: 0;
    position: static;
}
.help-slider__text-sec {
    /*overflow: hidden;*/
    /*min-height: 100vh;*/
    /*position: relative;*/
}
.hero--help-slider_dark {
    background: #442341;
}
.hero--help-slider_col-p {
    padding: 145px 0 0 88px;
}
.hero--help__big-logo-wrap {
    width: 100%;
    max-width: 530px;
    margin-bottom: 6px;
}
.hero--help__stars rect:not(#P20) {
    fill: #fff;
}
.hero--help__stars path {
    fill: #1bb67a;
}
.help-slider__splittext-wrap,
.help-slider__splittext-wrap .swiper-slide,
.help-slider__callback,
.help-slider_get-btn,
.help-slider__scroll-text,
.help-slider__scroll-text-cta {
    font: bold 110px/1 'Arial', sans-serif;
    letter-spacing: -0.05em;
    color: #442341;
}
.help-slider__split-mob-wrap {
    padding: 26px 0 0 87px;
}
/*.help-slider__splittext-wrap {*/
/*min-height: 400px;*/
/*}*/
.help-slider__callback {
    position: relative;
    font-size: 40px;
    padding-bottom: 50px;
}
.hero--help-slider .hero__form-link {
    font-size: 100px;
    margin-bottom: 29px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.hero--help-slider .hero__form-link:hover {
    color: #ffffff;
}
/*.help-slider__callback-angle {*/
    /*position: absolute;*/
    /*right: 242px;*/
    /*bottom: 33px;*/
    /*max-width: 350px;*/
/*}*/
.help-slider_get-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 25px;
    min-width: 189px;
    padding: 0 15px;
    height: 59px;
    border-radius: 29.5px;
    background: transparent;
    border: 3px solid #442341;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.help-slider_get-btn:hover {
    border-color: #ffffff;
    color: #ffffff;
}
.chatbot_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #442341;
    width: 92px;
    height: 90px;
    border-radius: 50%;
    font: normal 12px 'Arial', sans-serif;
    letter-spacing: 0.02em;
    color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.chatbot_btn:hover {
    color: #ffffff;
}
.help_splitText > div {
    overflow: hidden;
    padding-bottom: 7px;
}
.dark-section-bg {
    background: #442341;
}
.help-slider__scroll-text-wrap {
    padding: 0 60px;
    /*-webkit-transform: translateY(60%);*/
    /*-ms-transform: translateY(60%);*/
    /*transform: translateY(60%);*/
}
.help-slider__scroll-text {
    line-height: 1.17;
    font-size: 90px;
    text-align: center;
}
.help__slider-call-back .tabs-module__quote-text {
    max-width: 730px;
}
.help__slider-call-back .tabs-module__quote-text p {
    font-size: 40px;
}
.help__slider-call-back .tabs-module__quote-img path {
    fill: #78d5e1;

}
.help__slider-call-back .hero__form-btn,
.help-slider__scroll-text-item,
.help__slider-call-back .hero__form__input,
.help__slider-call-back .hero__form__textarea {
    color: #78d5e1;
}
.help-slider__cta-wrap {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    padding-bottom: 165px;
}
.help-slider__scroll-text-cta {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
}
.help-slider__scroll-text-cta:hover {
    color: #fff;
}
.help-slider__scroll-text-cta:after,
.help-slider__scroll-text-cta:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -133px;
    margin: 0 auto;
    width: 1px;
    background: #ffffff;
    height: 115px;
}
.help-slider__scroll-text-cta:before {
    opacity: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    bottom: -3px;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear;
}
.help-slider__scroll-text-cta:hover:before {
    opacity: 1;
}
.help__slider-call-back .hero__form-check-label:before {
    border-color: #78d5e1;
}
.help__slider-call-back .hero__form-btn {
    font: bold 25px/1 'Arial', sans-serif;
    letter-spacing: -0.05em;
    color: #78d5e1;
    text-transform: none;
}
.hero__form-btn {
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear;
}
/*.section-pag {*/
/*z-index: 999;*/
/*width: 18px;*/
/*position: fixed;*/
/*top: 0;*/
/*bottom: 0;*/
/*left: 35px;*/
/*-webkit-box-pack: center;*/
/*-ms-flex-pack: center;*/
/*justify-content: center;*/
/*-webkit-box-align: center;*/
/*-ms-flex-align: center;*/
/*align-items: center;*/
/*}*/
#fp-nav ul li {
    width: 25px !important;
    height: 25px !important;
}
#fp-nav ul li span:not([class]) {
    position: relative;
    display: block;
    width: 25px !important;
    height: 25px !important;
    cursor: pointer;
    margin: 0 !important;
    background-color: transparent;
    left: 0;
    top: 0;
}
#fp-nav ul li span:not([class]):before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border: none;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;

}
#fp-nav ul li span:not([class]):after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 17px;
    height: 17px;
    border: 2px solid #78d5e1;
    border-radius: 50%;
    opacity: 0;
}
#fp-nav.white ul li a.active span:not([class]):before {
    background: #78d5e1;
}
#fp-nav.white ul li a.active span:not([class]):after {
    border-color: #78d5e1;
}
#fp-nav ul li a.active span:not([class]):after {
    opacity: 1;
}
#fp-nav ul li a.active span:not([class]):before {
    background: #442341;
}
#fp-nav ul li a.active span:not([class]):after {
    border-color: #442341;
}
.white .chatbot_btn {
    background: #fff;
    color: #442341;
}
.hero-contact-btns.white .help-slider_get-btn {
    border-color: #442341;
    background: #fff;
    color: #442341;
    /*color: #78d5e1;*/

}
.call-back__form-title {
    font: normal 15px/1.5 "Arial", san-serif;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 20px;
    margin-left: auto;
    max-width: 705px;
}
.slider-cards__card-img-wrap,
.slider-cards__card-name {
    margin-bottom: 8px;
}
.pre-footer-menu .header__item-list li,
.pre-footer-menu .header__item-list2 li {
    margin-bottom: 15px;
}
.pre-footer-menu .header__item-list a,
.pre-footer-menu .header__item-list2 a {
    display: inline-block;
}
.opinions-sec__profile-img  {
    /*width: 100%;*/
    /*height: 100%;*/
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}
.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -25px;
}
.hero__form-btn:disabled {
    cursor: not-allowed;
    opacity: .5;
}
/*----------------------------------------------------------------------------------------------------------------------------------*/
body:not(.page-template-persona-private) .preload {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    color: #000;
    font-size: 50px;
    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;
    z-index: 99999;
}

.preload__img-wrap {
    width: 100%;
    padding: 0 30px;
    max-width: 900px;
}
body:not(.page-template-persona-private):not(.end) {
    position: relative;
    overflow: hidden;
}
body:not(.page-template-persona-private):before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    z-index: 99999;
}
body.end:before {
    content: none;
}
body:not(.home) {
    overflow: visible !important;
}
body:not(.home) .preload {
    display: none !important;
}
body:not(.home):before {
    content: none !important;
}
.wrapper-content-h {
    min-height: 100vh;
    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;
}
/* for windows */
#wrapper-content-js {
    position: relative;
}
.ethical-service .tabs-profile__link {
    font-family: "Arial", sans-serif;
}
/*----------------------------------*/
.section--css .section__outer {
    padding-top: 149px;
}
.hero--help-slider {
    height: calc(100vh - 128px);
}
.hero--help-slider .wrap-breadcrumb {
    position: absolute;
    top: 147px;
    max-width: 1740px;
    margin: auto;
    left: 0;
    right: 0;
}
.help-slider__splittext-wrap {
    min-height: 350px;
}
.hero--help-slider .hero__form-link {
    margin-bottom: 16px;
}
.hero--help-slider .hero__form-heading {
    margin-top: 50px;
    margin-bottom: 17px;
}
.help-slider__btns-wrap {
    position: absolute;
    z-index: 99;
    right: 30px;
    bottom: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-template-help-slider .help-slider__btns-wrap {
    position: fixed;
}

.page-template-help-slider .header,
.page-template-help-slider .header__search-close {
    background: #78d5e1;
}
.page-template-help-slider .header.white .header-fixed__container .header__search-close {
    background-color: #442341;
    color: #fff;
}
.page-template-help-slider .header.white {
    background-color: #442341;
}
.header.white .wrap-header__search.active:after,
.header.white .header-fixed__container a:after {
    background-color: #fff;
}
.header.white .header-fixed__container .header__bottom-nav a,
.header.white .header-fixed__container .header__callback,
.header.white .header-fixed__container .header__search,
.header.white .header-fixed__container .header__search-preview,
.header.white .header-fixed__container .header__search-close,
.header.white .header-fixed__container .header-tel {
    color: #fff;
}
.header.white .header-fixed__container .header__search-img path,
.header.white .header-fixed__container .main-logo path {
    fill: #ffffff;
}
.header.white .header-fixed__container .header__contact-us {
    color: #fff;
}
.header.white .header__top-nav-svg path {
    fill: #fff;
    opacity: 0.4;
}
.section--css .section__outer.help-slider__text-sec {
    padding-top: calc(100vh - 300px);
}
.help-slider__cta-wrap {
    padding-top: 30vh;
}
.help-slider__scroll-text-cta {
    opacity: 0;
    visibility: hidden;
}
.pre-footer-menu--help.section__outer {
    height: auto;
}
.pre-footer-menu--help.section__outer .header__item-description {
    bottom: 200px;
}
.pre-footer-menu--help.section__outer .pre-footer-menu__container {
    padding: 0 40px;
}
.pre-footer-menu--help .pre-footer-menu__title {
    margin-bottom: 30px;
}
.justice__primary-big-title-link:hover {
    color: #cd001a;
}
.justice__primary-big-title-link {
    transition: color .2s linear;
}
.modal--custom.fade .modal-content {
    -webkit-transition: -webkit-transform .15s linear;
    transition: -webkit-transform .15s linear;
    -o-transition: transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear, -webkit-transform .15s linear;
}
.modal--custom .modal-content {
    background-color: transparent;
    border: none;
    padding: 0;
}
.modal--custom .modal-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.fade:not(.show) .modal-content {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.modal__video-stop, .modal--custom .modal__close, .modal__video-play {
    position: absolute;
}
.modal__video, .modal--custom .modal__close {
    cursor: pointer;
}
.modal--custom .modal__close, .modal__video-stop {
    z-index: 10;
}
.modal--custom .modal__close {
    right: -20px;
    top: -20px;
}
.modal--custom .modal__close {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.modal__video, .modal--custom .modal__close {
    cursor: pointer;
}
.modal__video-play {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
.modal__video-stop, .modal__video-play {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: opacity .2s linear, visibility .2s linear;
    -o-transition: opacity .2s linear, visibility .2s linear;
    transition: opacity .2s linear, visibility .2s linear;
}
.modal__video-stop, .modal--custom .modal__close, .modal__video-play {
    position: absolute;
}
.modal__video-play {
    opacity: 0;
    visibility: hidden;
}
.modal__video-stop {
    right: 30px;
    bottom: 30px;
}
/*#help-slider__split-text .swiper-slide {*/
/*opacity: 1 !important;*/
/*}*/

/*-----------------------------------------------------------------*/


.hero-listing,
.hero-news {
    margin-bottom: 88px;
}
.hero-listing__filter-col {
    padding-left: 116px;
    margin-bottom: 90px;
}
.hero-listing__filter-wrap {
    background: #f5f3f0;
    padding: 81px 89px 20px;
}
.hero-listing__filter-title {
    margin-bottom: 81px;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #442341;
    text-transform: uppercase;
}
.hero-listing__filter-params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 51px;
}
.hero-listing__filter-search-wrap {
    padding: 0 15px 0 0;
}
.hero-listing__filter-search {
    display: block;
    border: none;
    border-bottom: 1px solid transparent;
    outline: none !important;
    font: bold 12px/1 "Arial";
    letter-spacing: 0.08em;
    color: #442341;
    text-transform: uppercase;
    padding-left: 19px;
    background: none;
    -webkit-transition: border .2s linear;
    -o-transition: border .2s linear;
    transition: border .2s linear;
    border-radius: 0;
}
.hero-listing__filter-search::-webkit-input-placeholder {
    font: bold 12px/1 "Arial";
    letter-spacing: 0.08em;
    color: #442341;
    text-transform: uppercase;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.hero-listing__filter-search::-moz-placeholder {
    font: bold 12px/1 "Arial";
    letter-spacing: 0.08em;
    color: #442341;
    text-transform: uppercase;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.hero-listing__filter-search:-ms-input-placeholder {
    font: bold 12px/1 "Arial";
    letter-spacing: 0.08em;
    color: #442341;
    text-transform: uppercase;
    -ms-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.hero-listing__filter-search::-ms-input-placeholder {
    font: bold 12px/1 "Arial";
    letter-spacing: 0.08em;
    color: #442341;
    text-transform: uppercase;
    -ms-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.hero-listing__filter-search::placeholder {
    font: bold 12px/1 "Arial";
    letter-spacing: 0.08em;
    color: #442341;
    text-transform: uppercase;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.hero-listing__filter-search:focus::-webkit-input-placeholder {
    opacity: 0;
}
.hero-listing__filter-search:focus::-moz-placeholder {
    opacity: 0;
}
.hero-listing__filter-search:focus:-ms-input-placeholder {
    opacity: 0;
}
.hero-listing__filter-search:focus::-ms-input-placeholder {
    opacity: 0;
}
.hero-listing__filter-search:focus::placeholder {
    opacity: 0;
}
.hero-listing__filter-search:focus {
    border-color: #442341;
}
.hero-listing__filter-search-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 11px;
    background: url("https://www.hja.net/wp-content/themes/hja/img/search-icon.svg") center center/contain no-repeat;
    z-index: 1;
    pointer-events: none;
}
.hero-listing__filter-btn {
    position: relative;
    padding: 0 17px 0 0;
    font: bold 12px/1 "Arial";
    letter-spacing: 0.08em;
    color: #442341;
    text-transform: uppercase;
}
.hero-listing__filter-filter {
    margin-right: 42px;
}
.hero-news__filter-filter {
    margin-right: 0;
}
.hero-listing__filter-btn.dropdown-toggle::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.485' height='12.303' viewBox='0 0 20.485 12.303'%3E%3Cg transform='translate(-567.428 -730.695)'%3E%3Cline y2='14.399' transform='translate(568.488 731.756) rotate(-45)' fill='none' stroke='%23442341' stroke-width='2'/%3E%3Cline y2='14.399' transform='translate(586.852 731.756) rotate(45)' fill='none' stroke='%23442341' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E") center center/contain no-repeat;
    right: 0;
    height: 10px;
    width: 10px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.hero-listing__filter-outer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -2px;
}
.dropdown-menu__container {
    max-width: 1031px;
    width: 100vw;
    padding: 12px 20px 12px 20px;
}
.hero-listing__filter-button {
    position: relative;
    border: none;
    background: transparent;
    outline: none;
    font: normal 13px/1 "Arial";
    letter-spacing: 0.08px;
    color: #442341;
    padding-left: 20px;
    margin-bottom: 10px;
    -webkit-transition: font-weight .2s linear;
    -o-transition: font-weight .2s linear;
    transition: font-weight .2s linear;
}
.hero-listing__filter-button:last-child {
    margin-bottom: 0;
}
.hero-listing__filter-button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: 1px solid #442341;
    -webkit-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}
.hero-listing__filter-button.is-checked:after {
    background: #442341;
}
.hero-listing__filter-button.is-checked {
    font-weight: bold;
}
.sort-by-button-group {
    padding: 12px 8px 13px 16px;
}
.hero-listing .wrap-breadcrumb,
.hero-news .wrap-breadcrumb {
    margin-bottom: 24px;
}
.hero-listing__grid-sum {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 9px;
}

.hero-listing__grid-item-img img {
    display: block;
    margin-bottom: 21px;
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}
.hero-listing__grid-item-content {
    position: relative;
    text-transform: uppercase;
    min-height: 400px;
    width: 100%;
}
.hero-listing__grid-item-name {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 12px;
}
.hero-listing__grid-item-pos {
    font: 15px/1.3 "Arial";
    letter-spacing: 0.02em;
}
.hero-listing .element-item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    width: 16.66%;
    padding: 0 15px;
    margin-bottom: 40px;
}
.hero-listing .grid {
    margin: 0 -15px;
}
.hero-listing__filter-dropdown.show .dropdown-toggle::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.hero-listing__filter-dropdown .dropdown-menu {
    background: #fff;
    border: 1px solid #442341;
    padding: 0;
    border-radius: 0;
    line-height: 1;
    z-index: 1034;
}
.options__top-text {
    font: normal 12px/1 "Arial";
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.dropdown-menu__col-private {
    color: #fff;
    background: #2c2a29;
}
.dropdown-menu__col-ethical {
    color: #fff;
    background: #e2665c;
}
.dropdown-menu__col-help {
    color: #442341;
    background: #78d5e1;
}
.dropdown-menu__col-justice {
    color: #2c2a29;
    background: #f5f3f0;
}
.dropdown-menu__col {
    padding: 13px 15px;
    height: 100%;
}
.checkbox-circle input {
    display: none;
}
.checkbox-circle label {
    cursor: pointer;
    position: relative;
    padding-left: 18px;
    font: normal 13px/1 "Arial";
    margin-bottom: 0;
}
.checkbox-circle label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background: #fff;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    -webkit-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}
.checkbox-circle input:checked + label:after {
    background: #442341;
}
.dropdown-menu__logo {
    margin-bottom: 18px;
}
.dropdown-menu__list li {
    margin-bottom: 15px;
}
.dropdown-menu__list li:last-child {
    margin-bottom: 0;
}
.dropdown-menu__col-wrap {
    margin-bottom: 28px;
}
.dropdown-menu__col-help .dropdown-menu__logo,
.dropdown-menu__col-ethical .dropdown-menu__logo {
    margin-bottom: 13px;
}
.options__top-count {
    padding-right: 3px;
}
.hero-listing__step-up {
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #2c2a29;
    text-transform: uppercase;
}
[data-scrollto]{
    cursor: pointer;
}
.options__top-clean {
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.options__top-clean.active {
    opacity: 1;
    visibility: visible;
}
.container--breadcrumb {
    padding-top: 149px;
}
.article {
    padding: 102px 0 80px;
    max-width: 1484px;
    margin: 0 auto 38px;
    background: #f5f3f0;
}
.article__container {
    max-width: 852px;
    margin: 0 auto;
    padding: 0 15px;
}
.article__container h1,
.error-404 h1,
.page-title {
    font-weight: bold;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.article__container h1 { font-size: 45px; }
.article__authors {
    max-width: 298px;
    margin-top: 50px;
}
.article__info {
    font: 15px/1 "Arial";
    letter-spacing: 0.02em;
    margin-bottom: 108px;
}
.article__info--last {
    margin-bottom: 0;
    margin-top: 74px;
}
.article__author-pre {
    margin-bottom: 10px;
}
.article__author-row {
    font-weight: bold;
    margin-bottom: 30px;
}
.container--breadcrumb .wrap-breadcrumb {
    margin-bottom: 24px;
}
.article__persona-cross {
    margin: 0 28px 0 23px;
}
.article__info .article__persona-img img {
    max-width: 144px;
    height: auto;
    max-height: 40px;
}
.article__persona {
    /*-ms-flex-wrap: nowrap;*/
    /*flex-wrap: nowrap;*/
    margin-top: 50px;
}
.article__persona-img {
    /*margin-top: 5px;*/
}

.article__persona-links a {
    line-height: 1.6;
}
.article__shape-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 31px;
    height: 31px;
    background: #442341;
    border-radius: 50%;
    border: 1px solid #442341;
}
.article__shape-links  .hover-fill-2,
.article__shape-links  .hover-fill-1,
.article__shape-links a,
.article__shape-links .hover-stroke-1,
.article__shape-links .hover-stroke-2 {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.article__shape-links a:hover .hover-stroke-2 {
    stroke: rgb(245, 243, 240);
}
.article__shape-links a:hover .hover-stroke-1 {
    stroke: #442341;
}
.article__shape-links a:hover .hover-fill-2 {
    fill: rgb(245, 243, 240);
}
.article__shape-links a:hover .hover-fill-1  {
    fill: #442341;
}



.article__shape-links a:hover {
    background: rgb(245, 243, 240);
}

.article__shape-links li {
    margin-right: 17px;
}
.article__shape-links li:last-child {
    margin-right: 0;
}
.article__data {
    margin-top: 54px;
}
.article__type {
    margin-right: 29px;
}
.article__shape-links {
    padding-left: 51px;
}

.article__container p,
.article__container ul:not(.list-unstyled) > li,
.article__container ol:not(.list-unstyled) > li,
.error-404 .page-content {
    font: 22px/1.4 "Arial";
    letter-spacing: 0.02em;
}
.article__container p,
.article__container h2,
.article__container ul:not(.list-unstyled) > li,
.article__container ol:not(.list-unstyled) > li,
.article__container h3 {
    margin-bottom: 30px;
}
.article__container h3 {
    font-size: 28px;
    line-height: 1.4;
}
.article__container h2 {
    font: 35px/1.4 "Arial";
}
.article__container h2,
.article__container h3 {
    font-weight: bold;
}
.article__container ul:not(.list-unstyled) {
    list-style-type: none;
    padding-left: 0;
    max-width: 739px;
    margin-left: auto;
}

.article__container ol:not(.list-unstyled) > li::marker {
    text-indent: 20px !important;
}
.article__container ul:not(.list-unstyled) > li:before {
    content: " ";
    position: absolute;
    left: 5px;
    top: 10px;
    background: #442341;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 2px solid #442341;
}

.article__container ul:not(.list-unstyled) > li,
.article__container ul:not(.list-unstyled) > li > ul > li {
    position: relative;
    padding-left: 30px;
}
.article__container ul:not(.list-unstyled) > li > ul > li:before {
    background: transparent;
}
.article__container ul:not(.list-unstyled) > li > ul {
    margin-top: 19px;
}


.article__container>ol:not(.list-unstyled) {
    padding-left: 80px;
    max-width: 739px;

}
/*.four-img__slide-row, .quote__img-wrap {*/
    /*position: relative;*/
    /*margin: 0 0 30px;*/
    /*width: 100vw;*/
    /*max-width: 100%;*/
    /*overflow: hidden;*/
    /*height: 60px;*/
/*}*/
.article__ticker {
    position: relative;
    margin: 56px 0 56px;
    overflow: hidden;
    height: 60px;
}
.article__container img {
    max-width: 100%;
    height: auto;
}
.article__container-img img,
.article__container-video-wrap .video-module__video {
    width: 100%;
    max-height: 1101px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}
.article__container-video-wrap {
    max-width: 100%;
    line-height: 0;
}
.article__container-img-text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    position: absolute;
    white-space: nowrap;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font: 15px/1 "Arial";
    letter-spacing: 0.02em;
}
.article__container-img-wrap,
.article__container-img-text-wrap {
    padding-right: 25px;
    max-width: 1327px;
    margin: 0 auto 95px;
}
.article__container a {
    text-decoration: underline;
}
.article__container .article__info a,
.article__container-img-text a {
    text-decoration: none;
}
.reading__big-title--default {
    color: #f5f3f0 !important;
}
.article__team-title {
    margin-bottom: 10px;
}
.article__team li,
.article__clients li,
.article__events li {
    font-weight: bold;
    margin-bottom: 10px;
}
.fw-bold {
    font-weight: bold;
}
.article__people {
    margin-top: 64px;
}
.article__team-list:nth-of-type(1),
.article__events-col:nth-of-type(1) {
    padding-left: 0;
}
.article__team-list:nth-of-type(2),
.article__events-col:nth-of-type(2) {
    padding: 0;
}
.article__clients {
    padding-left: 20px;
}
.slider-cards--mix {
    margin-top: 73px;
}
.slider-cards--mix .slider-cards__card-img {
    max-height: 60px;
    /*width: 100%;*/
}
.slider-cards--mix .help-service .slider-cards__card-img-wrap {
    max-width: 150px;
}

.slider-cards--mix .ethical-service .slider-cards__card-img-wrap {
    max-width: 200px;
}
.slider-cards--mix .slider-cards__card-img-wrap {
    /*max-width: 250px;*/
    /*width: 100%;*/
}
[data-toggle="modal"] {
    outline: none !important;
}
.slider-cards--mix .slider-cards__link {
    text-transform: uppercase;
    color: #442341;
    font-size: 20px;
}
.slider-cards--mix  .slider-cards__slider .swiper-pagination-bullet:after,
.slider-cards--mix .slider-cards__link:after,
.tabs-module--profile .swiper-pagination-bullet:after,
.tabs-module--profile .swiper-pagination-bullet:after {
    background: #442341;
}

.slider-cards--mix .private-service .slider-cards__item-title {
    font-size: 15px;
}
.article__events {
    margin-top: 50px;
}
.article__events-data {
    margin-bottom: 31px;
}
.article__data__title {
    font-weight: bold;
    font-size: 25px;
}
.article__btns-fixed {
    position: absolute;
    right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 15px;
    /* right: 15px; */
    /* transform: translateY(-650px); */
    /* bottom: 28px; */
    /* z-index: 10; */
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    margin: 0 0 20px;
    bottom: 100%;
}
.article__btns-fixed.to-bottom {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.article__btns-fixed .chatbot_btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
}
.xl-btn:hover {
    color: #442341;
    background: #f5f3f1;
}
.xl-btn {
    font-family: "Nobel",sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding: 21px 19px;
    border-radius: 30px;
    outline: none !important;
}
.fx-wrap-form {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.fx-form {
    position: relative;
    /*position: fixed;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    background: #442341;
    color: #fff;
}
.fx-form__inner {
    /*display: none;*/
    max-width: 513px;
    width: 100%;
    margin: auto;
    padding: 100px 15px 100px;
}
.not-prog .hero__form__input-wrap {
    padding-top: 20px;
}
.not-prog .call-back__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.fx-form .hero__form__label,
.fx-form .hero__form__input {
    color: #fff;
}
.fx-form .hero__form__input {
    border-color: #fff;
}
.fx-form .call-back__form-wrap {
    display: block;
    border: none;
    padding: 0 15px;
}
.fx-form__title,
.fx-form__sub-title {
    font: bold 25px/1.2 "Arial";
    letter-spacing: 0.02em;
}
.fx-form__sub-title {
    font-weight: normal;
    margin-bottom: 53px;
}
.fx-form .call-back__form {
    display: block;
}
.fx-form .hero__form-check-label:after {
    left: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}
.fx-form .hero__form-check-label:before {
    left: 1px;
}
.fx-form .hero__form-btn {
    color: #fff;
    font: normal 15px/1.66 "Nobel";
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.fx-form__title {
    margin-bottom: 12px;
}
.fx-form .hero__form-check-wrap {
    margin: 16px 0 31px;
}
/*.fx-form__arrow {*/
/*position: absolute;*/
/*top: 0;*/
/*bottom: 0;*/
/*margin: auto;*/
/*right: 15px;*/
/*z-index: 2;*/
/*cursor: pointer;*/
/*padding: 0;*/
/*width: 20px;*/
/*height: 20px;*/
/*line-height: 0;*/
/*transform: rotate(180deg);*/
/*transition:  transform .3s linear;*/
/*}*/

/*.active .fx-form__arrow {*/
/*transform: rotate(0);*/
/*}*/

/*.fx-form__arrow img {*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/
.page-template-template-articles .header,
.page-template-template-articles .header__search-close,
.page-template-news--insight-listing .header,
.page-template-news--insight-listing .header__search-close,
.page-template-people-listing .header,
.page-template-people-listing .header__search-close {
    background: #fff;
}
.modal--contact-2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #442341;
    opacity: 0.75;
    z-index: 1;
}

.blur {
    -webkit-filter: blur(8px);
    filter: blur(8px);
}
.modal--contact-2 .modal-dialog {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}
.modal--contact-2 {
    padding-left: 15px;
    padding-right: 15px;
}
.modal--contact-2 .call-back__form-title {
    color: #442341;
    max-width: 100%;
    margin-bottom: 12px;
    margin-left: 0;
    text-align: center;
}
.modal--contact-2 .hero__form__input:focus+.hero__form__label,
.modal--contact-2 .hero__form__textarea:focus+.hero__form__label {
    color: #442341;
}
.modal--contact-2 .hero__form__input:focus,
.modal--contact-2 .hero__form__textarea:focus {
    border-color: #442341;
    color: #442341;
}
.modal--contact-2 .hero__form__input-wrap {
    max-width: calc(50% - 32px);
}

.modal--contact-2 .hero__form__input-wrap,
.modal--contact-2 .hero__form__textarea-wrap,
.modal--contact-2 .hero__form-check-wrap,
.modal--contact-2 .hero__form-btn-wrap {
    width: 100%;
}

.modal--contact-2 .hero__form__textarea-wrap,
.modal--contact-2 .hero__form-check-wrap,
.modal--contact-2 .hero__form-btn-wrap {
    max-width: 100%;
}
.modal--contact-2 .hero__form-check-label:before {
    border: 1px solid #442341;
    left: 0;
}
.modal--contact-2 .hero__form-btn {
    text-transform: uppercase;
    font: normal 20px/1.1 "Nobel";
    letter-spacing: 0.05em;
}
.modal--contact-2 .call-back__form-wrap {
    padding: 54px 96px 54px 57px;
    border: none;
}
.modal--contact-2 .not-prog .hero__form__input-wrap {
    padding-top: 15px;
}
.modal--contact-2 .modal__close {
    top: 8px;
    right: 13px;
}
.modal--contact-2 .hero__form__textarea {
    height: 99px;
}
.modal--contact-2 .hero__form-check-wrap {
    margin: 15px 0 25px;
}
.modal--contact-2 .hero__form-check-label:after {
    left: 4px;
}
.modal--contact-2 .hero__form-check-text {
    max-width: 490px;
}
/*.fx-form__control .fx-form__sub-title {*/
/*margin-bottom: 0;*/
/*}*/
/*.fx-form__control {*/
/*padding: 20px 0;*/
/*cursor: pointer;*/
/*transition:  background .3s linear;*/
/*}*/
/*.fx-form__control:hover {*/
/*background: #9731c4;*/
/*}*/


.fx-form__close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    cursor: pointer;
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 0;
}

.fx-form__close img {
    width: 100%;
    height: 100%;
}
.modal-dialog-scrollable .modal-content {
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.modal-dialog-scrollable .modal-content::-webkit-scrollbar {
    display: none;
}
.hero-listing__search-clean {
    font: normal 12px/1 "Arial";
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.hero-listing__search-clean.active {
    opacity: 1;
    visibility: visible;
}
.hero-listing__filter-search-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.error-404 {
    padding: 170px 0 170px;
}
.hero-news__title {
    font-weight: bold;
    font-size: 65px;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
}
.hero-news__heading {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 43px;
}
.hero-news__itemB {
    position: relative;
    margin-bottom: 122px;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.hero-news__itemB-img-wrap {
    text-align: center;
    padding-bottom: 76px;
    padding-left: 40px;
    padding-right: 40px;
}
.hero-news__itemB-img-wrap img {
    height: auto;
    width: 100%;
}
.hero-news__offset {
    padding-right: 75px;
    padding-left: 75px;
}
.hero-news__itemB-content {
    max-width: 754px;
    padding: 32px 36px;
    background: #f5f3f0;
    position: absolute;
    bottom: 0;
    right: -60px;
    z-index: 2;
}
.hero-news__itemB-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 0.9;
    margin: 31px 0 0;
}
.hero-news__itemB-tags,
.hero-news__itemB-content .article__persona,
.hero-news__itemM-tag,
.services-text {
    font: normal 15px/1.8 "Arial";
    letter-spacing: 0.02em;
}
.hero-news__itemB-title,
.hero-news__itemB-tags,
.hero-news__itemB-content .article__persona {
    text-transform: uppercase;
}
.hero-news__itemB-tag {
    margin-right: 34px;
}
.hero-news__itemB-tag:last-child {
    margin-right: 0;
}
.hero-news__itemB-content .article__persona-img img {
    max-width: 145px;
}
.hero-news__itemB-content .article__persona {
    margin-top: 32px;
}
.hero-news__itemB-content .article__persona-img {
    margin-top: 6px;
}
.hero-news__itemM {
    min-height: 585px;
}
.hero-news__itemM--logos {
    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-news__itemM--persona {
    background: #f5f3f0;
}
.hero-news__itemM--logos .hero-news__itemM-content {
    text-transform: uppercase;
    padding: 15px;
}
.hero-news__itemM-wrap {
    max-width: 25%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 40px;
    margin-bottom: 44px;
}
.hero-news__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -40px;
}
.hero-news__itemM--logos img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 21px;
}
.hero-news__itemM--logos {
    font-family: "Lexend Zetta", sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}
.hero-news__itemM,.hero-news__itemM--logos {
    height: 100%;
}
.hero-news__itemM-content {
    text-transform: uppercase;
}
.hero-news__itemM-title {
    font-weight: bold;
    font-size: 35px;
    line-height: 1;
    margin-top: 14px;
}
.hero-news__itemM-tag-mt {
    margin-top: 19px;
}
.hero-news__itemM-tag.fw-bold {
    font-weight: bold;
}
.fw-normal {
    font-weight: normal;
}
.hero-news__itemM-tag-text {
    text-transform: lowercase;
    line-height: 1.76;
}
.hero-news__itemM--private {
    background: #2c2a29;
    color: #fff;
}
.hero-news__itemM-content .hero-news__itemM-tag:first-child {
    line-height: 1;
}
.hero-news__itemM-date {
    margin-top: 20px;
}
.hero-news__itemM--justice {
    font-weight: bold;
    font-family: "HelveticaNeue",sans-serif;
    font-size: 17px;
    background: #f5f3f0;
    color: #2c2a29;
}
.hero-news__itemM--ethical {
    background: #e2665c;
    color: #fff;
    font-family: "ivypresto-display", sans-serif;
    font-weight: bold;
    letter-spacing: 0.02em;
}
.hero-news__itemM--help {
    font-weight: bold;
    font-family: "eloquent-jf-pro", sans-serif;
    background: #78d5e1;
    color: #fff;
}
.hero-news__col {
    max-width: 1558px;
    padding: 0;
}
.hero-news__itemM-border {
    border-top: 1px solid #442341;
}
.hero-news__itemM-border .hero-news__itemM {
    padding-top: 50px;
}
.hero-news__title-wrap {
    max-width: 100%;
    width: 80%;
}
.hero-news__step-wrap {
    margin-top: 90px;
}
.hero-news__itemM-title,
.hero-news__itemB-title,
.hero-news__itemM-content-filter {
    position: relative;
}
.hero-news__itemM-content-filter {
    display: block;
}
.hero-news__itemM-content-clean,
.hero-news__itemM-content-filter {
    cursor: pointer;
}
.hero-news__itemM-content-clean {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.hero-profile__row {
    min-height: 100vh;
    -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;
    padding-bottom: 56px;
}
.hero-profile__top-col {
    margin-bottom: 47px;
}
.hero-profile__center-col,
.hero-profile__top-col,
.hero-profile__bottom-col {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hero-profile__center-col {
    margin-bottom: 113px;
}
.hero-profile__name {
    font-weight: bold;
    font-size: 55px;
    line-height: 1;
    margin-bottom: 0;

}
.hero-profile__name,
.hero-profile__role {
    text-transform: uppercase;
}
.hero-profile__role {
    font-weight: bold;
}
.hero-profile__link-wrap {
    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-top: 67px;
}
.hero-profile__role,
.hero-profile__link {
    font-family: "Arial",sans-serif;
    font-size: 20px;
    letter-spacing: 0.02em;
}
.hero-profile__link {
    display: inline-block;
    margin-top: 17px;
    line-height: 1;
}
.hero-profile__link:first-child {
    margin-top: 0;
}
.hero-profile__img-wrap {
    padding: 0 29px 0 0;
}
.hero-profile__img-wrap img {
    height: 583px;
    width: 528px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}
.hero-profile__logos {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.hero-profile__logos img {
    display: block;
    max-height: 107px;
    max-width: 187px;
}
.hero-profile__logos li {
    margin-right: 22px;
}
.hero-profile__logos li:last-child {
    margin-right: 0;
}
.hero-profile__tip {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    top: 50%;
}
.hero-profile__tip-text {
    font-family: "Arial",sans-serif;
    font-size: 15px;
    letter-spacing: 0.02em;
    padding-bottom: 16px;
}
.hero-profile__tip:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 127px;
    width: 1px;
    top: 100%;
    background: #442341;
}
.services-text {
    text-transform: uppercase;
}
.services-text img,
.services-text .article__persona-svg {
    max-width: 170px;
    height: auto;
}
.hero-profile__share.share-page__links a {
    font-size: 15px;
}
.hero-profile__share.share-page__links li {
    margin-right: 20px;
}
.hero-profile {
    background: #f5f3f0;
    margin-bottom: 135px;
}
.tabs-module--profile .tabs-module__link {
    font-weight: normal;
}
.tabs-module--profile .tabs-module__link.active {
    color: #442341;
    font-weight: bold;
}
.tabs-module--profile .text-style-1 h2,
/*.tabs-module--profile .text-style-1 h3,*/
.job-description h2 {
    font-family: "Nobel",sans-serif;
    text-transform: uppercase;
}
.tabs-module--profile .tabs-module__quote-text p {
    font-family: "Nobel",sans-serif;
    font-weight: normal;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.tabs-module--profile .tabs-module__mix {
    border-left: 1px solid #2c2a29;
}
/*.tabs-module--profile .text-style-1 a {*/
    /*color: #9731C4;*/
/*}*/
/*.tabs-module--profile .text-style-1 a:after {*/
    /*background: #9731C4;*/
/*}*/

.tabs-module--profile  .tabs-module__call {
    background: #431d3e;
    color: #fff;
    text-transform: uppercase;
    padding-right: 20px;
}
.tabs-module--profile .tabs-module__call .tabs-module__call-text,
.tabs-module--profile  .tabs-module__call-numb {
    letter-spacing: 0;
}
.tabs-module--profile  .tabs-module__call-text  {
    font-weight: normal;
    font-size: 20px;
}
.tabs-module--profile  .tabs-module__call-text:first-of-type {
    margin-bottom: 10px;
}
.tabs-module--profile  .tabs-module__call-numb {
    font-family: "Nobel", sans-serif;
    margin-bottom: 10px;
}
.slider-cards--mix .slider-cards__card-name {
    font-weight: normal;
    font-size: 30px;
    text-transform: uppercase;
}
.slider-cards--mix .slider-cards__card-item {
    font-weight: normal;
}
.slider-cards--mix .slider-cards__title {
    text-transform: uppercase;
}
.slider-news__wrap-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 67px;
    right: 65px;
}
.slider-news__wrap-btns .swiper-button-prev,
.slider-news__wrap-btns .swiper-button-next {
    position: initial;
    margin-top: 0;
    background: none;
    height: auto;
    max-width: 48px;
    width: 100%;
}
.slider-news__content {
    padding: 113px 66px 67px 68px;
    text-transform: uppercase;
}
.private-service .slider-news__content {
    background: #2c2a29;
    color: #fff;
}
.justice-service .slider-news__content {
    background: #f5f3f0;
    color: #2c2a29;
}
.ethical-service .slider-news__content {
    background: #f8c1b8;
    color: #e2665c;
}
.help-service .slider-news__content {
    background: #78d5e1;
    color: #442341;
}
.justice-service .slider-news__heading-link:after {
    background: #cd001a;
}

.slider-news__heading-title {
    font-size: 25px;
    line-height: 1.4;
    max-width: 80%;
    margin-bottom: 0;
    padding-right: 15px;
}
.slider-news__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 93px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider-news__heading-link {
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}
.private-service .slider-news__heading-link:after {
    background: #fff;
}
.slider-news__text-title {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 81px;
}
.private-service .slider-news__text-title {
    font-weight: normal;
    font-family: "Lexend Zetta", sans-serif;
}
.justice-service .slider-news__text-title {
    color: #cd001a;
    font-family: "HelveticaNeue",sans-serif;
    margin-bottom: 20px;
}
.help-service .slider-news__text-title {
    text-transform: initial;
    font-family: "Arial",sans-serif;
    font-size: 55px;
}

.justice-service .slider-news__text-title {
    font-weight: bold;
    font-size: 60px;
}

.ethical-service .slider-news__text-title {
    font-size: 50px;
    font-family: "ivypresto-display", sans-serif;
    color: #e2665c;
    text-transform: initial;
}
.slider-news__body {
    margin-bottom: 153px;
}
.private-service .after-hover:after {
    background: #fff;
}
.justice-service .after-hover:after {
    background: #cd001a;
}
.ethical-service .after-hover:after  {
    background: #2c2a29;
}

.dropdown-item {
    white-space: normal;
}
.slider-news__footer-logo {
    display: block;
    max-width: 213px;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}
.slider-news__footer .article__persona-links {
    max-width: 80%;
}
.private-service .slider-news__footer .article__persona-links {
    color: #fff;
}
.slider-news .swiper-button.white path  {
    stroke: #ffffff;
}
.slider-news .swiper-button.black path {
    stroke: #2c2a29;
}
.slider-news .swiper-button path {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.justice-service .article__persona-links a,
.justice-service .slider-news__heading-link {
    color: #cd001a;
}
.slider-news .swiper-slide {
    height: auto;
}
.slider-news__content {
    height: 100%;
}
.side-bar-profile {
    position: fixed;
    background: #442341;
    color: #f5f3f0;
    top: 0;
    width: 58px;
    height: 100vh;
    overflow: hidden;
    text-transform: uppercase;
    font: normal  20px/1 "Arial";
    letter-spacing: 0.02em;
    z-index: 1031;
}
.side-bar-profile--left {
    left: 0;
}
.side-bar-profile--right {
    right: 0;
}
.side-bar-profile__text {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    position: absolute;
    white-space: nowrap;
    left: 19px;
    top: 0;
    bottom: 0;
    text-align: center;

}
.side-bar-profile--left .side-bar-profile__text {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.side-bar-profile__span {
    margin-bottom: 10px;
    display: inline-block;
}

.modal--contact-2 .hero__form__input:focus,
.modal--contact-2 .hero__form__textarea:focus {
    border-bottom: 3px solid #442341;
}
.hero-profile__info {
    text-align: right;
    max-width: calc( 100% - 557px - 531px );
    padding: 0 38px 0 0;
    margin-left: auto;
}
.hero-profile__services {
    max-width: 531px;
    width: 100%;
}
.hero-news__grid:after,
.hero-news__grid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
    background: #fff;
    z-index: 2;
}
.hero-news__grid:before {
    right: 0;
    left: auto;
}
.hero__name-img-wrap,
.hero__name-cross,
.hero__name-text {
    margin-bottom: 10px;
}

.dropdown-menu__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.dropdown-menu__logo {
    width: 100%;
}
.dropdown-menu__list {
    max-width: 50%;
    padding-right: 10px;
}
.article__data__title .after-hover:after {
    height: 2px;
}
.mob-btn--new-st {
    font: bold 15px/1 'Nobel';
    letter-spacing: 0.02em;
    color: #f5f3f0;
    text-transform: uppercase;
    padding: 15px 15px;
}
.footer-slider .swiper-slide {
    -webkit-transition: all .3s ;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.overflow-hidden {
    overflow: hidden;
}
.hero-news__itemM-content-all--persona {
    font-family: "Nobel",sans-serif;
    font-size: 17px;
}
.pre-footer-menu--private .header__item-list2 a,.pre-footer-menu--private  .header__item-list a,
.pre-footer-menu--private  .header__item-list a:hover,
.pre-footer-menu--private  .header__item-description p,.pre-footer-menu--private  .header__item-text a {
    color: #fff;
}
.pre-footer-menu a>span,.pre-footer-menu a:hover>span {
    color: inherit;
}
.help-service  .text-style-1 h3,
.help-service  .text-style-1 a,
.help-service  .text-style-1 a:hover,
.text-style-1 a {
    color: #78D5E1;
}
.hero-contact__row {
    min-height: 100vh;
    padding: 183px 0 130px;
}

.hero-contact-btns {
    position: absolute;
    /*bottom: 21px;*/
    /*right: 51px;*/
    bottom: 13px;
    right: 147px;
    z-index: 99;
}
.hero-contact-btns .help-slider_get-btn {
    background: #442341;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.05px;
}
.hero-contact-btns .chatbot_btn {
    border: 3px solid transparent;
}
.hero-contact-btns .help-slider_get-btn:hover,
.hero-contact-btns .chatbot_btn:hover,
.help-slider_get-btn.white {
    border-color: #442341;
    color: #442341;
    background: #fff;
}
.placeholder1 {
    position: absolute;
    overflow: hidden;
    left: 0;
    width: 50%;
    top: 0;
    height: 100%;
    background: #f5f3f0;
    z-index: 2;
    padding-top: 142px;
    /*------*/
    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;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height:1;
    color: #2c2a29;
    text-transform: uppercase;
}
.hero-contact__address-txt-separator {
    margin-top: -7px;
}

.hero-contact__content {
    max-width: 758px;
    margin-left: auto;
    z-index: 12;
}
.hero-contact__content h6 {
    font: normal 15px/1.66 "Arial";
    letter-spacing: 0.02em;
    margin-bottom: 9px;
}
.hero-contact__content h1,
.hero-contact__content .h1 {
    font: bold 95px/1 "Nobel";
}
.hero-contact__content h1 {
    margin-bottom: 25px;
}
.hero-contact__content .h1 {
    margin-bottom: 33px;
}
.hero-contact__address {
    font: bold 65px/1 "Nobel";
    margin-bottom: 51px;
}
.hero-contact__address-txt-small {
    font: bold 25px/1.2 "Nobel";
    display: inline-block;
    margin-top: 5px;
}
.hero-contact  .share-page__links {
    margin-top: 41px;
}
.hero-contact  .share-page__links a {
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
}
.hero-contact  .share-page__links li {
    margin-right: 66px;
}
.hero-contact  .share-page__links li:last-child {
    margin-right: 0;
}

.story--secondary .story__btn {
    position: relative;
    padding-bottom: 0;
    /*font: bold 20px/1 "Arial", sans-serif;*/
    /*letter-spacing: -0.05em;*/
}
.placeholder2 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #f5f3f0;
    /*------*/
    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;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height:1;
    color: #2c2a29;
    overflow: hidden;
    /*text-transform: uppercase;*/
}
.placeholder2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000085;
    z-index: 1;
}
.placeholder2 .breadcrumb .breadcrumb-item,
.placeholder2 .breadcrumb .breadcrumb-item a {
    color: #fff;
}
.placeholder2 img,
.placeholder2 video {
    width: 100%;
    height: 100%;
}
.hero-contact-btns--secondary {
    position: fixed;
}
.story__labels {
    display: inline-block;
    position: absolute;
    top: 83px;
    right: 0;
    z-index: 11;
}
.story__label {
    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;
    min-height: 74px;
    text-transform: uppercase;
    padding: 20px 15px;
    font: bold 12px/1.2 "Nobel";
    letter-spacing: 0.02em;
    text-align: center;
    color: #f5f3f0;
    max-width: 187px;
    width: 100%;
    border-radius: 35px;
    background: #442341;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 3px solid #442341;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.story--secondary .story__col {
    margin-bottom: 45px;
}
.story__label:hover {
    color: #442341;
    background: #fff;
}
.story__label:not(:last-child) {
    margin-bottom: 20px;
}

.four-img__slide-row--secondary {
    left: 0 !important;
    margin: 0 0 63px;
}
.video-module--secondary .video-module__title,
.video-module--secondary .video-module__video-stop,
.video-module--secondary .video-module__video-play {
    font-family: "Nobel", sans-serif;
    text-transform: uppercase;
}

.video-module--secondary .video-module__video-stop,
.video-module--secondary .video-module__video-play {
    font-weight: normal;
}
.tabs-module--about .tabs-module__link {
    letter-spacing: 0;
}
.tabs-module--about .text-style-1 ul>li>ul {
    margin-top: 22px;
    padding-left: 53px;
}
.tabs-module--about .text-style-1 ul >li>ul>li:before {
    content: "";
    width: 8px;
    top: 11px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #442341;
}
.tabs-module--about .text-style-1 ul>li>ul>li {
    padding-left: 28px;
    margin-bottom: 4px;
}
/*.tabs-module--about ul > li:before {*/
    /*color: #442341;*/
/*}*/
.text-style-1 img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 471px;
    margin: 15px 0;
}
.tabs-module__link-box {
    display: block;
    max-width:  523px;
    background: #442341;
    padding: 50px 43px;
    border-radius: 23px;
    font: normal 35px/1 "Nobel";
    text-transform: uppercase;
    text-align: center;
    color: #f5f3f0;
    border: 3px solid #442341;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.tabs-module__link-box:hover {
    color: #442341;
    background: #f5f3f0;
}
.text-style-1 a[href^="mailto:"]:after,
.tabs-module--about-sub .text-style-1 a:after {
    content: none;
}
.slider-news--facts .slider-news__heading-title {
    max-width: 100%;
    text-align: center;
    margin-bottom: 103px;
    padding: 0;
}
.slider-news__body-img {
    max-width: 406px;
    width: 100%;
    height: auto;
    max-height: 270px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}
.placeholder2 img,
.big-letters__dark-sec_two-img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}
.slider-news__body-title {
    font: bold 20px/1.75 "Nobel";
    margin-bottom: 16px;
}
.slider-news__body-description p,
.team-overview__text p {
    text-transform: initial;
    font: normal 20px/1.5 "Arial";
    letter-spacing: 0.02em;
}
.tooltip .arrow:before {
    border-top-color: #442341;
}
.slider-news__dark-slide,
.tooltip-inner {
    color: #f5f3f0;
    background: #442341;
}
.slider-news__light-slide {
    color: #442341;
    background: #f5f3f0;
}
.slider-news__body-img-wrap {
    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;
    /*height: 270px;*/
    margin-bottom: 41px;
}
.slider-news--facts .slider-news__content {
    padding: 151px 76px 67px 76px;
}
.slider-news--facts .slider-news__body {
    max-width: 540px;
    margin: 0 auto;
}
.slider-news--facts .slider-news__wrap-btns {
    position: initial;
}
.slider-news--facts .slider-news__wrap-btns .swiper-button-prev,
.slider-news--facts .slider-news__wrap-btns .swiper-button-next {
    position: absolute;
}
.slider-news--facts .slider-news__wrap-btns .swiper-button-prev {
    left: 40px;
}
.slider-news--facts .slider-news__wrap-btns .swiper-button-next {
    right: 40px;
}
.slider-news--facts {
    margin-bottom: 115px;
}
.team-overview h2 {
    line-height: 1;
    font-weight:normal;
    font-size: 65px;
    margin-bottom: 30px;
}
.team-overview__text p {
    margin-bottom: 37px;
}
.team-overview__text a {
    font-size: 25px;
    letter-spacing: 0.05em;
    line-height: 1.4;
}
.team-overview__text {
    max-width: 541px;
    margin: 0 0 31px auto;
}
.team-overview {
    margin-bottom: 162px;
}
.links-to-articles {
    margin-bottom: 90px;
}
.links-to-articles h2 {
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 91px;
}
.links-to-articles__link {
    font-size: 70px;
    line-height: 1;
}
.submenu-content li {
    font: normal 15px/1  "Nobel";
    letter-spacing: 0.05em;
    margin-right: 70px;
}
.submenu-content li:last-child {
    margin-right: 0;
}
/*.submenu-content li .inline-line:after {*/
    /*content: none !important;*/
/*}*/
/*,
.tabs-module--profile .text-style-1 a*/

.submenu-content {
    position: absolute;
    top: calc(100% - 1px);
    width: 100vw;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px 30px;
    background: #f5f3f1;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 0;
    visibility: hidden;
}
.submenu-content.active {
    opacity: 1;
    visibility: visible;
}
.submenu-call.active,
.page-template-help-slider .passive-state a {
    color: #442341;
}
.sticky-header .submenu-content {
    padding-top: 30px;
    background: #ffffff;
}
.header .submenu-content--secondary {
    z-index: 9;
    padding-top: 30px;
}
.page-template-legal-services .submenu-content,
.page-template-template-help-service .submenu-content,
.page-template-people-listing .submenu-content {
    background: #ffffff;
}
.header .submenu-content--secondary,
.header.sticky-header .submenu-content--secondary {
    background: #f5f3f1;
}
.overflow-auto::-webkit-scrollbar {
    display: none;
}

.overflow-auto {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.wrap-breadcrumb--secondary {
    position: absolute;
    top: 147px;
    z-index: 11;
    left: 0;
    right: 0;
}
.hero-faqs__heading {
    background: #f5f3f0;
}
.hero-faqs__heading h1 {
    margin-top: 95px;
    font-weight: normal;
    font-size: 80px;
    line-height: 1;
}
.hero-faqs__heading {
    padding-bottom: 95px;
    margin-bottom: 86px;
}
.hero-faqs__back-link,
.hero-faqs__content  .hero-faqs__back-link {
    position: absolute;
    top: 5px;
    left: 15px;
    font-size: 25px;
    letter-spacing: 0.05em;
    line-height: 1;
    padding-left: 33px;
}
.hero-faqs__content  .hero-faqs__back-link:after {
    content: none;
}
.hero-faqs__back-link:before {
    content: "";
    position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
    border: solid;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-color: inherit;
    border-width: 2px 2px 0 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hero-faqs__content,
.hero-faqs__title {
    max-width: 786px;
}
.hero-faqs__content h2,
.hero-faqs__content h3  {
    font-family: "Nobel",sans-serif;
    /*margin-bottom: 23px;*/
    text-transform: uppercase;
    letter-spacing: 0;
}
.hero-faqs__content ul > li:before,
.hero-faqs__content  .hero-faqs__back-link {
    color: #442341;
}
.no-results {
    padding: 80px 15px 120px;
}
.hero-faqs__content p {
    font-family: "Nobel",sans-serif;
    font-size: 20px;
    margin-bottom: 51px;
}
.hero-faqs {
    padding: 0 0 83px;
}
.hero-about-sub h1 {
    max-width: 1055px;
    margin-right: auto;
    margin-left: auto;
}
.tabs-module--about-sub .hero-faqs__back-link {
    position: relative;
    top: 0;
    left: 4px;
}
.tabs-module--about-sub .video-module__video-wrap {
    margin: 40px 0 40px;
}
.tabs-module--about-sub .video-module__video-play {
    width: 114px;
    height: 114px;
}
.tabs-module--about-sub .video-module__video-stop {
    width: 90px;
    height: 90px;
}
.tabs-module__article-block {
    padding-bottom: 51px;
    margin-bottom: 51px;
    border-bottom: 1px solid #2c2a29;
}
.tabs-module__article-block--img-left img {
    float: left;
    margin-right: 42px;
}

.tabs-module__article-block--img-right img {
    float: right;
    margin-left: 42px;
}
.tabs-module__row-link-wrap:nth-child(2) {
    text-align: right;
}

/*.text-style-1--advanced ul,*/
.tabs-module__row-links {
    margin-top: 50px;
    margin-bottom: 50px;
}
/*.text-style-1--advanced ul>li {*/
    /*font-size: 35px;*/
    /*padding-left: 72px;*/
    /*margin-bottom: 49px;*/
/*}*/
/*.text-style-1--advanced ul > li:before {*/
    /*font-size: 50px;*/
    /*line-height: 1;*/
/*}*/
/*.text-style-1--advanced ul {*/
    /*padding-left: 85px;*/
/*}*/
.more-links {
    margin-bottom: 85px;
}
.more-links h2 {
    font-family: "Arial";
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.02em;
    margin-bottom: 23px;
}
.more-links__link-wrap {
    padding: 0 15px;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 15px;
}
.tabs-module--about-sub .tabs-module__nav {
    margin-top: 40px;
}
.tabs-module__article-block img {
    max-width: 352px;
}
.tabs-module--about-sub {
    margin-bottom: 120px;
}
.hero-about-sub {
    padding-bottom: 82px;
}
.hero-about-sub .hero-faqs__heading {
    margin-bottom: 0;
}
.tabs-module--about-sub2 .tabs-module__nav {
    margin-top: 83px;
}

.lottie1 {
    max-width: 100%;
    width: 100%;
    height: 548px;
    border: none;
}
.submenu-call.active:after {
    opacity: 1;
}

.cookies-block {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 50px 34px;
    background: #f5f3f0;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.66;
    z-index: 101;
    transition: all 1.3s ease; -o-transition: all 1.3s ease; -moz-transition: all 1.3s ease; -webkit-transition: all 1.3s ease;
    bottom: -1000px;
}
.cookies-block.show { bottom: 0; }
.cookies-block__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1384px;
    margin: auto;
}
.cookies-block__row p {
    margin-bottom: 0;
    max-width: 84%;
    padding-right: 20px;
}
.cookies-block__confirm {
    display: inline-block;
    cursor: pointer;
    max-width: 16%;
}
.contactModal:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #442341;
    opacity: 0.75;
    z-index: 1;
}
.contactModal .modal-dialog {
    position: relative;
    z-index: 2;
    height: auto;
    min-height: 0;
}
.footer .footer__social-list a,
.--custome-style li a {
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear  !important;
    transition: all .2s linear  !important;
}
.footer .footer__social-list a:hover {
    font-weight: bold;
}
.form-cross {
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 24px;
    height: 24px;
    z-index: 12;
    cursor: pointer;
    padding: 0;
    background: #0000;
    border: none;
    opacity: 1;
    visibility: visible;
}

.footer-style-1 .form-cross path {
    fill: #cd001a;
}
.footer-style-4 .form-cross path {
    fill: #442341;
}
.footer-style-1 .footer__ac {
    background: #cd001a;
}
.footer-style-2 .footer__ac {
    background: #7a939c;
}
.footer-style-3 .footer__ac {
    background: #2c2a29;
}
.footer-style-4 .footer__ac {
    background: #442341;
}
.footer-style-2 .form-cross path,
.footer-style-3 .form-cross path {
    fill: #ffffff;
}
.footer__input--cross {
    position: relative;
    z-index: 10;
    padding-right: 25px;
}
.footer__input--cross:not(:valid) ~ .form-cross {
    opacity: 0;
    visibility: hidden;
}
.page-template-news--insight-listing .submenu-content,
.page-template-people-listing.submenu-content {
/*,*/
/*.page-template-template-service-2 .submenu-main */

    background: #fff;
}
.page-template-template-service-3 .submenu-main {
    background: #ff9d6e;
}
.page-template-template-service .submenu-main {
    /*.page-template-template-service */
    background: #2c2a29;
}
.page-template-template-service-2 .submenu-main a {
    color: #cd001a;
    background-image: -webkit-gradient(linear, left top, right top, from(#cd001a), to(#cd001a));
    background-image: -o-linear-gradient(left, #cd001a 0%, #cd001a 100%);
    background-image: linear-gradient(to right, #cd001a 0%, #cd001a 100%);
}

.page-template-template-service-3 .submenu-main a,
.page-template-template-service .submenu-main a {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -o-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
}
.modal-open .cookies-block {
    -webkit-filter: blur(8px);
    filter: blur(8px);
}
.tabs-module__mix-slider .swiper-slide {
    cursor: grab;
}
.passive-state a {
    color: #9d8b99;
}
.tabs-module--careers .tabs-module__title {
    font-weight: normal;
    font-size: 80px;
    line-height: 1;
    margin-bottom: 76px;
}
.story--careers .hero-faqs__back-link {
    position: relative;
    display: inline-block;
    top: 0;
    left: 4px;
    margin-bottom: 20px;
}
.text-style-1 .list-unstyled > li:before {
    content: none;
}
.tabs-module__persona-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*max-width: calc(100% - 173px);*/
}

.tabs-module__persona-item .article__persona-img {
    max-width: 173px;
    margin: 7px 0 0;
}
.tabs-module__persona-item .article__persona-img img {
    margin: 0;
}
.tabs-module__persona-item .article__persona-cross {
    margin: 12px 5px 0 23px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
}
/*.text-style-1 .inline-line:after {*/
    /*content: none;*/
/*}*/


.tabs-module__persona-item a {
    font-size: 15px;
}
.tabs-module__ad-info-wrap {
    margin: 38px 0 31px;
}
.tabs-module__ad-info li {
    font-family: "Arial",sans-serif;
    font-size: 20px;
    margin-bottom: 24px;
    letter-spacing: 0.02em;
}
.text-style-1 .tabs-module__big-link,
.big-link {
    color: #442341;
    font-family: "Nobel",sans-serif;
    font-weight: normal;
    font-size: 25px;
    letter-spacing: 0.05em;
    line-height: 1.4;
}
.slider-profile--reviews  {
    color: #f5f3f0;
    margin-bottom: 79px;
}
/*.slider-profile--reviews h4>a:after {*/
  /*background: #f5f3f0;*/
/*}*/
.slider-profile--reviews h4>a:hover,
.slider-profile--reviews h4>a {
    color: #f5f3f0;
}
.slider-profile--reviews .slider-profile__info,
.slider-profile--reviews {
    background: #442341;
}
.slider-profile--reviews p,
.slider-profile--reviews h4 {
    font-size: 25px;
    line-height: 1.4;
}
.slider-profile--reviews .slider-profile__quote {
    display: block;
    margin-bottom: 29px;
}
.slider-profile--reviews blockquote {
    margin-bottom: 37px;
}
.slider-profile--reviews h4 {
    margin-bottom: 12px;
}
.slider-profile--reviews .slider-profile__role {
    font-family: "Arial",sans-serif;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.3;
}
.slider-profile__content {
    max-width: 588px;
    margin: 0 auto;
}
.story--careers {
    padding-top: 9px;
}
.share-dialog  {
    display: none;
}

.job-description {
    margin-bottom: 70px;
}
.hero-job-role h1 {
    margin-bottom: 67px;
}
.hero-job-role .hero-faqs__heading {
    padding-bottom: 35px;
}
.job-description .article__persona:first-child {
    margin-top: 0;
}
.job-description  .tabs-module__big-link, .big-link {
    line-height: 1.2;
}
.big-link:hover {
    background-size: 100% 1px;
}
.job-description__social-links {
    margin-top: 74px;
}
.hero__form__label--file {
    position: relative;
    display: block;
    white-space: nowrap;
    width: 320px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 8px;
}
.hero__form__label-text {
    cursor: pointer;
}
.hero__form__textarea-text {
    position: absolute;
    bottom: 10px;
    right: 0;
    max-width: 100%;
    font-family: "Arial",sans-serif;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: right;
    z-index: 2;
}

.hero__form-input-text {
    font-family: "Arial",sans-serif;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1;
    text-transform: lowercase;
}
.hero__form__input.active+.hero__form__label>.hero__form-input-text {
    font-size: 9px;
}
.modal--contact-3 .hero__form__textarea {
    padding-bottom: 26px;
}
.hero__form__input-wrap .filter-option-inner-inner,
.hero__form__input-wrap .dropdown-item .text,
.hero__form__text,
.btn_choose_sent-text {
    text-transform: uppercase;
    font: normal 20px/1 "Arial", sans-serif;
    color: #442341;
}
.btn_choose_sent:last-child {
    margin-bottom: 0;
}
.hero__form__input-wrap a:after {
    content: none;
}
.hero__form__input-wrap .dropdown-toggle,
.hero__form__input-wrap .show>.btn-light.dropdown-toggle:focus {
    background: #0000 !important;
    border-color: #442441 !important;
}
.hero__form__input-wrap .dropdown-toggle {
    border-width: 2px;
    border-radius: 0;
    padding: 10px 50px 10px 10px;
}
.hero__form__input-wrap .dropdown-item:hover,
.hero__form__input-wrap .dropdown-item.active {
    background: #442441;

}
.hero__form__input-wrap .dropdown-item:hover .text,
.hero__form__input-wrap .dropdown-item.active .text {
    color: #fff;
}
.hero__form__input-wrap  .dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.485' height='12.303' viewBox='0 0 20.485 12.303'%3E%3Cg transform='translate(-567.428 -730.695)'%3E%3Cline y2='14.399' transform='translate(568.488 731.756) rotate(-45)' fill='none' stroke='%23442341' stroke-width='3'/%3E%3Cline y2='14.399' transform='translate(586.852 731.756) rotate(45)' fill='none' stroke='%23442341' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
}
.hero__form__input-wrap .show>.btn-light.dropdown-toggle:focus,
button:focus {
    box-shadow: none !important;
    outline: none !important;
}
.state-change-li,
.form-cross,
.hero__form__input-wrap .dropdown-item .text,
.hero__form__input-wrap .dropdown-item,
.hero__form__input-wrap .dropdown-toggle::after,
.hero__form-input-text {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.btn_choose_sent {
    padding: 10px;
    background: #442441;
}
.btn_choose_sent-text:before {
    content: "";
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 7px;
    width: 18px;
    height: 18px;
    border-radius: 12px;
    cursor: pointer;
    vertical-align: middle;
    box-shadow: hsl(0deg 0% 100% / 15%) 0 1px 1px, inset hsl(0deg 0% 0% / 50%) 0 0 0 1px;
    background-color: #0003;
    background-image: -webkit-radial-gradient( #fff 0%, #fff 15%, #fff 28%, #fff 70% );
    background-repeat: no-repeat;
    -webkit-transition: background-position .15s cubic-bezier(.8, 0, 1, 1), -webkit-transform .25s cubic-bezier(.8, 0, 1, 1);

}


.btn_choose_sent input:checked+.btn_choose_sent-text:before {
    -webkit-transition: background-position .2s .15s cubic-bezier(0, 0, .2, 1),
    -webkit-transform .25s cubic-bezier(0, 0, .2, 1);
}
.btn_choose_sent input:active+.btn_choose_sent-text:before {
    -webkit-transform: scale(1.5);
    -webkit-transition: -webkit-transform .1s cubic-bezier(0, 0, .2, 1);
}

.btn_choose_sent input+.btn_choose_sent-text:before,
.btn_choose_sent input:active+.btn_choose_sent-text:before {
    background-position: 0 24px;
}
.btn_choose_sent input:checked+.btn_choose_sent-text:before {
    background-position: 0 0;
}
.hero__form__input-wrap .show .dropdown-toggle::after {
    transform: rotate(180deg);
}
.modal--contact-3 .call-back__form-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
/*abracadabra*/
.slider-news--facts .slider-news__body--not-img {
    margin-top: 178px;
}
.slider-news__slider {
    height: 100%;
}
.tabs-module--about-sub .tabs-module__nav .nav-item:last-child {
    margin-bottom: 0;
}
.lottie2 {
    width: calc( 100% - 30px);
    height: calc( 100% - 124px);
    margin: 40px auto 0;
    overflow: hidden;
    text-align: center;
}

.tabs-module__quote-slide {
    margin-bottom: 99px;
}

.tabs-module__mix-slider2 {
    margin-top: -20px;
}
.big-letters__dark-sec .justice__services-list a,
.big-letters__dark-sec p,
.big-letters__dark-sec li {
    color: #fff;
}
.page-template-persona-private .preload {
    display: none;
}
.slider-collections__select .dropdown-item {
    color: #2c2a29;
    font-family: "Lexend Zetta", sans-serif;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
}
.slider-collections__select .dropdown-menu {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.slider-profile__brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
}
.slider-profile__brands::-webkit-scrollbar {
    display: none;
}
.slider-profile__brands img {
    display: block;
    max-width: 100px;
    width: auto;
    max-height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}
.slider-profile__brands img:first-child {
    margin-left: auto;
}
.slider-profile__brands img:last-child {
    margin-right: auto;
}

.private-service .inline-line,
.tabs-module__call-numb,
.slider-profile--reviews .inline-line,
.pre-footer-menu .inline-line,
.pre-footer-menu .header__item-text a,
.slider-ethical__link .inline-line,
.justice-service .big-letters__dark-sec-content .justice__services-list-item,
.tab-pane--ethical .inline-line,
.tab-pane--private .inline-line,
.header-ethical .header-fixed__container .inline-line,
.header-private .header-fixed__container .inline-line,
.header.white .header-fixed__container .inline-line,
.header-ethical .hero__link-private.inline-line,
.ethical-service .tabs-module__call .tabs-module__call-numb {
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -o-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
}
.header-private .header-fixed__container .inline-line,
.tab-pane--ethical .inline-line,
.tab-pane--private .inline-line,
.header-ethical .header-fixed__container .header-tel,
.header-ethical .hero__link-private.inline-line,
.ethical-service .tabs-module__call .tabs-module__call-numb {
    color: #fff;
}
.pre-footer-menu .header__item-text a {
    color: inherit;
}
.justice-service .faq-tabs__static  .inline-line,
.justice-service .share-page__links  .inline-line,
.justice-service  .slider-cards__link.inline-line,
.pre-footer-menu--justice .inline-line,
.justice-service a.justice__video-link,
.justice-service .text-style-1 a,
.pre-footer-menu--justice .header__item-text a,
.tab-pane--justice .inline-line,
.header-justice .header-fixed__container .inline-line,
.justice-service .article__persona-links .inline-line,
.justice-service .tabs-module__call-numb,
.justice-service .tabs-profile__body-text a {
    background-image: -webkit-gradient(linear, left top, right top, from(#cd001a), to(#cd001a));
    background-image: -o-linear-gradient(left, #cd001a 0%, #cd001a 100%);
    background-image: linear-gradient(to right, #cd001a 0%, #cd001a 100%);
}

.slider-ethical__main-link .inline-line,
.ethical-service .inline-line.slider-cards__link,
.ethical-service .tabs-module__call-numb  {
    background-image: -webkit-gradient(linear, left top, right top, from(#e2665c), to(#e2665c));
    background-image: -o-linear-gradient(left, #e2665c 0%, #e2665c 100%);
    background-image: linear-gradient(to right, #e2665c 0%, #e2665c 100%);
}
.slider-ethical__main-link .inline-line,
.ethical-service .tabs-module__call-numb {
    color: #e2665c;
}
.justice-service .text-style-1 a,
.tab-pane--justice .inline-line,
.header-justice .header-fixed__container .inline-line,
.justice-service .tabs-module__call-numb {
    color: #cd001a;
}
.help-service  .text-style-1 a,
.help-service .inline-line,
.hero__text a {
    background-image: -webkit-gradient(linear, left top, right top, from(#78D5E1), to(#78D5E1));
    background-image: -o-linear-gradient(left, #78D5E1 0%, #78D5E1 100%);
    background-image: linear-gradient(to right, #78D5E1 0%, #78D5E1 100%);
}
.justice-service .topic-slider__title  .inline-line,
.ethical-service .inline-line,
.slider-collections__select .inline-line,
.justice-service .justice__services-list-item,
.justice-service .inline-line,

.header-private-main .header-fixed__container  .inline-line,
.private-service .faq-tabs__static  .inline-line,
.share-page__links  .inline-line,
.private-service .topic-slider__title  .inline-line,
.private-service  .slider-cards__link.inline-line,
.tabs-profile__body-text a,
.justice-service .tabs-module__team .inline-line,
.ethical-service .tabs-module__team .inline-line,
.private-service .tabs-module__team .inline-line  {
    background-image: -webkit-gradient(linear, left top, right top, from(#2c2a29), to(#2c2a29));
    background-image: -o-linear-gradient(left, #2c2a29 0%, #2c2a29 100%);
    background-image: linear-gradient(to right, #2c2a29 0%, #2c2a29 100%);
}
.justice-service .tabs-module__team .inline-line,
.ethical-service .tabs-module__team .inline-line,
.slider-collections__select .inline-line {
    color: #2c2a29;
}
.footer-style-1 a {
    color: #cd001a !important;
    background-image: -webkit-gradient(linear,left top, right top,from(#cd001a),to(#cd001a)) !important;
    background-image: -o-linear-gradient(left,#cd001a 0%,#cd001a 100%) !important;
    background-image: linear-gradient(to right,#cd001a 0%,#cd001a 100%) !important;
}
.footer-style-2 a,
.footer-style-3 a {
     color: #fff !important;
     background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)) !important;
     background-image: -o-linear-gradient(left, #fff 0%, #fff 100%) !important;
     background-image: linear-gradient(to right, #fff 0%, #fff 100%) !important;
 }
.ethical-service .slider-news__heading-link:after  {
    background: #e2665c;
}
.private-service .slider-news__footer .article__persona-links .inline-line {
    color: #fff;
}
.ethical-service .slider-news__footer .article__persona-links .inline-line,
.ethical-service .faq-tabs__static .inline-line  {
    color: #e2665c;
    background-image: -webkit-gradient(linear, left top, right top, from(#e2665c), to(#e2665c));
    background-image: -o-linear-gradient(left, #e2665c 0%,#e2665c 100%);
    background-image: linear-gradient(to right, #e2665c 0%, #e2665c 100%);
}
.ethical-service .text-style-1 a,
.ethical-service .tabs-profile__body-text a {
    color: #FF9D6E;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF9D6E), to(#FF9D6E));
    background-image: -o-linear-gradient(left, #FF9D6E 0%, #FF9D6E 100%);
    background-image: linear-gradient(to right, #FF9D6E 0%, #FF9D6E 100%);
}
.ethical-service .tabs-module .after-hover:after {
    background: #2c2a29;
}
/*.ethical-service .text-style-1 a,*/
.private-service .text-style-1 a,
.header-private-main .header-fixed__container  .inline-line,
.private-service .topic-slider__title  .inline-line,
.private-service .faq-tabs__static  .inline-line,
.private-service  .slider-cards__link.inline-line,
.justice-service .topic-slider__title .inline-line,
.share-page__links .inline-line,
.justice__services-list-item,
.tabs-profile__body-text a {
    color: #2c2a29;
}
.tabs-module--profile .text-style-1 a {
    color: #442341;
}
.ethical-service .topic-slider__title .inline-line {
    color: #7a939c;
    background-image: -webkit-gradient(linear, left top, right top, from(#7a939c), to(#7a939c));
    background-image: -o-linear-gradient(left, #7a939c 0%,#7a939c 100%);
    background-image: linear-gradient(to right, #7a939c 0%, #7a939c 100%);
}
.tabs-module--profile .text-style-1 a,
.pre-footer-menu--help .inline-line,
.pre-footer-menu--help .header__item-text a {
    background-image: -webkit-gradient(linear, left top, right top, from(#442341), to(#442341));
    background-image: -o-linear-gradient(left, #442341 0%, #442341 100%);
    background-image: linear-gradient(to right, #442341 0%, #442341 100%);
}
.header__item-content .inline-line {
    color: inherit;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--link-line)),to(var(--link-line)));
    background-image: -o-linear-gradient(left, var(--link-line) 0%,var(--link-line) 100%);
    background-image: linear-gradient(to right, var(--link-line) 0%,var(--link-line) 100%);

}

.reset-links-hover a,
.reset-link-hover,
.footer .reset-link-hover,
.footer a.footer__author {
    background-image: none !important;
}
.slider-collections__select-btn img {
    display: inline-block;
    margin-left: 10px;
}
.call-back {
    position: relative;
    z-index: 101;
}
.slider-ethical__link:hover,
.slider-ethical__link .inline-line,
.private-service  .hero__link-private,
.private-service  .hero__link-private:hover {
    color: #ffffff;
}

/*.justice-service .faq-tabs__static  .inline-line,*/
/*.justice-service .hero__link-private,*/
/*.justice-service .topic-slider__title  .inline-line,*/
/*.justice-service  .slider-cards__link.inline-line*/
.justice__video-link:hover {
    color: #cd001a;
}
.justice__video-link {
    display: inline-block;
    font: bold 17px/1.2 'HelveticaNeue', sans-serif;
    color: #cd001a;
    text-transform: uppercase;
    position: relative;
    bottom: 24px;
    white-space: nowrap;
}
.subpage-container {
    padding: 200px 0 100px;
    min-height: 100vh;
}
.subpage-container p,
.subpage-container a,.subpage-container,
.subpage-container li {
    font-family: "Arial",sans-serif;
    font-size: 25px;
}
.hero--help-service {
    overflow: hidden;
}
.mob-special {
    display: none;
}
.job-description .article__shape-links li {
    padding: 0;
}
.job-description .article__shape-links a:after {
    content: none;
}
.job-description ul > li:before {
    color:#442341;
}
.job-description a {
    color: #442341;
}
.article__persona-img img {
    max-width: 173px;
}
.wrapper-content-h ul > li:before,
.wrapper-content-h  li::marker {
    color: #442341;
}
.page-template-template-help-service ul > li:before,
.page-template-template-help-service li::marker {
    color: #78D5E1;
}

.page-template-template-help-service .text-style-1 a  {
    color: #78D5E1;
}
.hero__text a {
    font: bold 20px/1.2 "Arial", sans-serif;
    color: #78D5E1;
}

.text-style-1 a,
.tabs-profile__body-text a {
    font-weight: bold;
}
.justice-service a,
.ethical-service  a,
.article__persona-links .inline-line {
    font-weight: normal;
}

/*.tabs-profile__body-text a, .tabs-profile__body-text a:hover {*/
    /*color: #2c2a29;*/
/*}*/
/*.article__persona-img {*/
    /*max-width: 212px;*/
/*}*/
/*.article__persona-links {*/
    /*max-width: calc(100% - 212px);*/
/*}*/
.global-btn-stop {
    position: absolute !important;
    top: var(--top-value) !important;
    bottom: auto !important;
}
.page-template-template-expert-comments .submenu-content {
    background: #fff;
}
/*.pre-footer-menu--help .header__item-list2-wrap {*/
    /*display: none;*/
    /*position: initial;*/
    /*opacity: 1 !important;*/
    /*visibility: visible  !important;*/
/*}*/
/*.pre-footer-menu--help .header__item-list2-wrap.is-active {*/
    /*display: flex;*/
/*}*/
.header__item-container {
    padding-left: 0;
}
.footer__iframe {
    width: 187px;
}
.tabs-module__mix .text-style-1+.tabs-module__mix-slider {
    margin-top: 50px;
}
.big-letters__dark-sec_two-img {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.big-letters__dark-sec_two-img img {
    width: 50%;
    height: 480px;
}
.search-main .text-style-1 h3,
.search-main .text-style-1 a,
.search-main .text-style-1 a:hover,
.text-style-1 a {
    color: #442441;
}
.search-main .hja-pagination span.page-link.current {
    background: #442441 !important;
    color: #fff !important;
}
.search-main .hja-pagination .page-link:hover {
    color: #442441;
}
.search-main .pagination-block {
    margin-bottom: 90px;
}
.designstudio-button {
    right: 56px !important;
}
#designstudio,
.designstudio-button {
    z-index: 99 !important;
}
.text-style-1--archive .entry-meta {
    font-size: 20px;
}
.text-style-1--archive .entry-footer,
.text-style-1--archive .entry-footer a {
    font-size: 20px;
}
.text-style-1--archive .post {
    padding-top: 20px;
}
.text-style-1--archive .navigation.posts-navigation {
    padding-top: 30px;
}
.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    overflow: hidden;
}
.video-iframe--h {
    height: 100vh;
    min-height: 400px;
}
.video-iframe:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: #00000059;
}
.video-iframe__wrap {
    margin-top: -60px;
    height: calc( 100% + 110px);
}
.video-iframe .fluid-width-video-wrapper {
    height: 100%;
    padding-top: 0 !important;
}
.justice-service .hero__img-private {
    min-height: 24px;
}
.slider-awards img {
    max-width: 100%;
    max-height: 150px;
    height: auto;
    width: auto;
}
.slider-awards .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 200px;
    width: auto;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.slider-awards {
    margin-left: 0;
}
.justice-service .hero__img-private {
    min-height: 24px;
}
.ethical-service .tabs-module .text-style-1 h3 {
    color: #FF9D6E;
}
.hero--anim-video .hero--justice__video-bg:after {
    content: none;
}
.footer .footer__social-list a,
.modal--contact-2 .bootstrap-select .dropdown-menu li a {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.modal--contact-2 .bootstrap-select .dropdown-menu li a,
.modal--contact-2 .bootstrap-select .text {
    display: block !important;

}
.modal--contact-2 .bootstrap-select .text {
    padding: 8px 10px;
    text-transform: uppercase;
    font: normal 20px/1.2 "Arial", sans-serif  !important;
}
.modal--contact-2 .bootstrap-select .dropdown-menu li a {
    color: #462045
}
.modal--contact-2 .bootstrap-select .dropdown-menu li a:hover {
    background: #462045;
    color:  #fff;
}
.text-style-1+.tabs-module__quote-text {
    margin-top: 40px;
}
.slider-cards__item-text {
    font-size: 18px;
}
.preload-video__close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    padding: 10px 10px 10px 10px;
    line-height: 0;
    background: none;
    border: none;
    outline: none !important;
}
.preload-video__close svg {
    width: 30px;
    height: 30px;
}
/*-----------------------------------------------------------------*/

/* responsive */
@media (min-height: 851px)  and (orientation: landscape) {

    .footer-style-4 .footer .footer__title {
        font-size: 84px;
    }
    .footer-style-default .footer .footer__title,
    .footer-style-default .footer .footer__tel-big,
    .footer-style-1 .footer .footer__title,
    .footer-style-1 .footer .footer__tel-big,
    .footer-style-2 .footer .footer__tel-big {
        font-size: 95px;
    }
    .footer-style-4 .footer .footer__tel-big,
     .footer-style-2 .footer .footer__title,
    .footer-style-3 .footer .footer__tel-big
    {
         font-size: 80px;
     }
    .footer-style-3 .footer .footer__title {
        font-size: 70px;
    }
}


@media (min-height: 871px)  and (orientation: landscape) {
    .ethical .header__item-description {
        padding-bottom: 77px;
    }
    .private .header__item-description {
        padding-bottom: 82px;
    }
    .justice .header__item-description {
        padding-bottom: 104px;
    }
    .help .header__item-description {
        padding-bottom: 59px;
    }
    .help .header__item-text {
        margin-bottom: 33px;
    }

}
@media (min-height: 1000px)  and (orientation: landscape) {
    .hero--help-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .pre-footer-menu  .header__item-li-5-js,
    .pre-footer-menu  .header__item-list2,
    .pre-footer-menu  .header__item-description h6,
    .pre-footer-menu  .header__item-description .h6 {
        font-size: 18px;
    }

    .pre-footer-menu  .header__item-description p,
    .pre-footer-menu .header__item-text a {
        font-size: 16px;
    }
}
@media (max-height: 1000px)  and (orientation: landscape) {

    /*.help-slider__callback-angle {*/
        /*max-width: 250px;*/
    /*}*/
    .hero-profile__tip {
        display: none;
    }

}
@media (max-height: 950px)  and (orientation: landscape) {
    .footer .footer__title, .footer .footer__tel-big {
        font-size: 65px;
    }
    .footer-style-3 .footer__title {
        font-size: 55px;
    }
    .footer__row_big-mb {
        margin-bottom: 51px;
    }
}
@media (max-height: 900px)  and (orientation: landscape) {
    /*.footer .footer__title, .footer .footer__tel-big, .footer-style-3 .footer .footer__title {*/
        /*font-size: 45px;*/
    /*}*/
    .footer__row_mb {
        margin-bottom: 38px;
    }
    .footer__social-logo {
        max-height: 110px;
    }
    .footer__social-row {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    /*.help-slider__callback-angle {*/
        /*max-width: 200px;*/
    /*}*/
    .hero--help-slider .hero__form-heading {
        margin-top: 20px;
    }
    .fx-form__inner {
        padding: 50px 15px 50px;
    }

}
@media (max-height: 870px)  and (orientation: landscape) {
    .header__contact-us {
        margin-top: 0;
    }
    .header__top, .header__item-row, .header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .main-logo {
        max-width: 200px;
    }
    .header__contact-us a {
        font-size: 18px;
    }
    .header__contact-us-small {
        line-height: 2;
    }
    .header__all-item-row {
        padding-top: 50px;
    }
    .header__all-item-img a img {
        max-width: 150px;
        height: 50px;
    }
    .header__all-item-row .header__all-item-img {
        margin: 0 0 40px;
    }
    .header__col-logo {
        margin-top: 0;
    }


}
@media (max-height: 850px)  and (orientation: landscape) {
    .footer__form input::-webkit-input-placeholder {
        font-size: 20px;
    }
    .footer__form input::-moz-placeholder {
        font-size: 20px;
    }
    .footer__form input:-ms-input-placeholder {
        font-size: 20px;
    }
    .footer__form input::-ms-input-placeholder {
        font-size: 20px;
    }
    .footer__form input::-webkit-input-placeholder, .quote__form input::-webkit-input-placeholder {
        font-size: 20px;
    }
    .footer__form input::-moz-placeholder, .quote__form input::-moz-placeholder {
        font-size: 20px;
    }
    .footer__form input:-ms-input-placeholder, .quote__form input:-ms-input-placeholder {
        font-size: 20px;
    }
    .footer__form input::-ms-input-placeholder, .quote__form input::-ms-input-placeholder {
        font-size: 20px;
    }
    .quote__medium-text, .footer__form .footer__medium-text, .footer__form input, .footer__form input::placeholder, .quote__form input,
    .quote__form input::placeholder {
        font-size: 20px;
    }
    .footer__medium-text, .footer__input-wrap {
        margin-top: 15px;
    }
    .footer__social-wrap, .footer__list {
        padding-top: 0;
    }
    .footer__logo {
        margin: 0 auto 12px;
    }
    .footer__logo {
        max-width: 200px;
    }
    /*.header__item-list2 a, .header__item-list a {*/
        /*line-height: 2.5;*/
    /*}*/

    /*.header__all-item-list li {*/
        /*margin-bottom: 15px;*/
    /*}*/

    .hero--help-slider {
        height: auto;
    }
    /*.help-slider__callback-angle {*/
        /*display: none;*/
    /*}*/
    .footer-style-4 .footer .footer__title {
        font-size: 64px;
    }

    .footer-style-default .footer .footer__title,
    .footer-style-default .footer .footer__tel-big,
    .footer-style-1 .footer .footer__title,
    .footer-style-1 .footer .footer__tel-big,
    .footer-style-2 .footer .footer__tel-big {
        font-size:75px;
    }
    .footer-style-4 .footer .footer__tel-big,
    .footer-style-2 .footer .footer__title
    {
        font-size: 70px;
    }
    .footer-style-3 .footer .footer__title,
    .footer-style-3 .footer .footer__tel-big {
        font-size: 50px;
    }
    .hero-contact__address,
    .hero-contact__content h1 {
        margin-bottom: 20px;
    }
    .hero-contact .share-page__links {
        margin-top: 20px;
    }
}
@media (max-height: 800px)  and (orientation: landscape) {

    /*.page-template-contact .hero-contact-btns {*/
        /*bottom: 30px !important;*/
    /*}*/

}
@media (max-height: 750px)  and (orientation: landscape) {
    .header__all-item-row .header__all-item-img {
        margin: 0 0 20px;
    }
    .header__all-item-list li, .header__item-text {
        margin-bottom: 20px;
    }
    .header__item-list2 a, .header__item-list a {
        line-height: 1.2;
    }
    .header__item-list2 li, .header__item-list li {
        margin-bottom: 15px;
        line-height: 1;
    }
    .header__item-description img {
        max-width: 300px;
        max-height: 55px;
    }
    .fx-form__inner {
        padding: 25px 15px 25px;
    }

}

@media (max-height: 700px)  and (orientation: landscape) and (min-width: 1200px) {
    .header .header__item-list-wrap {
        position: absolute;
        top: 20px;
        left: 0;
    }
    .header__item-list2 a, .header__item-list a {
        line-height: 1.5 !important;
    }
}
@media (max-height: 650px)  and (orientation: landscape) {
    .header__all-item-row {
        padding: 20px 0 20px;
    }
    .header__all-item-list li, .header__item-text {
        margin-bottom: 15px;
    }

}
@media (min-width: 768px) {
    .slider-profile .swiper-slide {
        visibility: hidden;
        opacity: 0;
    }
    .slider-profile .swiper-slide-active {
        visibility: visible;
        opacity: 1;
    }
}
@media (min-width: 992px) {
    .video-preloader video {
        height: 100%;
    }
    .job-description__container {
        max-width: 816px !important;
    }
    .hero-job-role__container {
        max-width: 786px;
    }
    .wrap-breadcrumb--additional .breadcrumb {
        width: 50%;
    }


}
@media (min-width: 1200px) {

    .footer__container {
        min-height: 100vh;
        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;
    }
    /*.wrap__footer {*/
        /*position: relative;*/
        /*z-index: 1031 !important;*/
    /*}*/
    .container {
        max-width: 1740px
    }
    .team-overview__container {
        max-width: 1466px;
    }
    .story__col {
        max-width: 1089px;
    }
    /*.links-to-articles__container {*/
        /*max-width: 1184px;*/
    /*}*/
    .story__col {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }
    .story--secondary .story__col {
        max-width: 1200px;
    }
    .reading .container {
        max-width: 1800px;
    }
    .footer__form {
        padding: 0 39px 0 4px;
    }
    @-webkit-keyframes animSecondMenuReveal {
        0% {
            opacity: 0;
            visibility: hidden;

        }
        100% {
            opacity: 1;
            visibility: visible;

        }
    }
    @keyframes animSecondMenuReveal {
        0% {
            opacity: 0;
            visibility: hidden;

        }
        100% {

            opacity: 1;
            visibility: visible;

        }
    }
    @-webkit-keyframes animSecondMenuClose {
        0% {

            opacity: 1;
            visibility: visible;

        }
        100% {
            opacity: 0;
            visibility: hidden;

        }
    }
    @keyframes animSecondMenuClose {
        0% {

            opacity: 1;
            visibility: visible;

        }
        100% {
            opacity: 0;
            visibility: hidden;

        }
    }
    .header__item-list2-wrap.is-active,
    .header__item-description-js.is-active,
    .header__item-description-2-js.is-active,
    .header__item-description-default-js.is-active,
    .header__item-description5-js.is-active,
    .header__item-description-default5-js.is-active,
    .header__item-description5-2-js.is-active {
        -webkit-animation: animSecondMenuReveal 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
        animation: animSecondMenuReveal 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
    }
    .header__item-list2-wrap,
    .header__item-description-js,
    .header__item-description-default-js,
    .header__item-description-2-js,
    .header__item-description5-js,
    .header__item-description-default5-js,
    .header__item-description5-2-js {
        -webkit-animation: animSecondMenuClose 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
        animation: animSecondMenuClose 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
    }
    .header__item-list2-wrap .outer-hover-link-js,
    .header__item-list2-wrap .outer-hover-link-5-js {
        opacity: 0;
        visibility: hidden;
    }
    .header__item-list2-wrap.is-active .outer-hover-link-js,
    .header__item-list2-wrap.is-active .outer-hover-link-5-js {
        opacity: 1;
        visibility: visible;
    }
    /*Help Service Template ----------------------------------------------------------------------------------------------*/
    .hero__text {
        max-width: 730px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 730px;
        flex: 0 0 730px;
    }
    .header-help .header__top-nav-svg path {
        fill: #442341;
        opacity: 0.4;
    }
    .header-help .header__top-nav-svg-help .header__top-nav-svg path {
        fill: #78d5e1;
        opacity: 1;
    }
    .mob-btn, .mob-btn-wrap-fixed, .faq-tabs__cards-wrap {
        display: none;
    }
    /*Help Service Template ----------------------------------------------------------------------------------------------*/
    /*Persona 1920 – Private - Service page----------------------------------------------------------------------------------------------*/
    .header-private .header__top-nav-svg path,
    .header-ethical .header__top-nav-svg path {
        fill: #fff;
        opacity: 0.4;
    }
    .header-private-main .header__top-nav-svg path {
        fill: #2c2a29;
        opacity: 0.4;
    }
    .header-private .header__top-nav-svg-private .header__top-nav-svg path,
    .header-ethical .header__top-nav-svg-ethical .header__top-nav-svg path,
    .header-justice .header__top-nav-svg-justice .header__top-nav-svg path,
    .header-private-main .header__top-nav-svg-private .header__top-nav-svg path {
        opacity: 1;
    }
    .header-justice .header__top-nav-svg path {
        fill: #cd001a;
        opacity: 0.4;
    }
    .pre-footer-menu__title {
        white-space: nowrap;
    }
    .page-template-help-slider .header__top-nav-svg-help .header__top-nav-svg path {
        fill: #fff;
    }
    .page-template-persona-justice.header-private .header__top-nav-svg-private .header__top-nav-svg path {
        fill: #fff;
        opacity: 0.4;
    }
    .page-template-persona-justice.header-private .header__top-nav-svg-justice .header__top-nav-svg path {
        fill: #cd001a;
        opacity: 1;
    }
    /*Persona 1920 – Private - Service page----------------------------------------------------------------------------------------------*/
    .submenu-content--secondary {
        max-width: 1740px;
    }
    .tabs-module--col-align-css .tabs-module__mix {
        border-left: none;
    }
    .tabs-module--col-align-css .tabs-module__mix:before {
        content: "";
        position: absolute;
        left: 0;
        top: -19px;
        height: calc( 100% + 19px);
        width: 1px;
        background: #2c2a29;
        z-index: 0;
    }
    .tabs-module--col-align-css .tabs-module__tab-content-col  {
        padding-top: 0;
    }
    .tabs-module--col-align-css .tabs-module__nav {
        padding-top: 6px;
    }
    /*.page-template-contact .hero-contact-btns {*/
        /*position: absolute;*/
        /*bottom: 12px;*/
    /*}*/
    .slider-news--centered .slider-news__heading-title {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .slider-news--centered .slider-news__body-img-wrap {
        margin-top: 80px;
    }
    .page-template-help-slider #hero__call_btn-wrap-3 {
        /*,.page-template-template-help-service .help-slider_get-btn*/
        display: none !important;
    }
    .story--secondary+.story--secondary {
        padding-top: 0;
        padding-bottom: 100px;
    }
    .footer  .footer__brands-content:after,
     .footer .footer__brands-content:before {
        content: "";
        position: absolute;
        left: 100%;
        top: 0;
        width: 100vw;
        height: 100%;
        background: #fff;
    }
    .footer .footer__brands-content:before {
        right: 100%;
        left: auto;
    }
    .header__item .header__item-row {
        pointer-events: none;
    }
    .header__item.is-active .header__item-row {
        pointer-events: initial;
    }
    .footer-slider {
        z-index: 1031;
    }
    /*.pre-footer-menu--private .header__item-description,*/
    /*.pre-footer-menu--private .header__item-description:after {*/
        /*background: #2c2a29;*/
    /*}*/
    /*.pre-footer-menu--justice .header__item-description,*/
    /*.pre-footer-menu--justice .header__item-description:after {*/
        /*background: #f5f3f0;*/
    /*}*/
    /*.pre-footer-menu--ethical .header__item-description,*/
    /*.pre-footer-menu--ethical .pre-footer-menu--justice  {*/
        /*background: #ff9d6e;*/
    /*}*/
    /*.pre-footer-menu--help .header__item-description,*/
    /*pre-footer-menu--help .header__item-description:after {*/
        /*background: #78d5e1;*/
    /*}*/
    /*.header__item-description:after {*/
        /*content: "";*/
        /*position: absolute;*/
        /*left: 100%;*/
        /*top: 0;*/
        /*height: 100%;*/
        /*z-index: 0;*/
        /*width: 100vw;*/
    /*}*/
    .pre-footer-menu {
        position: relative;
        z-index: 100;
    }

    .hero__brands-wrap-list::-webkit-scrollbar,
    .hero-profile__logos::-webkit-scrollbar {
        display: none;
    }
    .hero__brands-wrap-list,
    .hero-profile__logos {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        overflow: scroll;
    }
    .hero__brands-wrap-list .hero__brands-wrap-list--view,
    .hero-profile__logos {
        flex-wrap: nowrap;
    }
    .hero__brands .footer__brands-list img {
        max-width: 200px;
    }
    .hero-profile__logos {
        margin-bottom: 15px;
    }
    .page-menu {
        overflow: hidden;
    }

}


@media (min-width: 1501px) {
    .pre-footer-menu  .header__item-li-5-js,
    .pre-footer-menu  .header__item-list2,
    .pre-footer-menu  .header__item-description h6,
    .pre-footer-menu  .header__item-description .h6 {
        font-size: 18px;
    }

    .pre-footer-menu  .header__item-description p,
    .pre-footer-menu .header__item-text a {
        font-size: 16px;
    }
    .tabs-module--nav-pr-xl-max .tabs-module__nav-col {
        padding-right: 70px;
    }
    .tabs-module--nav-pr-xl-max2 .tabs-module__nav-col {
        padding-right: 90px;
    }
}

@media (min-width: 1740px) {
    .four-img__container, .hero__container {
        max-width: 1822px;
    }
    .btns-module__col {
        max-width: 521px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 521px;
        flex: 0 0 521px;
    }
    .сontainer--special-offset {
        padding-left: 55px;
        padding-right: 55px;
    }
    .hero__center-col {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .hero__name-wrap {
        max-width: 61%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 61%;
        flex: 0 0 61%;
    }
    .hero__form-wrap {
        max-width: 600px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 600px;
        flex: 0 0 600px;
    }
    .hero__form {
        margin-left: auto;
        max-width: 532px;
    }
    .tabs-module__container {
        padding-left: 55px;
    }
    .tabs-module__mix {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 545px;
        flex: 0 0 545px;
        max-width: 545px;
    }
    .tabs-module__tab-content-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 524px;
        flex: 0 0 524px;
        max-width: 524px;
    }
    .tabs-module--about-sub .tabs-module__tab-content-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 816px;
        flex: 0 0 816px;
        max-width: 816px;
    }
    .tabs-module--about-sub .tabs-module__tab-content-col {
        padding-top: 0;
    }
    .tabs-module__tab-content-col {
        max-width: 1174px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1174px;
        flex: 0 0 1174px;
        padding-right: 0;
        padding-top: 6px;
    }
    .tabs-module__nav-col {
        max-width: 445px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 445px;
        flex: 0 0 445px;
    }
    .faq-tabs__static {
        max-width: 554px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 554px;
        flex: 0 0 554px;
    }
    .faq-tabs__bookmark {
        max-width: 67%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 67%;
        flex: 0 0 67%;
    }
    .tabs-module--careers .tabs-module__tab-content {
        padding-left: 83px;
    }
}
@media (min-width: 1800px) {

    .page-template-template-help-service .hero--service .help-slider__btns-wrap {
        right: 15px;
        bottom: 450px;
    }
    .slider-cards--mix--offset {
        padding: 0 70px;
    }
    .single-people .hero-contact-btns {
        right: 70px;
    }
}
@media (max-width: 1950px) and (min-width:1650px)  {

    .lottie2 {
        overflow: visible;
    }
    .lottie2 svg {
        overflow: visible;
        transform: translate3d(0px, 0px, 0px) scale(1.2) !important;
        max-height: 650px;
    }
}
@media (max-width: 1900px) {
    .reading__big-title {
        font-size: 200px;
    }
    .reading__medium-text {
        top: 30px;
    }
    .hero--justice__description {
        left: 38px;
    }
    .big-letters__text {
        font-size: 17vw;
        white-space: nowrap;
    }
    .big-letters__content-wrap .container {
        max-width: 1300px;
    }
    .big-letters__col_mr {
        margin-right: auto;
    }
    .big-letters__date {
        font-size: 130px;
    }
    .big-letters__dark-sec-content .justice__primary-description,
    .big-letters__dark-sec-content .justice__primary-img-wrap {
        width: 46%;
    }
    .big-letters__dark-sec-col_pl {
        padding-left: 15px;
    }
    /*.help-slider__callback-angle {*/
    /*display: none;*/
    /*}*/
    .side-bar-profile {
        width: 40px;
    }
    .side-bar-profile__text {
        left: 10px;
    }
    .hero__form-link {
        font-size: 60px;
    }

}
@media (max-width: 1800px) {
    /*.hero__persona-slider .swiper-wrapper {*/
    /*min-height: 600px;*/
    /*}*/
    .hero--persona-private .wrap-breadcrumb {
        margin-bottom: 60px;
    }
    .offset-xxl-none {
        margin-left: 0 !important;
    }
    .slider-ethical-container .swiper-slide {
        height: 624px;
        width: 33%;
    }
    .slider-ethical-container .swiper-slide:nth-child(even) {
        height: 672px;
    }
    /*.slider-ethical__link {*/
        /*top: 280px;*/
    /*}*/
    .section__outer .call-back__quote-wrap {
        padding-left: 60px;
    }
    .side-bar-profile {
        display: none;
    }
    .slider-news__heading,
    .slider-news__text-title,
    .slider-news__body,
    .hero-profile__center-col {
        margin-bottom: 50px;
    }
    .slider-news__content {
        padding: 60px 60px 60px 60px;
    }
    .page-template-help-slider .call-back__form-wrap {
        padding-left: 50px;
    }

}
@media (max-width: 1780px) {
    .header__item-description img {
        max-width: 300px;
        max-height: 55px;
    }
    .header__item-text {
        margin-bottom: 20px;
    }
    .story__services_row .store__text-item, .story__services_row .store__text-item_hide {
        font-size: 26px;
    }
    .story__big-later {
        font-size: 300px;
        line-height: .8;
    }
    .story__services_row .store__text-wrap:not(:last-child) {
        margin-right: 76px;
    }
    .reading__col_mr .reading__blog-col:not(:nth-last-child(-n+2)) {
        margin-bottom: 70px;
    }
    .reading__col_mr .reading__blog-col:nth-child(odd) {
        margin-right: 70px;
    }
    .reading__big-title {
        font-size: 185px;
        text-indent: -20px;
    }
    .header__bottom-nav li {
        margin-left: 31px;
    }
    .footer__title, .footer__tel-big {
        font-size: 65px;
    }
    .footer__row_big-mb {
        margin-bottom: 51px;
    }
    .footer__medium-text, .footer__input-wrap {
        margin-top: 32px;
    }
    .footer-style-3 .footer__title {
        font-size: 55px;
    }
    .btns-module__btn, .private-service .slider-cards__card-name,
    .ethical-service .btns-module__btn {
        font-size: 20px;
    }
    .slider-cards--mix .slider-cards__card-name {
        font-size: 25px;
    }
    .hero__form-link,
    .hero--help-slider .hero__form-link {
        font-size: 53px;
    }
    .hero__title {
        font-size: 60px;
    }
    .hero__description {
        margin-bottom: 28px;
    }
    .hero__description p {
        font-size: 25px;
    }
    .hero__name-text, .slider-cards__card-name {
        font-size: 40px;
    }
    .hero__name-cross {
        width: 16px;
        height: 16px;
    }
    .hero__name {
        margin-bottom: 33px;
    }
    .slider-cards__card {
        padding: 40px;
    }
    .slider-cards__name-cross {
        margin: 0 20px 8px;
    }
    .slider-cards__card-text {
        margin-bottom: 25px;
    }
    .slider-cards__card-header {
        margin-bottom: 18px;
    }
    .slider-cards__card-item:first-child {
        padding-right: 30px;
    }
    .slider-cards__card-img {
        max-width: 150px
    }
    .private-service .slider-cards__name-cross {
        width: 10px;
        height: 10px;
        margin: 0 10px 8px;
    }
    .private-service .btns-module__btn.special, .private-service .btns-module__btn {
        font-size: 13px;
        /*text-align: center;*/
        line-height: 1.2;
    }
    .help-slider__callback-angle {
        display: none;
    }
    #fp-nav.fp-left {
        left: 5px !important;
    }
    .pre-footer-menu--help.section__outer .header__item-list-wrap {
        padding-left: 40px;
    }
    .pre-footer-menu--help .pre-footer-menu__title {
        padding-left: 25px;
    }
    .hero-listing__filter-col {
        padding-left: 15px;
    }

}
@media (max-width: 1739px) {

    .tabs-module__mix {
        padding: 0 15px 0 30px;
    }
    .tabs-module__tab-content-text {
        padding-right: 40px;
    }
    .slider-team__wrap-nav {
        padding: 45px 45px 20px 0;
    }
    .faq-tabs__static {
        padding-right: 40px;
    }
    .faq-tabs__bookmark {
        padding-left: 40px;
    }
    .slider-cards {
        padding: 0 15px;
    }
    .tabs-module__call .tabs-module__call-numb {
        font-size: 50px;
    }
    .ethical-service .tabs-module__call .tabs-module__call-numb {
        font-size: 60px;
    }
    .tabs-module__mix .video-module__video-stop, .tabs-module__mix .video-module__video-play {
        font-size: 20px;
    }
    .tabs-module__mix .video-module__video-play {
        width: 84px;
        height: 84px;
    }
    .tabs-module__mix .video-module__video-stop {
        width: 60px;
        height: 60px;
    }
    .hero-news__itemB-content {
        right: 0;
    }
    .hero-profile__center-col {
        -webkit-box-pack: center;  -ms-flex-pack: center;  justify-content: center;
    }
    .hero-news__itemM {
        min-height: 485px;
    }
    .footer-style-3 .footer .footer__title,
    .footer-style-3 .footer .footer__tel-big {
        font-size: 50px;
    }
    .story__labels {
        top: 30px;
       /*position: initial;*/
        /*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: 30px;*/
    }
    .story__label {
        padding: 10px 15px;
    }
    .story__label:not(:last-child) {
        margin-bottom: 10px;
    }
    .story--secondary {
        padding-top: 100px;
    }
    .hero-profile__name {
        font-size: 45px;
    }

    .header {
        padding-left: 30px;
        padding-right: 30px;
    }
    .header__top,.header__all-item-row,.header__item-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header__item-description {
        right: 15px;
    }
}
@media (max-width: 1500px) {
    .header__item-list2 a, .header__item-list a {
        line-height: 2.5;
    }
    .header__all-item-list li {
        margin-bottom: 15px;
    }
    .header__bottom-nav li {
        margin-left: 15px;
    }
    .header__top-nav li {
        margin-right: 20px;
    }
    .header__all-item-col-2, .header__all-item-col-3, .header__all-item-col-4, .header__item-list2:nth-child(1), .header__item-list2:nth-child(2) {
        padding-left: 15px;
    }
    .header__item-text {
        max-width: 281px;
    }
    .header__item-description {
        max-width: initial;
    }
    .story__big-later {
        font-size: 230px;
    }
    .reading__big-title {
        font-size: 149px;
    }
    .reading__blog-title {
        font-size: 35px;
    }
    .header__all-item-content, .header-fixed {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer__title, .footer__tel-big {
        font-size: 45px;
    }
    .slider-team__wrap-nav {
        max-width: 32%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
    }
    .wrap-slider-progress, .slider-team .swiper-pagination-progressbar {
        max-width: 68%;
    }
    .hero__brands .footer__brands-title {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .slider-cards__card-item {
        font-size: 25px;
    }
    .slider-cards__card-text br {
        display: none;
    }
    .slider-cards__card-name {
        font-size: 30px;
    }
    .slider-cards__name-cross {
        width: 10px;
        height: 10px;
        margin: 0 10px 8px;
    }
    .tabs-module__mix-title {
        text-align: center;
    }
    .tabs-module__team-img-wrap {
        margin: 0 auto 20px;
    }
    .tabs-module__team-info {
        padding-left: 0;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .tabs-module__team {
        margin-bottom: 40px;
    }
    .tabs-module__team-prof {
        margin-bottom: 20px;
    }
    .tabs-module__call .tabs-module__call-numb,
    .private-service .tabs-module__call .tabs-module__call-numb {
        font-size: 40px;
    }
    .ethical-service .tabs-module__call .tabs-module__call-numb {
        font-size: 50px;
    }
    .hero__persona-slider {
        max-width: 1200px;
    }
    .hero__persona-slide-content {
        padding: 50px;
        margin-left: 10px;
    }
    .hero__persona-slide-img-wrap {
        margin-right: 10px;
    }
    .hero__persona-slide-title {
        font-size: 20px;
    }
    .hero__persona-slide-logo {
        width: 100%;
        max-width: 300px;
        margin-top: 40px;
    }
    .big-letters__content-wrap .container {
        max-width: 1140px;
        padding: 0 40px;
    }
    .slider-collections .swiper-slide {
        width: 437px;
        /*height: 646px;*/
        padding-bottom: 40px;
    }
    .slider-collections__select-btn {
        min-width: 260px;
    }
    .slider-collections .swiper-slide:nth-child(even) {
        width: 305px;
        /*height: 451px;*/
    }
    .slider-collections__wrap-btns {
        width: 150px;
    }
    .slider-collections-wrap {
        padding-left: 150px;
    }
    .slider-collections-img {
        height: 100%;
    }
    .slider-profile__name {
        font-size: 40px;
    }
    .slider-profile__info {
        padding: 90px 50px 140px;
    }
    .slider-profile--reviews .slider-profile__info {
        padding-left: 90px;
        padding-right: 90px;
    }
    .big-letters__content-wrap {
        margin-top: -40px;
    }
    .big-letters__content-wrap:before, .big-letters__dark-sec:before {
        left: 20px;
    }
    .justice__primary-small-title {
        font-size: 15px;
        position: relative;
    }
    .justice__primary-big-title {
        font-size: 60px;
    }
    .justice__video-link {
        bottom: 16px;
    }
    .justice__primary-description p {
        font-size: 18px;
    }
    .big-letters__col-content {
        margin-right: 0;
    }
    .justify__col_pl-big,
    .justify__col_pl-medium,
    .justify__col_pl-small {
        padding-left: 15px;
    }
    .big-letters__dark-sec_p {
        padding: 150px 0;
    }
    .sticky-btn-menu:first-child {
        margin-bottom: 7px;
    }
    .sticky-btn-menu {
        font-size: 14px;
        min-width: 120px;
        height: 40px;
    }
    .slider-ethical__link {
        font-size: 35px;
    }
    .opinions-sec__trending-wrap {
        max-width: 1200px;
        padding: 50px;
    }
    .opinions-sec {
        margin-bottom: 15px;
    }
    .opinions-sec__big-logo-wrap img {
        max-width: 80%;
    }
    .help-slider__scroll-text-wrap {
        padding: 0;
        /*-webkit-transform: translateY(40%);*/
        /*-ms-transform: translateY(40%);*/
        /*transform: translateY(40%);*/
    }
    .help-slider__splittext-wrap,
    .help-slider__splittext-wrap .swiper-slide,
    .help-slider__scroll-text {
        font-size: 70px;
    }
    .help-slider__splittext-wrap {
        min-height: 250px;
    }
    /*.help-slider__splittext-wrap {*/
    /*min-height: 300px;*/
    /*}*/
    .hero--help-slider_col-p {
        padding-right: 60px;
    }
    .hero--help__stars {
        max-width: 200px;
    }
    .hero--help__stars + .footer__trustpilot-small {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .hero--help__stars + .footer__trustpilot-small svg {
        max-width: 26px;
    }
    .private-service .slider-cards__item-title {
        font-size: 17px;
    }
    .section--css .section__outer.help-slider__text-sec {
        padding-top: calc(100vh - 200px);
    }
    .tabs-module__call .tabs-module__call-text:first-of-type, .tabs-module__call .tabs-module__call-numb {
        margin-bottom: 10px;
    }
    .hero-listing__filter-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
    .article__container h1,
    .error-404 h1,
    .page-title {
        font-size: 50px;
    }
    .article__container h1 { font-size: 45px; }
    .article__container h3,
    .article__container h2 {
        margin-bottom: 20px;
    }
    .article__container h2 {
        font-size: 26px;
    }
    .article__container h3 {
        font-size: 23px;
    }
    .article__container p,.article__container ul:not(.list-unstyled) > li, .article__container ol:not(.list-unstyled) > li,
    .error-404 .page-content {
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: 0.02em;
        margin-bottom: 20px;
    }

    /*.article__container ul:not(.list-unstyled) > li:before {*/
        /*width: 8px;*/
        /*height: 8px;*/
        /*top: 11px;*/
    /*}*/
    .article__container ul:not(.list-unstyled) > li > ul > li:before {
        left: 5px;
    }
    .article__container-img-wrap, .article__container-img-text-wrap {
        margin-bottom: 50px;
    }
    .hero-news__itemM-wrap,
    .hero-news__itemB-img-wrap {
        padding: 0 15px;
    }
    .hero-news__grid:after, .hero-news__grid:before {
        width: 15px;
    }
    .hero-news__itemM-title {
        font-size: 30px;
    }
    .hero-news__grid {
        margin-right: -15px;
        margin-left: -15px;
    }
    .hero-profile__center-col {
        max-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hero-profile__img-wrap {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0;
        margin: 0 0 50px;
    }
    .hero-profile__services {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        /*-webkit-box-pack: center;*/
        /*-ms-flex-pack: center;*/
        /*justify-content: center;*/
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
    }
    .hero-profile__info {
        max-width: calc( 100% - 528px );
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: left;
        padding: 0 0 0 30px;
        margin-left: 0;
    }

    .hero-profile__link-wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 20px;
    }
    .hero-profile__services .article__persona {
        padding: 0 15px 0 0;
    }
    .justice-service .slider-news__text-title {
        font-size: 50px;
        margin-bottom: 50px;
    }
    .hero-profile__tip {
        display: none;
    }
    .footer-style-4 .footer__tel-big {
        font-size: 70px;
    }
   .hero-contact__content h1, .hero-contact__content .h1 {
       font-size: 65px;
   }
    .links-to-articles__link {
        font-size: 50px;
    }
    .job-description .hero-faqs__back-link {
        position: relative;
        top: 0;
        display: inline-block;
        margin-bottom: 40px;
    }
    .hero-faqs__container {
        padding-top: 80px;
    }
    .story__labels {
        top: 150px;
        position: fixed;
    }
    .opinions-sec__swiper-nav li {
        margin-bottom: 30px;
    }

}
@media (max-width: 1300px) {
    .header__search::-webkit-input-placeholder, .header__bottom-nav a, .header__callback,
    .submenu-content a {
        font-size: 13px;
    }
    .sticky-header .submenu-content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .submenu-content li {
        margin-right: 30px;
    }
    .header__nav-wrap-offset {
        padding-left: 0;
        padding-right: 0;
    }
    .hero__brands-wrap-list .footer__brands-list li {
        margin-right: 30px;
    }
    .hero__persona-slider .swiper-wrapper {
        min-height: 500px;
    }
    .hero-listing__grid-item-name {
        font-size: 20px;
    }
    .hero-listing__grid-item-pos {
        font-size: 13px;
    }
    .hero-listing__grid-item-img img {
        height: 278px
    }
    .article {
        padding: 50px 0 50px;
    }
    .hero-listing__grid-item-content {
        min-height: 375px;
    }
    .hero-news__offset,
    .hero-news__col {
        padding-right: 15px;
        padding-left: 15px;
    }
    .hero-news__itemB-content {
        right: 15px;
    }
    .page-template-help-slider .call-back__form-wrap {
        padding-left: 15px;
    }
    .private-service .tabs-module__call .tabs-module__call-numb {
        font-size: 33px;
    }
    .slider-news--facts .slider-news__wrap-btns .swiper-button-prev {
        left: 20px;
    }
    .slider-news--facts .slider-news__wrap-btns .swiper-button-next {
        right: 20px;
    }
    .tabs-module--about .text-style-1 ul>li>ul {
        padding-left: 20px;
    }
    .slider-profile__wrap-btns .profile__swiper-button-prev {
        left: 15px;
    }
    .slider-profile__wrap-btns .profile__swiper-button-next,
    .slider-profile__wrap-btns div:last-child {
        right: 15px;
    }


}
@media (max-width: 1199px) {

    .footer-style-2 .footer__title span, .footer-style-4 .footer__title span {
        display: inline;
    }
    .header__nav-wrap-offset {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header__search::-webkit-input-placeholder, .header__bottom-nav a, .header__callback {
        font-size: 14px;
    }
    .header__item-content, .header__all-item-content, .header-fixed {
        padding-left: 0;
        padding-right: 0;
    }
    .header__search-close, .header__search-preview,
    select:focus,
    textarea {
        font-size: 16px;
    }
    .header__search-close {
        -webkit-transform: translateY(-57%);
        -ms-transform: translateY(-57%);
        transform: translateY(-57%);
    }
    .header a.header-tel:hover:after {
        display: none !important;
    }
    body {
        line-height: 1.2;
    }
    .reading__medium-text {
        display: inline-block;
    }
    .header__all-item-row {
        padding-top: 20px;
    }
    .scroll-header .header-fixed__container .main-logo-link, .active .footer__ac-title-more, .footer__ac-title-less, .active .footer__ac-title-plus, .footer__ac-title-min {
        opacity: 0;
        visibility: hidden;
    }
    .quote__form {
        width: auto;
        max-width: 100%;
    }
    .quote__input-wrap {
        margin-left: 25px;
    }
    .quote__input:focus + .quote__search, .mobile-menu.overlay:after, .header__all-item.overlay .header__all-item-content:after, .header__item.overlay .header__item-content:after,
    .active .footer__ac-title-min, .active .footer__ac-title-less,.submenu-main.overlay:after {
        opacity: 1;
        visibility: visible;
    }
    .scroll-header .header-fixed__container .header__contact-us, .quote__search, .footer__ac-title-more, .footer__ac-title-less, .footer__ac-title-plus, .footer__ac-title-min {
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }
    .header__col-logo, .header__all-item-top, .before, .header__all-item-row .header__all-item-img, .header__item-list2-wrap,
    .header__item-description, .header__search-preview, .header__item-description img,
    .four-img__img-svg, .story__services-col br, .footer__contact, .story__content .hide, .footer__input-wrap, .footer__ac-content {
        display: none;
    }
    .story__content {
        padding-top: 10px;
        -webkit-transition: height .25s ease;
        -o-transition: height .25s ease;
        transition: height .25s ease;
        overflow: hidden;
    }
    .header__top-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 9px;
    }
    .menu-icon, .menu-icon-close {
        display: inline-block;
        position: relative;
        z-index: 12;
    }
    .menu-icon .click-mask,
    .menu-icon-close .click-mask,
    .menu-icon-back .click-mask {
        position: absolute;
        top: -50%;
        left: -50%;
        bottom: -50%;
        right: -50%;
        z-index: 1;
    }

    .click-mask {
        position: absolute;
        width: 35px;
        height: 35px;
        right: -17px;
        top: -12px;
        z-index: 1;
    }
    .page-menu .click-mask {
        right: -10px;
        top: -6px;
    }
    .menu-icon-close {
        z-index: 14;
    }
    .menu-icon svg {
        width: 20px;
    }
    .menu-icon-close img {
        width: 15px;
    }
    .wrap-header__search, .menu-icon, .menu-icon-close, .menu-icon-back {
        cursor: pointer;
    }
    .menu-icon-close {
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 1;
    }
    .header .main-logo-link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        max-width: 200px;
        margin: auto;
    }
    .header__search::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 1.2;
    }
    .header__search::-moz-placeholder {
        font-size: 16px;
        line-height: 1.2;
    }
    .header__search:-ms-input-placeholder {
        font-size: 16px;
        line-height: 1.2;
    }
    .header__search::-ms-input-placeholder {
        font-size: 16px;
        line-height: 1.2;
    }
    .header__search, .header__search::placeholder, .header__search-close {
        font-size: 16px;
        line-height: 1.2;
    }
    .form-control {
        height: auto;
    }
    .header__search-img {
        right: 0;
        left: auto;
        pointer-events: none;
    }
    .header__search-img {
        width: 17px;
        height: 17px;
    }
    .header__search {
        padding: 0 97px 5px 0;
    }
    .wrap-header__search {
        top: 0;
    }
    .header__bottom-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header__bottom-nav li {
        margin: 0 0 15px 0;
    }
    /*  .header__search::-webkit-input-placeholder,*/
   .header__bottom-nav a, .header__callback {
        font-weight: bold;
    }
    .header__top-nav li {
        margin-right: 0;
        width: 25%;
    }
    .header__top-nav a {
        width: 100%;
        text-align: center;
        padding: 15px 0;
        height: 100%;
    }
    .header__top-nav-svg {
        width: 60%;
        max-height: 50px;
    }
    .header__top-nav img {
        width: 50%;
        height: 50px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .header__top-nav li:nth-child(4) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .header__top-nav li:nth-child(4) img {
        width: 80px;
    }
    .header__top-nav li:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .header__top-nav li:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .header__top-nav li:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .header__top-nav-svg-help {
        background-color: #78D5E1;
    }
    .header__top-nav-svg-private .header__top-nav-svg path, .header__top-nav-svg-ethical .header__top-nav-svg path {
        fill: #fff !important;
    }
    .header__top-nav-svg-private {
        background-color: #2C2A29;
    }
    .header__top-nav-svg-justice {
        background-color: #F5F3F0;
    }
    .header__top-nav-svg-ethical {
        background-color: #E2665C;
    }
    .header {
        padding-bottom: 0;
    }
    .header-fixed__row {
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    .header__slideMenu {
        display: none;
        position: relative;
        padding-top: 37px;
    }
    .header__col-logo {
        padding: 0;
        margin-top: 35px;
    }
    .visible, .mobile-menu {
        display: block;
    }
    .mobile-menu {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 14;
        height: calc(var(--vh, 1vh) * 100);
        width: 100vw;
        overflow-y: auto;
    }
    .mobile-menu .header__item-content {
        background: #f5f3f0;
        padding: 20px 0 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header__item-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header__all-item, .header__item, .header__all-item.is-active, .header__item-list2-wrap.is-active, .header__all-item, .header__item.is-active {
        z-index: 15;
    }
    .header__all-item-content, .header__item-content {
        width: 100vw;
        height: calc(var(--vh, 1vh) * 100);
        overflow: scroll;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header__all-item-container, .header__item-container {
        overflow: initial;
    }
    .mobile-menu .main-logo-link {
        position: initial;
    }
    .mobile-menu .header__contact-us {
        margin-top: 3px;
    }
    .header__all-item, .header__item {
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
    .header__all-item-title {
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-bottom: 60px;
    }
    .header-ac-mobile > li > a,
    .nested-hide-list a {
        display: block;
        margin-right: 37px;
        font-weight: bold;
        line-height: 1.2;
    }
    .header-ac-mobile > li > a:after {
        content: none;
    }
    .header-ac-mobile > li {
        position: relative;
        margin-bottom: 20px;
    }
    .header-ac-mobile > li:before,
    .header-ac-mobile > li:after,
    .page-menu__main-list > li:before,
    .page-menu__main-list > li:after,
    .nested-hide-list:after,
    .nested-hide-list:before {
        content: "";
        position: absolute;
        width: 35px;
        height: 35px;
        right: -17px;
        top: -12px;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        pointer-events: none;
    }
    .page-menu__main-list > li:before,
    .page-menu__main-list > li:after {
        right: -10px;
        top: -6px;
    }
    .header-ac-mobile > li:before {
        background: var(--link-plus) center center/12px no-repeat;
    }
    .header-ac-mobile > li:after {
        background: var(--link-minus) center center/12px no-repeat;
    }
    .header-ac-mobile > li.active:before,
    .header-ac-mobile > li:after,
    .page-menu__main-list > li.active:before,
    .page-menu__main-list > li:after,
    .nested-hide-list:after,
    .nested-hide-list.active:before {
        opacity: 0;
        visibility: hidden;
    }
    .header-ac-mobile > li.active:after,
    .page-menu__main-list > li.active:after,
    .nested-hide-list.active:after {
        opacity: 1;
        visibility: visible;
    }
    .hide-content {
        padding-top: 31px;
    }
    .hide-content .hide-content__underlist a {
        display: block;
        font-size: 13px;
    }
    .hide-content .hide-content__underlist:nth-last-child(2) {
        padding-left: 0;
    }
    .hide-content .hide-content__underlist:last-child {
        padding-right: 0;
    }
    .hide-content .hide-content__top-list a {
        font-weight: 700;
    }
    .menu-icon-back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
    }
    .menu-icon-back img {
        width: 10px;
    }
    .header__item-logo {
        width: 150px;
    }
    .header__item-description-default {
        position: initial;
        display: block;
        padding: 30px 15px 30px;
        max-width: 960px;
        margin: 0 auto;

    }
    .header__item-row {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .header__item-text {
        max-width: 100%;
        padding-bottom: 20px;
    }
    .header__item-list a {
        opacity: 1;
    }
    .hide-content__description {
        padding: 55px 0 0;
    }
    .hide-content__description h6 {
        /*font-family: "Labor Union";*/
        font-weight: normal;
        color: inherit;
        font-size: 12px;
        margin-bottom: 20px;
    }
    .mobile-menu:after, .header__all-item .header__all-item-content:after, .header__item .header__item-content:after,
    .submenu-main:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: calc(var(--vh, 1vh) * 100);
        background-color: rgb(11 11 11 / 50%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .1s linear, visible .1s linear;
        -o-transition: opacity .1s linear, visible .1s linear;
        transition: opacity .1s linear, visible .1s linear;
        z-index: 11;
    }
    .scroll-header .header-fixed__container .header__contact-us {
        margin-top: -30px;
    }
    .scroll-header, .scroll-header .header__search-close {
        background: #fff;
    }
    .header__top, .header__item-row, .header {
        padding: 20px 0 20px;
    }
    .header-fixed__container .header-fixed__row {
        padding-bottom: 0;
    }
    .header__slideMenu, .reading__col_mr .reading__blog-col:nth-child(odd) {
        margin: 0;
    }
    .hide-content__description p {
        font-family: "Arial", sans-serif;
        font-weight: normal;
        color: inherit;
        font-size: 12px;
        letter-spacing: 0.02em;
        line-height: 2;
    }
    .hide-content__top-list li {
        margin-bottom: 17px;
    }
    .hide-content__top-list {
        margin-bottom: 23px;
    }
    .hide-content__underlist li {
        margin-bottom: 10px;
    }
    .quote__img-wrap {
        top: -16px; top: 10px;
    }
    .story__big-later {
        font-size: 220px;
    }
    .story {
        padding: 100px 0 100px;
    }
    .story--secondary {
        padding-top: 100px;
    }
    .story--secondary+.story--secondary {
        padding-top: 0;
    }
    .quote, .reading, .four-img {
        padding-bottom: 100px;
    }
    .reading {
        margin-bottom: 0;
    }
    .hero,
    .hero-profile__row,
    .page-menu,
    .hero__row-private,
    .hero-listing,
    .hero-news,
    .placeholder2,
    .hero-faqs__heading {
        padding-top: 90px;
    }
    .reading__big-title {
        font-size: 110px;
        padding-top: 10px;
    }
    .story__services-wrap, .store__text-wrap {
        text-align: left;
    }
    .story__services_row .store__text-wrap:not(:last-child) {
        margin-right: 0;
    }
    .four-img__overflow {
        height: 500px;
    }
    .footer__ac {
        display: block;
        color: #f5f3f0;
        background: #442341;
    }
    .header-ethical .footer__ac {
        background: #e2665c;
    }
    .header-ethical .footer__author span {
        color: #e2665c;
    }
    .footer .footer__social-list a, .footer .footer__list a {
        color: #f5f3f0 !important;
    }
    .footer__social-list a:after, .footer__list a:after {
        background: #f5f3f0;
    }
    .footer__ac-title {
        font-family: "Arial", sans-serif;
        font-weight: bold;
        letter-spacing: 0.08em;
        color: #f5f3f0;
        text-transform: uppercase;
        padding: 25px 20px 18px 0;
    }
    .footer__ac-author-wrap {
        padding: 13px 0 9px;
        background: #fff;
    }
    .four-img__logo img {
        width: 150px;
    }
    .quote__text {
        font-size: 65px;
    }
    .story__services-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 15px;
    }
    .story__services_row, .story__services-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .story__services-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .story__services_row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .story__services_row .store__text-item_hide, .story__services_row .store__text-item {
        white-space: initial;
        font-size: 20px;
    }
    .quote__form  {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .quote__input-wrap {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        left: 0;
        max-width: 100%;
    }
    .quote__input-wrap .quote__input {
        width: 100%;
    }
    .quote__input-wrap:after {
        content: none;
    }
    .quote__form .quote__input {
        border-bottom: 1px solid transparent;
    }
    .quote__form .quote__input:focus {
        border-color: #442341;
    }
    .story__content p,.story__content li,.story__content a, .reading__medium-text, .reading__blog-title {
        font-size: 25px;
    }
    .reading__blog-col, .reading__medium-text {
        margin-bottom: 20px;
    }
    .reading__small-text, .reading__medium-text {
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
        -webkit-text-orientation: initial;
        text-orientation: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        margin-bottom: 15px;
        position: initial;
    }
    .reading__small-text {
        display: block;
        margin-bottom: 10px;
    }
    .reading__slide-content {
        padding: 50px 0 50px;
    }
    .accordion-posts .reading__slide-content {
        padding-bottom: 62px;
    }
    .footer__brands-title {
        margin: 0 auto 20px;
    }
    .footer__brands-list {
        width: 100%;
        padding-left: 50px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .footer__brands-list li:last-child {
        padding-right: 15px;
    }
    .footer__brands-list::-webkit-scrollbar {
        display: none;
    }
    .footer__list {
        text-align: center;
    }
    .footer__social-wrap {
        padding: 50px 0;
    }
    .footer__author span {
        color: #442341;
    }
    .footer__ac-title-less {
        position: absolute;
        left: 0;
        top: 25px;
    }
    .footer .footer__title, .footer .footer__tel-big {
        font-size: 55px;
    }
    .footer__ac-title-img, .footer__ac-title-min {
        position: absolute;
        right: 0;
        top: 25px;
    }
    .footer__ac-title-min {
        top: 3px;
    }
    .footer__ac-title-plus, .footer__ac-title-min {
        width: 12px;
        height: 12px;
    }
    .header__contact-us {
        margin-top: 0;
    }
    .story__services_row .store__text-item, .story__services_row .store__text-item_hide {
        white-space: initial;
    }
    .footer__list {
        padding: 23px 0 0 0;
    }
    .footer__list li, .reading__col_mr .reading__blog-col:not(:nth-last-child(-n+2)) {
        margin-bottom: 32px;
    }
    .footer__list li:last-child {
        margin-bottom: 6px;
    }
    .footer__social-list a {
        font-size: 12px;
    }
    .footer__social-list li {
        margin: 0 30px 0 0;
    }
    .footer__social-list li:last-child, .footer__brands-list li:last-child {
        margin-right: 0;
    }
    .wrap-header__search:after {
        bottom: 0;
    }
    .story__services_row .store__text-item_hide {
        text-align: left;
        right: auto;
        bottom: auto;
    }
    .hero__form-wrap, .hero__text, .slider-team .swiper-pagination-progressbar, .hero__brands-wrap-list::-webkit-scrollbar, .slider-team__wrap-nav:after, .quote__text br, .slider-team__wrap-btns,
    .faq-tabs__bookmark, .faq-tabs__static a {
        display: none;
    }
    .hero__brands .footer__brands-list li {
        min-width: 80px;
    }
    .hero__brands-wrap-list {
        width: 100%;
    }
    .btns-module__drop-menu .btns-module__btn {
        background: none;
        padding: 10px 15px;
        border-radius: 0;
        border: none;
        margin-bottom: 15px;
        text-align: left;
    }
    .btns-module__drop-menu .btns-module__btn:hover, .btns-module__drop-menu .btns-module__btn {
        color: #442341;
    }
    .dropdown-menu.btns-module__drop-menu {
        padding: 15px 0;
        min-width: 350px;
    }
    .dropdown-menu.btns-module__drop-menu,
    .wrap-bootstrap-select .bootstrap-select .dropdown-menu {
        height: 170px;
        overflow: scroll;
    }
    .tabs-module__tab-content-text, .faq-tabs__cards,
    #mob-tab-content1,
    .mob-tab-wrap2 {
        -webkit-transition: height .25s ease;
        -o-transition: height .25s ease;
        transition: height .25s ease;
        overflow: hidden;
    }
    /*.mob-tab-wrap2 {*/
        /*position: relative;*/
    /*}*/
    .hero__text-slide-wrap:before {
        content: "";
        position: absolute;
        bottom: 100%;
        height: 40px;
        left: 0;
        width: 100%;
        z-index: 10;
        background: rgb(255,255,255);
        background: -moz-linear-gradient(0deg, rgba(255,255,255,0.9990371148459384) 0%, rgba(255,255,255,1) 42%, rgba(255,255,255,0) 95%);
        background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.9990371148459384) 0%, rgba(255,255,255,1) 42%, rgba(255,255,255,0) 95%);
        background: linear-gradient(0deg, rgba(255,255,255,0.9990371148459384) 0%, rgba(255,255,255,1) 42%, rgba(255,255,255,0) 95%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
    }
    .mob-tab-wrap2.active+.hero__text-slide-wrap:before {
        content: none;
    }
    .tabs-module, .video-module, .slider-team, .slider-cards, .faq-tabs {
        margin-bottom: 100px;
    }
    .accordion-posts.reading {
        padding-bottom: 0;
    }
    .slider-team__wrap-nav {
        padding: 20px 0 0;
        margin-bottom: 29px;
    }
    .slider-team__wrap-nav, .wrap-slider-progress {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .slider-team__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .slider-team__wrap-nav {
        text-align: center;
    }
    .wrap-bootstrap-select {
        margin-top: 20px;
    }
    .slider-cards__card-item {
        font-size: 20px;
    }
    .slider-member-name, .slider-cards__link, .faq-tabs__static a, .faq-tabs__static h2, .reading__medium-text {
        font-size: 25px;
    }
    .slider-cards__card {
        padding: 20px;
    }
    .faq-tabs__cards {
        overflow: hidden;
    }
    .faq-tabs__static p {
        margin-bottom: 28px;
    }
    .faq-tabs__mob-box {
        color: #442341;
        padding: 33px 20px;
        background: #fff;
        margin-bottom: 15px;
    }
    .faq-tabs__slide-btn-wrap {
        margin-top: 20px;
    }
    .faq-tabs {
        color: #fff;
        background: #442341;
        padding: 50px 0;
    }
    .faq-tabs__static {
        padding-top: 0;
        border-right: none;
    }
    .accordion-posts .swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0;
    }
    .accordion-posts .reading__col_mr .reading__blog-col {
        margin-bottom: 0;
        padding: 0;
    }
    .reading__content {
        display: block;
    }
    .accordion-posts .swiper-slide {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .accordion-posts__slider .swiper-pagination-bullet:after,
    .topic-slider__container .swiper-pagination-bullet:after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        background: #442341;
        border-radius: 50%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    .accordion-posts__slider .swiper-pagination-bullet-active:after {
        background: #78d5e1;
    }
    .topic-slider__container .swiper-pagination-bullet:after {
        background: #2c2a29;
    }
    .accordion-posts__slider .swiper-pagination-bullet,
    .topic-slider__container .swiper-pagination-bullet {
        position: relative;
        width: 17px;
        height: 17px;
        background: transparent;
        border: 2px solid transparent;
        opacity: 1;
    }
    .accordion-posts__slider .swiper-pagination-bullet-active {
        border-color: #78d5e1;
    }
    .topic-slider__container .swiper-pagination-bullet-active {
        border-color: #2c2a29;
    }
    .accordion-posts .reading__medium-text {
        position: absolute;
        right: 0;
        bottom: 27px;
        font-family: "Arial", sans-serif;
        top: auto;
        text-transform: lowercase;
        margin-bottom: 0;
        z-index: 10;
    }
    .accordion-posts .swiper-pagination {
        text-align: left;
    }
    .accordion-posts .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 27px;
    }
    .mob-btn-wrap-static {
        margin-top: 50px;
    }
    .tabs-module__tab-content-text {
        padding-right: 15px;
    }
    .btns-module__btn, .wrap-bootstrap-select .bootstrap-select > .btn-light {
        padding: 14px 53px 14px 30px;
    }
    .private-service .btns-module__btn.special {
        background-color: transparent;
        text-align: left;
    }
    .private-service .btns-module__btn, .private-service .btns-module__btn.special, .private-service .text-slide-btn, .private-service .text-slide-btn:hover,
    .private-service .faq-tabs__mob-box {
        color: #2c2a29;
    }
    .private-service .btns-module__wrap-drop > .btns-module__btn,
    .private-service .faq-tabs__static h2,
    .private-service .faq-tabs__static p,
    .private-service .faq-tabs__slide-btn-wrap .text-slide-btn,
    .private-service .faq-tabs__slide-btn-wrap .text-slide-btn:hover,
    .justice-service .faq-tabs__static,
    .private-service .faq-tabs__static .inline-line,
    .ethical-service .faq-tabs__static p,
    .justice-service .faq-tabs__static p,
    .ethical-service .faq-tabs__static .inline-line {
        color: #fff;
    }
    .justice-service .text-slide-btn,
    .justice-service .text-slide-btn:hover {
        color: #cd001a;
    }
    .justice-service .accordion-posts__slider .swiper-pagination-bullet-active:after {
        background: #cd001a;
    }
    .justice-service .accordion-posts__slider .swiper-pagination-bullet-active {
        border-color: #cd001a;
    }
    .private-service .btns-module__wrap-drop > .btns-module__btn:hover, .private-service .faq-tabs {
        background-color: #2c2a29;
    }
    .tabs-profile .footer__trustpilot-text, .tabs-profile .footer__trustpilot-small {
        display: none;
    }
    .tabs-profile .footer__stars {
        margin: 0 auto;
    }
    .tabs-profile__body-intro p
    .tabs-profile__body-intro ul,
    .tabs-profile__body-intro ol,
    .tabs-profile__body-intro a {
        font-size: 20px;
    }
    .tabs-profile__body-main p,
    .tabs-profile__body-main ul,
    .tabs-profile__body-main ol,
    .tabs-profile__body-main a {
        font-size: 15px;
    }
    .tabs-profile__content-wrap {
        margin: 100px auto 100px;
    }
    .tabs-profile .hero__brands {
        margin-top: 50px;
    }
    .private-service .slider-cards__item-title {
        font-size: 13px;
    }
    .private-service .accordion-posts__slider .swiper-pagination-bullet-active {
        border-color: #2c2a29;
    }
    .private-service .accordion-posts__slider .swiper-pagination-bullet-active:after,
    .private-service .accordion-posts__slider .swiper-pagination-bullet:after,
    .private-service .footer__ac {
        background-color: #2c2a29;
    }
    .private-service .footer__author span {
        color: #2c2a29;
    }
    .call-back .tabs-module__quote-text p, .topic-slider__container .swiper-slide {
        font-size: 20px;
    }
    .call-back .hero__form__input-wrap {
        max-width: 100%;
    }
    .topic-slider {
        margin-bottom: 100px;
    }
    /*.help-service .footer__ac {*/
    /*background-color: #78d5e1;*/
    /*}*/
    /*.help-service  .footer__author span {*/
    /*color: #78d5e1;*/
    /*}*/
    .ethical-service .footer__ac {
        background-color: #e2665b;
    }
    .ethical-service .footer__author span {
        color: #e2665b;
    }
    .justice-service .footer__ac {
        background-color: #f5f3f0;
        color: #cd001a !important;
    }
    .justice-service .footer .footer__social-list a,
    .justice-service .footer .footer__list a,
    .justice-service .footer__ac-title {
        color: #cd001a !important;
    }
    .header-ethical .wrap-header__search,
    .header-ethical .scroll-header .wrap-header__search {
        background: #ff9d6e;
    }
    .justice-service .footer__author span {
        color: #cd001a;
    }
    .justice-service .footer__ac-title-plus line,
    .justice-service .footer__ac-title-min line {
        stroke: #cd001a;
    }
    .justice-service .footer__social-list a:after,
    .justice-service .footer__list a:after {
        background-color: #cd001a;
    }
    .justice-service .btns-module__drop-menu .btns-module__btn:hover,
    .justice-service .btns-module__drop-menu .btns-module__btn,
    .ethical-service .btns-module__drop-menu .btns-module__btn:hover {
        background: transparent;
        color: #2c2a29;
    }
    .justice-service .text-style-1 h2,
    .justice-service .faq-tabs .text-style-1 h3 {
        font-size: 25px;
    }
    .justice-service .faq-tabs__static h2,
    .justice-service .faq-tabs__static h3,
    .justice-service .text-style-1 h2,
    .justice-service .text-style-1 h3 {
        margin-bottom: 15px;
    }
    .justice-service .topic-slider__container .swiper-slide {
        font-size: 40px;
    }
    .justice-service .faq-tabs {
        background: #2c2a29;
    }
    .ethical-service .faq-tabs {
        background: #f8c1b8;
    }
    .ethical-service .text-style-1 h3 {
        color: #FF9D6E;
    }
    .ethical-service .text-style-1 p,
    /*.ethical-service .text-style-1 a,*/
    .ethical-service .text-style-1 ul > li,
    .ethical-service .text-style-1 ol > li {
        color: #2c2a29;
    }
    .ethical-service .swiper-pagination-bullet-active:after {
        background: #7a939c;
    }
    .ethical-service .swiper-pagination-bullet:after {
        background: #bfcec2;
    }
    .ethical-service .swiper-pagination-bullet-active {
        border-color: #7a939c;
    }
    .ethical-service .call-back .tabs-module__quote-text p {
        font-size: 30px;
    }
    .ethical-service .text-slide-btn {
        font-weight: normal;
        color: #FF9D6E;
    }
    .ethical-service .btns-module__drop {
        color: #fff;
    }
    .hero__persona-slide-content {
        padding: 50px 30px;
    }
    .hero__persona-slide-logo {
        max-width: 250px;
    }
    .hero__persona-slide-title {
        font-size: 18px;
    }
    .hero--persona-private .wrap-breadcrumb {
        margin-bottom: 40px;
    }
    .sound-mute {
        top: 35px !important;
        left: 35px !important;
    }
    .close-video_btn {
        text-transform: uppercase;
        display: inline-block;
        font: normal 13px/1.2 "Lexend Zetta", sans-serif;
        color: #fff;
        margin-bottom: 39px;
    }
    .close-video_btn:hover {
        color: #ffffff;
        text-decoration: underline;
    }
    .video-preloader .hero__call_btn {
        position: static;
        margin: 0 auto;
    }
    .video-preloader {
        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: 15px 15px !important;
    }
    .video-preloader video {
        /*margin-bottom: 46px;*/
        height: auto;
    }
    .hero--justice__description {
        left: 15px;
    }
    .page-template-persona-justice .hero--justice__row {
        padding: 94px 0;
    }
    .big-letters__content-wrap {
        margin-top: 0;
    }
    .big-letters__content-wrap:before, .big-letters__dark-sec:before {
        content: none;
    }
    .big-letters__date {
        padding-left: 0;
        text-align: center;
        margin-bottom: 150px;
    }
    .big-letters__date-underline {
        position: relative;
    }
    .justice__primary-img-wrap_pos {
        position: relative;
        left: -46px;
    }
    .justice__primary-description {
        max-width: 100%;
    }
    .justice__primary-img-responsive {
        max-width: 400px;
        width: 100%;
        margin-right: 30px;
        float: left;
    }
    .justice__primary-big-title {
        font-size: 50px;
    }
    .big-letters__date {
        font-size: 100px;
        margin-bottom: 127px;
    }
    .big-letters__text {
        margin-bottom: 50px;
    }
    .big-letters__content-wrap .container {
        padding: 0 34px;
    }
    .justice__primary-description p {
        font-size: 16px;
    }
    .justice__row_mb-big,
    .justice__row_mb-small,
    .big-letters__dark-sec,
    .big-letters__container_mb-big {
        margin-bottom: 95px;
    }
    .big-letters__dark-sec,
    .big-letters__dark-sec_p {
        padding: 100px 0;
    }
    .big-letters__row_pl-big {
        padding-left: 0;
    }
    .big-letters__img-100 {
        width: 100%;
    }
    .big-letters__row_pl-small {
        padding-left: 0;
    }

    .big-letters__date_responsive {
        padding: 60px 0;
    }
    .private .footer-slider .swiper-wrapper {
        height: auto;
    }
    .pre-footer-menu__title {
        position: initial;
    }
    .pre-footer-menu .header__item-description.is-active {
        padding: 40px 15px 0;
    }
    .pre-footer-menu .header-ac-mobile > li:after {
        background: url(https://www.hja.net/wp-content/themes/hja/img/min-white.svg) center center/12px no-repeat;
    }
    .pre-footer-menu .header-ac-mobile > li:before {
        background: url(https://www.hja.net/wp-content/themes/hja/img/plus-white.svg) center center/12px no-repeat;
    }
    .pre-footer-menu__container {
        padding: 50px 40px;
    }
    .opinions-sec__description {
        font-size: 40px;
    }
    .opinions-sec__logo-wrap,
    .opinions-sec__description {
        margin-bottom: 80px;
    }
    .pre-footer-menu .pre-footer-menu__title {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .pre-footer-menu.pre-footer-menu--justice .header-ac-mobile > li:after {
        background: url(https://www.hja.net/wp-content/themes/hja/img/min-red.svg) center center/12px no-repeat;
    }
    .pre-footer-menu.pre-footer-menu--justice .header-ac-mobile > li:before {
        background: url(https://www.hja.net/wp-content/themes/hja/img/plus-red.svg) center center/12px no-repeat;
    }
    /*.wrap__footer {*/
        /*position: relative;*/
        /*z-index: 0;*/
    /*}*/
    .page-template-help-slider .help__slider-call-back {
        position: relative;
    }
     .footer-slider,
     .page-template-help-slider .footer-style-4,
     .page-template-help-slider .help__slider-call-back {
        z-index: 99;
    }
    .page-template-people-listing  .hero-contact-btns,
    .page-template-news--insight-listing  .hero-contact-btns {
        opacity: 1 !important;
    }
    .mob-tab-wrap2 {

    }
    .pre-footer-menu.pre-footer-menu--justice .header-ac-mobile > li:after {
        background: url(https://www.hja.net/wp-content/themes/hja/img/min-red.svg) center center/12px no-repeat;
    }
    .pre-footer-menu.pre-footer-menu--justice .header-ac-mobile > li:before {
        background: url(https://www.hja.net/wp-content/themes/hja/img/plus-red.svg) center center/12px no-repeat;
    }
    .pre-footer-menu.pre-footer-menu--help .header-ac-mobile > li:after {
        background: url(https://www.hja.net/wp-content/themes/hja/img/min-blue.svg) center center/12px no-repeat;
    }
    .pre-footer-menu.pre-footer-menu--help .header-ac-mobile > li:before {
        background: url(https://www.hja.net/wp-content/themes/hja/img/plus-blue.svg) center center/12px no-repeat;
    }
    .page-menu .tab-pane:after {
        content: none;
    }
    .page-menu .tab-pane {
        margin: 0 0 32px;
        max-width: 100%;
    }
    .page-menu .tab-pane--home,
    .tab-content > .tab-pane--mob {
        display: block;
    }
    .page-menu__main-list .hide-content {
        padding-bottom: 8px;
        border-bottom: 1px solid #fff;
    }
    .page-menu__mobile-menu--private,
    .page-menu__mobile-menu--private .tab-link {
        color: #fff;
    }
    .page-menu__mobile-menu--private,
    .page-menu__log-wrap--private {
        background: #2c2a29;
    }
    .page-menu__log-wrap--private path,
    .tab-pane--private path {
        fill: #ffffff;
    }
    .page-menu__mobile-menu--help {
        color: #442341;
    }
    .page-menu__mobile-menu--help .page-menu__main-list .hide-content {
        border-color: #442341;
    }
    .page-menu__mobile-menu--help,
    .page-menu__log-wrap--help {
        background: #78d5e1;
    }
    .page-menu__log-wrap--help path,
    .tab-pane--help path {
        fill: #442341;
    }
    .page-menu__mobile-menu--justice,
    .page-menu__mobile-menu--justice .tab-link {
        color: #cd001a;
    }
    .page-menu__mobile-menu--justice .page-menu__main-list .hide-content {
        border-color: #cd001a;
    }
    .page-menu__mobile-menu--justice,
    .page-menu__log-wrap--justice {
        background: #f5f3f0;
    }
    .page-menu__log-wrap--justice path,
    .tab-pane--justice path {
        fill: #cd001a;
    }
    .page-menu__mobile-menu--ethical,
    .page-menu__mobile-menu--ethical .tab-link {
        color: #fff ;
    }
    .page-menu__mobile-menu--ethical,
    .page-menu__log-wrap--ethical {
        background: #e2665c;
    }
    .page-menu__log-wrap--ethical path,
    .tab-pane--ethical path {
        fill: #ffffff;
    }
    .page-menu__logo-wrap,
    .page-menu__tab-links {
        margin-bottom: 0;
    }
    .page-menu__mobile-menu-outer {
        padding: 52px 34px;
    }
    .page-menu__logo-wrap {
        min-height: 80px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .page-menu {
        overflow: hidden;
        min-height: 0;
    }
    .page-menu__main-list,
    .page-menu__main-list > li {
        position: relative;
        z-index: 2;
    }
    .page-menu__main-list > li > a {
        display: block;
        margin-right: 25px;
        font-weight: bold;
    }
    .page-menu__mobile-menu--private .page-menu__main-list > li:before,
    .page-menu__mobile-menu--ethical .page-menu__main-list > li:before {
        background: url(https://www.hja.net/wp-content/themes/hja/img/plus-white.svg) center center/12px no-repeat;
    }
    .page-menu__mobile-menu--private .page-menu__main-list > li:after,
    .page-menu__mobile-menu--ethical .page-menu__main-list > li:after {
        background: url(https://www.hja.net/wp-content/themes/hja/img/min-white.svg) center center/12px no-repeat;
    }
    .page-menu__mobile-menu--justice .page-menu__main-list > li:before {
        background: url(https://www.hja.net/wp-content/themes/hja/img/plus-red.svg) center center/12px no-repeat;
    }
    .page-menu__mobile-menu--justice .page-menu__main-list > li:after {
        background: url(https://www.hja.net/wp-content/themes/hja/img/min-red.svg) center center/12px no-repeat;
    }
    .page-menu__mobile-menu--help .page-menu__main-list > li:before,
    .nested-hide-list:before {
        background: url(https://www.hja.net/wp-content/themes/hja/img/plus-blue.svg) center center/12px no-repeat;
    }
    .page-menu__mobile-menu--help .page-menu__main-list > li:after,
    .nested-hide-list:after {
        background: url(https://www.hja.net/wp-content/themes/hja/img/min-blue.svg) center center/12px no-repeat;
    }
    .page-menu__mobile-menu .page-menu__main-list > li > a:after {
        content: none;
    }
    .tab-pane__mobile-list-title {
        margin: 54px 0 32px;
    }
    .page-menu__logo {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 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;
        z-index: 5;
    }
    .page-menu__mobile-menu,
    .hero--service .help-slider__btns-wrap {
        display: none;
    }
    .hero--help-slider {
        padding-bottom: 100px;
    }
    .opinions-sec__trending-col_one {
        padding: 0 30px 0 40px;
    }
    .opinions-sec__swiper-nav li {
        font-size: 24px;
    }
    .opinions-sec__swiper-nav li:before {
        left: -42px;
    }
    .opinions-sec__trending-col_one:before {
        height: calc(100% - 110px);
        bottom: 45px;
    }
    .hero--help-slider_col-p,
    .help-slider__split-mob-wrap {
        padding: 0;
    }
    .hero--help__big-logo {
        max-width: 500px;
    }
    /*.help-slider__split-text {*/
    /*display: none;*/
    /*}*/
    .help-slider__splittext-wrap {
        min-height: 147px;
        margin-bottom: 50px;
    }
    .hero--help-slider .help-slider__btns-wrap,
        /*.section-pag,*/
    .help-slider__callback {
        display: none;
    }
    .hero--help-slider .hero__form-link {
        margin-bottom: 0;
    }
    .help-slider__scroll-text-wrap {
        /*-webkit-transform: translateY(0);*/
        /*-ms-transform: translateY(0);*/
        /*transform: translateY(0);*/
    }
    .help-slider__cta-wrap {
        display: none;
    }
    .section--css .section__outer.help-slider__text-sec,
    .section--css .section__outer {
        padding: 100px 0;
    }
    .footer-style-4 .footer__tel-big {
        margin-top: 10px;
    }
    .help-service .mob-btn-wrap-fixed {
        bottom: 28px;
    }
    .help-slider-wrapper .mob-btn-wrap-fixed .mob-btn {
        -webkit-transition: background .1s linear, border .1s linear;
        -o-transition: background .1s linear, border .1s linear;
        transition: background .1s linear, border .1s linear;
    }
    .help-slider-wrapper .mob-btn-wrap-fixed.white .mob-btn {
        background: #78d5e1;
        border-color: #78d5e1;
    }
    .header__contact-us a {
        font-size: 18px;
    }
    .pre-footer-menu--private .pre-footer-menu__title {
        font-size: 16px;
    }
    .ethical-service .topic-slider__container .swiper-slide {
        margin-right: 10px !important;
    }
    .slider-cards__card-text p {
        font-size: 20px;
    }
    .hero--help-slider .wrap-breadcrumb {
        max-width: 960px;
        top: 97px;
    }
    .hero__form-heading p {
        max-width: 100%;
    }
    .pre-footer-menu--help.section__outer .header__item-list-wrap {
        padding-left: 15px;
    }
    .pre-footer-menu--help .pre-footer-menu__title {
        padding-left: 0;
    }
    .section__outer .call-back__quote-wrap {
        padding-left: 15px;
    }
    .help-slider__btns-wrap {
        display: none;
    }
    .hero--help-slider {
        height: auto;
    }
    .section--css .section__outer.hero--help-slider {
        padding-top: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .big-letters__img-big-wrap img {
        max-width: 100%;
        height: auto;
    }
    .pre-footer-menu .header__item-list > li {
        margin-bottom: 40px;
    }
    .hide-content .hide-content__underlist ul li:last-child {
        margin-bottom: 0;
    }
    .pre-footer-menu--help.section__outer {
        height: auto;
    }
    .pre-footer-menu .header__item-description .header__item-text {
        padding-bottom: 0;
    }
    .text-style-1 p:last-child {
        margin-bottom: 16px;
    }
    .tabs-module__mix {
        padding: 0 15px;
        margin-top: 20px;
        border: 0;
    }
    .tabs-module__quote-text p {
        margin-bottom: 20px;
    }
    .hero__form-heading--help-svc {
        margin-bottom: 42px;
    }
    .hero__form--help-svc {
        max-width: 600px;
        margin: 0 auto 42px;
    }
    .hero__form--help-svc .hero__form-title {
        display: none;
    }
    .hero__form--help-svc:after {
        content: "";
        position: absolute;
        left: -100vw;
        right: -100vw;
        top: 0;
        bottom: 0;
        z-index: 0;
        background: #78d5e1;
    }
    .hero__form--help-svc .hero__form-heading2,
    .hero__form--help-svc .wpcf7 {
        position: relative;
        z-index: 5;
    }
    .hero__form--help-svc {
        position: relative;
    }
    .hero-listing .element-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%;
        margin-bottom: 30px;
    }
    .dropdown-menu__container {
        padding: 0 15px;
        max-width: 400px;
        /*height: 200px;*/
        -webkit-transition: height .25s ease;
        -o-transition: height .25s ease;
        transition: height .25s ease;
        overflow: hidden;
    }
    .options__show-block .less {
        position: absolute;
        top: 0;
        left: 0;
        white-space: nowrap;
    }
    .options__show-block {
        margin-left: 10px;
    }
    .options__show-block .all,
    .options__show-block .less {
        transition: all .2s linear;
    }
    .options__show-block.active .all,
    .options__show-block .less {
        opacity: 0;
        visibility: hidden;
    }
    .options__show-block.active .less {
        opacity: 1;
        visibility: visible;
    }
    .dropdown-menu__col-wrap {
        padding: 0;
        margin-bottom: 15px;
    }
    .hero-listing__filter-filter .dropdown-menu {
        padding-bottom: 12px;
        padding-top: 12px;
    }
    .dropdown-menu__col-wrap:last-child {
        margin-bottom: 0;
    }
    .options__top-text {
        padding-left: 15px;
        padding-right: 15px;
    }
    /*.hero-listing__filter-search,*/
    /*.hero-listing__filter-search::placeholder,*/
    /*.hero-listing__filter-btn {*/
    /*font-size: 16px;*/
    /*}*/
    /*.hero-listing__filter-search-img:before {*/
    /*width: 12px;*/
    /*height: 12px;*/
    /*}*/
    /*.hero-listing__filter-btn.dropdown-toggle::after {*/
    /*height: 13px;*/
    /*width: 13px;*/
    /*}*/
    .fx-form__title,.fx-form__sub-title {
        font-size: 20px;
    }
    .fx-form__sub-title {
        margin-bottom: 20px;
    }
    .article__btns-fixed .chatbot_btn {
        display: none;
    }
    .article__btns-fixed {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .xl-btn {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .accordion-posts--default .swiper-pagination-bullet-active:after {
        background: #442341;
    }
    .accordion-posts--default .swiper-pagination-bullet-active {
        border-color: #442341;
    }
    .hero-news__itemB {
        padding: 0 15px;
    }
    .hero-news__itemB-img-wrap {
        padding: 0;
    }
    .hero-news__itemB-content {
        position: initial;
        max-width: 100%;
    }
    .hero-news__itemM-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    .hero-news__itemB-title {
        font-size: 35px;
    }
    .hero-news__title {
        font-size: 50px;
    }
    /*.hero-news__itemM {*/
    /*min-height: 500px;*/
    /*}*/
    .hero-profile__info,
    .hero-profile__img-wrap {
        max-width: 50%;
    }
    .hero-profile__img-wrap,.hero-profile__info {
        padding: 0 15px;
    }
    .hero-profile__services {
        margin-bottom: 50px;
    }
    .hero-profile__logos,
    .hero-profile__services {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: scroll;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    .hero-profile__services::-webkit-scrollbar,
    .hero-profile__logos::-webkit-scrollbar {
        display: none;
    }
    .article__persona--private {
        background: #2c2a29;
        color: #fff;
    }
    .article__persona--private .after-hover:after {
        background: #fff;
    }
    .article__persona--justice {
        background: #f5f3f0;
        color: #2c2a29;
    }
    .article__persona--ethical {
        background: #f8c1b8;
        color: #2c2a29;
    }
    .article__persona--help {
        background: #78d5e1;
    }
    .article__persona--justice .after-hover:after,
    .article__persona--ethical .after-hover:after {
        background: #2c2a29;
    }
    .article__persona--private .article__persona-svg path {
        fill: #ffffff;
    }
    .article__persona--private .article__persona-cross line {
        stroke: #ffffff;
    }
    .article__persona--justice .article__persona-cross line,
    .article__persona--ethical .article__persona-cross line {
        stroke: #2c2a29;
    }
    .article__persona--ethical .article__persona-svg  path {
        fill: #e2675e;
    }
    .hero-profile__services .article__persona {
        display: block;
        max-width: 40vw;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40vw;
        flex: 0 0 40vw;
        padding: 30px 21px;

    }
    .hero-profile__services .article__persona-img {
        margin-top: 0;
    }
    /*.hero-profile__services .article__persona-img .article__persona-svg {*/
     /*max-height: 100%;*/
    /*}*/
    .hero-profile__services .article__persona-img {
        margin-bottom: 34px;
        /*min-height: 56px;*/
    }
    .hero-profile,
    .hero-profile__center-col {
        margin-bottom: 0;
    }

    .hero-profile__role  {
        margin-bottom: 30px;
    }

    .hero-profile__name {
        margin-bottom: 10px;
    }
    .hero-profile__link-wrap,
    .share-page__links {
        margin-top: 30px;
    }
    .share-page__links {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .share-page .share-page__links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hero-profile__img-wrap {
        padding-left: 0;
    }
    .hero-profile__info {
        padding-right: 0;
    }
    .tabs-module--profile .text-slide-btn,
    .tabs-module--profile .text-slide-btn:hover {
        color: #442341;
    }
    .slider-cards--mix .slider-cards__card-img {
        max-height: 55px;
    }
    .justice-service .hero__title-private {
        font-size: 22px;
    }
    .slider-profile .swiper-wrapper {
        min-height: 600px;
    }
    .tabs-module__call {
        max-width: 550px;
        padding: 20px 15px;
        /*margin: auto;*/
    }
    .dropdown-menu__list {
        max-width: 100%;
        padding-right: 0;
    }
    .hero-profile__services .article__persona-cross {
        display: none;
    }
    .hero-contact__content h1,
    .hero-contact__content .h1 {
        font-size: 40px;
    }
    .hero-contact__address {
        font-size: 45px;
        margin-bottom: 33px;
    }
    .hero-contact__address-txt-small {
        font-size: 20px;
    }
    .hero-contact .share-page__links li {
        margin-right: 20px;
    }
    .placeholder1 {
        padding-top: 87px;
    }
    .submenu-content {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100vw;
        background: #f5f3f1 !important;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
        height: calc(var(--vh, 1vh) * 100);
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 1;
        visibility: visible;
        z-index: 14;
        padding-top: 25px;
    }
   .submenu-main .inline-line {
       color: #442341 !important;
       background-image: none !important;
   }

    .submenu-content li {
        position: relative;
        margin: 0 0 20px 0;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.05em;

    }
    .submenu-content a {
        display: block;
        font-size: 14px;
    }
    .submenu-content li:last-child {
        margin: 0;
    }
    .submenu-main__title {
        font-family: "Nobel";
        letter-spacing: 0.05em;
    }
    .submenu-main__heading {
        margin-bottom: 59px;
    }

    /*.submenu-call:before {*/
        /*content: "";*/
        /*position: absolute;*/
        /*right: -15px;*/
        /*width: 7px;*/
        /*height: 7px;*/
        /*border: solid;*/
        /*-webkit-transform: rotate(135deg);*/
        /*-ms-transform: rotate(135deg);*/
        /*transform: rotate(135deg);*/
        /*border-color: inherit;*/
        /*border-width: 2px 2px 0 0;*/
        /*top: 2px;*/
        /*-webkit-transition: all .3s linear;*/
        /*-o-transition: all .3s linear;*/
        /*transition: all .3s linear;*/
    /*}*/
    /*.submenu-call.active:before {*/
        /*-webkit-transform: rotate(-45deg) translateY(4px);*/
        /*-ms-transform: rotate(-45deg) translateY(4px);*/
        /*transform: rotate(-45deg) translateY(4px);*/
    /*}*/
    /*.story--secondary {*/
        /*padding-top: 150px;*/
    /*}*/
    .hero-contact-btns--secondary {
        right: 15px;
    }
    .slider-news--facts .slider-news__content {
        padding: 60px 76px 60px 76px;
    }
    .slider-news--facts .slider-news__heading-title,
    .links-to-articles h2 {
        margin-bottom: 50px;
    }
    .team-overview h2 {
        font-size: 44px;
    }

    .links-to-articles__link {
        font-size: 30px;
    }
    .slider-news__body-img-wrap {
        height: auto;
    }
    .slider-news__body-img {
        max-height: 270px;
    }
    .team-overview__col {
        flex: 0 0 180px;
        max-width: 180px;
    }
    .story--secondary .story__col {
        margin-bottom: 0;
    }

    .wrap-breadcrumb--secondary {
        position: absolute;
        top: 94px;
        z-index: 11;
        left: 0;
        right: 0;
    }
    .hero-faqs {
        padding: 0 0 50px;
    }
    .hero-faqs__heading {
        margin-bottom: 50px;
    }
    .hero-faqs__heading h1 {
        font-size: 60px;
        margin-top: 50px;
    }
    .hero-faqs__back-link,
    .hero-faqs__content  .hero-faqs__back-link {
        position: relative;
        display: inline-block;
        top: 0;
        left: 0;
        margin-bottom: 50px;
    }
    .hero-faqs__container {
        padding-top: 0;
    }
    .hero-faqs__back-link:before {
        left: 4px;
        top: 7px;
    }
    .hero-faqs__content .hero-faqs__back-link:before {
        top: 0;
    }
    .lottie1 {
        height: 448px;
    }
    .tabs-module__article-block--img-right img {
        margin-right: 22px;
    }
    .tabs-module__article-block--img-left img {
        margin-right: 22px;
    }
    /*.text-style-1--advanced ul {*/
        /*padding-left: 40px;*/
    /*}*/
    /*.text-style-1--advanced ul>li {*/
        /*padding-left: 30px;*/
        /*font-size: 25px;*/
        /*margin-bottom: 20px;*/
    /*}*/
    .more-links__link-wrap {
        font-size: 25px;
    }
    .tabs-module--about-sub .hero-faqs__back-link {
        margin-bottom: 0;
    }
    .tabs-module__article-block img {
        max-width: 300px;
    }
    .tabs-module--about-sub2 .tabs-module__nav {
        margin-top: 40px;
    }
    .modal--contact-2 .call-back__form-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .nested-hide-list .submenu-main__nested-menu a {
        font-weight: 400;
    }
    .submenu-main__nested-menu {
        display: flex;
        justify-content: space-between;
        margin: 0 -15px;
    }
    .submenu-main__nested-menu li {
        margin-bottom: 0;
        padding: 0 15px;
    }
    .submenu-main__mob-list {
        display: block;
        text-align: left;
        padding: 0 15px;
    }
    .tabs-module--careers .tabs-module__title {
        font-size: 60px;
    }
    .tabs-module__content-response {
        margin-bottom: 50px;
    }
    .tabs-module--careers .tabs-module__mix {
        border: none
    }
    .profile__swiper-button img {
        max-width: 30px;
    }
    .slider-profile__wrap-btns div.profile__swiper-button-next  {
        right: 10px;
    }
    .slider-profile__wrap-btns div.profile__swiper-button-prev  {
        left: 10px;
    }
    .slider-profile--reviews .slider-profile__info {
        padding: 90px 50px;
        /*background: #442341c9;*/
        width: 100%;
    }
    .slider-profile--reviews .slider-profile__img {
       display: none;
    }
    .slider-profile--reviews .slider-profile__wrap-btns {
        width: 100%;
    }
    .slider-profile--reviews .swiper-wrapper {
        min-height: 0;
    }
    .tabs-module__content-response {
        margin-bottom: 30px;
    }
    .tabs-module__ad-info-wrap {
        margin: 30px 0 30px
    }
    .tabs-module__ad-info li {
        margin-bottom: 15px;
    }
    .tabs-module__persona-item {
        margin-top: 30px;
    }

    .hero-contact__row {
        padding-bottom: 90px;
    }
    .slider-news--facts .slider-news__body--not-img {
        margin-top: 0;
    }
    .slider-news__slider {
        height: auto;
    }
    .lottie2 {
        height: calc( 100% - 100px);
    }
    .tabs-module__tab-row-title {
        font-size: 35px;
        text-align: center;
        font-weight:bold;
        text-transform: uppercase;
        margin: 50px 0 50px;
    }
    .tabs-module--profile .tabs-module__mix {
        border: none;
    }
    .tabs-module__link-box {
        padding: 25px 15px;
        max-width: 100%;
        font-size: 23px;
    }
    .tabs-module__tab-row:first-child .tabs-module__tab-row-title {
        margin-top: 0;
    }
    .tabs-module__tab-row:last-child .tabs-module__mix {
        margin: 0;
    }
    .tabs-module__tab-row {
        margin-bottom: 30px;
    }
    .tabs-module__tab-row:last-child {
        margin-bottom: 0;
    }
    .tabs-module__mix-title {
        text-align: left;
    }
    .ethical-service .tabs-module__mix {
        border: none;
    }
    .hero__call_btn {
        bottom: 21px;
    }
    .hero-contact .hero-contact-btns  {
        position: absolute;
    }
    .hero-profile__row {
        min-height: 0;
    }
    .team-overview__mob-row,
    .tabs-module__nav--view {
        padding-left: 50px;
        position: relative;
        margin: 0;
        width: 100vw;
    }
    .footer__brands-wrap,
    .hero__brands-wrap-list--view {
        width: 100vw;
    }
    .hero__brands-wrap-list--view {
        position: relative;
    }
    .team-overview  {
        overflow: hidden;
    }
    .hero--justice__description {
        bottom: 100px;
    }
    .slider-ethical-container .swiper-slide {
        width: 500px;
    }
    .header__bottom-nav {
        width: 100%;
    }
    .header__bottom-nav a {
        display: block;
    }

    .header__bottom-nav li:first-child {
        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;
    }
    /*.header__bottom-nav li:first-child a {*/
        /*display: inline-block;*/
        /*margin-left: 40px;*/
    /*}*/
    .header__bottom-nav li:first-child .mob-special {
        display: block;
        position: relative;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        right: 0;
        top: -2px;
        width: 40px;
        height: 100%;
        color: #0000;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.941' height='11.5'%3E%3Cg transform='translate(-35.335 -80.5)'%3E%3Cline x2='5.391' y2='5.547' transform='translate(36.109 85.953)' fill='none' stroke='%23442341' stroke-width='1.5'%3E%3C/line%3E%3Cline x2='5.391' y2='5.547' transform='translate(41.578 81.031) rotate(90)' fill='none' stroke='%23442341' stroke-width='1.5'%3E%3C/line%3E%3C/g%3E%3C/svg%3E")  center center/10px no-repeat;
        /*background: #000;*/
    }
    .tabs-profile__body-main h4 {
        font-size: 18px;
    }
    /*.text-style-1--advanced ul > li:before {*/
        /*font-size: 40px;*/
    /*}*/
    .article__persona--private .inline-line {
        color: #fff;
        background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
        background-image: -o-linear-gradient(left, #fff 0%, #fff 100%);
        background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    }
    .tab-link {
        background: none !important;
    }
    .wrapper-content-h main,.pre-footer-menu__container {
        padding-bottom: 90px !important;
    }
    .page-template-help-slider main,
    .page-template-help-slider .pre-footer-menu,
    .page-template-persona-justice main,
    .page-template-persona-ethical  main,
    .page-template-persona-private main ,
    .page-template-contact main {
        padding-bottom: 0 !important;
    }
    .hero-news,.team-overview,.links-to-articles,
    .more-links,
    .job-description,
    .share-page {
        margin-bottom: 0;
    }
    .single .accordion-posts--default.accordion-posts.reading {
        margin-bottom: 30px;
    }
    .team-overview+.links-to-articles {
        padding-top: 70px;
    }
    .pre-footer-menu__container {
        min-height: 0;
    }
    .big-letters__dark-sec_two-img img {
        height: 400px;
    }
    .video-iframe {
        pointer-events: initial;
    }
    .video-iframe:before {
        content: none;
    }
    .video-iframe__wrap {
        height: calc( 100% + 260px);
    }
    .hero--anim-video .video-module__video {
        -o-object-fit: contain;
        object-fit: contain;
    }
    .hero-persona__title {
        margin-bottom: 25px;
    }
    #wrap-submenu-main .mob-special {
        display: none;
    }
    /*------------------------------*/
    .hero--help-service .hero__name-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .hero--help-service .hero__form--help-svc {
        margin-top: 40px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .hero--help-service .hero__form-btn-wrap {
        margin-top: 20px;
    }
    .store__text-wrap.change-text:hover .store__text-item {
        opacity: 1;
    }

}

@media (max-width: 991px) {

    .footer, .modal, .header__item-description h6, .header__item-description .h6 {
        font-family: "Nobel", sans-serif;
    }
    .header__all-item, .header__item {
        font-family: "Arial", sans-serif;
    }
    .sticky-btn-menu {
        text-decoration: underline;
    }
    .wrap-header__search {
        position: absolute;
        max-width: 100%;
        top: 0;
        width: 26px;
        right: 15px;
        background: #f5f3f0;
        z-index: 13;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .header-help .header .wrap-header__search {
        background: #fff;
    }
    .header-private .header .wrap-header__search {
        background: #2c2a29;
    }
    .wrap-header__search input {
        font-size: 16px;
        opacity: 0;
        -webkit-transition: opacity .3s linear;
        -o-transition: opacity .3s linear;
        transition: opacity .3s linear;
    }
    .scroll-header .wrap-header__search {
        background: #fff;
    }
    .wrap-header__search.active {
        width: calc(100% - 29px);
    }
    .wrap-header__search.active input {
        opacity: 1;

    }
    .header__item-text {
        margin-bottom: 0;
    }
    /*.quote__img-wrap {*/
        /*display: none;*/
    /*}*/
    .four-img__overflow {
        height: 300px;
    }
    .four-img__slide-title {
        font-size: 30px;
    }
    .four-img__row_mb {
        margin-bottom: 0;
    }
    .quote__text {
        font-size: 45px;
        letter-spacing: 0;
    }
    .quote__col {
        margin-bottom: 28px;
    }
    .story__big-later {
        font-size: 150px;
        line-height: .65;
        margin-right: 12px;
    }
    .story__content p,.story__content li,.story__content a {
        font-size: 20px;
    }
    .reading__big-title {
        font-size: 80px;
        text-indent: -12px;
    }
    .footer .footer__title, .footer .footer__tel-big,
    .footer-style-4 .footer .footer__title
    {
        font-size: 35px;
        line-height: 1;
    }
    .footer-style-default .footer .footer__title,
    .footer-style-default .footer .footer__tel-big,
    .footer-style-1 .footer .footer__title,
    .footer-style-1 .footer .footer__tel-big,
    .footer-style-2 .footer .footer__tel-big {
        font-size:40px;
    }
    .footer-style-4 .footer .footer__tel-big,
    .footer-style-2 .footer .footer__title,
    .footer-style-3 .footer .footer__tel-big,
    .footer-style-3 .footer .footer__title {
        font-size: 35px;
    }
    .footer__form .footer__medium-text {
        margin-top: 19px;
    }
    .four-img__slide-title_small, .story__services_row .store__text-item, .story__services_row .store__text-item_hide, .footer__form .footer__medium-text {
        font-size: 15px;
    }
    .quote__form input::-webkit-input-placeholder, .footer__form input::-webkit-input-placeholder {
        font-size: 20px;
    }
    .quote__form input::-moz-placeholder, .footer__form input::-moz-placeholder {
        font-size: 20px;
    }
    .quote__form input:-ms-input-placeholder, .footer__form input:-ms-input-placeholder {
        font-size: 20px;
    }
    .quote__form input::-ms-input-placeholder, .footer__form input::-ms-input-placeholder {
        font-size: 20px;
    }
    .four-img__slide-title_small, .quote__form .quote__medium-text, .quote__form input, .footer__form input, .quote__form input::placeholder, .footer__form input::placeholder, .story__btn,
    .reading__medium-text, .reading__blog-title, .footer__author_big-fz, .quote__medium-text {
        font-size: 20px;
    }
    .footer__row_big-mb {
        margin-bottom: 35px;
    }
    .footer__social-logo {
        max-width: 189px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .four-img__logo img {
        width: 90px;
    }
    .footer__social-wrap {
        padding: 36px 0 20px;
    }
    .footer__social-list {
        margin-bottom: 43px;
    }
    .four-img__row .four-img__col:nth-child(even),
    .four-img__row .four-img__col:nth-child(odd) {
        padding: 0 15px;
    }
    .four-img__slide-row2 {
        margin-top: 17px;
    }
    .quote, .reading, .four-img {
        padding-bottom: 50px;
    }
    .quote__split {
        margin: 9px 0 3px;
    }
    .story {
        padding: 50px 0 64px;
    }
    .story__col {
        margin-bottom: 65px;
    }
    .footer {
        padding-top: 85px;
    }
    .header__search-img {
        z-index: 14;
        right: 15px;
    }
    .hero__name-wrap {
        padding-top: 0;
    }
    .hero__name-img {
        max-width: 133px;
    }
    .hero__name-text {
        font-size: 25px;
    }
    .hero__name-cross {
        width: 12px;
        height: 12px;
        margin: 5px 10px 10px;
    }
    .hero__form-title {
        font-size: 25px;
    }
    .hero__form-link,
    .hero--help-slider .hero__form-link {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .hero__title {
        font-size: 35px;
    }
    .hero__description p, .hero__brands .footer__brands-title {
        font-size: 20px;
    }
    /*.hero__text a, */
    .slider-team__link,
    .slider-cards__title {
        font-size: 25px;
    }
    .hero__brands .footer__brands-title {
        margin: 0 0 20px 0;
        text-align: center;
    }
    .hero--service {
        margin-bottom: 40px;
    }
    .video-module__video-stop, .video-module__video-play,
    .tabs-module--about-sub .video-module__video-play,
    .tabs-module--about-sub .video-module__video-stop,
    .preload-video__video-play {
        width: 80px;
        height: 80px;
        font-size: 20px;
    }
    .tabs-module, .video-module, .slider-team, .slider-cards, .faq-tabs {
        margin-bottom: 70px;
    }
    .text-style-1 p, .slider-team__title {
        margin-bottom: 15px;
    }
    .tabs-module__tab-content-text.text-style-1 h2
    /*.tabs-module__tab-content-text.text-style-1 h3  */
    {
        line-height: 1.1;
    }
    .slider-team__title,
    .tabs-module__tab-content-text.text-style-1 h2,
    /*.tabs-module__tab-content-text.text-style-1 h3,*/
    .tabs-module__tab-content-title h2 {
        font-size: 35px;
    }
    .faq-tabs__cards.text-style-1 p, .faq-tabs__cards.text-style-1 a, .faq-tabs__cards.text-style-1 ul > li, .faq-tabs__cards.text-style-1 ol > li {
        font-size: 15px;
    }
    .faq-tabs__cards.text-style-1 h2,
    .faq-tabs__cards.text-style-1 h3 {
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .accordion-posts__slider .reading__blog-title {
        font-size: 30px;
    }
    .accordion-posts .reading__slide-content {
        padding-top: 20px;
    }
    .share-page__title {
        margin-bottom: 22px;
    }
    .share-page__links li {
        margin-right: 40px;
    }
    /*.slider-cards__card {*/
    /*max-width: 100%;*/
    /*}*/
    /*.slider-cards__slider .swiper-slide:nth-of-type(even) .slider-cards__card {*/
    /*margin-left: 0;*/
    /*}*/
    .tabs-profile__content {
        display: inline-block;
    }
    .tabs-profile__content-img {
        max-width: 312px;
        width: 100%;
    }
    .tabs-profile__content-wrap {
        margin: 0 0 20px;
    }
    .tabs-profile__content-text {
        padding-top: 30px;
        max-width: 100%;
    }
    .call-back .tabs-module__quote-text p,
    .call-back .hero__form__label,
    .call-back .hero__form__input {
        font-size: 15px;
    }
    .scroll-header .header-fixed__container .header__contact-us {
        margin-top: -25px;
    }
    .justice-service .btns-module__title,
    .ethical-service .btns-module__title {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .justice-service .call-back .tabs-module__quote-text p {
        font-size: 25px;
    }
    .header-justice .wrap-header__search {
        background: #F5F3F0;
    }
    .ethical-service .topic-slider__container .swiper-slide {
        font-size: 35px;
    }
    .ethical-service .tabs-profile__name,
    .ethical-service .video-module__title,
    .ethical-service .slider-cards__title,
    .ethical-service .topic-slider__title {
        font-size: 25px;
    }
    .slider-profile__position {
        margin-bottom: 70px;
    }
    .slider-profile__name {
        font-size: 30px;
    }
    .slider-collections-sec {
        padding-bottom: 112px;
    }
    .hero__persona-pagination {
        position: initial;
        margin-bottom: 40px;
    }
    .big-letters__date {
        font-size: 80px;
    }
    .justice-logo-list-wrap {
        margin-top: 20px;
        width: 100%;
    }
    .sticky-btn-menu-wrap_responsive {
        position: fixed;
        top: 125px;
        right: 30px;
        transition: all .2s;
    }
    .sticky-btn-menu-wrap_responsive.hide {
        opacity: 0;
        visibility: hidden;
    }
    .sticky-btn-menu:first-child {
        margin-bottom: 11px;
    }
    .sticky-btn-menu {
        display: inline-block;
        position: relative;
        padding: 0;
        text-align: right;
        height: auto;
        background: none;
        color: #cd001a;
        min-width: 0;
    }
    .sticky-btn-menu:hover {
        color: #cd001a;

    }
    .sticky-btn-menu_underline {
        position: relative;
    }
    .sticky-btn-menu_underline:after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #cd001a;
        -webkit-transition: opacity .1s linear;
        -o-transition: opacity .1s linear;
        transition: opacity .1s linear;
    }
    .justify__col-responsive_mb {
        margin-bottom: 66px;
    }
    .justice__video-link {
        font-size: 15px;
        position: absolute;
        left: auto;
        top: 0;
        right: 0;
        height: 16px;
    }
    .justice__video-link:after {
        top: auto;
        bottom: 0;
    }
    .big-letters__dark-sec {
        padding: 80px 0;
    }
    .big-letters__dark-sec-content .justice__primary-description {
        width: 100%;
        max-width: 100%;
    }
    .justice__primary-description_medium {
        padding: 0 15px;
    }
    .opinions-sec__logo-wrap {
        min-height: 400px;
    }
    .opinions-sec__description {
        font-size: 30px;
    }
    .white-default-header .wrap-header__search {
        background: #fff;
    }
    .page-menu__logo svg {
        max-width: 80%;
    }
    .opinions-sec__filter-wrap {
        display: none;
    }
    .opinions-sec__trending-wrap {
        min-height: 300px;
    }
    .slider-ethical-container .swiper-slide {
        height: 436px;
    }
    .slider-ethical-container .swiper-slide {
        width: 50%;
    }
    .slider-ethical__wrap-btns {
        display: none;
    }
    .slider-ethical__link {
        font-size: 30px;
    }
    .ethical-slider {
        padding-bottom: 100px;
    }
    .slider-ethical__main-link {
        bottom: 50px;
    }
    .opinions-sec__content {
        padding: 60px 0 230px;
    }
    .opinions-sec__big-logo-wrap {
        margin-bottom: 50px;
    }
    .opinions-sec__trending-wrap {

        padding: 50px 50px 90px;
    }
    .hero--help__big-logo {
        max-width: 300px;
    }
    .help-slider__splittext-wrap,
    .help-slider__splittext-wrap .swiper-slide,
    .help-slider__scroll-text {
        font-size: 60px;
    }
    .help-slider__splittext-wrap {
        min-height: 194px;
    }
    .help__slider-call-back .tabs-module__quote-text p {
        font-size: 30px;
    }
    .page-template-help-slider .header .wrap-header__search {
        background: #78d5e1;
    }
    .hero--help-slider.hero--service {
        margin-bottom: 0;
    }
    .header-private-main .wrap-header__search {
        background: #fff;
    }
    .header-private.header-transparent-1 .wrap-header__search.active {
        background: #2c2a29 !important;
    }
    .page-template-persona-ethical .wrap-header__search.active {
        background: #e2665c !important;
    }
    .faq-tabs__cards.text-style-1 h2,
    .faq-tabs__cards.text-style-1 h4,
    .faq-tabs__cards.text-style-1 h5,
    .faq-tabs__cards.text-style-1 h6,
    .faq-tabs__cards.text-style-1 h3 {
        font-size: 15px;
    }
    .section--css .section__outer.hero--help-slider {
        padding-top: 91px;
    }
    .modal--custom .modal__close {
        max-width: 40px;
    }
    .modal__video-stop, .modal__video-play {
        width: 40px;
        height: 40px;
    }
    .hero__form--help-svc {
        padding: 34px 0 47px;
    }
    .hero__form--help-svc .hero__form__input,
    .hero__form--help-svc .hero__form__textarea,
    .hero__form--help-svc .hero__form__label {
        font-size: 20px;
    }
    .hero__form--help-svc .hero__form__textarea {
        height: 100px;
    }
    .hero-listing__filter-wrap {
        padding-top: 30px;
    }
    .hero-listing__filter-title,
    .hero-listing__filter-params {
        margin-bottom: 30px;
    }
    .hero-listing__grid-sum {
        margin-bottom: 15px;
    }
    .hero-listing .element-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        width: 33.333%;
    }
    .hero-listing__filter-col,
    .hero-listing  {

        margin-bottom: 50px;
    }
    .article__ticker {
        margin: 25px 0 25px;
    }
    .page-template-template-articles .wrap-header__search,
    .page-template-news--insight-listing .wrap-header__search,
    .page-template-people-listing .wrap-header__search {
        background: #fff;
    }
    .container--breadcrumb {
        padding-top: 120px;
    }
    .article__container-img-text {
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
        -webkit-text-orientation: initial;
        text-orientation: initial;
        position: initial;
        white-space: pre-wrap;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        margin: 10px 0 0;
        text-align: center;
    }
    .article__container-img-wrap, .article__container-img-text-wrap {
        padding-right: 0;
    }
    .article__info {
        margin-bottom: 50px;
    }
    .article__info--last {
        margin-top: 50px;
        margin-bottom: 0;
    }
    .article__shape-links {
        margin-top: 29px;
    }
    .hero-news__title {
        font-size: 45px;
    }
    .hero-news__itemB-title {
        font-size: 30px;
    }
    .hero-news__itemM-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .hero-news__step-wrap {
        margin-top: 50px;
    }
    .hero-news__itemM {
        min-height: 400px;
    }
    .hero-profile__services .article__persona {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 307px;
        flex: 0 0 307px;
        max-width: 307px;
    }
    .hero-profile__img-wrap,.hero-profile__info {
        padding: 0;
    }
    .hero-profile__img-wrap,
    .hero-profile__info {
        max-width: 500px;
    }
    .slider-news__text-title {
        font-size: 30px;
        line-height: 1.2;
    }
    .justice-service .slider-news__text-title,
    .help-service .slider-news__text-title {
        font-size: 40px;
    }
    .ethical-service .slider-news__text-title {
        font-size: 35px;
    }
    .slider-news__heading,
    .slider-news__text-title,
    .slider-news__body,
    .justice-service .slider-news__text-title,
    .ethical-service .slider-news__text-title {
        margin-bottom: 30px;
    }
    .slider-news__footer-logo {
        max-width: 150px;
        width: auto;
        max-height: 50px;
    }
    .hero-profile__services .article__persona-img {
        margin-bottom: 24px;
    }
    .hero-profile__services  .article__persona-cross {
        margin: 0 15px 0 15px;
    }
    .hero-profile__name {
        font-size: 45px;
    }
    .slider-ethical-container .swiper-slide:nth-child(even) {
        height: 470px;
    }
    .ethical-service .hero__title-private {
        font-size: 20px;
    }
    .hero__cross-private {
        margin: 0 16px 10px;
    }
    .hero-profile__img-wrap,
    .hero-profile__img-wrap img {
        width: 100%;
        max-width: 100%;
    }
    .hero-profile__info {
        max-width: 100%;
        width: 100%;
    }
    .hero-contact-btns {
        position: fixed;
        width: 100%;
        right: 0;
    }
    .hero-contact-btns .help-slider_get-btn {
        min-width: 0;
        max-width: 300px;
        width: 100%;
        height: 54px;
    }
    .hero-contact-btns .chatbot_btn,
    .hero-contact .share-page__links {
        display: none;
    }
    .placeholder1 {
        position: initial;
        width: 100%;
        height: 513px;
        margin-bottom: 27px;
    }
    .hero-contact__row {
        min-height: 0;
        padding: 0 0 90px;
    }
    .hero-contact__content h1, .hero-contact__content .h1 {
        margin-bottom: 18px;
    }
    .hero-contact .hero__form__input-wrap {
        max-width: calc(50% - 32px);
        width: 100%;
    }
    .hero-contact .call-back__form-title {
        color: #442341;
    }
    .hero-contact .hero__form__input-wrap.hero__form__textarea-wrap {
        max-width: 100%;
    }
    .hero-contact .hero__form-check-wrap {
        width: 100%;
    }
    .hero-contact .hero__form-check-label:before {
        border-color: #442341;
    }
    .hero-contact .hero__form-btn {
        font: normal 20px/1 "Nobel", sans-serif;
        letter-spacing: 0.02em;
    }
    .hero-contact .hero__form__input:focus,
    .hero-contact .hero__form__textarea:focus {
        color: #442341;
        border-bottom: 3px solid #442341;
    }
    .hero-contact .hero__form__input:focus + .hero__form__label,
    .hero-contact .hero__form__textarea:focus + .hero__form__label {
        color: #442341;
    }
    .hero-contact .hero__form-check-label:before {
        left: 0;
    }
    .hero-contact .hero__form-check-label:after {
        left: 5px;
    }
    .hero-contact .hero__form__textarea {
        height: 118px;
    }
    .story__labels {
        top: 95px;
        position: fixed;
    }
    .story__label {
        padding: 5px 15px;
    }
    .story__label:not(:last-child) {
        margin-bottom: 5px;
    }
    .team-overview {
        text-align: center;
    }
    .team-overview__text {
        max-width: 100%;
    }
    .team-overview__col {
        flex: 0 0 200px;
        max-width: 200px;
    }
    .team-overview h2 {
        font-size: 35px;
    }
    .hero-faqs__heading h1 {
        font-size: 40px;
    }
    .lottie1 {
        height: 300px;
    }
    .tabs-module--about-sub .tabs-module__nav .nav-item,
    .tabs-module--careers .tabs-module__nav .nav-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
        padding: 0 15px;
    }
    .tabs-module__article-block {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .tabs-module--about-sub .tabs-module__tab-content-text {
        padding: 0;
    }
    .cookies-block__row p {
        margin-bottom: 21px;
        max-width: 100%;
        padding-right: 0;
    }
    .cookies-block__confirm {
        max-width: 100%;
    }
    .cookies-block__row {
       display: block;
    }
    .cookies-block {
        padding: 18px 19px;
    }
    .slider-profile--reviews .swiper-slide {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tabs-module--careers .tabs-module__title {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .hero-job-role h1 {
        margin-bottom: 30px;
    }
    .hero-contact .call-back__form-wrap {
        padding: 50px 15px 21px;
    }
    .links-to-articles {
        margin-bottom: 10px;
    }
    .story__label {
        min-height: 53px;
    }
    .hero--help-slider .wrap-breadcrumb {
        max-width: 720px;
    }
    .hero-profile__img-wrap {
        margin-bottom: 30px;
    }
    .hero--persona__description {
        margin-bottom: 0;
    }
    .tabs-module__nav--view2 {
        padding-left: 50px;
        position: relative;
        margin: 0;
        width: 100vw;
    }
    .single .accordion-posts--default.accordion-posts.reading {
        margin-bottom: 0;
    }
    .quote .quote__medium-text {
        padding-right: 0;
    }
    .quote .quote__input-wrap {
        margin-left: 0;
    }
    .big-letters__dark-sec_two-img {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .big-letters__dark-sec_two-img img {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
    /*------------*/
    .quote__input {
        width: 180px;
        max-width: 100%;
    }
    .quote__input-wrap .quote__input {
        width: 212px;
        max-width: 100%;
    }
    .hero-persona__title {
        font-size: 20px;
    }
    .page-template-template-expert-comments .wrap-header__search,
    .page-template-template-expert-comments .header__search-close {
        background: #fff;
    }
}
@media (max-width: 767px) {
    .reading__big-title {
        font-size: 70px;
    }
    .breadcrumb-item.active {
        font-weight: 700;
        top: 1px;
    }
    .hero__trustpilot-wrap .footer__trustpilot-text {
        font-size: 16px;
    }
    .hero__trustpilot-wrap .footer__trustpilot-small-text {
        font-size: 12px;
    }
    .hero__form-link,
    .hero--help-slider .hero__form-link {
        margin-bottom: 8px;
    }
    .hero__form-heading p, .slider-member-prof, .slider-cards__card-text p, .faq-tabs__static p,
    .faq-tabs__cards.text-style-1 p, .faq-tabs__cards.text-style-1 a, .faq-tabs__cards.text-style-1 ul > li, .faq-tabs__cards.text-style-1 ol > li, .reading__small-text {
        font-size: 12px;
    }
    .hero__brands .footer__brands-title,
    .ethical-service .hero__brands .footer__brands-title {
        margin: 0 0 10px 0;
    }
    .ethical-service .btns-module__title,
    .hero__brands .footer__brands-title,
    .ethical-service .hero__brands .footer__brands-title {
        font-size: 19px;
    }
    .ethical-service .text-style-1 h2,
    .ethical-service .faq-tabs__static h2,
    .ethical-service .faq-tabs .text-style-1 h3 {
        font-size: 22px;
    }
    .ethical-service .hero__name-private {
        font-size: 25px;
    }
    .ethical-service .faq-tabs__static h2,
    .ethical-service .faq-tabs__cards.text-style-1 h2,
    .ethical-service .faq-tabs__cards.text-style-1 h3 {
        margin-bottom: 10px;
    }
    .hero__name {
        margin-bottom: 18px;
    }
    .hero--help-service .hero__form-heading,
    .hero--help-service .hero__name,
    .hero--help-service .hero__trustpilot-wrap {
        margin-bottom: 40px;
    }
    .hero__title,
    .hero--service,
    .text-style-1 h2,
    .text-style-1 h3 {
        margin-bottom: 19px;
    }
    .btns-module__title {
        margin-bottom: 30px;
    }
    .btns-module {
        margin-bottom: 49px;
    }
    .video-module {
        margin-bottom: 64px;
    }
    .tabs-module, .faq-tabs__static h2 {
        margin-bottom: 23px;
    }
    .slider-team__title, .slider-cards__card-name {
        font-size: 25px;
    }
    .slider-team__link, .btns-module__btn, .wrap-bootstrap-select .bootstrap-select > .btn-light, .slider-member-name,
    .slider-cards__link {
        font-size: 20px;
    }
    .wrap-bootstrap-select {
        margin-top: 30px;
    }
    .slider-progress {
        max-width: 139px;
    }
    .slider-member-name {
        margin-bottom: 7px;
    }
    .slider-member-img {
        margin-bottom: 20px;
    }
    .slider-team {
        margin-bottom: 46px;
    }
    .slider-cards__title {
        margin-bottom: 21px;
    }
    .slider-cards__card {
        padding: 32px 20px;
    }
    .slider-cards__card-item, .share-page__title, .share-page__links a {
        font-size: 15px;
    }
    .slider-cards__card-text p, .faq-tabs__cards.text-style-1 p {
        line-height: 2;
    }
    .slider-cards__item-title {
        margin-bottom: 4px;
    }
    .slider-cards__link {
        bottom: 16px;
    }
    .slider-cards {
        margin-bottom: 25px;
    }
    .faq-tabs__static p {
        margin-bottom: 39px;
    }
    .faq-tabs__mob-box {
        padding: 36px 22px 36px 22px;
    }
    .faq-tabs__cards.text-style-1 h2 {
        margin-bottom: 23px;
    }
    .faq-tabs__slide-btn-wrap {
        text-align: right;
    }
    .faq-tabs__slide-btn-wrap {
        margin-top: 28px;
    }
    .faq-tabs {
        margin-bottom: 39px;
    }
    .accordion-posts  .reading__big-title {
        font-size: 45px;
    }
    .accordion-posts .reading__slide-content {
        padding-top: 19px;
    }
    .accordion-posts.reading {
        margin-bottom: 39px;
    }
    .share-page {
        margin-bottom: 35px;
    }

    .tabs-profile__content-wrap {
        text-align: center;
    }
    .tabs-profile__inner-min {
        margin-top: 50px;
    }
    .tabs-profile__content-wrap, .tabs-profile__body-text {
        max-width: 100%;
    }
    .tabs-profile__content-img {
        max-width: 40%;
        width: 100%;
        height: 200px;
    }
    .tabs-profile__content-text {
        max-width: 60%;
        padding: 60px 15px 100px;
    }
    .tabs-profile .hero__brands {
        margin-top: 0;
    }
    .tabs-profile {
        margin-bottom: 50px;
    }
    .call-back__form-wrap {
        padding: 0 15px 0;
        border-left: none;
        margin-top: 50px;
    }
    .call-back__quote-wrap {
        padding-top: 0;
    }
    .call-back {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    .topic-slider__container .swiper-slide {
        font-size: 15px;
    }
    .topic-slider__container {
        max-width: 100%;
    }
    .topic-slider {
        margin-bottom: 50px;
    }
    .tabs-module__quote-img {
        margin-bottom: 20px;
        max-width: 40px;
    }
    .justice-service .topic-slider__container .swiper-slide {
        font-size: 20px;
    }
    .topic-slider__container .swiper-pagination {
        position: initial;
        margin-top: 35px;
    }
    .justice-service .tabs-module__tab-content-text.text-style-1 h2
    /*.justice-service .tabs-module__tab-content-text.text-style-1 h3  */
    {
        font-size: 30px;
    }
    .justice-service .faq-tabs__cards.text-style-1 h2 {
        margin-bottom: 15px;
    }
    .call-back .tabs-module__quote-text p {
        margin-bottom: 20px;
    }
    .ethical-service .call-back .tabs-module__quote-text p,
    .ethical-service .topic-slider__container .swiper-slide {
        font-size: 25px;
        letter-spacing: 0;
    }
    .close-video_btn {
        font-size: 12px;
    }
    /*.video-preloader {*/
        /*padding: 140px 0 30px !important;*/
    /*}*/
    .hero__persona-slider .swiper-wrapper {
        min-height: 0;
    }
    .hero--persona-private .wrap-breadcrumb {
        margin-bottom: 30px;
    }
    .hero__persona-slider-wrap {
        position: relative;
        padding: 70px 0;
        margin-bottom: 70px;
        min-height: 468px;
    }
    /*.hero__persona-slider-wrap:after,*/
    /*.hero--justice:after,*/
    /*.hero--ethical:after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 128px;*/
    /*height: 5px;*/
    /*bottom: 9px;*/
    /*left: 0;*/
    /*right: 0;*/
    /*background: #ffffff;*/
    /*margin: 0 auto;*/
    /*-webkit-border-radius: 10px;*/
    /*-moz-border-radius: 10px;*/
    /*border-radius: 10px;*/
    /*}*/
    .hero__persona-slider {
        padding-bottom: 55px;
    }
    .hero__persona-slide-content {
        width: 100%;
        margin-left: 0;
        background: #2c2a29;
        color: #ffffff;
        padding: 0;
        min-height: 0;

    }
    .hero__persona-slide-logo {
        margin: 0 auto 30px;
        max-width: 300px;
    }
    .hero__persona-slide-title {
        color: #ffffff;
        margin: 0 auto 50px;
        font-size: 16px;
    }
    .hero__persona-slide-title span {
        margin-top: 40px;
    }
    .slider-collections__title {
        margin-bottom: 48px;
    }
    .slider-collections-wrap {
        padding-left: 0;
        max-width: 540px;
        margin: 0 auto;
    }
    .slider-collections-wrap .slider-collections {
        overflow: visible;
    }
    .slider-collections__wrap-btns,
    .slider-profile__wrap-btns {
        display: none;
    }
    .slider-collections__select-wrap {
        display: none;
    }
    .slider-profile__info {
        padding: 60px 30px 40px;
    }
    .slider-profile__link {
        position: static;
    }
    .slider-profile .swiper-wrapper {
        min-height: 400px;
    }
    .slider-profile__position {
        font-size: 16px;
    }
    .slider-profile__brands {
        display: none;
    }
    .slider-profile__name {
        font-size: 30px;
    }
    .hero--justice__logo {
        margin-bottom: 93px;
    }
    .page-template-persona-justice .hero--justice__row {
        -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;
    }
    .page-template-persona-justice .hero--justice__row .wrap-breadcrumb {
        position: static;
        margin-bottom: 135px;
    }
    .hero--justice__description {
        position: static;
        padding: 0 15px;
    }
    .justice__primary-img-responsive {
        max-width: 300px;

    }
    .justice__primary-big-title {
        font-size: 40px;
    }
    .big-letters__date {
        font-size: 60px;
    }
    .justice__primary-description p {
        font-size: 14px;
    }
    .justice__row_mb-big,
    .justice__row_mb-small,
    .justify__col-responsive_mb {
        margin-bottom: 55px;
    }
    .justice__row_mb-small_responsive {
        margin-bottom: 91px;
    }
    .big-letters__img-big-wrap_responsive {
        padding: 0;
        min-width: 100vw;
        left: -19px;
    }
    .hero--ethical .hero__call_btn {
        position: fixed;
        min-width: 301px;
        height: 45px;
        font-size: 20px;
    }
    .opinions-sec__logo-wrap {
        min-height: 300px;
    }
    .opinions-sec {
        padding-top: 70px;
    }
    .opinions-sec__logo-wrap,
    .opinions-sec__description {
        margin-bottom: 42px;
    }
    .max-md-px-0 {
        padding: 0;
    }
    .opinions-sec__blog-wrap {
        padding: 34px 0;
    }
    .opinions-sec__filter-wrap {
        display: none;
    }
    .slider-collections-sec .wrap-bootstrap-select,
    .slider-profile-sec .wrap-bootstrap-select {
        margin: 0 auto 40px;
        text-align: center;
    }
    .opinions-sec__description {
        font-size: 28px;
    }
    .opinions-sec {
        padding-top: 70px;
    }
    .opinions-sec__profile-img {
        width: 61px;
        height: 61px;
    }
    .opinions-sec__posts-message {
        font-size: 20px;
        line-height: 1.4;
    }
    .slider-ethical__link {
        font-size: 21px;
    }
    .ethical-slider {
        margin-bottom: 0;
        padding-bottom: 67px;
    }
    .slider-trending {
        padding-bottom: 20px;
    }
    .help-slider__splittext-wrap {
        margin-bottom: 63px;
    }
    .hero--help-slider {
        padding: 93px 0 50px;
        min-height: 0;
    }
    .hero--help-slider .wrap-breadcrumb {
       position: initial;
    }
    .help-slider__scroll-text {
        font-size: 40px;
        line-height: 1.5;
    }
    .page-template-help-slider .pre-footer-menu__container
        /*.help-slider__text-sec */
    {
        min-height: 0;
    }
    .section--css .section__outer.help-slider__text-sec,
    .section--css .section__outer {
        padding: 70px 0;
    }
    .help__slider-call-back .tabs-module__quote-text p {
        font-size: 24px;
    }
    .tabs-profile__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .slider-member-img img {
        height: 331px;
    }
    .hero-listing .element-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
    }
    /*.hero-listing__filter-col {*/
    /*padding: 0;*/
    /*}*/
    .hero-listing__filter-wrap {
        padding-right: 15px;
        padding-left: 15px;
    }
    .hero-listing__filter-title,.article__data__title {
        font-size: 20px;
    }
    .dropdown-menu__container {
        max-width: 300px;
    }
    .article__container h1,
    .error-404 h1,
    .page-title {
        font-size: 40px;
    }

    .article__people,
    .article__authors,
    .article__persona,
    .article__data,
    .article__events {
        margin-top: 34px;
    }

    .modal--contact-2 .call-back__form-wrap {
        padding: 54px 25px 54px 25px;
    }
    .fx-form .hero__form__label,
    .fx-form .hero__form__input,
    .modal--contact-2 .hero__form__input,
    .modal--contact-2 .hero__form__textarea,
    .modal--contact-2 .hero__form__label,
    .hero__form__text,
    .hero__form__input-wrap .filter-option-inner-inner,
    .hero__form__input-wrap .dropdown-item .text,
    .hero__form__text, .btn_choose_sent-text {
        font-size: 16px;
    }
    .modal--contact-2 .not-prog .hero__form__input-wrap,
    .fx-form .not-prog .hero__form__input-wrap {
        padding-top: 11px;
    }
    .modal--contact-2 .hero__form-btn {
        font-size: 15px;
    }
    .slider-cards--mix {
        margin-top: 25px;
    }
    .fx-form__inner,
    .modal--contact-2 .call-back__form-wrap {
        padding: 50px 15px 20px;
    }
    .modal--contact-3 .call-back__form-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .fx-form__inner .call-back__form-wrap,
    .modal--contact-2 .call-back__form-wrap {
        margin-top: 0;
    }

    .hero-news__title {
        font-size: 40px;
    }
    .hero-news__itemM-title {
        font-size: 25px;
    }
    /*.hero-news__itemM {*/
    /*min-height: 450px;*/
    /*}*/
    .tabs-module--profile .tabs-module__tab-content-text.text-style-1 h2
    /*.tabs-module--profile .tabs-module__tab-content-text.text-style-1 h3 */
    {
        font-size: 25px;
    }
    .hero-profile__name {
        font-size: 30px;
    }
    .hero-profile__role {
        font-size: 16px;
    }
    .hero-profile__services .article__persona {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 239px;
        flex: 0 0 239px;
        max-width: 239px;
    }
    .hero-profile__services  .article__persona-svg {
        max-width: 140px;
    }
    .slider-cards--mix .slider-cards__card-img-wrap {
        max-width: 100% !important;
        width: 100%;
        margin-bottom: 17px;
    }
    .slider-cards--mix .slider-cards__card-name {
        font-size: 20px;
    }
    .slider-cards--mix .slider-cards__name-cross {
        margin-left: 0;
    }
    .hero-profile__img-wrap, .hero-profile__info {
        max-width: 100%;
    }
    .slider-news__content {
        padding: 45px 35px;
    }
    .slider-news__heading-title {
        max-width: 100%;
        width: 100%;
        margin-bottom: 17px;
        padding-right: 0;
    }
    .hero__text li,
    .tabs-profile__body-main li,
    .tabs-profile__body-main p,
    .tabs-profile__body-main ul,
    .tabs-profile__body-main ol,
    .hero__text p,
    .hero__text ul,
    .hero__text ol {
        margin-bottom: 16px;
    }
    .team-overview__text p,
    .team-overview h2 {
        margin-bottom: 20px;
    }
    .slider-news--facts
        /*    .team-overview*/
 {
        margin-bottom: 60px;
    }

    .slider-news--facts .slider-news__content {
        padding: 30px 50px 30px 50px;
    }
    .slider-news--facts .slider-news__wrap-btns .swiper-button-next {
        right: 10px;
    }
    .slider-news--facts .slider-news__wrap-btns .swiper-button-prev {
        left: 10px;
    }

    .lottie1 {
        height: 200px;
    }
    .more-links__link-wrap,
    .text-style-1 .tabs-module__big-link,
    .big-link {
        font-size: 20px;
    }
    .tabs-module--about-sub {
        margin-bottom: 50px;
    }
    .tabs-module__article-block img {
       float: none;
        margin: 15px auto;
    }
    .tabs-module__row-link-wrap,
    .tabs-module__row-link-wrap:nth-child(2) {
        margin-bottom: 15px;
        text-align: center;
    }
    .slider-profile__pag {
        bottom: 20px !important;
    }
    .slider-profile--reviews .swiper-slide {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .slider-profile--reviews {
        background: transparent;
    }
    .tabs-module__ad-info-wrap {
        margin: 34px 0 10px;
    }
    .tabs-module__tab-row-title {
        font-size: 30px;
    }
    .hero--persona-private {
        margin-bottom: 50px;
    }
    .slider-collections-sec {
        padding-bottom: 50px;
    }
    .tabs-module__tab-content-title h2,
    .tabs-module__tab-content-text.text-style-1 h2
    /*.tabs-module__tab-content-text.text-style-1 h3  */
    {
        font-size: 25px;
        line-height: 1.2;
    }

}
@media (max-width: 575px) {
    .header__top-nav li {
        width: 50%;
    }
    .main-logo {
        max-width: 170px;
    }
    .header__search-img {
        height: 15px;
        width: 15px;
        margin: auto 0 0;
    }
    .menu-icon svg {
        width: 15px;
    }
    .header__contact-us a,
    .slider-cards--mix .slider-cards__link {
        font-size: 15px;
    }
    .header-fixed {
        padding-bottom: 10px;
    }
    .menu-icon-close img {
        width: 12px;
    }
    .mobile-menu .header__top-col {
        margin-bottom: 5px;
    }
    .header__bottom-nav li {
        margin-bottom: 16px;
    }
    .menu-icon-back img {
        width: 8px;
    }
    .header__all-item-title {
        font-size: 15px;
    }
    .header__all-item-list li > a, .hide-content .hide-content__underlist a, .header-ac-mobile > li > a,
    .submenu-content a {
        font-size: 12px;
        letter-spacing: 0.11em;
    }
    .submenu-main__nested-menu li {
        padding: 0 10px;
    }
    .submenu-main__nested-menu {
        margin: 0 -10px;
    }
    .header-ac-mobile > li {
        margin-bottom: 30px;
    }
    .help .header__item-logo {
        width: 78px;
    }
    .justice .header__item-logo {
        width: 120px;
    }
    .header__item-description p {
        font-size: 12px;
        line-height: 2;
        margin-bottom: 19px;
    }
    .header__item-description h6, .quote__col, .header__item-description .h6 {
        margin-bottom: 15px;
    }
    .header__item .header__item-description a {
        font-size: 12px;
        letter-spacing: 0.08em;
    }
    .hide-content .hide-content__underlist a {
        line-height: 1.22;
        display: block;
    }
    .modal-title {
        font-size: 20px;
    }
    .modal-text {
        font-size: 12px;
        letter-spacing: 0.02em;
        text-align: left;
    }
    .modal-footer__splitter {
        font-size: 12px;
        margin: 10px 0 10px 0;
    }
    .four-img__overflow {
        height: 204px;
        margin-bottom: 9px;
    }
    .four-img__slide-title {
        font-size: 23px;
    }
    .story__btn, .reading__medium-text, .reading__blog-title, .four-img__slide-title_small {
        font-size: 15px;
    }
    .quote__form input::-webkit-input-placeholder, .footer__form input::-webkit-input-placeholder {
        font-size: 16px;
    }
    .quote__form input::-moz-placeholder, .footer__form input::-moz-placeholder {
        font-size: 16px;
    }
    .quote__form input:-ms-input-placeholder, .footer__form input:-ms-input-placeholder {
        font-size: 16px;
    }
    .quote__form input::-ms-input-placeholder, .footer__form input::-ms-input-placeholder {
        font-size: 16px;
    }
    .quote__form input, .footer__form input, .quote__form input::placeholder, .footer__form input::placeholder, .quote__medium-text {
        font-size: 16px;
    }
    .quote__text {
        font-size: 27px;
    }
    .footer__ac-title, .footer__brands-title {
        font-size: 12px;
    }
    .four-img__logo img {
        width: auto;
    }
    .four-img__card-wrap {
        margin-bottom: 12px;
    }
    .four-img__slide-row {
        margin-bottom: 21px;
    }
    .four-img {
        padding-bottom: 19px;
    }
    .quote {
        padding-bottom: 25px;
    }
    .story {
        padding-top: 40px;
    }
    .story__content {
        padding-bottom: 9px;
    }
    .reading {
        padding-bottom: 48px;
    }
    .footer__trustpilot-text {
        font-size: 17px;
    }
    .footer__stars {
        margin: 0 11px 0 10px;
        max-width: 144px;
    }
    .footer__trustpilot-small {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px;
    }
    .footer__trustpilot-small-text {
        top: 0;
        padding-left: 5px;
    }
    .footer {
        padding-top: 45px;
    }
    .reading__big-title {
        font-size: 50px;
    }
    .footer__row_mb {
        margin-bottom: 42px;
    }
    .footer__form .footer__medium-text {
        margin-top: 27px;
    }
    .footer__row_big-mb {
        margin-bottom: 39px;
    }
    .footer__brands-content {
        padding: 18px 0;
        text-align: center;
    }
    .footer__brands-title, .footer__brands-content {
        display: block;
    }

    .footer__brands-list img {
        max-width: 80px;
    }
    .footer__brands-list li, .hero__brands .footer__brands-list li {
        margin-right: 0;
        padding-right: 31px;
    }
    .hero__brands .footer__brands-list li {
        min-width: 100px;
    }
    .reading {
        display: none;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .faq-tabs__static {
        padding-right: 34px;
        padding-left: 34px;
    }
    .pre-footer__item-row,
    .header .header__item-row {
        margin-left: 0;
        margin-right: 0;
    }
    .pre-footer-menu .header__item-list-wrap,
    .pre-footer-menu .header__item-description.is-active,
    .pre-footer-menu--help.section__outer .header__item-list-wrap,
    .header .header__item-list-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .story__services_row .store__text-item, .story__services_row .store__text-item_hide {
        line-height: 1;
    }
    .story__services_row .store__text-wrap:not(:last-child) {
        margin-bottom: 13px;
    }
    .story__title {
        margin-bottom: 37px;
    }
    .story__services-col:first-child {
        padding-left: 0;
    }
    .story__services-col:last-child {
        padding: 0 0 0 0;
    }
    .footer__social-list li {
        margin: 0 16px 15px 0;
    }
    .hero--service .footer__brands-list img {
        max-width: 100%;
    }
    .hero__name-img-wrap, .slider-cards__card-img-wrap {
        display: block;
        width: 100%;
        margin-bottom: 8px;
    }
    .faq-tabs .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .accordion-posts {
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
    }
    .reading.accordion-posts {
        display: block;
    }
    .accordion-posts .reading__big-title {
        font-size: 43px;
        white-space: nowrap;
    }
    .breadcrumb .breadcrumb-item {
        padding-right: 15px;
    }
    .breadcrumb .breadcrumb-item:before {
        right: 2px;
        width: 8px;
        height: 8px;
    }
    .hero__cross-private {
        margin: 10px 0 10px;
        display: block;
        width: 100%;
    }
    .hero__img-private {
        max-width: 150px;
        margin-bottom: 0;
    }
    .hero__name-private {
        font-size: 25px;
    }
    .hero__link-private {
        display: inline-block;
    }
    .hero__link-private:after {
        content: none;
    }
    .hero__row-private {
        min-height: 0;
        padding: 90px 0 100px;
    }
    .tabs-profile__img-wrap {
        margin: -50px 0 50px;
    }
    .slider-cards__name-cross {
        margin: 0 10px 8px 0;
    }
    .topic-slider__title,
    .justice-service .slider-cards__item-title,
    .justice-service .call-back .hero__form-btn,
    .justice-service .call-back .tabs-module__quote-text p {
        font-size: 15px;
    }
    .justice-service .call-back .tabs-module__quote-text p {
        font-size: 15px;
    }
    .tabs-module__quote-img {
        max-width: 30px;
    }
    .close-video_btn {
        font-size: 10px;
    }
    .hero__persona-slider-wrap {
        margin-bottom: 55px;
    }
    .hero__persona-slide-logo {
        max-width: 250px;
    }
    .hero__persona-slide-title,
    .hero__persona-link {
        font-size: 12px;
    }
    .hero--persona__description {
        font-size: 14px;
    }
    .slider-collections .swiper-slide {
        width: 231px;
        /*height: 383px;*/
    }
    .slider-collections .swiper-slide:nth-child(even) {
        width: 156px;
        /*height: 272px;*/
    }
    .slider-collections-wrap {
        padding: 0 34px;
        max-width: 100%;
        margin: 0 auto;
    }
    .slider-collections__title {
        font-size: 12px;
    }
    .slider-collections__select-img-wrap {
        margin-bottom: 18px;
    }
    .slider-profile__name {
        font-size: 20px;
        margin-bottom: 22px;
    }
    .slider-profile__position {
        font-size: 14px;
    }
    .slider-profile__link {
        font-size: 13px;
    }
    .hero--justice__description {
        font-size: 15px;
    }
    .justice__primary-img-responsive {
        max-width: 221px;
        margin-right: 16px;

    }
    .justice__primary-big-title {
        font-size: 30px;
    }
    .big-letters__date {
        font-size: 50px;
    }
    .big-letters__text {
        margin-bottom: 35px;
    }
    .justice__primary-small-title {
        margin-bottom: 4px;
    }
    .big-letters__title-row {
        margin-bottom: 2px;
    }
    .justice__primary-description_mt {
        margin-top: 0;
    }
    .justice__primary-description p {
        position: relative;
        top: -10px;
        font-size: 12px;
        line-height: 2.1;
        margin-bottom: 10px;
    }
    .justice__primary-img-responsive {
        margin-left: -78px;
    }
    .big-letters__dark-sec .justice__primary-img-responsive {
        margin-left: -92px;
    }
    .justice__services-list-item {
        font-size: 12px;
    }
    .justice-logo_btn {
        margin-right: 20px;
    }
    .justice-logo_btn img:first-child {
        max-width: 96px;
        margin-right: 17px;
    }
    .justice-logo_btn img:last-child {
        max-width: 8px;
    }
    .sticky-btn-menu {
        font-size: 12px;
    }
    .big-letters__img-big-wrap {
        margin-bottom: 27px;
    }
    .big-letters__container_mb {
        margin-bottom: 62px;
    }
    .big-letters__dark-sec {
        padding: 60px 0;
    }
    .big-letters__date_responsive {
        padding: 36px 15px;
    }
    .opinions-sec__logo-wrap {
        min-height: 147px;
        padding: 30px;
    }
    .opinions-sec__logo-wrap img {
        max-width: 246px;
    }
    .opinions-sec__description {
        font-size: 25px;
    }
    .opinions-sec {
        padding-top: 55px;
    }
    .opinions-sec__big-logo-wrap {
        margin-bottom: 38px;
    }
    .opinions-sec__content {
        padding: 12px 0 127px;
    }
    .opinions-sec__swiper-wrap {
        min-height: 251px;
    }
    .opinions-sec__blog-wrap {
        margin-top: -104px;
    }
    .opinions-sec__nav-tabs {
        margin: 0 -17px 41px;
    }
    .opinions-sec__profile-img {
        width: 61px;
        height: 61px;
    }
    .opinions-sec__profile-img-link {
        margin-right: 14px;
    }
    .opinions-sec__profile-name {
        margin: 10px 0 1px 0;
    }
    .opinions-sec__posts-date {
        display: block;
    }
    .opinions-sec__posts-message {
        font-size: 17px;
        line-height: 1.4;
    }
    .opinions-sec__posts-video-wrap .video-module__video-stop,
    .opinions-sec__posts-video-wrap .video-module__video-play,
    .tabs-module--about-sub .video-module__video-play,
    .tabs-module--about-sub .video-module__video-stop,
    .preload-video__video-play {
        width: 63px;
        height: 63px;
        font-size: 15px;
    }
    .opinions-sec__posts-wrap {
        padding-bottom: 10px;
        margin-bottom: 27px;
    }
    .opinions-sec__posts-tags {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .opinions-sec__posts-video-wrap,
    .opinions-sec__posts-img-wrap {
        margin: 9px 0 10px 0;
    }
    .opinions-sec__posts-wrap {
        border-bottom: 1px solid #7a939c;
    }
    .opinions-sec__posts_btn {
        min-width: 307px;
        font-size: 18px;
        height: 45px;
    }
    .pre-footer-menu--help .pre-footer-menu__title {
        font-size: 25px;
    }
    .pre-footer-menu--ethical .pre-footer-menu__title {
        font-size: 20px;
    }
    .page-menu__main-list > li > a,
    .page-menu__main-list li,
    .page-menu .tab-pane p,
    .page-menu .tab-pane a,
    .page-menu .hide-content .hide-content__underlist a,
    .page-menu .header-ac-mobile > li > a,
    .pre-footer-menu .header-ac-mobile > li > a,
    .pre-footer-menu .hide-content .hide-content__underlist a,
    .pre-footer-menu .pre-footer-menu__mob-link {
        font-size: 12px;
        letter-spacing: 0.08em;
    }
    .page-menu__main-list > li:before,
    .page-menu__main-list > li:after,
    .pre-footer-menu .header-ac-mobile > li:before,
    .pre-footer-menu .header-ac-mobile > li:after {
        width: 10px;
        height: 10px;
        top: 5px;
    }
    .pre-footer-menu .header-ac-mobile > li:before,
    .pre-footer-menu .header-ac-mobile > li:after {
        top: 1px;
    }
    .page-menu__main-list > li > a {
        padding-right: 12px;
    }
    .page-menu__mobile-menu-outer {
        padding: 52px 0;
    }
    .tab-pane__img-wrp svg {
        max-width: 112px;
    }
    .page-menu__logo svg {
        max-width: 90px;
        max-height: 30px;
    }
    .page-menu .tab-pane h3,
    .page-menu .tab-pane h1 {
        font-size: 20px;
    }
    .ethical-slider {
        padding-left: 34px;
    }
    .slider-ethical-container .swiper-slide {
        width: 219px;
        height: 276px;
    }
    /*.slider-ethical__link {*/
        /*top: 110px;*/
    /*}*/
    .opinions-sec__big-logo-wrap img {
        max-width: 100%;
    }
    .opinions-sec__content {
        padding-bottom: 124px;
    }
    .slider-trending-pagination {
        bottom: 0;
        right: auto;
        left: -14px;
    }
    .opinions-sec__trending-wrap {
        min-height: 253px;
        padding: 20px;
    }
    .opinions-sec__swiper-title {
        font-size: 25px;
    }
    .slider-trending {
        padding-bottom: 60px;
    }
    .hero--help__big-logo {
        max-width: 136px;
    }
    .help-slider__splittext-wrap,
    .help-slider__splittext-wrap .swiper-slide {
        font-size: 25px;
    }
    .help-slider__splittext-wrap {
        min-height: 60px;
    }
    .hero--help__stars {
        max-height: 30px;
    }
    .hero--help__stars + .footer__trustpilot-small svg {
        max-width: 21px;
    }
    .hero--help-slider .hero__form-heading {
        margin-bottom: 10px;

    }
    .hero__call_btn.static {
        margin: 0 auto;
        position: fixed;
    }
    .help-slider__scroll-text {
        font-size: 30px;
    }
    .help__slider-call-back .tabs-module__quote-text p {
        line-height: 1.6;
        font-size: 15px;
    }
    .mob-btn-wrap-static {
        margin-top: 20px;
    }
    .page-menu__main-list > li {
        margin-bottom: 35px;
    }
    .page-menu__main-list .hide-content__underlist li {
        margin-bottom: 18px;
    }
    .page-menu__main-list .hide-content {
        padding-top: 34px;
    }
    .hero--justice__video-bg .video-module__video-stop {
        bottom: 100px;
    }
    .ethical-service .topic-slider__container .swiper-slide {
        margin-right: 0 !important;
    }
    .hero__persona-link:after {
        background: none;
    }
    .modal--custom .modal__close {
        right: 0;
        top: 0;
    }
    .dropdown-menu.btns-module__drop-menu {
        min-width: 0;
        width: 100%;

    }
    .ethical-service .btns-module__btn {
        letter-spacing: 0.05em;
        font-size: 18px;
    }
    .hero__persona-slider-wrap {
        padding: 100px 18px;
        min-height: calc(100vh - 100px - 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-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .contactModal .modal__close {
        top: 4px;
    }
    .tabs-module__mix .tabs-module__quote-text p {
        font-size: 20px;
    }
    .tabs-module__mix .tabs-module__quote-text blockquote {
        margin-bottom: 0;
    }
    .header__top-nav .header__top-nav-svg {
        width: 50%;
        max-height: 40px;
    }
    .header__top-nav a {
        min-height: 80px;
    }
    .header__top-nav-svg-help .header__top-nav-svg {
        max-height: 30px;
    }
    .header__col-logo {
        margin-top: 50px;
    }
    .tabs-profile__inner {
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100vw;
        flex: 0 0 100vw;
        max-width: 100vw;
        margin-left: -20px;
    }
    .tabs-profile__nav {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-left: 35px;
    }
    .tabs-profile__nav li:last-child {
        padding-right: 15px;
    }
    .tabs-profile__nav::-webkit-scrollbar {
        display: none;
    }
    .tabs-profile__name {
        line-height: 1;
        margin-bottom: 10px;
    }
    .tabs-profile__content-text {
        padding: 30px 15px 70px;
    }
    .call-back .tabs-module__quote-text p,
    .call-back .hero__form__label,
    .call-back .hero__form__input,
    .private-service .hero__title-private {
        font-size: 16px;
    }
    .private-service .hero__link-private {
        font-size: 13px;
    }
    .hero-listing__filter-outer-wrap {
        margin-top: 15px;
        width: 100%;
        -webkit-box-pack:  end;
        -ms-flex-pack:  end;
        justify-content:  flex-end;
    }
    .hero-listing__filter-search-wrap {
        position: relative;
        width: 100%;
        padding-right: 0;
    }
    .hero-listing__filter-search-wrap input,
    .hero-listing__filter-search-wrap .hero-listing__filter-search-img {
        width: 100%;
    }
    .hero-listing__filter-search-wrap input {
        padding-right: 111px;
    }
    .hero-listing__search-clean {
        position: absolute;
        right: 0;
        top: 2px;
        padding-left: 0;
        background: #f5f3f1;
    }
    .hero-listing__row {
        margin: 0 -34px;
    }
    .hero-listing__filter-col {
        padding: 0;
    }
    .hero-listing__grid-item-name,
    .hero-listing__filter-title,
    .hero-listing__grid-sum {
        font-size: 18px;
    }
    .modal--contact-2 .hero__form__input-wrap {
        max-width: 100%;
    }
    .article__container h1,
    .error-404 h1,
    .page-title {
        font-size: 35px; font-size: 6.55vw;
        margin-bottom: 25px;
    }
    .article__persona-links {
        width: 100%;
        margin-top: 20px;
    }
    .article__persona-img {
        margin-top: 0;
    }
    .container--breadcrumb {
        padding-top: 90px;
    }
    .article__info .article__persona-img img {
        max-width: 109px;
    }
    .article__persona-cross {
        margin: 0 10px 0 10px;
        width: 10px;
        height: 10px;
    }
    .slider-cards--mix .ethical-service .slider-cards__card-img-wrap,
    .slider-cards--mix .help-service .slider-cards__card-img-wrap {
        max-width: 100%;
    }
    .article__container p, .article__container h2, .article__container ul:not(.list-unstyled) > li, .article__container ol:not(.list-unstyled) > li {
        line-height: 1.5;
        margin-bottom: 30px;
    }
    .fx-form__inner .hero__form-btn-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .hero-news__title-wrap {
        width: 100%;
    }
    .hero-news__title-wrap,
    .hero-news__heading {
        margin-bottom: 20px;
    }
    .hero-news__itemB-content {
        padding: 30px 15px;
    }
    .hero-news__itemB-tag {
        margin-right: 0;
        display: block;
    }
    .hero-news__itemB,
    .hero-news__itemM-wrap {
        margin-bottom: 25px;
    }
    .hero-news__itemM-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hero-news__itemM {
        min-height: 0;
    }
    .hero-news__itemM--logos {
        min-height: 400px;
    }
    /*.hero-profile__info-mob {*/
        /*position: relative;*/
        /*display: -webkit-box;*/
        /*display: -ms-flexbox;*/
        /*display: flex;*/
        /*-webkit-box-pack: justify;*/
        /*-ms-flex-pack: justify;*/
        /*justify-content: space-between;*/
        /*-webkit-box-align: start;*/
        /*-ms-flex-align: start;*/
        /*align-items: flex-start;*/
        /*flex-wrap: wrap;*/
        /*!*padding-right: 25px;*!*/
    /*}*/
    .hero-profile__icon-download {
        position: absolute;
        right: 0;
        top: 0;
        margin: auto;
    }
    .hero-profile__top-col {
        display: none;
    }
    .hero-profile__img-wrap {
        margin-left: -65px;
    }
    .hero-profile__img-wrap img {
        width: 100vw;
        max-width: 100vw;
    }
    .hero-profile {
        position: relative;
        overflow: hidden;
    }
    .hero-profile__name {
        font-size: 20px;
    }
    .slider-news__text-title {
        font-size: 25px;
    }
    .justice-service .slider-news__text-title {
        font-size: 37px;
    }
    .help-service .slider-news__text-title {
        font-size: 32px;
    }
    .ethical-service .slider-news__text-title {
        font-size: 34px;
    }
    .back-to-page {
        position: absolute;
        top: 125px;
        left: 21px;
        z-index: 100;
    }
    .slider-news__heading-link {
        font-size: 15px;
    }
    .slider-news__content {
        padding-bottom: 113px;
    }
    .slider-news .swiper-button svg {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
    .slider-news .slider-news__wrap-btns {
        bottom: 40px;
    }
    .hero-profile__logos img {
        max-width: 100%;
    }
    .mob-btn-wrap-fixed-visible {
        opacity: 1;
        visibility: visible;
    }
    .slider-ethical-container .swiper-slide:nth-child(even) {
        height: 324px;
    }
    .slider-profile__info {
        padding-left: 10px;
        padding-right: 10px;
    }
    .slider-profile__info, .slider-profile__wrap-btns {
        width: 52%;
    }
    .slider-profile__img {
        width: 48%;
    }
    .justice-service .tabs-module__call .tabs-module__call-numb,
    .ethical-service .tabs-module__call .tabs-module__call-numb {
        font-size: 40px;
    }
    .help-service .tabs-module__call .tabs-module__call-numb {
        font-size: 37px;
    }
    .private-service .tabs-module__call .tabs-module__call-numb {
        font-size: 28px;
    }
    .tabs-module__call {
        padding-left: 15px;
        padding-right: 15px;
    }
    .share-page__links li {
        margin-right: 30px;
    }
    .article__data-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .article__data-col .article__date,
    .article__data-col .article__type {
        width: 100%;
        display: block;
    }
    .article__data-col .article__type {
        max-width: 50%;
    }
    .article__data-col .article__date {
        max-width: calc(100% - 50%  - 29px);
    }

    .hero-news .breadcrumb {
        margin-bottom: 0;
    }
    .hero-news .wrap-breadcrumb {
        margin-bottom: 10px;
    }
    .hero-news__title {
        font-size: 27px;
    }
    .hero-news__title-wrap,
    .hero-news__heading {
        margin-bottom: 12px;
    }
    .hero-news__itemB-content {
        padding: 12px 15px;
    }
    .hero-news__itemB-title {
        margin: 11px 0 0;
        font-size: 20px;
        line-height: 1.1;
    }
    .hero-news__itemB-content .article__persona {
        margin-top: 15px;
    }
    .hero-news__itemM-title {
        font-size: 20px; line-height: 1.1;
    }
    .hero-news__itemM--logos {
        min-height: 300px;
    }
    .hero-news__itemB-tags, .hero-news__itemB-content .article__persona, .hero-news__itemM-tag,.hero-news .services-text {
        font-size: 12px;
    }
    .hero-news__itemB-content .article__persona-img img {
        max-width: 100px;
    }
    .hero-news__itemM-tag {
        margin-top: 15px !important;
    }

    .hero-profile__info-mob img {
        width: 15px;
        height: 21px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center center;
        object-position: center center;
    }

    /*----------------------------------------*/

    .share-dialog__title {
        margin-bottom: 0;
    }
    .share-dialog__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .share-dialog__targets svg,
    .share-dialog__close-button svg  {
        width: 20px;
        height: 20px;
        margin-right: 7px;
    }
    .share-dialog__close-button svg {
        margin-right: 0;
    }
    .share-dialog__close-button {
        background-color: transparent;
        border: none;
        padding: 0;
    }
    .share-dialog__targets {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: 1fr 20px 1fr;
        grid-template-rows: 1fr 1fr;
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        margin-bottom: 20px;
    }

    .share-dialog__button,
    .share-dialog__copy-link {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        color: #777;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.1;
        letter-spacing: 2px;
        text-transform: capitalize;
        text-decoration: none;
        white-space: nowrap;
        border-radius: 4px;
        border: 1px solid #ddd;
        cursor: pointer;
    }

    .share-dialog__button:hover,
    .share-dialog__copy-link:hover {
        border-color: #cdd;
    }

    .share-dialog__link,
    .share-dialog__copy-link {
        padding-left: 30px;
        padding-right: 30px;
    }

    .share-dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 95%;
        max-width: 500px;
        -webkit-box-shadow: 0 8px 16px rgba(0,0,0,.15);
        box-shadow: 0 8px 16px rgba(0,0,0,.15);
        border: 1px solid #ddd;
        padding: 20px;
        border-radius: 4px;
        background-color: #fff;
        z-index: 1000;
    }

    .share-dialog__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px;
        border-radius: 4px;
        background-color: #eee;
    }

    .share-dialog__page-url {
        margin-right: 15px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .share-dialog__button--email svg {
        position: relative;
        top: 1px;
    }
    .hero-contact .hero__form__input-wrap {
        max-width: 100%;
        margin-bottom: 11px;
    }
    .hero-contact__content h6,
    .hero-contact .call-back__form-title {
        font-size: 12px;
    }
    .call-back__form-wrap {
        margin-top: 35px;
    }
    .hero-contact .call-back__form-wrap {
        margin-top: 0;
        padding-top: 43px;
        padding-bottom: 0;
    }
    .hero-contact .hero__form__input {
        height: 29px;
    }
    .hero-contact .hero__form-check-wrap {
        margin: 10px 0 20px;
    }
    .slider-news--facts .slider-news__heading-title {
        margin-bottom: 40px;
    }
    /*.links-to-articles h2 {*/
        /*margin-bottom: 30px;*/
    /*}*/
    .team-overview__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
        max-width: 220px;
    }
    .hero-faqs__heading h1 {
        font-size: 30px;
    }
    .hero-faqs__back-link,
    .hero-faqs__content  .hero-faqs__back-link {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .hero-faqs__back-link:before {
        width: 15px;
        height: 15px;
    }
    .hero-faqs {
        padding-bottom: 20px;
    }
    .hero-faqs__content h3,
    .slider-profile--reviews blockquote,
    .slider-profile--reviews .slider-profile__quote {
        margin-bottom: 15px;
    }
    .hero-faqs__content p {
        margin-bottom: 30px;
    }

    .lottie1 {
        height: 150px;
    }
    .more-links__link-wrap {
        text-align: center;
    }
    .tabs-module--about-sub .tabs-module__nav .nav-item,
    .tabs-module--careers .tabs-module__nav .nav-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
        max-width: 220px;
    }
    .tabs-module--about-sub .tabs-module__link,
    .tabs-module--careers .tabs-module__link,
    .slider-profile--reviews p, .slider-profile--reviews h4 {
        font-size: 20px;
    }
    .tabs-module--about-sub .tabs-module__nav,
    .tabs-module--careers .tabs-module__nav {
        margin-left: -34px;
        width: 100vw;
        padding-left: 69px;
    }
    /*.text-style-1--advanced ul {*/
        /*padding-left: 0;*/
    /*}*/

     /*.text-style-1--advanced ul,*/
    .tabs-module__row-links {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .cookies-block {
        font-size: 12px;
    }
    .tabs-module--careers .tabs-module__title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .tabs-module__persona-item .article__persona-cross {
        display: none;
    }
    .tabs-module__persona-item {
        display: block;
    }
    .tabs-module__persona-links .article__persona-links li {
        padding-left: 0;
    }
    .tabs-module__persona-links .article__persona-links {
        margin-top: 10px;
    }
    .tabs-module__persona-links {
        max-width: 100%;
    }
    .tabs-module__ad-info li {
        font-size: 15px !important;
    }
    .slider-profile--reviews .slider-profile__quote {
        max-width: 40px;
    }
    .slider-profile--reviews .slider-profile__info {
        padding: 50px 34px 70px;
    }
    .team-overview__mob-row {
        margin-left: -34px;
        /*width: 100vw;*/
    }
    .hero__form__label--file {
        margin-bottom: 0;
        width: 506px;
    }
    .tabs-module--about .text-style-1 ul>li>ul>li,
    .tabs-module--about .text-style-1 ul>li>ul {
        padding-left: 20px;
    }

    /*.header__bottom-nav a:after {*/
        /*content: none;*/
    /*}*/
    .footer__brands-wrap,
    .hero__brands-wrap-list {
        position: relative;
        left: -34px;
        width: 100vw;
    }
    .hero--service {
        overflow: hidden;
    }
    .slider-collections-sec {
        padding-bottom: 0;
    }
    .justice__services-list {
        /*padding-top: 15px;*/
        /*max-width: 100%;*/
        /*width: 100%;*/
        padding-left: 0;
    }
    .ethical-slider__title {
        padding-right: 15px;
    }
    /*.article__persona {*/
        /*-ms-flex-wrap: wrap;*/
        /*flex-wrap: wrap;*/

    /*}*/
    .tabs-module__team-name {
        font-size: 25px;
    }
    .private-service .tabs-module__mix .tabs-module__quote-text p,
    .text-slide-btn {
        font-size: 15px;
    }
    .text-style-1--archive .post:nth-of-type(1) {
        padding-top: 30px;
    }
    .text-style-1--archive .post {
        padding-top: 50px;
    }
    .text-style-1--archive .navigation.posts-navigation {
        padding-top: 70px;
    }
    .slider-awards .swiper-slide {
        max-width: 130px;
    }
    .slider-awards {
        margin-left: -35px;
        width: 100vw;
    }
    .slider-awards img {
        max-height: 120px;
    }
    .quote__input-wrap .quote__input {
        width: 180px;
    }
    .page-template-covid-19-legal-hub .hero-news__itemM {
        min-height: 0;
    }
    .header__item-container {
        padding: 0;
    }
    .header__item-container .hide-content__underlist {
        padding: 0 !important;
    }
    .hero-persona__title {
        font-size: 17px;
    }

}
@media (max-width: 400px) {
    .hero--persona-private .wrap-breadcrumb {
        margin-bottom: 16px;
    }
    .hero__persona-slide-logo {
        max-width: 205px;
    }
    /*.hero__persona-slide-title,*/
    /*.hero__persona-link {*/
    /*font-size: 10px;*/
    /*}*/
    .hero__persona-slide-title {
        margin-bottom: 30px;
        /*font-size: 10px;*/
    }
    .hero__persona-slide-title span {
        margin-top: 30px;
    }
    .hero--persona__description {
        font-size: 12px;
    }
    .slider-profile .swiper-wrapper {
        min-height: 237px;
    }
    .justice-logo-list-wrap {
        margin-top: 0;
    }
    .hero__persona-slider {
        padding-bottom: 30px;
    }
    .story {
        overflow: hidden;
    }
    .slider-profile__name {
        font-size: 18px;
    }

}
/*@media (max-width: 320px) {*/

/*.hero--help-service .hero__name,*/
/*.hero--help-service .hero__trustpilot-wrap {*/
/*margin-bottom: 28px;*/
/*}*/
/*.hero--help-service .hero__form-link {*/
/*font-size: 35px;*/
/*}*/
/*.slider-team__title, .tabs-module__tab-content-text.text-style-1 h2 {*/
/*font-size: 30px;*/
/*}*/
/*.footer .footer__title, .footer .footer__tel-big,.hero--help-slider .hero__form-link {*/
/*font-size: 30px;*/
/*}*/
/*.accordion-posts  .reading__big-title {*/
/*font-size: 37px;*/
/*}*/
/*.slider-cards__card-img {*/
/*max-width: 100px;*/
/*}*/
/*.hero__title {*/
/*font-size: 30px;*/
/*}*/
/*.hero--help__stars + .footer__trustpilot-small {*/
/*display: none !important;*/
/*}*/
/*.help-slider__scroll-text,*/
/*.pre-footer-menu--help .pre-footer-menu__title {*/
/*font-size: 20px;*/
/*}*/
/*.opinions-sec__filter-dropdown {*/
/*width: 100% !important;*/
/*}*/
/*.opinions-sec__filter_btn,*/
/*.opinions-sec__posts_btn {*/
/*width: 100%;*/
/*min-width: 0;*/
/*}*/
/*}*/



@media print {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    .swiper-wrapper {
        display: block !important;
        height: auto !important;
    }
    .hero-profile__services {
        display: block !important;
    }
    .swiper-slide {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        width: 100% !important;
        margin: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
        transform: translate(0) !important;
        margin-bottom: 50px !important;
    }
    .tab-content>.tab-pane {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .slider-news__content {
        height: auto;
    }

    #mob-tab-content1 {
        display: block !important;
        height: auto !important;
    }
    .back-to-page,
    .slider-news__wrap-btns .swiper-button-prev,
    .slider-news__wrap-btns .swiper-button-next,
    .slider-news__heading-link:after,
    .hero__text-slide-wrap,
    .header,
    .swiper-pagination,
    .wrap__footer,
    .tabs-module__nav-col,
    .hero-contact-btns--secondary
    {
        display: none !important;
    }
    .swiper-container {
        height: auto !important;
    }
    .tab-content>.tab-pane,
    .tabs-module__row {
        display: block !important;
    }
    .tabs-module__tab-content-col,
    .tabs-module--profile .tabs-module__mix,
    .tabs-module__tab-content-text,
    .tabs-module__tab-content-title,
    .tabs-module__tab-content-text2,
    .article__persona-links {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .tabs-module__tab-content-text2,
    .tabs-module__tab-content-text {
        padding: 0;
        margin-bottom: 20px;
    }
    .tabs-module--profile .tabs-module__mix {
        border: none;
    }
    .tabs-module--profile .tabs-module__mix,
    .tabs-module__tab-content-text,
    .tabs-module__mix-slider,
    .tabs-module__tab-content-title {
        padding: 0 !important;
    }
    .tabs-module--profile {
        margin-top: 50px;
    }
    .tab-pane {
        margin-bottom: 50px !important;
    }
    blockquote {
        border: none !important;
        outline: none !important;
    }

}
/* responsive */

.alignleft { float: left; margin: 0 30px 25px 0; }
.alignright { float: right; margin: 0 0 25px 30px; }

#hero__trustpilot-wrap { width: 270px; }
@media (max-width: 450px) {
    #hero__trustpilot-wrap { width: auto; }
}

.dropdown-menu-tjl { position: static !important; display: block !important; width: 100% !important; max-width: 100% !important; margin-top: 20px !important; padding-bottom: 0 !important; }
.dropdown-menu-tjl .dropdown-menu__container { max-width: 100% !important; width: 100% !important; padding-bottom: 0 !important; }
.dropdown-menu-tjl .dropdown-menu__list li { margin-bottom: 5px; }
.dropdown-menu-tjl .checkbox-circle label { line-height: 125%; }
.dropdown-menu-tjl .dropdown-menu__list { max-width: 100%; margin: 0; padding: 0; }
@media (max-width: 1200px) {
    .dropdown-menu-tjl { padding-bottom: 15px !important; }
}
.hero-news__itemM--logos img { margin: 0 auto 21px auto; }
.tjl_persona_list { margin: 0; padding: 20px 0 0 0; list-style: none; list-style-image: none; opacity: 0.75; font-size: 14px; font-weight: normal; }

@media (max-width: 1199px) {
    .submenu-main__nested-menu { display: block; }
    .submenu-main__nested-menu li { padding: 5px 10px; }
}

@media (max-width: 800px) {
    #tjl_sitemap ul li { padding: 15px 0 0 0; }
}

.body-no-scroll { overflow: hidden; }
.body-no-scroll-shadow { position: fixed; z-index: 9999999; background: rgba(26,26,26,0.93); top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100vh; }

#CybotCookiebotDialog { border-radius: unset !important; }
#CybotCookiebotDialogBodyContent { letter-spacing: inherit !important; }
#CybotCookiebotDialogPoweredbyCybot { display: none !important; }
.CybotCookiebotDialogContentWrapper h2 { font: bold 20px/20px "nobel" !important; text-transform: uppercase !important; }
.CookieCard button, #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink { font: 14px/2.4 "Nobel" !important; letter-spacing: 0.05em; text-transform: uppercase; }
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink { font-weight: bold !important; }
.CybotCookiebotDialogBodyBottomWrapper { display: none !important; }
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton { border-radius: 29.5px !important; border: 3px solid #442341 !important; text-transform: uppercase !important; }
#CybotCookiebotDialogPoweredbyImage { background: #ffffff !important; content: url(/wp-content/themes/hja/img/logo-cookiebot.png) !important; }
.text-style-1 .CookieDeclaration a { font-size: inherit; }
@media only screen and (min-width: 1280px) {
    #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogPoweredbyImage { width: 100% !important; height: auto !important; max-height: unset !important; }
}