/*!
Theme Name: robert-theme
*/
html.scroll-hidden,
html.scroll-hidden body{
    overflow: hidden;
}
html,body {
    overflow-x: hidden;
   
}
.container  {
    max-width: 1440px;
    padding: 0 16px;
    margin: 0 auto;
}
@media (min-width: 769px) {
    .container {
        padding: 0 40px;
    }
}
@media (min-width: 1024px) {
    .container {
        padding: 0 80px;
    }
}
@media (min-width: 1280px) {
    .container {
        padding: 0 100px;
    }
}


.has-arrow-after::after {
    content: '';
    display: block;
    width: 16px;
    height: 8px;
    background: url('assets/images/icons/arrow-down.svg') center center / contain no-repeat;
}
.has-arrow-after.active {
    color: #D7263D;
}
.has-arrow-after.active::after {
    background: url('assets/images/icons/arrow-top-active.svg') center center / contain no-repeat;
}
.sub-menu {
    width: max-content;
    padding: 16px;
    position: absolute;
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease-in-out;
}
.sub-menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
@media (max-width: 1024px) {
    .sub-menu {
        box-sizing: content-box;
        display: none;
        position: static;
        flex-direction: column;
        transform: translate(0);
        padding: 24px 0 0;
        align-items: flex-start;
        max-height: 0;
    }
}
.header-menu.active {
    padding-bottom: 57px;
}

.accordion-content {
    box-sizing: border-box;
    padding-top: 12px;
}
.accordion-btn.active .plus span:nth-child(2) {
    rotate: 0deg;
}
.custom-shadow {
    text-shadow: 0px 0px 1px #FFF;
}
.page-intro-title span{
    display: inline;
    color: #D7263D;
}

.about-custom-item:nth-child(2) .about-custom-decor.decor-one{
    display: block;
    top: 0;
    right: 0;
    transform: translateX(100%);
}
.about-custom-item:nth-child(2) .about-custom-decor.decor-one::after {
    border-top-left-radius: 70px;
}
.about-custom-item:nth-child(2) .about-custom-decor.decor-two{
    display: block;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
}
.about-custom-item:nth-child(2) .about-custom-decor.decor-two::after {
    border-top-left-radius: 70px;
}

.about-custom-decor::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #FFF;
}
@media (max-width: 1020px) {
    .about-custom-item:nth-child(2) .about-custom-decor.decor-two {
        display: none;
    }
}
@media (max-width: 768px) {
    .about-custom-decor {
        display: none !important;
    }
}




.tab-btn.active {
    background: #D7263D;
    color: #FFF;
}
.tab-content.active {
    display: block;
}
.markets-text strong{
    color: rgba(26, 26, 26, 0.70);
    font-weight: 400 !important;
}
.markets-text span {
    color: #D7263D;
}
.markets-text p {
    margin-top: 24px;
}
.markets-text ul {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.markets-text ul li {
    position: relative;
    padding-left: 25px;
}
.markets-text ul li::before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    left: 10px;
    top: 10px;
    transform: translate(50%,-50%);
    border-radius: 50%;
    background: #797979;
}
/*Text page styles*/
.text-page-content p{
    margin-top: 24px;
}
.text-page-content h2 {
    color: #151517;
    margin-top: 24px;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
}
.text-page-content h3 {
    color: #151517;
    margin-top: 24px;
}
.text-page-content h4 {
    color: #151517;
    margin-top: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-left: 56px;
}
.text-page-content ul {
    margin-top: 24px;
    /*color: #797979;*/
}
.text-page-content ul li {
    padding-left: 37px;
    position: relative;
}
.text-page-content ul li::before {
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    background: url("assets/images/icons/check.svg") center center / contain no-repeat;
    top: 0;
    left: 0;
}
.text-page-content ul li p {
    margin-top: 0;
}
.email-link {
    display: flex;
    gap: 12px;
    justify-content: start;
}
.email-link::before {
    content: url("assets/images/icons/email.svg");
}
/*Posts styles*/
.post-content p{
    margin-top: 24px;
}
.post-content h4{
    margin-top: 24px;
    color: #151517;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.post-content h3{
    color: #151517;
    margin-top: 24px;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.post-content h4{}
.post-content ul,
.post-content ol {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.post-content ul li {
    position: relative;
    padding-left: 25px;
}
.post-content ul li::before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    left: 10px;
    top: 10px;
    transform: translate(50%,-50%);
    border-radius: 50%;
    background: #797979;
}
.post-content ul.custom-list li {
    padding-left: 0;
}
.post-content ul.custom-list li::before {
    display: none;
}
.post-content ul.custom-list ul:not(.custom-list) li {
    position: relative;
    padding-left: 25px;
}
.post-content ul.custom-list ul:not(.custom-list) li::before {
    display: block;
}
.post-content ul.custom-list li h4::before,
.post-content ul.custom-list li h3::before{
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    background: url("assets/images/icons/check-black.svg") center center / contain no-repeat;
    top: 0;
    left: 0;
}
.post-content ul.custom-list li h4::before {
    background: url("assets/images/icons/check-gray.svg") center center / contain no-repeat;
}
.post-content ul.custom-list h3,
.post-content ul.custom-list h4 {
    margin-top: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #151517;
    padding-left: 37px;
    position: relative;
}
.post-content ol h4,
.post-content ol h3 {
    margin-top: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #151517;
    padding-left: 25px;
    position: relative;
}
.post-content ol {
    counter-reset: count;
}
.post-content ol li {
    counter-increment: count;
}
.post-content ol h4::before,
.post-content ol h3::before {
    content: counter(count)".";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #151517;
}
.post-content ul.custom-list h4 {
    color: #797979 !important;
}
.post-content h2{
    margin-top: 80px;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    color: #151517;
}

/*Language switcher*/
.language-switcher.active .language-switch-list{
    opacity: 1;
    z-index: 100;
    pointer-events: auto;
}
.language-switcher.active #language-switch-btn {
    color: #D7263D;
}
.language-switcher.active #language-switch-btn svg{
    transform: rotate(180deg);
}
.language-switcher.active #language-switch-btn .filled-path {
    fill: #D7263D;
}
@media (max-width: 1024px) {
    .language-switch-list {
        box-sizing: content-box;
    }
}

/*Menu*/
@media (max-width: 1024px) {
    .menu {
        backdrop-filter: blur(28px);
        box-shadow: -101px 198px 62px 0px rgba(0, 0, 0, 0.00), -65px 127px 57px 0px rgba(0, 0, 0, 0.01), -36px 71px 48px 0px rgba(0, 0, 0, 0.05), -16px 32px 36px 0px rgba(0, 0, 0, 0.09), -4px 8px 20px 0px rgba(0, 0, 0, 0.10);
    }
    .menu.active {
        translate: 0 0;
    }
    #burger.active path {
        fill: #D7263D;
    }
}
/*Account*/
.account-content p {
    margin-top: 32px;
}
.account-content ul {
    margin-top: 32px;
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.account-content ul li {
    position: relative;
    padding-left: 44px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #1A1A1A;
}
.account-content ul li::before {
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
    background: url("assets/images/accounts/ul-marker.svg") center center / contain no-repeat;
}

/*Button animation*/
.anim-button {
    position: relative;
    z-index: 2;
}
.anim-button::after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: #D7263D;
    opacity: 0.7;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    animation: ButtonAnimation 3s ease-in infinite;
    border-radius: 66.39px;
}
@keyframes ButtonAnimation {
    0% {
        opacity: 0.7;
        transform: scale(1);
    }
    40% {
        opacity: 0;
        transform: scale(1.2,1.6);
    }
    50% {
        opacity: 0;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
html.lenis, html.lenis body {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}
.lenis.lenis-smooth iframe {
    pointer-events: none;
}
.animate-fadein-simple{
    will-change: opacity;
}
.animate-image {
    will-change: filter, transform, opacity;
}
.animate-fadein,
.animate-cards-one,
.animate-cards-two,
.animate-cards-three,
.animate-cards-four,
.animate-title,
.animate-button {
    will-change: transform, opacity;
}
@media (min-width: 1021px) {
	.cut-title {
		max-width: 460px;
	}	
}
.text-page-content ul ul li {
	padding-left: 0px;
}
.text-page-content ul ul li::before {
	display: none;
}
.text-page-content ul ul {
	padding-left: 20px;
	list-style: disc;
}