/*
Theme Name: Pravo Israel
*/

@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Overpass', system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1;
    overflow-x: hidden;
}

a {
    text-decoration-skip-ink: auto;
}

header a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

button {
    outline: 0
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type="search"] {
    -webkit-appearance: textfield
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th, td {
    padding: 2px
}

big {
    font-size: 120%
}

small, sup, sub {
    font-size: 80%
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

dd {
    margin-left: 20px
}

kbd, tt {
    font-family: courier;
    font-size: 12px
}

ins {
    text-decoration: underline
}

del, strike, s {
    text-decoration: line-through
}

dt {
    font-weight: bold
}

address, cite, var {
    font-style: italic
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.lm-show {
    display: none !important;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal
}

.screen-reader-text:focus {
    background-color: #f7f7f7;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #007acc;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.skip-link {
    left: 0;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline
}

.skip-link:focus {
    display: block;
    left: 6px;
    top: 7px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    padding: 15px 23px 14px;
    z-index: 100000;
    right: auto
}

.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active) {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}


header {
    position: relative;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 50px;
}

header .--header {
    display: grid;
    grid-template-columns: 50% auto 202px;
    padding: 50px 0;
    align-items: center;
}

header .--header > .--logo {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-right: auto;
}

header .--header > .--logo a {
    display: block;
}

header .--header > .--logo a img {
    width: auto;
    height: 72px;
}

header .--header > .--logo .div {
    background: #c39674;
    height: 49px;
    width: 1px;
}

header .--header > .--contacts {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 17px;
}

header .--header > .--contacts .div {
    height: 49px;
    width: 1px;
    background: black;
}

header .--header > .--contacts p {
    margin: 10px 0;
}

header .--header > .--contacts .--left {
    text-align: right;
}

header .--header > .--contacts .--right {
    font-size: 20px;
}

header .--header .--social .--items {
    display: flex;
    gap: 5px;
    justify-content: space-between;
}

header .--header .--social .--btn {
    font-weight: 600;
    color: white;
    background: #C39674;
    display: block;
    border-radius: 100px;
    padding: 10px 10px;
    text-align: center;
}

header .--header .--social a {
    text-decoration: none;
}

header .--header .--social {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

header .--header .--social  .--top {
}

header .--navigation {
    color: white;
    background: #274133;
    font-size: 17px;
    border: none;
}

header .--navigation a {
    text-decoration: none;
    color: white;
}

header .--navigation > * > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .--navigation ul .sub-menu {
    position: absolute;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
    background: white;
    box-shadow: 0 2px 10px 0px #00000012;
    z-index: 111;
}

header .--navigation ul .sub-menu a {
    color: black;
}

header .--navigation li > a {
    padding: 15px 20px;
    display: block;
    line-height: 1.2;
    transition: .2s;
}
header .--navigation li.current-menu-item > a {
    background: #0303031f;
    color: #c39674;
}
.--btn-icon {
    display: flex;
    text-decoration: none;
    font-size: 0px !important;
    border: 1px solid #c39674;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    transition: .2s;
    align-items: center;
    justify-content: center;
}

.--btn-icon:hover {
    background: #c39674;
}

header .--navigation ul li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}

header .--navigation ul .sub-menu > li > a {
    padding: 12px 20px;
}

header .--navigation ul .sub-menu > li > a:hover {
    background: #c39674;
    color: white;
}

footer {
    position: relative;
    background: #272727;
    color: white;
    font-size: 15px;
    line-height: 1.5;
}

footer a {
    text-decoration: none;
    color: inherit;
    transition: .2s;
}

footer > * > .--wrap {
    display: flex;
    padding: 40px 0;
    justify-content: space-between;
}

footer > * > .--wrap h3 {
    font-size: 20px;
    color: #686868;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer > * > .--wrap > .--col {
    max-width: 300px;
}

footer > * > .--wrap > .--col ul {
    display: grid;
    gap: 8px;
}

footer > * > .--wrap > .--col.--address {
    max-width: 240px;
}

footer a:hover {
    color: #c39674;
}

.--ui-btn {
    display: flex;
    width: max-content;
    color: white !important;
    background: #c39674;
    border: 1px solid transparent;
    border-radius: 100px;
    padding: 10px 20px;
    transition: .2s;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.--ui-btn:hover {
    border-color: #c39674;
    background: #272727;
    color: white;
}

.--ui-btn.--outline {
    border-color: #c39674;
    background: transparent;
    color: #c39674 !important;
}

.--ui-btn.--outline:hover {
    color: white !important;
    background: #c39674;
}

.l-mb-10 {
    margin-bottom: 10px;
}

footer > * > .--wrap > .--col .--ui-btn {
    width: 100%;
}

footer > * > .--copyright {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-bottom: 70px;
}

footer > * > .--copyright > .--col:first-child {
    margin-right: auto;
}

.--social-links > .--items {
    display: flex;
    gap: 10px;
}

footer > * > .--copyright a {font-size: 12px;font-weight: 600;color: #686868;}

.--ego {
    font-size: 12px;
    text-align: center;
    opacity: .2;
    padding-bottom: 20px;
    display: block;
}

.--icon:not(.ui-btn) {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat !important;
}

.--icon.--whatsapp {
    background-image: url('assets/icons/whatsapp.svg');
}

.--icon.--telegram {
    background-image: url('assets/icons/telegram.svg');
}

.--icon.--instagram {
    background-image: url('assets/icons/instagram.svg');
}

.--icon.--youtube {
    background-image: url('assets/icons/youtube.svg');
}

.--icon.--facebook {
    background-image: url('assets/icons/facebook.svg');
}

.--icon.--phone {
    background-image: url('assets/icons/phone.svg');
}

.--icon.--email {
    background-image: url('assets/icons/email.svg');
}

.--icon.--twitter {
    background-image: url('assets/icons/twitter.svg');
}

.--icon.--linkedin {
    background-image: url('assets/icons/linkedin.svg');
}

.--icon.--vk {
    background-image: url('assets/icons/vk.svg');
}
.--icon.--ok {
    background-image: url('assets/icons/ok.svg');
}

.--icon.--arrow-right {
    background-image: url('assets/icons/arrow-right.svg');
}

.--icon.--check {
    background-image: url('assets/icons/check.svg');
}

.--icon.--pdf-file {
    background-image: url('assets/icons/pdf-file.svg');
}
.--ui-btn.--outline > .--icon, .--btn-icon > .--icon, .--btn-link > .--icon {
    filter: invert(61%) sepia(6%) saturate(2372%) hue-rotate(344deg) brightness(106%) contrast(71%);
}

.--ui-btn:hover > .--icon, .--btn-icon:hover > .--icon {
    filter: invert(1);
}

footer p .--icon {
    filter: invert(1);
}

.--home-start {
    background: #F3F3F2;
    padding: 60px 0;
}

.--home-start > * > .--wrap {
    display: flex;
    gap: 51px;
    align-items: center;
    justify-content: space-between;
}

.--home-start > * > .--wrap .--right {
    width: 45%;
}

.--home-start > * > .--wrap > .--left {
    width: 50%;
    font-size: 17px;
    line-height: 1.3;
}

.--home-start > * > .--wrap  h1 {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-top: 40px;
}

.--home-start > * > .--wrap h2 {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 45px;
    margin-bottom: 10px;
}

.--btn-1 {
    border: 2px solid #c39674;
    border-radius: 100px;
    padding: 15px 45px;
    text-decoration: none;
    color: #c39674;
    font-weight: 600;
    font-size: 17px;
    transition: .2s;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    font-family: inherit;
    background: inherit;
    cursor: pointer;
}

.--btn-1:hover {
    background: white;
}

.--btn-1 > .icon {
    width: 37px;
    height: 37px;
    display: flex;
    min-width: 37px;
    background: #c39674;
    border-radius: 100px;
    padding: 8px;
}

.--btn-1 > .icon > .--icon {
    width: 100%;
    height: 100%;
    filter: invert(1);
}

.--btn-2 {
    display: inline-flex;
    text-decoration: none;
    cursor: pointer;
    font-size: 17px;
    color: white;
    background: #c39674;
    font-weight: 600;
    border-radius: 4px;
    padding: 22px 32px;
    border: none;
    font-family: inherit;
    align-items: center;
    gap: 13px;
}
.--btn-2 .--icon {
    filter: invert(1);
    width: 22px;
    height: 22px;
}
.--btn-dropdown.--active > .--dropdown-menu {
    display: block;
}
.--btn-1+.--dropdown-menu, .--btn-1+*+.--dropdown-menu {
    background: #fff6ee !important;
}

.--btn-dropdown.--active .--btn-1 {
    border-bottom-right-radius: 10px;
}
.--btn-dropdown.--active .--btn-2 {
    background: #9a7559;
}

.--home-start > * > .--wrap .--caption {
    margin-bottom: 40px;
    margin-top: 10px;
}

.--home-start > * > .--wrap .--image img {
    border-radius: 100%;
    width: 100%;
    min-height: 603px;
    object-fit: cover;
}
.cont {
    float: left;
}
.--action {
    margin: 10px 10px 10px 0;
    display: flex;
    gap: 15px;
}


@media screen and (max-width: 1024px) {
    .--home-start .--btn-3  a {
        width: auto!important;

    }
    .--btn-3 {
        margin-left: 0;
        margin-top: 10px;
    }


}



.--home-start > * > .--wrap .--image {
    position: relative;
}



.--home-start > * > .--wrap .--image > .--caption {
    margin: 0;
    position: absolute;
    bottom: 40px;
    right: 0;
    font-size: 17px;
    color: white;
    background: #00000099;
    padding: 24px 40px;
    line-height: 1.2;
}

.--home-services {
    padding: 120px 0;
}

.--home-services.--features {
    background-color: #F8F8F8;
}
.--home-services .--header {
    text-align: center;
    font-size: 45px;
    text-transform: uppercase;
}

.--home-services .--header h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.--home-services .--header h2:after {
    width: 100px;
    height: 3px;
    background: #c39674;
    content: '';
    margin-top: 20px;
}

.--home-services .--items {
    display: flex;
    flex-wrap: wrap;
    gap: 45px 30px;
    margin-top: 60px;
}

.--home-services .--items > .--item {
    width: calc(33% - 16px);
}

.--service-card {
    display: flex;
    height: 100%;
    font-size: 17px;
    line-height: 1.3;
    width: 100%;
}

.--service-card > .--wrap {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 20px;
    width: 100%;
}

.--service-card > .--wrap > .--actions {
    margin-top: auto;
}

.--service-card > .--wrap > .--head {
    display: flex;
    font-size: 17px;
    font-weight: 700;
    line-height: 1em;
    gap: 20px;
    border-bottom: 2px solid #c39674;
    padding-bottom: 20px;
}

.--service-card > .--wrap > .--head > .--icon {
    width: 31px;
    height: 31px;
}

.--service-card > .--wrap > .--actions a {
    width: 26px;
    height: 26px;
    display: inline-flex;
    border: 1px solid #c39674;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
}

.--service-card > .--wrap > .--actions a .--icon {
    width: 20px;
    height: 21px;
    filter: invert(61%) sepia(6%) saturate(2372%) hue-rotate(344deg) brightness(106%) contrast(71%);
}

.--service-card > .--wrap > .--head > .--icon > img {
    height: 100%;
    object-fit: contain;
}

.--s-about {
    background: #F3F3F2;
    padding: 80px 0;
}

section .--header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
}

.--header > h2, .--header > h1 {
    display: flex;
    flex-direction: column;
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: inherit;
}

.--header > h2:after, .--header > h1:after {
    width: 100px;
    height: 3px;
    background: #c39674;
    content: '';
    margin: auto;
    margin-top: 20px;
}

.--s-about .--wrap .--text {
    background: white;
    padding: 40px 70px;
    border-radius: 40px;
    line-height: 1.4;
    font-size: 17px;
}

.--s-about .--wrap .--content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.--team-slider .swiper-slide {
    max-width: 318px;
}
.--single-team-slider .swiper-slide {
    max-width: 50%;
}
.--team-card > .--wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 15px;
}

.--team-card > .--wrap .--image img {
    width: 110px;
    height: 110px;
    border-radius: 100px;
    object-fit:cover
}

.--team-card > .--wrap .--name {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
}

#_page {
    overflow: hidden;
    transition: 1s;
    position: relative;
}
.page--in-progress #_page {
    pointer-events: none;
}
.--s-articles .swiper-slide {
    max-width: 400px;
}

.--post-card > .--wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.--post-card > .--wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.--post-card > .--wrap .--tags {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 7px;
    font-size: 12px;
    font-weight: 600;
}

.--post-card > .--wrap .--tags a {
    text-decoration: none;
    color: #c39674;
}

.--post-card > .--wrap .--caption {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.--post-card > .--wrap .--caption .--title {
    color: black;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}

.--post-card > .--wrap .--date {
    font-size: 12px;
    font-weight: 600;
    color: gray;
}

.--s-articles, .--s-videos, .--s-smi {
    margin: 80px 0;
}

.--video-slider .swiper-slide {
    max-width: 50%;
    position: relative;
}

.--video-card {
    position: relative;
    background: transparent;
    border: none;
    padding: 0;
    width: 100%;
}
.--video-card .--frame > .--player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}
.--video-card .--cover img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.--video-card .--frame {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: 360px;
    width: 100%;
}

.--video-card .--frame > .--play {
    position: absolute;
    z-index: 11;
    bottom: 20px;
    right: 20px;
}

.--video-card .--caption {
    text-align: left;
    margin-top: 20px;
}

.--video-card .--caption .--title {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Overpass", sans-serif;
    line-height: 1.2em;
    color: black;
}

.--s-articles .--actions, .--s-videos .--actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.swiper.--video-slider {
}

.--smi-slider .swiper-slide {
    max-width: 403px;
    display: flex;
    height: auto;
    flex-direction: column;
}

.--smi-card, .--review-card {
    border: 1px solid #EEECEA;
    border-radius: 20px;
    display: flex;
    height: 100%;
}

.--smi-card > .--wrap, .--review-card > .--wrap {
    display: flex;
    padding: 28px;
    flex-direction: column;
    gap: 20px;
    font-size: 17px;
    line-height: 1.2;
}

.--smi-card > .--wrap > .--actions {
    margin-top: auto;
}

.--smi-card > .--wrap .--logo img {
    max-height: 30px;
}

.--btn-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #c39674;
    font-size: 18px;
    font-weight: 500;
    gap: 5px;
    font-family: "Overpass";
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.--btn-link > .--icon {
    width: 20px;
    height: 20px;
}

.--reviews-slider .swiper-slide {
    max-width: 404px;
}

.--review-card .--author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.--review-card .--author img, .--review-card .--author .--avatar {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 100%;
    background: gray;
}

.--review-card .--author .--name {
    font-weight: 600;
}

.--review-card > .--wrap .--review {
    height: 102px;
    overflow: hidden;
    text-overflow: inherit;
    line-height: 1.5;
}

.--s-contact-us {
    padding: 80px 0;
    background: #F3F3F2;
}
.--s-contact-uslugi {
    padding: 0px 0 0px 0;
    background: #F3F3F2;
}


.--s-contact-us .--actions {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 50px;
}

.--s-about .--wrap .--content .--actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper {padding: 0 25px;overflow: inherit;}

.swiper-button-next, .swiper-button-prev {
    color: #c69370;
    transform: scale(.6);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -6px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -7px;
}
.swiper-slide .--video-card {
    transition: .2s;
    opacity: 0;
}
.--cover {
    width: 100%;
    overflow: hidden;
    background: #80808045;
    line-height: 0;
    height: 100%;
}

.swiper.--video-slider .swiper-wrapper {
    align-items: start;
}
.swiper-slide.swiper-slide-active .--video-card, .swiper-slide.swiper-slide-next .--video-card, .swiper-slide.swiper-slide-active .--video-card, .swiper-slide.swiper-slide-next+div .--video-card {
    opacity: 1;
}

.--mobile-menu {
    position: fixed;
    z-index: 1111;
    background: white;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}

body.--menu-open {
    overflow: hidden !important;
}

.--menu-open .--mobile-menu {
    opacity: 1;
    visibility: visible;
}

.--mobile-menu .--head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
}

.--mobile-menu .--menu-btn svg {
    width: 40px;
    height: 40px;
}

.--mobile-menu .--head > .--logo img {
    height: 45px;
}

.--mobile-menu .--head > .--logo a {
    display: block;
}

.--mobile-menu > * > .--wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    text-align: center;
    gap: 15px;
}

.--mobile-menu > * > .--wrapper > .--social {
    margin-top: auto;
    display: flex;
    flex-direction: COLUMN;
    align-items: center;
    gap: 15px;
    padding-bottom: 40px;
}

.--mobile-menu > .container {
    height: 100%;
}

.--mobile-menu > * > .--wrapper > .--social > .--items {
    display: flex;
    gap: 10px;
}

.--mobile-menu > * > .--wrapper li a {text-decoration: none;font-size: 20px;display: block;color: black;padding: 14px 0;border-bottom: 1px solid #eae3de;}

.--mobile-menu > * > .--wrapper ul {
}

.--mobile-menu > * > .--wrapper ul.sub-menu > li > a {
    font-size: 17px;
    border-bottom: none;
}

.--mobile-menu > * > .--wrapper ul.sub-menu {
    padding-bottom: 25px;
    display: none;
}

.--mobile-menu > * > .--wrapper > .--social .--btn {
    display: block;
    color: white;
    text-decoration: none;
    background: #c39674;
    border-radius: 100px;
    padding: 18px 14px;
    width: 100%;
    font-size: 16px;
}

.--mobile-menu > * > .--wrapper > .--social .--bottom {
    width: 100%;
}

.menu-item-has-children.active > .sub-menu {
    display: block !important;
}

.--mobile-menu > * > .--wrapper li.active >  a {
    background: #eae3de38;
}

.menu-item-has-children > a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.menu-item-has-children > a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-left: 2px solid #c39674;
    border-bottom: 2px solid #c39674;
    display: block;
    transform: rotate(-45deg);
    position: relative;
    top: -3px;
}

.--layout-article {
    max-width: 840px;
    margin: auto;
    padding: 40px 0;
}

.--layout-article img {
    max-width: 100%;
}

.--layout-article > .--wrap {
    display: grid;
    gap: 40px;
}

.--layout-article > .--wrap .--article-header .--image img {
    width: 100%;
}

.--article-header {
    display: grid;
    gap: 10px;
    text-align: center;
}

.--article-header .--category {
    margin-top: 40px;
}

.--article-header h1 {
    font-size: 45px;
    line-height: 1.2;
}

.--article-header .--title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
}

.--article-header .--title:after {
    content: '';
    width: 100px;
    height: 3px;
    display: block;
    background: #C39674;
}

.--article-header .--category a {
    text-decoration: none;
    font-weight: 500;
    color: #c39674;
}

.--article-content {
    line-height: 1.5;
}

.--article-content p, .--article-content ul, .--article-content ol {
    margin: 15px 0;
}

.--article-content iframe {
    width: 100%;
    height: 460px;
}

.--article-tags > .--wrap {
    width: 100%;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    border-bottom: 1px solid #EEECEA;
    padding-bottom: 40px;
}

.--article-tags > .--wrap .--tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    max-width: 400px;
}

.--article-tags > .--wrap .--tags a {
    padding: 2px 10px;
    border-radius: 99px;
    background-color: #EEECEA;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #272727;
    text-decoration: none;
}

.--article-tags > .--wrap .--right {
    min-width: 35%;
}

.--article-tags > .--wrap h3 {
    padding-bottom: 16px;
    font-weight: 500;
}

a {
    color: #926a4b;
}

.--article-share {
    border-bottom: 1px solid #EEECEA;
    padding-bottom: 40px;
}

.--article-share > .--wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.--article-share > .--wrap .--buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.--article-share > .--wrap h3 {
    font-weight: 500;
}

.--article-share > .--wrap > .--actions {
    margin-left: auto;
    display: flex;
    gap: 10px;
}
.--article-share > .--wrap > .--actions a .--icon {
    filter: invert(1);
}
.--article-share > .--wrap > .--actions a {
    text-decoration: none;
    color: white;
    background: #c49674;
    display:flex;
    gap: 5px;
    padding: 10px 13px;
    font-weight: 500;
    align-items: center;
}

.--button-share {
    display: inline-flex;
    width: 36px;
    height: 36px;
    transition: .2s;
    background: #272727;
    align-items: center;
    justify-content: center;
}

.--button-share .--icon {
    transition: .2s;
    filter: invert(1);
    width: 18px;
    height: 18px;
}

.--button-share:hover {
    background: #c39674;
}

.--banner > .--wrap {
    display: flex;
    justify-content: space-between;
    padding: 35px 40px;
    position: relative;
    z-index: 1;
    align-items: end;
    font-size: 16px;
}

.--banner > .--wrap > .--left {
    max-width: 55%;
    display: grid;
    gap: 20px;
    line-height: 1.2;
}

.--banner {
    position: relative;
    color: white;
    background-position: top center !important;
    margin-bottom: 30px;
}

.--banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #27413394;
}

.--banner > .--wrap h2 {
    font-size: 26px;
    font-weight: 500;
    color: white;
}

.--article-content ol, .--article-content ul {
    list-style: disc;
    padding-left: 20px;
    display: grid;
    gap: 8px;
}

.--article-content ol {
    list-style: decimal;
}

.--team-section-1 > .--wrap {
    display: flex;
    align-items: center;
    gap: 60px;
    padding-top: 60px;
    line-height: 1.5;
    font-size: 17px;
    margin-bottom: 40px;
}

.--team-section-1 > .--wrap h2 {
    font-weight: 500;
    margin: 10px 0;
}

.color-brown {
    color: #c39674;
}

.--team-section-2 {
    margin: 40px 0;
    border: 2px solid #EAE3DE;
    border-radius: 20px;
    color: #C39674;
    font-size: 20px;
    line-height: 1.2;
}

.--team-section-1 p {
    margin: 10px 0;
}

.--team-section-2 .--wrap {
    padding: 40px;
}

.--team-section-3 {
    font-size: 17px;
    line-height: 1.5;
}

.--team-section-3 p {
    margin: 15px 0;
}

.--team-list > .--items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.--team-card-lg {
    background: #f3f3f2;
    border-radius: 20px;
}

.--team-card-lg > .--wrap {
    display: flex;
    gap: 30px;
    padding: 30px;
}

.--team-card-lg > .--wrap .--image {
    width: 226px;
    height: 226px;
    min-width: 226px;
}

.--team-card-lg > .--wrap .--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1000px;
}

.--team-list > .--items .--team-card-lg {
    width: calc(50% - 15px);
}

.--team-card-lg > .--wrap > .--details {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 16px;
    font-size: 14px;
    line-height: 1.3;
}

.--team-card-lg > .--wrap > .--details > .--actions {
    margin-top: auto;
}

.--team-card-lg .--details .--name {
    font-size: 17px;
    font-weight: 600;
}

.--team-card-lg > .--wrap > .--details .--position {
    font-weight: 600;
    color: #c39674;
}

.--team-list {
    margin: 60px 0;
}

strong {
    font-weight: 600;
}

.--archive-header {
    color: white;
    background-image: url("/inc/uploads/2023/06/file-mainblocks.items_.63c1b947c0f23dd6924c3591.content.back-63c1b947c0f23dd6924c3588-16736403228671-scaled.jpg");
    position: relative;
    padding: 50px 0;
    background-position: center;
    background-size: cover;
    margin-bottom: 70px;
}

.--archive-header:before {content: '';position: absolute;top: 0;left: 0;width: 100%;background: #274133;height: 100%;opacity: .9;}

.--archive-header .--title {
    position: relative;
    text-align: center;
}

.--archive-header .--title h1 {
    font-size: 45px;
    color: white;
}

.--archive-tags > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.--archive-tags > .row a {
    color: #272727;
    padding: 6px 20px;
    border-radius: 4px;
    background-color: #EEECEA;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    line-height: 1.5;
    transition: .2s;
}
.--archive-tags > .row a:hover, .--archive-tags > .row a.--active {
    color: white;
    background: #c39674;
}
.--archive-tags {
    margin-bottom: 60px;
}

.--archive-posts > .row {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    gap: 70px 30px;
    align-items: flex-start;
    width: calc(100% - 90px);
}
.--archive-posts.--grid-2 > .row {
    grid-template-columns: auto auto;
}

.--archive-header .--title p {
    margin-top: 15px;
}

.--contact-start {
    background: #f3f3f2;
    padding: 60px 0;
}

.--contact-start .--header {
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
}

.--contact-start .--header .label:after {
    margin-left: 0;
}

.--contact-start > * > .--wrap {
    display: flex;
    gap: 50px;
    width: 100%;
    justify-content: space-between;
}

.--contact-start > * > .--wrap .--map img {
    width: 100%;
    object-fit: cover;
    border-radius: 1000px 1000px 10px 1000px;
}

.--contact-start > * > .--wrap > .--left {
    width: 60%;
}

.--contact-start > * > .--wrap .--right {
    width: 40%;
}

.--contact-start > * > .--wrap  .--map {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.--contact-start > * > .--wrap .--contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.--contact-start > * > .--wrap .--contacts .--item {
    width: calc(50% - 10px);
    background: white;
    border-radius: 20px;
    padding: 30px;
    line-height: 1.4;
}

.--contact-start > * > .--wrap .--contacts .--item p {
    margin: 14px 0;
}

.--contact-start > * > .--wrap .--contacts .--item h2 {
    font-size: 20px;
    font-weight: 500;
    color: gray;
}

.--contact-start > * > .--wrap .--contacts .--item a:not(.--ui-btn) {
    color: black;
    text-decoration: none;
    transition: .2s;
}

.--contact-start > * > .--wrap .--item .--ui-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.--contact-start > * > .--wrap .--contacts .--item a:not(.--ui-btn):hover {
    color: #c39674;
}

.--single-team > .--wrap {
    display: flex;
    align-items: center;
    gap: 50px;
    font-size: 17px;
    line-height: 1.5;
}

.--single-team {
    margin: 80px 0;
}

.--single-team > .--wrap .--image {
    width: 280px;
    line-height: 0;
}

.--single-team > .--wrap .--caption {
    width: 75%;
}

.--single-team > .--wrap .--image img {
    width: 280px;
    border-radius: 1000px;
    height: 280px;
    object-fit: cover;
}

.--single-team > .--wrap .--caption .--name {
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0;
}

.--single-team > .--wrap .--caption .--position {
    font-weight: 500;
    color: #c39674;
}

.--section-items {
    padding: 80px 0;
}
.--section-items .--wrap > .--items.count-3 > .--item {
    width: calc(33% - 9px);
}
.--section-items > * > .--wrap > .--header {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.--section-items .--wrap > .--items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.--section-items.--bg-gray {
    background: #f3f3f2;
}
.--section-items  .--list-card {
    border: 1px solid #EEECEA;
    border-radius: 14px;
    padding: 20px;
    font-size: 20px;
    line-height: 1.4;
    width: 100%;
    background: white;
}

.--list-card > .--wrap {
}

.--section-items .--list-card.--dark {
    color: white;
    background: #c39674;
    font-size: 17px;
}
.--section-items .--wrap > .--items > .--item {
    width: calc(25% - 15px);
    display: flex;
}

.--section-items .--list-card .--icon {
    width: max-content;
    height: auto;
    min-width: 42px;
    min-height: 42px;
    border: 1px solid #EEECEA;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C39674;
}

.--list-card.--style-1 > .--wrap {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.--list-card.--style-1 {
    background: transparent;
    border: none;
}

.--section-items .--list-card.--style-1 .--icon {
    background-color: #c39674;
    background-size: 30px !important;
}

.--list-card.--style-1 .--title {
    font-weight: 500;
}

.--section-2 {
    margin: 80px 0;
}

.--section-2 > .--wrap {
    display: flex;
    gap: 30px;
    align-items: center;
    line-height: 1.5;
    font-size: 17px;
}


.--section-2 > .--wrap .--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.--section-3 > .--wrap p {
    margin: 15px 0;
}

[dir="rtl"] .--section-3 ul li:before {
    left: inherit;
    right: 0;
}

[dir="rtl"] .--section-3 ul li {
    padding-right: 24px;
    padding-left: 0;
}

.--section-2 > .--wrap h2 {
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
}

.--section-2 > .--wrap > .--right {
    padding: 20px;
}

.--section-2.--reverse > .--wrap {
    flex-direction: row-reverse;
}





.--section-2 > .--wrap > .--left, .--section-2 > .--wrap > .--right {
    width: 50%;
}

.--section-2 > .--wrap .--header {
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
}

.--section-2 > .--wrap .--header > .label:after {
    margin-left: 0;
}


.--section-3 {
    border: 1px solid #EEECEA;
    border-radius: 20px;
    margin: 50px 0;
}
.--section-3 ul li {
    position: relative;
    padding-left: 24px;
    margin: 10px 0;
}

.--section-3 ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #c39674;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 7px;
}
.--section-3 > .--wrap {
    padding: 30px;
    display: flex;
    gap: 30px;
    align-items: center;
    line-height: 1.5;
    font-size: 17px;
}

.--section-3 > .--wrap .--image {
    width: 400px;
    height: 400px;
}

.--section-3 > .--wrap .--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.--section-3 > .--wrap p {
    margin: 15px 0;
}

.--section-3 > .--wrap h2 {
    font-size: 20px;
    font-weight: 600;
}

.--section-3 > .--wrap > .--right {
    padding: 20px;
}

.--section-3.--reverse > .--wrap {
    flex-direction: row-reverse;
}

.--accordion > .--wrap {
    position: relative;
}

.--accordion > .--wrap > .--content {
    display: none;
    border-top: 1px solid #efefef;
}

.--accordion {
    border: 1px solid #efefef;
    border-radius: 5px;
}

.--accordion .--head > .--label {
    font-size: 20px;
    font-weight: 500;
}

.--accordion .--head {
    display: flex;
    gap: 15px;
    cursor: pointer;
    padding: 15px;
    align-items: center;
}

.--faq > .--items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.--section-faq {
    margin: 80px 0;
}

.--accordion.--active > .--wrap > .--content {
    display: block;
}

.--accordion.--active > .--wrap > .--content > .--text {
    padding: 20px 15px;
    line-height: 1.4;
}

.--accordion.--active .--head {
    color: #c39674;
}

.--accordion .--head > .icon {
    width: 24px;
    height: 24px;
    position: relative;
    min-width: 24px;
}

.--accordion .--head > .icon > span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: black;
    top: 12px;
    left: 0;
    transform: rotate(0);
}

.--accordion .--head > .icon > span:last-child {
    transform: rotate(-90deg);
}

.--accordion.--active .--head > .icon > span:last-child {
    transform: rotate(0deg);
}

.--section-table-services {
    margin: 80px 0;
}

.--table-services > .--wrap {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.--table-services > .--wrap .--row_wrap {
    display: flex;
    gap: 1px;
    width: 100%;
    justify-content: space-between;
}

.--table-services > .--wrap .--row_wrap .--cell {
    width: 25%;
    background: #EEECEA;
    font-size: 17px;
    padding: 20px;
    text-align: center;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.--table-services > .--wrap .--row_wrap .--cell:first-child {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
}

.--table-services > .--wrap .--row_wrap .--cell p {
    max-width: 582px;
    width: 100%;
}

.--table-services > .--wrap .--row_wrap .--cell:first-child:empty {
    background: none;
}

.--table-services > .--wrap .--row:first-child .--row_wrap .--cell {
    background: #c39674;
    color: white;
}

.--table-services > .--wrap .--row_wrap .--cell .--table-btn {
    display: block;
    padding: 20px;
    text-decoration: none;
    background: #c39674;
    color: white;
    font-weight: 600;
    transition: .2s;
    margin: -20px;
}

.--table-services > .--wrap .--row_wrap .--cell .--table-btn:hover {
    background: #926a4b;
}

.--section-info-alert {
    max-width: 620px;
    margin: auto;
    padding: 30px 60px;
    background: #eeecea;
    line-height: 1.4;
    font-size: 17px;
}

.--section-info-alert .--wrap {
    display: flex;
    gap: 20px;
}

.--section-lesse-passe {
    margin: 80px 0;
    border: 1px solid #EEECEA;
    padding: 30px;
    border-radius: 20px;
    font-size: 17px;
    line-height: 1.4;
}

.--section-lesse-passe h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}

.--section-lesse-passe p {
    margin: 15px 0;
}

.--section-lesse-passe .--items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
}

.--section-lesse-passe .--items > .--lesse-passe-card {
    width: calc(33% - 6px);
}

.--lesse-passe-card {
    border: 1px solid #EEECEA;
    padding: 30px;
    border-radius: 20px;
    font-size: 17px;
    line-height: 1.4;
}

.--lesse-passe-card .--head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.--lesse-passe-card .--head h3 {
    font-weight: 600;
}

.--lesse-passe-card .--head .--document {
    display: flex;
    text-align: right;
    font-size: 15px;
    text-decoration: none;
    color: #836249;
    line-height: 1.2;
    gap: 10px;
}

.--lesse-passe-card .--head .--document .--icon {
    width: 36px;
    height: 36px;
}

.--section-items .--list-card .--icon img {
    width: 60px;
    height: 60px;
    background: white;
    margin: -1px;
}

.--section-items .--list-card h3 {
    font-weight: 600;
    margin-bottom: 15px;
}

.--section-items .--list-card .--text p {
    margin: 6px 0;
    font-size: 16px;
}

.--section-items .--list-card .--text p:last-child {
    margin-bottom: 0;
}

.--section-banner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.--section-banner > .--wrap {
    position: relative;
    padding: 50px 90px;
    z-index: 1;
    color: white;
}

.--section-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #274232e3;
}

.--section-banner .--header {
    text-align: left;
    max-width: 800px;
}

.--section-banner .--header .label:after {
    margin-left: 0;
}
.--section-items .--list-card ol {
    counter-reset: list;
}
.--section-items .--list-card ol li {
    font-size: 16px;
    position: relative;
    display: flex;
    gap: 10px;
    margin: 10px 0px;
    align-items: baseline;
}

.--section-items .--list-card ol li:before {
    counter-increment: list;
    content: counter(list);
    display: inline-flex;
    width: 35px;
    height: 35px;
    border: 1px solid #EEECEA;
    min-width: 35px;
    border-radius: 100px;
    font-size: 24px;
    font-weight: 600;
    color: #c39674;
    align-items: center;
    justify-content: center;
    line-height: 0;
    position: relative;
    top: 4px;
}

.--section-items .--list-card ol {
    margin: 20px 0;
}

.--section-plans .--items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.--section-plans.--bg-gray {
    background: #f3f3f2;
}

.--section-plans {
    padding: 80px 0;
}

.--section-plans .--items > .--item {
    width: calc(50% - 10px);
}

.--plan-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    width: 100%;
    height: 100%;
}

.--plan-card .--title {
    background: #274133;
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 50px;
}

.--plan-card h4 {
    font-weight: 600;
    margin: 20px 0;
    font-size: 20px;
    text-align: center;
}

.--plan-card ul {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.--plan-card ul > li {line-height: 1.5;position: relative;padding-left: 36px;}

.--plan-card ul > li:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url('/inc/uploads/2023/06/ico.svg');
    margin-right: 8px;
    min-width: 23px;
    position: absolute;
    left: 0;
}

.--plan-card > .--wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.--plan-card > .--wrap > .--actions {
    margin-top: auto;
    display: flex;
    justify-content: center;
}

.--section-plans .--items > .--item:last-child {
    width: 100%;
}

.site-header-progressbar {
    width: 100%;
    height: 2px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 112;
}
.site-header-progressbar__runner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #c39674;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.site-header-progressbar__overlay {
    position: fixed;
    z-index: 25;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(255,255,255,0.25);
    top: -100%;
    opacity: 0;
}
.site-header-progressbar__overlay--shown {
    top: 0;
    opacity: 1;
    -webkit-transition: opacity 1000ms linear 2000ms;
    transition: opacity 1000ms linear 2000ms;
}
.site-header-progressbar--in-process {
    opacity: 1;
    -webkit-transition: opacity 100ms ease;
    transition: opacity 100ms ease;
}
.site-header-progressbar--in-process .site-header-progressbar__runner {
    -webkit-transform: scale3d(0.8, 1, 1);
    transform: scale3d(0.8, 1, 1);
    -webkit-transition: -webkit-transform 3000ms cubic-bezier(0.25, 0.64, 0.65, 0.99);
    transition: -webkit-transform 3000ms cubic-bezier(0.25, 0.64, 0.65, 0.99);
    transition: transform 3000ms cubic-bezier(0.25, 0.64, 0.65, 0.99);
    transition: transform 3000ms cubic-bezier(0.25, 0.64, 0.65, 0.99), -webkit-transform 3000ms cubic-bezier(0.25, 0.64, 0.65, 0.99);
}
.site-header-progressbar--finished {
    opacity: 0;
    -webkit-transition: opacity 1000ms ease;
    transition: opacity 1000ms ease;
}
.site-header-progressbar--finished .site-header-progressbar__runner {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.not-found {
    text-align: center;
    padding: 50px 0;
    font-size: 17px;
    line-height: 1.7;
}

.not-found h1 {
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1;
}

.not-found form {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

input.search-field {
    border: 1px solid #c39674;
    padding: 15px 30px;
    border-radius: 1px;
    font-family: inherit;
    font-size: 17px;
    padding-bottom: 16px;
}

.not-found form .search-submit {cursor: pointer;}

[dir="rtl"] header .--header > .--contacts .--left {
    text-align: left;
}

[dir="rtl"] header .--header > .--contacts .--right, [dir="rtl"] footer .--contacts {
    direction: ltr;
    text-align: right;
}

[dir="rtl"] footer > * > .--copyright > .--col:first-child {
    margin-right: inherit;
    margin-left: auto;
}

[dir="rtl"] header .--header > .--logo {
    margin-right: inherit;
    margin-left: auto;
}

.page-template-template-home .lang-item-de {
    display: none;
}

[dir="rtl"] .--contacts .--item {
    direction: ltr !important;
    text-align: right;
}

.menu-item-4984 {
    display: none;
}



.--video-frame #muteButton {
    position: absolute;
    z-index: 1;
    bottom: 7px;
    left: 7px;
    background: #9f9f9f;
    border: none;
    font-family: inherit;
    font-size: 16px;
    color: white;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 3px;
    cursor: pointer;
    transition: .2s;
    opacity: .7;
}

.--video-frame iframe#youtubeVideo {
    pointer-events: none;
}

.--video-frame:hover #muteButton {
    opacity: 1;
    background-color: #c39674;
}

.--video-frame {
    border-radius: 9px;
}

.wp-block-search input {
    width: 100%;
    border: none;
    padding: 14px 20px;
    font-family: inherit;
    font-size: 16px;
    border-radius: 100px;
}

.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    align-items: center;
    border-radius: 100px;
    overflow: hidden;
    padding: 9px;
    border: 2px solid #c39674;
    gap: 9px;
}

.wp-block-search {
    max-width: 500px;
    margin: auto;
}

.wp-block-search label {
    display: none;
}

.wp-block-search button {
    border: none;
    font-weight: 700;
    cursor: pointer;
    background: #c39674;
    font-size: 16px;
    font-family: inherit;
    color: white;
    border-radius: 100px;
    padding: 12px 25px;
}

.--layout-article.--post-5749, .--post-5760, .--post-5763 {
    padding: 100px 0;
}

.icon-search {
    display: block;
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml,<%3Fxml version="1.0" %3F><svg class="feather feather-search" fill="none" height="24" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><circle cx="11" cy="11" r="8"/><line x1="21" x2="16.65" y1="21" y2="16.65"/></svg>');
    filter: invert(1);
}

.--btn-dropdown {
    position: relative;
    width: max-content;
}

.--btn-dropdown > .--dropdown-menu {
    position: absolute;
    background: white;
    border-radius: 12px 0px 12px 12px;
    box-shadow: 0 1px 1px 0 #0000002b;
    top: calc(100% + 10px);
    right: 0;
    display: none;
    z-index: 1;
}

.--btn-dropdown > .--dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px;
    border-bottom: 1px solid #efefef;
    text-decoration: none;
    font-size: 16px;
}

.--btn-dropdown > .--dropdown-menu li:last-child a {
    border-bottom: 0;
}

.icon-chevron {
    width: 10px;
    height: 10px;
    border-left: 2px solid #c39674;
    border-bottom: 2px solid #c39674;
    display: block;
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
}

.--btn-2 .icon-chevron {
    border-color: white;
}

[data-modal] {
    cursor: pointer;
}
.--modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 11111;
    pointer-events: none;
}

.--modal > .overlay {
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, #000 100%);
    z-index: 0;
    pointer-events: none;
    transition: .5s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.03);
    opacity: 0;
}

.--modal > .--wrap {
    position: relative;
    z-index: 1;
    transition: .5s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.03);
    transform: translate3d(0px, 40px, 0px);
    opacity: 0;
    transition-delay: .1s;
    pointer-events: none;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.--modal > .--wrap > .scroll-area {
    height: 100vh;
    overflow: auto;
    padding: 0 15px;
    padding-top: 10vh;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.--modal > .--wrap > .scroll-area::-webkit-scrollbar {
    display:none
}

.--modal > .--wrap > .scroll-area > .--window {
    border-radius: 12px;
    background: var(--base-white, #FFF);
    box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
    max-width: 544px;
    margin: auto;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.--modal.--show > .--wrap {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) !important;
    pointer-events: auto;
}

.--modal.--show > .overlay {
    opacity: 1;
    pointer-events: auto;
}

.--modal.--left > .--wrap {
    margin-right: 0;
    transform: translate3d(40px, 0px, 0px);
}

.--modal.--left > .--wrap > .scroll-area {
    padding-right: 0;
    padding-top: 0;
}

.--modal.--left > .--wrap > .scroll-area > .--window {
    border-radius: 0px;
    margin-top: 0;
    min-height: 100%;
}

.--modal > .--wrap > .scroll-area > .--window > .--header {
    padding: 24px 24px 0px 24px;
    color: var(--gray-600);
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    padding-bottom: 20px;
    position: relative;
}

.--modal > .--wrap > .scroll-area > .--window > .--content {
    padding: 0 24px;
}

.--modal > .--wrap > .scroll-area > .--window > .--header > .--wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.--modal > .--wrap > .scroll-area > .--window > .--header > .--wrap > .--actions {
    position: relative;
    margin: -7px;
}
.--modal > .--wrap > .scroll-area > .--window > .--header > .--wrap > .text {
    margin-right: auto;
    display: grid;
    gap: 4px;
}

.--modal > .--wrap > .scroll-area > .--window > .--header .title {
    color: var(--gray-900);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}


.--modal > .--wrap > .scroll-area > .--window > .--header > .--wrap > .--content {
    display: grid;
    gap: 12px;
}
.--modal > .--wrap > .scroll-area > .--window > .--header > .--wrap > .--content .text {
    display: grid;
    gap: 4px;
}

.--modal > .--wrap > .scroll-area > .--window > .--actions {
    padding-top: 12px;
}

.--modal > .--wrap > .scroll-area > .--window > .--actions > .--wrap {
    display: flex;
    padding: 0px 24px 24px 24px;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.--modal > .--wrap > .scroll-area > .--window > .--actions > .div {
    height: 1px;
    width: 100%;
    background: var(--gray-200, #EAECF0);
    margin-bottom: 24px;
}

.--modal > .--wrap > .scroll-area > .--window > .--header > .bg {
    position: absolute;
    width: 336px;
    height: 336px;
    left: -125px;
    top: -125px;
    z-index: 0;
    pointer-events: none;
}

.--modal > .--wrap > .scroll-area > .--window > .--header > .bg > div {
    width: 100%;
    height: 100%;
}

.--page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11112;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    opacity: 0;
}

.--page-loader > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #00000036;
}

.--page-loader.--loading .--loader {
    opacity: 1;
}

.--page-loader .--loader {
    z-index: 3;
}

.--page-loader.--loading {
    opacity: 1;
}

[dir="rtl"] [data-mask="phone"] {
    direction: ltr;
    text-align: right;
}

.--btn-1 .icon-chevron {
    border-color: white;
    margin: auto;
}

.--btn-2.--color-maroon{
    background: #BA324F;
}

#repatriation_steps .--text > *:last-child {
    margin-top: auto;
    padding-top: 10px;
}

#repatriation_steps .--list-card > .--wrap, #repatriation_steps .--list-card > .--wrap > .--content {
    display: flex;
    height: 100%;
    flex-direction: column;
}

#repatriation_steps .--list-card > .--wrap .--text {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#repatriation_steps .--list-card ol {
    margin-top: 0;
}

.--callback-form > .--wrap {
    display: flex;
    gap: 20px;
    padding: 20px;
    position: relative;
    z-index: 1;
    color: white;
}

.--callback-form > .--wrap > .--left {
    width: 50%;
    font-size: 16px;
    line-height: 1.3;
}

.--callback-form > .--wrap .--header {
    text-align: left;
    margin-bottom: 15px;
}

.--callback-form {
    background-size: cover;
    background-position: center;
    position: relative;
}

.--callback-form:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #213c2de3;
    top: 0;
    z-index: 0;
}

.--callback-form > .--wrap .--title h2 {
    color: white;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
}

.--callback-form > .--wrap > .--right {
    width: 50%;
}

.--callback-form > .--wrap .--fieldset > .wrap > .field > .--wrap > .label {
    color: white;
}

.--callback-form > .--wrap .gifteyforms > .wrapper > .--header > .--wrap .title {
    font-size: 18px;
    color: white;
    font-weight: 600;
    letter-spacing: -.2px;
    margin: 10px 0;
}

.--callback-form > .--wrap .gifteyforms > .wrapper > .--header > .--wrap  .caption {
    color: white;
    line-height: 1.3;
}

.--callback-form > .--wrap p {
    opacity: .8;
}

.--callback-form > .--wrap > .--left .--logo {
    line-height: 0;
    margin-bottom: 20px;
}

.--callback-form > .--wrap > .--left .--logo img {
    width: 70px;
}

.--section-telegram-channel {
    color: #ffffffb8;
    background: #274133;
    border-radius: 24px;
    font-size: 20px;
    margin-top: 80px;
}

.--section-telegram-channel > .--wrap {
    display: flex;
}

.--section-telegram-channel > .--wrap > .--content {
    padding: 64px;
    width: 50%;
}

.--section-telegram-channel > .--wrap > .--content h2 {
    font-size: 44px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
}

.--section-telegram-channel p {
    margin-bottom: 20px;
}

.--btn-2.--color-white {
    color: black;
    background: white;
    font-weight: 500;
    text-transform: uppercase;
}

.--section-telegram-channel > .--wrap > .--content > .actions {
    margin-top: 40px;
}

.--section-telegram-channel > .--wrap > .--figure {
    width: 50%;
    background: url(/inc/uploads/2024/08/telegram-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.lang-item-es {
    display:none;
}

/* YouTube Shorts Carousel Styles */
.youtube-shorts-section {
    margin: 40px 0;
    padding: 0 20px;
}

.shorts-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    color: #333;
}

.shorts-description {
    font-size: 1.1rem;
    color: #666;
    text-align: center;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Swiper Container */
.youtube-shorts-swiper {
    position: relative;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-slide {
    width: auto;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}

/* Shorts Container */
.shorts-container {
    width: 280px;
    height: 498px; /* 9:16 aspect ratio для shorts */
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.youtube-shorts-swiper .swiper-slide{
    max-width: 280px;
}
.shorts-container:hover {
    transform: translateY(-5px);
    
}

/* Thumbnail */
.shorts-thumbnail {
    width: 100%;
    height: 100%;
    position: relative;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shorts-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Play Button */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.9;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 2;
}

.shorts-container:hover .play-button {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

.play-button svg {
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
    width: 44px;
    height: 44px;
    margin-top: -22px;
    background: #fff;
    border-radius: 50%;
    
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #f8f9fa;
 
    transform: scale(1.05);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

/* Swiper Pagination */
.swiper-pagination {
    bottom: 10px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #ff0000;
    transform: scale(1.2);
}

/* Loading State */
.shorts-thumbnail img {
    transition: opacity 0.3s ease;
}

.shorts-thumbnail img[src*="maxresdefault.jpg"] {
    background: linear-gradient(45deg, #f0f0f0 25%, transparent 25%), 
                linear-gradient(-45deg, #f0f0f0 25%, transparent 25%), 
                linear-gradient(45deg, transparent 75%, #f0f0f0 75%), 
                linear-gradient(-45deg, transparent 75%, #f0f0f0 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    animation: loading 1s infinite linear;
}

@keyframes loading {
    0% { background-position: 0 0, 0 10px, 10px -10px, -10px 0px; }
    100% { background-position: 20px 20px, 20px 30px, 30px 10px, 10px 20px; }
}

