#allrecords a {
    color: unset;
}

button {
    all: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font: inherit;
    color: inherit;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


.shadow-xl img {
    box-shadow: 0 20px 24px -4px rgba(10, 13, 18, 0.08), 
                0 8px 8px -4px rgba(10, 13, 18, 0.03), 
                0 3px 3px -1.5px rgba(10, 13, 18, 0.04);
}



/* Стиль для контейнера */

.container {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 48px;
    padding-left: 48px;
    gap: 64px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.container-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 80px
}

@media (max-width: 1439px) {
    .container {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (max-width: 1023px) {
    .container {
        padding-right: 32px;
        padding-left: 32px;
    }
}

@media (max-width: 767px) {
    .container {
        padding-right: 24px;
        padding-left: 24px;
        gap: 48px;
    }
}

@media (max-width: 479px) {
    .container {
        padding-right: 20px;
        padding-left: 20px
    }
}




/* Стиль для кнопок в zero-блоках */

.b--primary .tn-atom,
.b--secondary .tn-atom {
    box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 
                0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 
                0 1px 2px 0 rgba(10, 13, 18, 0.05);
}
    
.b--primary .tn-atom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to bottom, #ffffff1f, #fff0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 2px;
    box-sizing: border-box
}




/* Стиль для секции-видео */

.video {
    padding: 16px 0 48px 0;
    box-sizing: border-box;
}

.video__frame {
    width: 100%;
    overflow: hidden;
    transition: height 0.5s ease;
    height: 640px;
    position: relative;
    border-radius: 6px;
    margin: 0;
}

.video__iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.video__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

.video__caption {
    display: none; 
}

@media (max-width: 1023px) {
    .video__frame {
        height: 560px;
    }
}

@media (max-width: 767px) {
    .video {
        padding: 10px 0 32px 0;
    }
    
    .video__frame {
        height: 400px;
    }
}

@media (max-width: 479px) {
    .video__frame {
        height: 240px;
    }
}




/* Стиль для секции карусель логотипов */
    
.client-logos {
    padding: 0 0 96px 0;
    box-sizing: border-box;
    
}

.client-logos__slider {
    padding: 48px 0 0 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
}

.client-logos__track {
    display: flex;
    gap: 64px;
    align-items: center;
    width: max-content;
    animation: client-logos-scroll 40s linear infinite;
    will-change: transform;
    list-style: none;
    margin: 0;
    padding: 0;
}

.client-logos__track:hover {
    animation-play-state: paused;
}

.client-logos__logo {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.client-logos__logo img {
    height: 48px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%) contrast(1) brightness(0.5);
    transition: filter 0.3s ease;
}

.client-logos__logo:hover img {
    filter: none;
}

.client-logos__tooltip {
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #333;
    color: #fff;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 10;
}

.client-logos__logo:hover .client-logos__tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

@keyframes client-logos-scroll {
    0% {
        transform: translateX(0%);
    }
    
    100% {
        transform: translateX(-50%);
    }
}

.client-logos__slider::before,
.client-logos__slider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 64px;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

.client-logos__slider::before {
    left: 0;
    background: linear-gradient(to right, white 0%, transparent 100%);
}

.client-logos__slider::after {
    right: 0;
    background: linear-gradient(to left, white 0%, transparent 100%);
}

@media (max-width: 767px) {
    .client-logos {
        padding: 24px 0 64px 0;
    }

    .client-logos__track {
        gap: 48px;
    }

    .client-logos__logo img {
        height: 32px;
    }
}




/* Стиль для секции икнок в zero-блоках */

.type-modern-lg,
.type-modernred-lg {
    box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 
                0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 
                0 1px 2px 0 rgba(10, 13, 18, 0.05);
    border-radius: 8px;
}

.type-modernred-lg {
    background-color: #FF5850;
}

.type-modernred-lg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to bottom, #ffffff1f, #fff0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 2px;
    box-sizing: border-box
}


.img-featured-icon {
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}
    
.card-blur {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(4px);
}
    
.vector-z2 {
    z-index: 2 !important;
}
    
.image-lg {
    border-radius: 4px;
box-shadow: 0 12px 16px -4px rgba(10, 13, 18, 0.08), 
            0 4px 6px -2px rgba(10, 13, 18, 0.03), 
            0 2px 2px -1px rgba(10, 13, 18, 0.04);
}



/* Стиль для секции карточек в zero-блоках */

.card-xs {
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
    border-radius: 6px;
    transition: box-shadow 0.3s ease;
}

.card-black-xs {
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
    border-radius: 6px;
    transition: box-shadow 0.3s ease;
    background: radial-gradient(140% 180% at 130% 0%, #841D18 0%, #252B37 72%);
}




/* Стиль для секции табов */

.tabs {
    width: 100%;
    padding: 32px 0 24px 0;
}

.tabs__nav {
    overflow-x: auto;
    display: flex;
    gap: 16px;
    width: 100%;
}

.tabs__nav-list {
    display: flex;
    padding: 6px;
    gap: 16px;
    border-radius: 6px;
    border: 1px solid #E9EAEB;
    background: #FAFAFA;
    width: max-content;
}

.tabs__tab {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 4px;
    color: #717680;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
    background: transparent;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
}

.tabs__tab--active {
    background: #F8443B;
    color: #fff;
    box-shadow: 0 1px 3px rgba(10,13,18,0.1), 0 1px 2px -1px rgba(10,13,18,0.1);
}

.tabs__icon {
    width: 20px;
    height: 20px;
    stroke: #717680;
}

.tabs__tab--active .tabs__icon {
    stroke: #fff;
}

.tabs__select-wrapper {
    display: none;
    position: relative;
    width: 100%;
}

.tabs__select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    border: 1px solid #D5D7DA;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    font-weight: 500;
    line-height: 24px;
    box-shadow: 0 1px 2px rgba(10,13,18,0.05);
}

.tabs__select-icon {
    transition: transform 0.3s ease;
}

.tabs__select--open .tabs__select-icon {
    transform: rotate(180deg);
}

.tabs__select-options {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    max-height: 256px;
    overflow-y: auto;
    z-index: 100;
    list-style: none;
    padding: 4px 0;
    margin: 0;
    box-shadow: 0 12px 16px -4px rgba(10,13,18,0.08),
                0 4px 6px -2px rgba(10,13,18,0.03),
                0 2px 2px -1px rgba(10,13,18,0.04);
    display: none;
}

.tabs__select-option {
    padding: 10px 14px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tabs__select-option:hover,
.tabs__select-option--active {
    background: #F9F9F9;
}

.tabs__option-icon {
    display: none;
    margin-left: 12px;
}

.tabs__select-option--active .tabs__option-icon {
    display: block;
}


@media (max-width: 767px) {
    .tabs {
        padding: 24px 0 16px 0;
    }
    .tabs__nav {
        display: none;
    }

    .tabs__select-wrapper {
        display: block;
    }
    
    
}



/* Стиль для карточек материалов в CTA секции */


.image-stack {
    position: relative;
    width: 600px;
    height: 480px;
}

.image-stack__item {
    position: absolute;
    width: 280px;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 12px 16px -4px rgba(10, 13, 18, 0.08), 
                0 4px 6px -2px rgba(10, 13, 18, 0.03), 
                0 2px 2px -1px rgba(10, 13, 18, 0.04);
    transition: transform 0.3s ease;
}

/* Модификаторы для позиционирования */
.image-stack__item--first {
    top: 62px;
    left: 48px;
    transform: rotate(4deg);
    z-index: 1;
}

.image-stack__item--second {
    top: 110px;
    left: 160px;
    transform: rotate(2deg);
    z-index: 2;
}

.image-stack__item--third {
    top: 158px;
    left: 272px;
    transform: rotate(0deg);
    z-index: 3;
}

@media (max-width: 1439px) {
    .image-stack {
        width: 480px;
    }
}

@media (max-width: 1023px) {
    .image-stack {
        width:704px;
        height: 320px;
    }
    
    .image-stack__item--first {
        top: 12px;
    }

    .image-stack__item--second {
        top: 60px;
    }

    .image-stack__item--third {
        top: 108px;
    }
}

@media (max-width: 767px) {
    .image-stack {
        width:440px;
        height: 320px;
    }
    
}

@media (max-width: 479px) {
    .image-stack {
        width: 320px;
        height: 240px;
    }
    
    .image-stack__item {
        width: 240px;
    }
    
    .image-stack__item--first {
        left: -20px;
        top: 12px;
    }

    .image-stack__item--second {
        left: 72px;
        top: 40px;
    }

    .image-stack__item--third {
        left: 164px;
        top: 68px;
    }
}




/* Стиль для пагинации материалов из медиа*/

.slider-container,
.slider-container-post {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    overflow: auto;
}

.slider-container::-webkit-scrollbar,
.slider-container-post::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.nextBtn,
.prevBtn {
    cursor: pointer;
    transition: background-color 0.3s ease, opacity 0.3s ease; /* плавность */
}

.nextBtn .tn-molecule:hover,
.prevBtn .tn-molecule:hover {
    background-color: #FAFAFA;
    transition: background-color 0.3s ease;
}

.nextBtn.disabled,
.prevBtn.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.post-card-text .tn-atom {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dot-section {
    padding: 16px 0 48px 0;
    box-sizing: border-box;
}

.pagination-indicator {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.pagination-dot-indicator {
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    background: #E9EAEB;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.pagination-dot-indicator.active {
    background: #E4271D;
}

@media (max-width: 767px) {
    .dot-section {
        padding: 10px 0 32px 0;
    }

    .pagination-dot-indicator {
        width: 8px;
        height: 8px;
    }
}




/* Стиль для секции FAQ*/

.faq {
    padding: 48px 0 96px;
    box-sizing: border-box;
}

.faq__container--rtl {
    flex-direction: row;
}

.faq__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
}

.faq__title {
    color: #181D27;
    font-family: Inter, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
}

.faq__subtitle {
    color: #414651;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.faq__contact-link {
    color: #E4271D;
    text-decoration: underline;
}

.faq__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: 1;
    min-width: 480px;
}

.faq__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    cursor: pointer;
}

.faq__item-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.faq__item-question {
    color: #181D27;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.faq__item-answer {
    color: #535862;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}

.faq__item--closed .faq__item-answer {
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.2s ease;
}

.faq__item-icon {
    width: 24px;
    height: 24px;
    position: relative;
}

.faq__item-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M12 8V16M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='%23A4A7AE' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.faq__item--open .faq__item-icon::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='%23A4A7AE' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media (max-width: 1023px) {
    .faq__container--rtl {
        flex-direction: column;
    }

    .faq__list {
        min-width: unset;
    }
}

@media (max-width: 767px) {
    
    .faq {
        padding: 32px 0 64px;
    }
    .faq__header {
        gap: 10px;
    }
    .faq__title {
        font-size: 30px;
        line-height: 38px;
    }
    .faq__subtitle {
        font-size: 16px;
        line-height: 24px;
    }
}




/* Стиль для стандартных форм*/

.custom-form .t-input-inline-styles,
.custom-form .t-input-phonemask__wrap{
    padding: 10px 14px;
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
    line-height: 24px;
    color: #181D27 !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.custom-form .t-select {
    padding: 10px 36px 10px 14px !important;
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
    line-height: 24px;
    color: #181D27 !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.custom-form textarea.t-input {
    padding: 12px 14px !important;
}

.custom-form input::placeholder,
.custom-form textarea::placeholder {
    color: #717680 !important;
    opacity: 1 !important;
}

.custom-form input::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder {
    color: #717680 !important;
    opacity: 1 !important;
}

.custom-form input::-moz-placeholder,
.custom-form textarea::-moz-placeholder {
    color: #717680 !important;
    opacity: 1 !important;
}

.custom-form input:-ms-input-placeholder,
.custom-form textarea:-ms-input-placeholder {
    color: #717680 !important;
    opacity: 1 !important;
}

.custom-form input::-ms-input-placeholder,
.custom-form textarea::-ms-input-placeholder {
    color: #717680 !important;
    opacity: 1 !important;
}

.modal .custom-form .t-form__inputsbox.t-form__inputsbox_flex.t-form__inputsbox_inrow {
    column-gap: 24px;
}

.modal .custom-form .t-form__inputsbox_inrow .t-input-group_width50.t-input-group_inonerow {
    width: calc((100% - 24px) / 2); 
}

.custom-form .t-form__inputsbox.t-form__inputsbox_flex.t-form__inputsbox_inrow {
    column-gap: 40px;
}


.custom-form .t-form__inputsbox_inrow .t-input-group_width50.t-input-group_inonerow {
    width: calc((100% - 40px) / 2); 
}

.custom-form .t-form__inputsbox_inrow .t-input-group_width33.t-input-group_inonerow {
    width: calc((100% - 80px) / 3); 
}

.custom-form .t-select__wrapper::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    aspect-ratio: 1 / 1;
    position: absolute;
    right: 12px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23A4A7AE' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    
    border: none !important;
}

.custom-form .t-input-phonemask__select-triangle {
    display: block;
    width: 16px;
    height: 16px;
    aspect-ratio: 1 / 1;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23A4A7AE' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    border: none !important;
}


.custom-form .t-input-phonemask__options-flag, .t-input-phonemask__select-flag {
    box-shadow: unset;
    -webkit-box-shadow: unset;
}

.custom-form .t-checkbox__indicator {
    border: 1px solid #D5D7DA;
    opacity: 1;
    border-radius: 4px;
}
.t-checkbox__labeltext, .t-checkbox__labeltext div {
    line-height: 20px;
}

.custom-form .t-submit {
    box-shadow: 0 0 0 1px #0a0d122e inset, 0 -2px #0a0d120d inset, 0 1px 2px #0a0d120d;
}

.custom-form .t-submit:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to bottom, #ffffff1f, #fff0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 2px;
    box-sizing: border-box
}

.custom-form .t-checkbox__indicator::after {
    content: none !important;
    display: none !important;
}

/* Стилизация индикатора чекбокса */
.custom-form .t-checkbox__indicator {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    padding: 3px;
    border-radius: 6px; 
    background: transparent;
    border: 1px solid #D5D7DA;
    transition: background 0.2s ease;
}

.t-checkbox__control.t-checkbox__control_flex {
    align-items: flex-start
}

/* При активации — фон красный, вставляем иконку */
.custom-form .t-checkbox:checked + .t-checkbox__indicator {
    background: #FF5850 !important;
    border-color: transparent;
    position: relative;
}

.custom-form .t-checkbox:checked + .t-checkbox__indicator::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    aspect-ratio: 1/1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M11.6663 3.5L5.24967 9.91667L2.33301 7' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.custom-form .t-input-error {
    border-radius: 4px !important;
    box-shadow: 0 1px 8px 0 rgba(10, 13, 18, .12) !important;
    color: #F04438 !important;
    margin-top: 6px !important;
    padding: 8px 12px !important;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.custom-form .t-form .js-error-control-box .t-checkboxes__wrapper, 
.custom-form .t-form .js-error-control-box .t-input:not(.t-input-phonemask):not(.t-input-ownanswer):not(.t-input__own-answer), 
.custom-form .t-form .js-error-control-box .t-radio__wrapper, 
.custom-form .t-form .js-error-control-box .t-rate__wrapper, 
.custom-form .t-form .js-error-control-box .t-select, 
.custom-form .t-form .js-error-control-box .uploadcare-widget {
    border: 1px solid #FDA29B !important;
    top: -4px !important;
}

.custom-form  .tn-atom .js-error-control-box .t-checkbox__control:before, 
.custom-form  .tn-atom .js-error-control-box .t-radio__wrapper:before {
    border: 1px solid #FDA29B;
    border-radius: 4px;
}

.custom-form .tn-atom .js-error-control-box .t-checkbox__control, 
.custom-form .tn-atom .js-error-control-box .t-checkboxes__wrapper .t-checkbox__control, 
.custom-form .tn-atom .js-error-control-box .t-radio__wrapper {
    padding: 0 6px !important;
}


.custom-form fieldset {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px 20px;
    max-width: 768px;
    margin-top: 10px !important;

}


.custom-form .t-input-group_rd .t-checkbox__control {
    width: unset;
    margin: unset;
}


@media (max-width: 767px) {
    .custom-form .t-form__inputsbox_inrow .t-input-group_width33.t-input-group_inonerow {
        width: 100%;
    }
    .custom-form .t-form__inputsbox_inrow .t-input-group_width50.t-input-group_inonerow {
        width: 100%;
    }
    
    .modal .custom-form .t-form__inputsbox_inrow .t-input-group_width50.t-input-group_inonerow {
        width: 100%;
    }

}

@media (max-width: 479px) {
    .custom-form .t-submit {
        width: 100% !important;
    }
}

.tn-atom .t-form__errorbox-wrapper, .tn-form__errorbox-popup {
    background: #FFF !important;
    border: 1px solid #FDA29B !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 16px -4px rgba(10, 13, 18, 0.08), 
    0 4px 6px -2px rgba(10, 13, 18, 0.03), 
    0 2px 2px -1px rgba(10, 13, 18, 0.04) !important;
    font-family: Inter, sans-serif !important;
    padding: 16px !important;
}

.t-form__errorbox-text {
    padding: 0 32px;
    display: flex;
    color: #181D27;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    flex-direction: column;
    gap: 4px;
}

.t-form__errorbox-text::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    aspect-ratio: 1 / 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_14150_1003)'%3E%3Cpath d='M10.0001 6.66675V10.0001M10.0001 13.3334H10.0084M18.3334 10.0001C18.3334 14.6025 14.6025 18.3334 10.0001 18.3334C5.39771 18.3334 1.66675 14.6025 1.66675 10.0001C1.66675 5.39771 5.39771 1.66675 10.0001 1.66675C14.6025 1.66675 18.3334 5.39771 18.3334 10.0001Z' stroke='%23D92D20' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_14150_1003'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 16px;
    top: 16px;
}

.t-form__errorbox-item {
    margin-top: unset;
}

.tn-form__errorbox-close::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    aspect-ratio: 1 / 1;
    position: absolute;
    right: 7px;
    top: 7px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5L5 15M5 5L15 15' stroke='%23A4A7AE' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.tn-form__errorbox-close-line {
    width: unset;
}







    


.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 96px 0
}

@media (max-width: 767px) {
    .section {
        padding: 64px 0
    }
}

.breadcrumbs {
    width: 100%;
    font-size: 14px;
    line-height: 20px
}

.breadcrumbs__list {
    list-style: none;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 6px;
    align-self: stretch;
    flex-wrap: wrap
}

.breadcrumbs__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px
}

.breadcrumbs__link {
    color: #a4a7ae !important;
    text-decoration: none;
    transition: color .2s
}

.breadcrumbs__link:hover {
    text-decoration-line: underline;
    text-underline-offset: 2px;
    color: #181d27 !important;
}

.breadcrumbs__separator {
    display: flex;
    align-items: center;
    color: #a4a7ae
}

.breadcrumbs__icon {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.25;
    stroke-linecap: round;
    stroke-linejoin: round
}

.breadcrumbs__text {
    color: #181d27
}

.badge-info {
    display: flex;
    padding: 3px 8px 3px 4px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #D5D7DA;
    background: #fff;
    box-shadow: 0 1px 2px #0a0d120d;
    box-sizing: border-box;
    height: 32px
}

.badge-info__content {
    display: flex;
    padding: 1px 8px;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    border: 1px solid #D5D7DA;
    background: #fff;
    box-shadow: 0 1px 2px #0a0d120d;
    box-sizing: border-box;
    height: 24px
}

.badge-info__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    height: 8px
}

.badge-info__status {
    width: 12px;
    height: 12px;
    display: block;
    overflow: visible
}

.badge-info__label {
    color: #414651;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.badge-info__time {
    color: #079455;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

@media (max-width: 767px) {
    .badge-info {
        height: 30px
    }
    .badge-info__content {
        padding: 1px 6px;
        gap: 4px;
        height: 22px
    }
    .badge-info__label,
    .badge-info__time {
        font-size: 12px;
        line-height: 18px
    }
}

.badge {
    display: flex;
    padding: 2px 8px;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #E9EAEB;
    background: #fafafa
}

.badge__text {
    color: #414651;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

@media (max-width: 479px) {
    .badge {
        padding: 2px 6px
    }
    .badge__text {
        font-size: 12px;
        line-height: 18px
    }
}

.tag {
    display: flex;
    align-items: center;
    gap: 4px
}

.tag__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px
}

.tag__icon svg {
    width: 100%;
    height: 100%
}

.tag__icon path {
    stroke: #e4271d;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none
}

.tag__text {
    color: #181d27;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase
}

.tags {
    display: flex;
    align-items: center;
    gap: 20px
}

.expert {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch
}

.expert__image {
    width: 48px;
    height: 48px;
    aspect-ratio: 1/1;
    border-radius: 9999px;
    border: 1px solid rgba(0, 0, 0, .08);
    background: #d3d3d3 no-repeat
}

.expert__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    flex: 1 0 0
}

.expert__name {
    align-self: stretch;
    color: var(--colors-text-text-primary-900, #181D27);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.expert__position {
    align-self: stretch;
    color: var(--colors-text-text-secondary-700, #414651);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.experts-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    padding: unset !important;
    margin: unset !important;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: all .2s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px
}

.button__text {
    display: flex;
    padding: 0 2px;
    justify-content: center;
    align-items: center
}

.button--primary {
    background: #ff5850;
    color: #fff !important;
    border: none;
    box-shadow: 0 0 0 1px #0a0d122e inset, 0 -2px #0a0d120d inset, 0 1px 2px #0a0d120d;
    position: relative
}

.button--primary:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to bottom, #ffffff1f, #fff0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 2px;
    box-sizing: border-box
}

.button--primary:hover {
    background: #f8443b
}

.button--primary .button__icon path {
    stroke: #fff
}

.button--secondary {
    background: #fff;
    color: #181d27;
    border: none;
    box-shadow: 0 0 0 1px #d5d7da inset, 0 0 0 1px #0a0d122e inset, 0 -2px #0a0d120d inset, 0 1px 2px #0a0d120d;
    position: relative
}

.button--secondary:hover {
    background: #fafafa
}

.button--secondary .button__icon path {
    stroke: #181d27
}

.button--link-gray {
    color: #181d27;
    position: relative;
    padding: 0!important
}

.button--link-gray:hover {
    color: #181d27;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

.button--link-gray .button__icon path {
    stroke: #181d27
}

.button--icon {
    padding: 12px;
    border-radius: 4px
}

.button--icon .button__icon {
    width: 16px;
    height: 16px;
    stroke-width: 1.25
}

.button--icon .button__icon path {
    stroke: unset;
    fill: #a4a7ae
}

.button--xl {
    padding: 14px 16px;
    gap: 6px;
    border-radius: 4px
}

.button--xl .button__icon {
    width: 16px;
    height: 16px;
    stroke-width: 1.25
}

.button--sm {
    padding: 6px 12px;
    gap: 2px;
    border-radius: 4px
}

.button--sm .button__icon {
    width: 16px;
    height: 16px;
    stroke-width: 1.25
}

.button__content {
    display: inline-flex;
    align-items: center
}

@media (max-width: 479px) {
    .button {
        width: 100%
    }
}

.resources-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch
}

.resources-item {
    display: flex;
    min-height: 280px;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid #E9EAEB;
    background: #fff;
    text-decoration: none
}

.resources-item__image {
    width: 45%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
    min-height: 280px
}

.resources-item__info {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch
}

.resources-item__info-header,
.resources-item__info-header-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch
}

.resources-item__info-title {
    align-self: stretch;
    color: #181d27;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.resources-item__info-description {
    align-self: stretch;
    color: #414651;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.resources-item__button-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    flex: 1 0 0
}

@media (max-width: 479px) {
    .resources-list {
        gap: 24px
    }
    .resources-item {
        min-height: unset;
        border-radius: 4px;
        flex-direction: column
    }
    .resources-item__image {
        width: 100%;
        min-height: unset;
        height: 240px
    }
    .resources-item__info {
        padding: 16px 16px 20px
    }
    .resources-item__info-header,
    .resources-item__info-header-text {
        gap: 12px
    }
    .resources-item__info-title {
        font-size: 20px;
        line-height: 30px
    }
}

.hero {
    padding-top: 40px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
    align-self: stretch
}

.hero__container {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    gap: 96px;
    flex-direction: row;
    align-items: flex-start
}

.hero__wrapper {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    box-sizing: border-box
}

.hero__content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch
}

.hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch
}

.hero__title {
    align-self: stretch;
    color: #181d27;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -.96px
}

.hero__description {
    max-width: 768px;
    align-self: stretch;
    color: #414651;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

.hero__divider {
    align-self: stretch;
    border-top: 1px solid #E9EAEB;
    width: 100%
}

.hero__button-mobile-wrapper {
    display: none
}

.hero__experts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch
}

.hero__experts-title {
    align-self: stretch;
    color: #181d27;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase
}

.hero__form {
    display: flex;
    width: 45%;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 6px;
    border: 1px solid #E9EAEB;
    background: #fff;
    box-shadow: 0 1px 2px #0a0d120d
}

.hero__form-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch
}

.hero__form-title {
    align-self: stretch;
    color: #181d27;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.hero__form-description {
    align-self: stretch;
    color: #414651;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.hero__form-image {
    height: auto;
    align-self: stretch;
    aspect-ratio: 57/40;
    border-radius: 4px;
    object-fit: cover
}

@media (max-width: 1023px) {
    .hero__container {
        flex-direction: column;
        gap: 64px
    }
    .hero__wrapper {
        width: 100%
    }
    .hero__button-mobile-wrapper {
        width: 100%;
        display: flex
    }
    .hero__form {
        width: 100%
    }
}

@media (max-width: 767px) {
    .hero {
        padding-top: 32px;
        gap: 48px
    }
    .hero__container {
        gap: 48px
    }
    .hero__wrapper,
    .hero__content-wrapper {
        gap: 32px
    }
    .hero__content {
        gap: 20px
    }
    .hero__title {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: -.72px
    }
    .hero__description {
        font-size: 16px;
        line-height: 24px
    }
    .hero__form {
        padding: 24px
    }
}

@media (max-width: 479px) {
    .hero__form {
        padding: 16px;
        gap: 16px
    }
}

.divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0
}

.divider__wrapper {
    display: flex;
    max-width: 768px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch
}

.divider__content {
    border-top: 1px solid #E9EAEB;
    width: 100%
}

.webinar-info__container {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    gap: 96px;
    flex-direction: row
}

.webinar-info__wrapper {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px
}

.webinar-info__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch
}

.webinar-info__title {
    align-self: stretch;
    color: #181d27;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -.72px
}

.webinar-info__rich-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch
}

.webinar-info__paragraph {
    align-self: stretch;
    color: #414651;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.webinar-info__paragraph:not(:last-child) {
    margin-bottom: 16px
}

.webinar-info__strong {
    font-weight: 600
}

.webinar-info__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    list-style: disc;
}

ol.webinar-info__list {
  list-style-type: decimal !important;
  padding-left: 20px !important;
}

ul.webinar-info__list {
  list-style-type: disc !important;
  padding-left: 20px !important;
}


.webinar-info__list-item {
    color: #414651;
    font-size: 16px;
    font-weight: 400
}

.webinar-info__share {
    display: flex;
    padding-top: 24px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-top: 1px solid #E9EAEB
}

.webinar-info__share-title {
    flex: 1 0 0;
    color: #181d27;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.webinar-info__share-buttons {
    display: flex;
    align-items: center;
    gap: 12px
}

.webinar-info__resources {
    padding-top: 20px;
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch
}

.webinar-info__resources-title {
    align-self: stretch;
    color: #181d27;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase
}

@media (max-width: 1023px) {
    .webinar-info__container {
        flex-direction: column;
        gap: 64px
    }
    .webinar-info__wrapper,
    .webinar-info__resources {
        width: 100%
    }
}

@media (max-width: 767px) {
    .webinar-info__title {
        font-size: 30px;
        line-height: 38px
    }
    .webinar-info__resources {
        padding-top: 0;
        gap: 32px
    }
}

@media (max-width: 479px) {
    .webinar-info__wrapper {
        gap: 24px
    }
    .webinar-info__share {
        padding-top: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }
    .webinar-info__resources {
        padding-top: 0;
        gap: 24px
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: Inter, sans-serif;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

main {
    display: flex;
    align-self: stretch;
    width: 100%;
    flex-direction: column
}