.rlp-form-page {
    font-family: 'SB Sans Text', sans-serif;
}

.rlp-form-page .breadcrumbs {
    background-color: #ffffff;
}

.e-top-banner {
    position: relative;
    height: 400px;
    background-color: #21BA72;
}

.e-top-banner-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.e-top-banner-content {
    display: flex;
    align-items: center;
    height: 100%;
}

.e-top-banner-text {
    max-width: 500px;
}

.e-top-banner-dates {
    font-family: 'SB Sans Text';
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #1C4F5F;
}

.e-top-banner-title {
    font-family: 'SB Sans Display', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #ffffff;
}

.e-top-banner-subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
    color: #ffffff;
}

.e-top-banner-button {
    margin-top: 40px;
}

.e-top-banner-button a {
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 2px 4px rgb(52 64 75 / 6%);
    height: 40px;
    border-radius: 32px;
    padding: 0px 32px;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    transition: color 200ms;
    cursor: pointer;
}

.e-top-banner-button a:hover {
    color: #209F6D;
}

.e-top-banner-button svg {
    width: 16px;
    margin-right: 8px;
    flex: none;
}

.e-top-banner-image {
    height: 100%;
    margin-left: auto;
}

.e-top-banner-image picture {
    height: 100%;
}

.e-top-banner-image img {
    height: 100%;
}

.e-text {
    display: flex;
    padding-top: 32px;
    padding-bottom: 64px;
}

.e-text-title {
    width: 288px;
    margin-right: 24px;
    font-family: 'SB Sans Display';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    flex: none;
}

.e-text-head {
    font-family: 'SB Sans Display', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.e-text-html {
    font-size: 18px;
    line-height: 24px;
    color: #333F48;
    margin-top: 16px;
}

.e-text-html p:not(:first-child) {
    margin-top: 16px;
}

.e-text-html a {
    color: #21BA72;
}

.e-text-html a:hover {
    color: #209F6D;
    text-decoration: underline;
}

.e-text-html a[data-icon=pdf]:after {
    content: '';
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/v2/assets/img/icon-pdf.svg);
    width: 15px;
    height: 18px;
    margin-left: 4px;
}

.e-text-html b {
    font-weight: 600;
}

.e-text-html u {
    text-decoration: underline;
}

.e-timeline {
    padding: 64px 0px;
    margin-bottom: 64px;
    background: radial-gradient(18.15% 87.21% at 3.58% 91.2%, rgba(90, 176, 255, 0.2) 0%, rgba(90, 176, 255, 0) 100%), radial-gradient(57.65% 139.46% at 60.54% 12.53%, rgba(90, 177, 255, 0.28) 0%, rgba(90, 176, 255, 0) 100%), radial-gradient(31.69% 123.37% at 33.04% 2.47%, rgba(49, 194, 167, 0.68) 0%, rgba(33, 161, 154, 0) 100%), linear-gradient(91.79deg, #21BA72 16.79%, #5AB0FF 110.52%), #F6F6F6;
}

.e-timeline-item {
    display: flex;
    align-items: center;
    padding: 20px 48px 20px 40px;
    background: radial-gradient(20.88% 269.37% at 19.53% 50%, rgba(187, 225, 254, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}

.e-timeline-item:not(:last-child) {
    margin-bottom: 8px;
}

.e-timeline-date {
    width: 248px;
    flex: none;
    margin-right: 24px;
    font-family: 'SB Sans Display';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #1164C0;
}

.e-timeline-html .head {
    font-family: 'SB Sans Display';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.e-timeline-html p:not(.head) {
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px;
    color: #000000;
}

.e-tags {
    display: flex;
    margin: 64px 0px;
}

.e-tags-content {
    position: relative;
    width: 600px;
    z-index: 1;
}

.e-tags-title {
    font-family: 'SB Sans Display';
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
    color: #000000;
}

.e-tags-list {
    font-size: 0px;
    margin: -4px;
}

.e-tags-list span {
    display: inline-block;
    border-radius: 8px;
    padding: 12px;
    background-color: #f5f5f5;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin: 4px;
}

.e-tags-image {
    display: flex;
    position: relative;
    margin-left: auto;
    flex: none;
}

.e-tags-image img {
    position: absolute;
    max-width: 535px;
    right: 0px;
    bottom: -40px;
}

.e-tags-text {
    font-size: 10px;
    line-height: 14px;
    color: #878B90;
    margin-top: 32px;
}

.e-faq-item:not(:last-child) {
    margin-bottom: 16px;
}

.e-faq-header {
    border: 1px solid #C4C4C4;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: background 200ms;
}

.e-faq-item-show .e-faq-header {
    background-color: #F6F6F6;
    border-radius: 16px 16px 0px 0px;
    border-bottom: none;
}

.e-faq-header:hover {
    background-color: #F6F6F6;
}

.e-faq-header span {
    font-family: "SB Sans Display", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding-right: 20px;
}

.e-faq-header svg {
    width: 24px;
    height: auto;
    transition: transform 200ms;
    flex: none;
}

.e-faq-item-show .e-faq-header svg {
    transform: rotate(180deg);
}

.e-faq-content {
    display: none;
    border-radius: 0px 0px 16px 16px;
    border: 1px solid #C4C4C4;
    padding: 8px 32px;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.e-faq-content a {
    color: #21BA72;
    transition: color 0.2s;
    text-decoration: none;
}

.e-faq-content a:hover {
    color: #209F6D;
    text-decoration: underline;
}

.e-faq-content ul {
    margin-block-start: 24px;
    margin-block-end: 24px;
}

.e-faq-content ul li:not(:last-child) {
    margin-bottom: 12px;
}

.e-faq-content ul li {
    position: relative;
    list-style: none;
    padding-left: 28px;
}

.e-faq-content ul li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 50%;
    top: 11px;
    left: 10px;
    background-color: #333F48;
}

.e-faq-content p {
    margin-block-start: 24px;
    margin-block-end: 24px;
}

.e-faq-item-show .e-faq-content {
    display: block;
}

.e-faq {
    padding-bottom: 64px;
}

.e-faq-title {
    font-family: 'SB Sans Display';
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #000000;
    margin-bottom: 32px;
}

.e-faq-block {
    position: relative;
    margin-top: 32px;
    background: #F6F6F6;
    border-radius: 16px;
    text-align: center;
    padding: 32px;
}

.e-faq-block-title {
    font-family: 'SB Sans Display';
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

.e-faq-block-subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px;
    color: #000000;
}

.e-faq-block-button {
    margin-top: 32px;
}

.e-faq-block-button span {
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0px 32px;
    background: #21BA72;
    border-radius: 32px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    transition: background 200ms;
    cursor: pointer;
}

.e-faq-block-button span:hover {
    background: #209F6D;
}

.e-faq-icon-1 {
    position: absolute;
    width: 170px;
    height: auto;
    top: -10px;
    left: 60px;
}

.e-faq-icon-2 {
    position: absolute;
    width: 257px;
    height: auto;
    right: 40px;
    top: -25px;
}

.e-faq-info {
    max-width: 600px;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}

.e-promo-slider {
    position: relative;
    margin-bottom: 64px;
}

.e-promo-slider-container {
    touch-action: pan-y;
    overflow: hidden;
}

.e-promo-slider-container .swiper-wrapper {
    display: flex;
    transition-property: transform;
    transform: translate3d(0px, 0, 0);
    cursor: grab;
}

.e-promo-slider-container .swiper-slide {
    width: 100%;
    flex-shrink: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform;
    overflow: hidden;
    border-radius: 16px;
}

.e-promo-slider-container a {
    display: block;
    transition: opacity 200ms;
}

.e-promo-slider-container a:hover {
    opacity: 0.8;
}

.e-promo-slider-container img {
    display: block;
    width: 100%;
    height: auto;
}

.e-promo-slider-prev {
    position: absolute;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    top: calc(50% - 25px);
    left: -25px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    box-shadow: 0px 2px 4px rgb(52 64 75 / 6%), 0px 2px 4px rgb(52 64 75 / 6%);
}

.e-promo-slider-prev:hover svg {
    color: #21BA72;
}

.e-promo-slider-prev svg {
    position: relative;
    display: block;
    width: 13px;
    height: auto;
    left: -2px;
    transition: .3s;
}

.e-promo-slider-next {
    display: flex;
    position: absolute;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    top: calc(50% - 25px);
    right: -25px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    box-shadow: 0px 2px 4px rgb(52 64 75 / 6%), 0px 2px 4px rgb(52 64 75 / 6%);
}

.e-promo-slider-next svg {
    position: relative;
    display: block;
    width: 13px;
    height: auto;
    right: -2px;
    transition: .3s;
}

.e-promo-slider-next:hover svg {
    color: #21BA72;
}

.e-promo-slider .swiper-button-disabled {
    opacity: 0;
}

.e-promo-slider-pagen {
    margin-top: 24px;
    justify-content: center;
    display: none;
}

.e-promo-slider-pagen .swiper-pagination-bullet {
    background-color: #C4C4C4;
    margin: 0 8px !important;
    opacity: 1;
}

.e-promo-slider-pagen .swiper-pagination-bullet-active {
    background-color: #21BA72;
}

.e-partners {
    padding-bottom: 64px;
}

.e-partners-title {
    font-family: 'SB Sans Display';
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 32px;
    color: #000000;
}

.e-partners-slider {
    position: relative;
}

.e-partners-slider-container {
    touch-action: pan-y;
    overflow: hidden;
}

.e-partners-slide {
    width: 20%;
}

.e-partners-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0px 15px;
}

.e-partners-slide img {
    width: 75%;
    object-fit: contain;
    object-position: center;
    height: 120px;
}

.e-partners-slide span {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    margin-top: 25px;
    display: none;
}

.e-partners-slider-prev {
    display: flex;
    position: absolute;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    top: calc(50% - 25px);
    left: -16px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    box-shadow: 0px 2px 4px rgb(52 64 75 / 6%), 0px 2px 4px rgb(52 64 75 / 6%);
}

.e-partners-slider-prev svg {
    position: relative;
    display: block;
    width: 13px;
    height: auto;
    left: -2px;
}

.e-partners-slider-prev:hover svg path {
    stroke: #21BA72;
}

.e-partners-slider-next {
    display: flex;
    position: absolute;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    top: calc(50% - 25px);
    right: -16px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    box-shadow: 0px 2px 4px rgb(52 64 75 / 6%), 0px 2px 4px rgb(52 64 75 / 6%);
}

.e-partners-slider-next svg {
    position: relative;
    display: block;
    width: 13px;
    height: auto;
    right: -2px;
}

.e-partners-slider-next:hover svg path {
    stroke: #21BA72;
}

.e-partners-slider .swiper-button-disabled {
    opacity: 0;
}

.e-team-title {
    font-family: 'SB Sans Display';
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 32px;
    color: #000000;
}

.e-team-item {
    width: calc(25% - 24px);
    margin: 16px 12px;
    text-align: center;
}

.e-team-slider {
    display: none;
}

.e-team-photo img {
    border-radius: 50%;
    width: 96px;
    height: 96px;
    object-fit: cover;
    margin: 0px auto;
}

.e-team-list {
    display: flex;
    flex-wrap: wrap;
    margin: -16px -12px;
}

.e-team-photo {
    margin-bottom: 16px;
}

.e-team-name {
    font-family: 'SB Sans Text';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.e-team-work {
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
    color: #878B90;

}

.e-team {
    padding-bottom: 64px;
}

.e-team-slider-pagen {
    display: flex;
    margin-top: 24px;
    justify-content: center;
}

.e-team-slider-pagen .swiper-pagination-bullet {
    background-color: #C4C4C4;
    margin: 0 8px !important;
    opacity: 1;
}

.e-team-slider-pagen .swiper-pagination-bullet-active {
    background-color: #21BA72;
}

.e-docs {
    padding-bottom: 64px;
}

.e-docs-title {
    font-family: 'SB Sans Display';
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 32px;
    color: #000000;
}

.e-docs-list {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}

.e-docs-item {
    display: flex;
    align-items: center;
    margin: 8px;
    padding: 12px 16px;
    width: calc(25% - 16px);
    border: 1px solid #C4C4C4;
    border-radius: 16px;
    transition: border 200ms;
}

.e-docs-item:hover {
    border: 1px solid #209F6D;
}

.e-docs-name {
    font-size: 14px;
    line-height: 20px;
    padding-right: 12px;
    color: #000000;
}

.e-docs-icon {
    width: 40px;
    flex: none;
    margin-left: auto;
}

.e-banner {
    padding-bottom: 64px;
}

.e-banner a {
    transition: opacity 200ms;
}

.e-banner a:hover {
    opacity: 0.8;
}

.e-banner img {
    display: block;
    overflow: hidden;
    border-radius: 16px;
    height: auto;
    width: 100%;
}

.rlp-form {
    padding: 64px 0px;
    background: linear-gradient(91.79deg, rgba(33, 186, 114, 0.1) 16.79%, rgba(90, 176, 255, 0.1) 110.52%), #FFFFFF;
}

.rlp-form-header-title {
    font-family: 'SB Sans Display';
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #000000;
}

.rlp-form-header-text {
    font-size: 16px;
    line-height: 22px;
    color: #878B90;
    margin-top: 16px;
}

.rlp-form-header-text p:not(:first-child) {
    margin-top: 16px;
}

.rlp-form-header-text a {
    color: #21BA72;
}

.rlp-form-header-text a:hover {
    color: #209F6D;
    text-decoration: underline;
}

.rlp-form-header-text b {
    font-weight: 600;
}

.rlp-form-header-text u {
    text-decoration: underline;
}

.rlp-form-header-text a[data-icon=pdf]:after {
    content: '';
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/v2/assets/img/icon-pdf.svg);
    width: 15px;
    height: 18px;
    margin-left: 4px;
}

.rlp-form-header {
    margin-bottom: 48px;
}

.rlp-form-columns {
    display: flex;
}

.rlp-form-steps {
    width: 288px;
    margin-right: 24px;
    flex: none;
}

.rlp-form-steps-title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.rlp-form-steps-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #AAAFB7;
    width: 19px;
    height: 19px;
    border: 1.5px solid #AAAFB7;
    border-radius: 4px;
    flex: none;
    margin-right: 10px;
    transition: border 200ms, color 200ms;
}

.rlp-form-steps-num svg {
    display: none;
}

.rlp-form-steps-text {
    font-size: 16px;
    line-height: 22px;
    color: #AAAFB7;
    transition: color 200ms;
}

.rlp-form-steps-item {
    display: flex;
    align-items: center;
}

.rlp-form-steps-item:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E1E5EA;
}

.rlp-form-steps-active .rlp-form-steps-num {
    color: #333F48;
    border-color: #333F48;
}

.rlp-form-steps-active .rlp-form-steps-text {
    color: #333F48;
}

.rlp-form-steps-done .rlp-form-steps-text {
    color: #21BA72;
}

.rlp-form-steps-done .rlp-form-steps-num {
    color: #21BA72;
    border-color: #21BA72;
    font-size: 0px;
}

.rlp-form-steps-done .rlp-form-steps-num svg {
    display: block;
}

.rlp-form-content {
    width: 100%;
    max-width: 810px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 48px;
    margin: 0 auto;
}

.rlp-form-content-title {
    font-family: 'SB Sans Display';
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #333F48;
}

.rlp-form-content-worn {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
    color: #209F6D;
}

.rlp-form-content-worn svg {
    width: 22px;
    flex: none;
    margin-right: 8px;
}

.rlp-form-content-header {
    margin-bottom: 40px;
}

.rlp-form-tab {
    display: none;
}

.rlp-form-tab-active {
    display: block;
}

.rlp-form-label {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #333F48;
    margin-bottom: 16px;
}

.rlp-form-icon {
    position: relative;
    margin-left: 8px;
    cursor: pointer;
}

.rlp-form-icon-icon svg {
    width: 22px;
    height: auto;
}

.rlp-form-icon-close {
    position: absolute;
    cursor: pointer;
    width: 24px;
    right: 8px;
    top: 8px;
    transition: opacity 200ms;
}

.rlp-form-icon-close:hover {
    opacity: 0.7;
}

.rlp-form-icon-content {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    bottom: calc(100% + 12px);
    left: -55px;
    transition: opacity 300ms;
    z-index: 2;
}

.rlp-form-icon.show .rlp-form-icon-content {
    opacity: 1;
    visibility: visible;
}

.rlp-form-icon-wrapper {
    display: block;
    padding: 16px 54px 16px 24px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
    width: 310px;
    white-space: normal;
    filter: drop-shadow(0px 4px 16px rgba(12, 16, 24, 0.12));
}

.rlp-form-icon-wrapper-after {
    content: '';
    position: absolute;
    left: 55px;
    top: calc(100% - 2px);
    border: 10px solid transparent;
    border-top: 10px solid #fff;
}

.rlp-form-select {
    position: relative;
    width: 100%;
}

.rlp-form-select select {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}

.rlp-form-select-value {
    display: flex;
    align-items: center;
    border: 1px solid #C4C4C4;
    height: 48px;
    border-radius: 12px;
    padding: 0px 16px;
    transition: all 200ms;
    cursor: pointer;
}

.rlp-form-select-show .rlp-form-select-value {
    border: 1px solid #209F6D;
}

.rlp-form-select-focus .rlp-form-select-value {
    border: 1px solid #209F6D;
}

.rlp-form-select-arrow {
    width: 16px;
    margin-left: auto;
    flex: none;
    transition: transform 200ms;
}

.rlp-form-select-show .rlp-form-select-arrow {
    transform: rotate(180deg);
}

.rlp-form-select-text {
    font-size: 14px;
    color: #333F48;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rlp-form-select-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 4px 2px rgba(157, 157, 157, 0.15);
    border-radius: 8px;
    padding: 16px;
    width: 100%;
    background-color: #ffffff;
    transition: all 200ms;
    z-index: 1;
}

.rlp-form-select-show .rlp-form-select-dropdown {
    opacity: 1;
    visibility: visible;
}

/* .rlp-form-select select:focus ~ .rlp-form-select-dropdown {
    opacity: 1;
    visibility: visible;
} */

.rlp-form-select-search {
    position: relative;
    margin-bottom: 8px;
}

.rlp-form-select-search input {
    font-family: 'SB Sans Text';
    border: 1px solid #E1E5EA;
    border-radius: 8px;
    height: 40px;
    font-size: 14px;
    padding: 0px;
    width: 100%;
    padding-left: 36px;
    color: #333F48;
}

.rlp-form-select-search svg {
    position: absolute;
    top: calc(50% - 8px);
    left: 12px;
    width: 16px;
    pointer-events: none;
}

.rlp-form-submit {
    margin-top: 32px;
}

.rlp-form-submit.is-back {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rlp-form-submit.is-back span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    height: 48px;
    border-radius: 32px;
    padding: 0px 32px;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    transition: color 200ms;
    cursor: pointer;
}

.rlp-form-submit.is-back span:hover {
    color: #209F6D;
}

.rlp-form-submit button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    max-width: 240px;
    padding: 0px 32px;
    background: #21BA72;
    border-radius: 32px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    transition: background 200ms;
    cursor: pointer;
    font-family: 'SB Sans Text';
}

.rlp-form-submit button:hover {
    background: #209F6D;
}

.rlp-form-select-items {
    overflow-y: scroll;
    height: 100%;
    padding-right: 8px;
    scrollbar-color: #21ba72 transparent;
    scrollbar-width: thin;
}

.rlp-form-select-items::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-radius: 999px;
}

.rlp-form-select-items::-webkit-scrollbar-thumb {
    height: 8px;
    width: 8px;
    background: #21ba72;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    border-radius: 999px;
}

.rlp-form-select-items::-webkit-scrollbar-thumb:hover {
    height: 8px;
    width: 8px;
    background: #21ba72;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    border-radius: 999px;
}

.rlp-form-select-items::-moz-scrollbar-button:decrement,
.rlp-form-select-items::-moz-scrollbar-button:increment,
.rlp-form-select-items::-moz-scrollbar-button:vertical:start:decrement,
.rlp-form-select-items::-moz-scrollbar-button:vertical:end:increment,
.rlp-form-select-items::-moz-scrollbar-button:horizontal:start:decrement,
.rlp-form-select-items::-moz-scrollbar-button:horizontal:end:increment,
.rlp-form-select-items::-webkit-scrollbar-button:vertical:start:decrement,
.rlp-form-select-items::-webkit-scrollbar-button:vertical:end:increment,
.rlp-form-select-items::-webkit-scrollbar-button:horizontal:start:decrement,
.rlp-form-select-items::-webkit-scrollbar-button:horizontal:end:increment {
    width: 0px !important;
    height: 0px !important;
}

.rlp-form-select-dropdown-180 .rlp-form-select-items {
    max-height: 180px;
}

.rlp-form-select-item {
    font-size: 14px;
    line-height: 20px;
    color: #333F48;
    padding: 8px 12px;
    transition: color 200ms;
    cursor: pointer;
}

.rlp-form-select-item:hover {
    color: #209F6D;
}

.rlp-form-select-item:focus {
    color: #209F6D;
}

.rlp-form-item {
    width: calc(50% - 12px);
}

.rlp-form-item-rows {
    flex-wrap: wrap;
    row-gap: 16px;
}

.rlp-form-item-input {
    border: 1px solid #C4C4C4;
    height: 48px;
    width: 100%;
    border-radius: 12px;
    padding: 0px 16px;
    font-size: 14px;
    color: #333F48;
    transition: all 200ms;
    font-family: 'SB Sans Text', sans-serif;
}

.rlp-form-item-input:focus {
    border: 1px solid #209F6D;
}

.rlp-form-items {
    display: flex;
}

.rlp-form-item:not(:first-child) {
    margin-left: auto;
}

.rlp-form-row:not(:first-child) {
    margin-top: 32px;
}

.rlp-form-item:nth-child(3) {
    margin-left: 0;
}

.rlp-form-final-image svg {
    width: 203px;
    margin: 0px auto;
}

.rlp-form-final-image {
    margin-bottom: 32px;
}

.rlp-form-final-title {
    font-family: 'SB Sans Display';
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 16px;
    color: #333F48;
}

.rlp-form-final-text {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #333F48;
}

.rlp-form-final-btn {
    text-align: center;
    margin-top: 24px;
}

.rlp-form-final-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: auto;
    padding: 0px 32px;
    background: #21BA72;
    border-radius: 32px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    transition: background 200ms;
    cursor: pointer;
    font-family: 'SB Sans Text';
}

.rlp-form-final-btn a:hover {
    background: #209F6D;
}

.rlp-form-item-radio-fake {
    position: relative;
}

.rlp-form-item-radio-fake input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}

.rlp-form-item-radio-fake span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border: 2px solid #E1E5EA;
    border-radius: 16px;
    flex: none;
    margin-right: 12px;
}

.rlp-form-item-radio-fake span:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #209F6D;
    opacity: 0;
    transition: opacity 200ms;
}

.rlp-form-item-radio-fake input:checked+span:before {
    opacity: 1;
}

.rlp-form-item-chech .rlp-form-item-radio-fake span {
    border: 2px solid #E1E5EA;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    top: -2px;
}

.rlp-form-item-chech .check-year:focus + span {
    border-color: #209F6D;
}

.rlp-form-item-chech .rlp-form-item-radio-fake input:checked+span {
    background-color: #209F6D;
    border-color: #209F6D;
}

.rlp-form-item-chech .rlp-form-item-radio-fake span:before {
    display: none;
}

.rlp-form-item-radio {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #333F48;
}

.rlp-form-row-stud-type-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.rlp-form-item-date-row {
    display: flex;
}

.rlp-form-item-date-row .rlp-form-select:last-child {
    margin-left: 8px;
    flex: none;
    width: 120px;
}

.rlp-form-header-text-green {
    font-size: 14px;
    line-height: 20px;
    color: #878B90;
    margin-top: 16px;
    margin-left: 17px;
}

.rlp-form-header-text-green ul {
    margin-block-start: 6px;
    margin-block-end: 6px;
}

.rlp-form-header-text-green ul li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    margin-block-start: 6px;
    margin-block-end: 6px;
}

.rlp-form-header-text-green ul li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 50%;
    top: 8px;
    left: 6px;
    background-color: #878B90;
}

.rlp-form-header-text-green p {
    margin-block-start: 6px;
    margin-block-end: 6px;
}

.rlp-form-header-text-green a {
    text-decoration: underline;
}

.rlp-form-header-text-green a:hover {
    color: #209F6D;
}

.rlp-form-textarea {
    border: 1px solid #C4C4C4;
    border-radius: 12px;
    width: 100%;
    height: 160px;
    padding: 12px 16px;
    font-family: 'SB Sans Text';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #333F48;
    resize: none;
    transition: border 200ms;
}

.rlp-form-textarea:focus {
    border: 1px solid #209F6D;
}

.rlp-form-textarea-block {
    position: relative;
}

.rlp-form-items-colls .rlp-form-textarea-block {
    margin-top: 16px;
}

.rlp-form-textarea-note {
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: #AAAFB7;
    position: absolute;
    right: 16px;
    bottom: 12px;
    width: calc(100% - 32px);
    pointer-events: none;
}

.rlp-form-label-info {
    position: relative;
}

.rlp-form-label-info svg {
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 4px;
    width: 16px;
    color: #C4C4C4;
    transition: color 200ms;
    cursor: pointer;
}

.rlp-form-label-info:hover svg {
    color: #21BA72;
}

.rlp-form-label-info-modal {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms;
    padding: 16px;
    background: #EEEEFF;
    font-size: 12px;
    line-height: 16px;
    border-radius: 8px;
    z-index: 1;
    font-weight: 400;
    text-transform: none;
    width: 562px;
    margin-left: 10px;
}

.rlp-form-label-info:hover .rlp-form-label-info-modal {
    opacity: 1;
    visibility: visible;
}


.rlp-form-header-text-green ul {
    margin-block-start: 6px;
    margin-block-end: 6px;
}

.rlp-form-label-info-modal ul li {
    position: relative;
    list-style: none;
    padding-left: 18px;
    margin-block-start: 2px;
    margin-block-end: 2px;
}

.rlp-form-label-info-modal ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    border-radius: 50%;
    top: 7px;
    left: 6px;
    background-color: #333F48;
}

.rlp-form-label-info-modal p {
    margin-block-start: 2px;
    margin-block-end: 2px;
}

.rlp-form-header-text-head {
    font-size: 14px;
    line-height: 140%;
    color: #333F48;
    margin-top: -8px;
}

.rlp-form-links-button span {
    display: inline-flex;
    align-items: center;
    background: #EEEEFF;
    border: 1px solid #E1E1FF;
    box-shadow: 0px 2px 4px rgb(52 64 75 / 6%);
    border-radius: 32px;
    height: 32px;
    transition: opacity 200ms;
    padding: 0px 18px;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
}

.rlp-form-links-button span:hover {
    opacity: 0.8;
}

.rlp-form-links-button svg {
    width: 16px;
    flex: none;
    margin-right: 8px;
}

.rlp-form-links {
    margin-top: 16px;
}

.rlp-form-links-button:not(:first-child) {
    margin-top: 16px;
}

.rlp-form-links input {
    border: 1px solid #C4C4C4;
    height: 40px;
    width: 100%;
    border-radius: 40px;
    padding: 0px 16px;
    font-size: 14px;
    color: #333F48;
    transition: all 200ms;
    font-family: 'SB Sans Text', sans-serif;
}

.rlp-form-links input:focus {
    border: 1px solid #209F6D;
}

.rlp-form-links input:not(:first-child) {
    margin-top: 8px;
}

.follow-check {
    margin-top: 32px;
}

.follow-check span {
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0px;
    background: #FFFFFF;
    border: 2px solid #C4C4C4;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 200ms;
    margin-right: 12px;
    margin-top: 2px;
    flex: none;
}

.follow-check label:hover span {
    border-color: #209F6D;
}

.follow-check label input[type=checkbox] {
    opacity: 0;
    width: 1px;
    height: 1px;
}

.follow-check label input[type=checkbox]:checked+span {
    border-color: #209F6D;
    background-color: #209F6D;
}

.follow-check label input[type=checkbox]:focus+span {
    border-color: #209F6D;
}

.form__checkbox-label {
    display: flex;
    max-width: 515px;
}

.form__checkbox-label {
    font-family: 'SB Sans Text';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    color: #333F48;
}

.form__checkbox-label a {
    color: #21BA72;
    transition: .3s;
}

.form__checkbox-label a:hover {
    color: #209F6D;
    text-decoration: underline;
}

.rlp-form-file-block {
    position: relative;
}

.rlp-form-file-block .rlp-form-file-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    border: 0px;
    position: absolute;
}

.rlp-form-file-id {
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    border: 0px;
    position: absolute;
}

.rlp-form-row-file-disabled .rlp-form-label {
    opacity: 0.5;
}

.rlp-form-row-file-disabled .rlp-form-file-block {
    pointer-events: none;
    opacity: 0.5;
}

.rlp-form-file-block span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06);
    border-radius: 32px;
    font-size: 14px;
    padding: 0px 32px;
    color: #000000;
    transition: opacity 200ms;
    white-space: nowrap;
    cursor: pointer;
}

.rlp-form-file-block span:hover {
    opacity: 0.8;
}

.rlp-form-file-block span svg {
    width: 16px;
    flex: none;
    margin-right: 8px;
}

.rlp-form-file-text {
    font-size: 14px;
    line-height: 16px;
    color: #AAAFB7;
}

.rlp-form-file {
    display: flex;
    align-items: center;
}

.rlp-form-file-block {
    flex: none;
    margin-right: 24px;
}

.rlp-form-textarea-small {
    border: 1px solid #C4C4C4;
    border-radius: 12px;
    width: 100%;
    height: 84px;
    padding: 12px 16px;
    font-family: 'SB Sans Text';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #333F48;
    resize: none;
    transition: border 200ms;
}

.rlp-form-textarea-small:focus {
    border: 1px solid #209F6D;
}

.rlp-form-header-text-head-gray {
    color: #AAAFB7;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 16px;
}

.e-width-50 {
    max-width: 70%;
}

.rlp-form-more-button:not(:first-child) {
    margin-top: 16px;
}

.rlp-form-more-button span {
    display: inline-flex;
    align-items: center;
    background: #EEEEFF;
    border: 1px solid #E1E1FF;
    box-shadow: 0px 2px 4px rgb(52 64 75 / 6%);
    border-radius: 32px;
    height: 32px;
    transition: opacity 200ms;
    padding: 0px 18px;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
}

.rlp-form-more-button span:hover {
    opacity: 0.8;
}

.rlp-form-more-button svg {
    width: 16px;
    flex: none;
    margin-right: 8px;
}

.rlp-form-more input {
    border: 1px solid #E1E5EA;
    height: 40px;
    width: 100%;
    border-radius: 40px;
    padding: 0px 16px;
    font-size: 14px;
    color: #333F48;
    transition: all 200ms;
    font-family: 'SB Sans Text', sans-serif;
}

.rlp-form-more input:focus {
    border: 1px solid #209F6D;
}

.rlp-form-more input:not(:first-child) {
    margin-top: 8px;
}

.rlp-form-file-loadin-percent {
    flex: none;
    margin-right: 4px;
}

.rlp-form-file-loadin-percent span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.rlp-form-file-loadin-percent span:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
}

.rlp-form-file-loadin {
    display: flex;
    align-items: center;
}

.rlp-form-file-loadin-text {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #878B90;
    margin-right: 8px;
    white-space: nowrap;
}

.rlp-form-file-loadin-name {
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #878B90;
}

.rlp-form-file-error {
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
    color: #EC1B28;
}

.rlp-form-file-error:empty {
    display: none;
}

.rlp-form-file-load {
    display: flex;
    align-items: center;
}

.rlp-form-file-load-name {
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    color: #209F6D;
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rlp-form-file-load-remove {
    flex: none;
    margin-left: 8px;
    color: #21BA72;
    transition: color 200ms;
    cursor: pointer;
}

.rlp-form-file-load-remove:hover {
    color: #209F6D;
}

.rlp-form-file-load-remove svg {
    width: 16px;
}

.rlp-form-authors:not(:first-child) {
    margin-top: 16px;
}

.rlp-form-authors span {
    display: inline-flex;
    align-items: center;
    background: #EEEEFF;
    border: 1px solid #E1E1FF;
    box-shadow: 0px 2px 4px rgb(52 64 75 / 6%);
    border-radius: 32px;
    height: 32px;
    transition: opacity 200ms;
    padding: 0px 18px;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
}

.rlp-form-authors span:hover {
    opacity: 0.8;
}

.rlp-form-authors svg {
    flex: none;
    width: 16px;
    margin-right: 8px;
}

.rlp-form-items+.rlp-form-items {
    margin-top: 16px;
}

.rlp-form-item-radio .rlp-form-item-input {
    width: 200px;
    margin-left: 24px;
    height: 44px;
    display: none;
}

.rlp-form-item-radio .rlp-form-item-input.error {
    border-color: rgb(236, 27, 40);
}

.rlp-form-item-radio.show-input .rlp-form-item-input {
    display: block;
}

.rlp-form-item-radio-input {
    height: 44px;
}

.group-description-text {
    font-size: 16px;
    line-height: 22px;
    color: #878B90;
    margin-top: -8px;
    margin-bottom: 16px;
}

.rlp-form-item-radio-inps {
    gap: 8px!important;
}

.rlp-form-item-radio-inps-errors {
    margin-top: 8px !important;
}

.rlp-form-final-text a:not(.link-in-vk){
    color: #349946;
    transition: color 200ms;
}

.rlp-form-final-text a:not(.link-in-vk):hover{
    color: #209F6D;
    text-decoration: underline;
}

.rlp-form-final-text p:not(:first-child){
    margin-top: 8px;
}

.rlp-form-final-text a.link-in-vk{
    text-decoration: underline;
    transition: color 200ms;
}

.rlp-form-final-text a.link-in-vk:hover{
    color: #349946;
}
@media screen and (max-width: 1919px) {
    .e-text-title {
        width: 238px;
    }

    .e-timeline-date {
        width: 200px;
    }

    .e-faq-info {
        max-width: 500px;
    }

    .rlp-form-steps {
        width: 240px;
    }

    .rlp-form-content {
        width: calc(100% - 264px);
    }

    .e-tags-image img {
        max-width: 406px;
        position: relative;
        bottom: auto;
    }
}

@media screen and (max-width: 1199px) {
    .e-top-banner {
        height: auto;
        padding-top: 64px;
        padding-bottom: 32px;
    }

    .e-top-banner-content {
        display: block;
    }

    .e-top-banner-image {
        height: auto;
        margin-top: 24px;
    }

    .e-top-banner-image img {
        max-height: 300px;
        max-width: 100%;
    }

    .e-top-banner-text {
        max-width: none;
    }

    .e-text-title {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 24px;
    }

    .e-text {
        display: block;
    }

    .e-timeline-date {
        width: 184px;
    }

    .e-timeline-item {
        background: radial-gradient(29.6% 105.1% at 20.4% 23.98%, rgba(187, 225, 254, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
        padding: 20px 32px;
    }

    .e-timeline-item:not(:last-child) {
        margin-bottom: 16px;
    }

    .e-tags {
        margin-bottom: 40px;
    }

    .e-tags-title {
        margin-bottom: 24px;
    }

    .e-tags-image img {
        max-width: 336px;
    }

    .e-tags-content {
        width: 456px;
    }

    .e-faq-icon-1 {
        width: 133px;
        top: 12px;
        left: 25px;
    }

    .e-faq-icon-2 {
        width: 180px;
        right: 10px;
        top: auto;
        bottom: -15px;
    }

    .e-partners-slide {
        width: 25%;
    }

    .e-partners-title {
        margin-bottom: 24px;
    }

    .e-team-item {
        width: calc(33.33333% - 24px);
    }

    .e-docs-item {
        width: calc(50% - 16px);
    }

    .rlp-form-columns {
        display: block;
    }

    .rlp-form-steps {
        width: 100%;
        margin-bottom: 24px;
    }

    .rlp-form-steps-text {
        font-size: 0px;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .rlp-form-steps-item {
        display: flex;
    }

    .rlp-form-steps-item:not(:last-child) {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none;
        flex: 1;
    }

    .rlp-form-steps-list {
        display: flex;
    }

    .rlp-form-steps-num {
        margin-right: 0px;
    }

    .rlp-form-steps-item:not(:last-child) .rlp-form-steps-text:before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #E1E5EA;
        margin: 0px 24px;
        transition: background 200ms;
    }

    .rlp-form-steps-item.rlp-form-steps-done .rlp-form-steps-text:before {
        background-color: #21BA72;
    }

    .rlp-form-content {
        width: 100%;
    }

    .rlp-form-label-info-modal {
        width: 483px;
    }

    .follow-check {
        margin-top: 32px;
    }
}

@media screen and (max-width: 767px) {
    .rlp-form-final-btn a {
        width: 100%;
    }

    .rlp-form-items-date {
        display: block;
    }

    .rlp-form-item.rlp-form-item-date:not(:first-child) {
        margin-left: 0px;
        margin-top: 32px;
        width: 100%;
    }

    .rlp-form-item-date-row .rlp-form-select:first-child {
        width: calc(50% - 8px);
    }

    .rlp-form-content-worn {
        font-size: 14px;
        line-height: 20px;
    }

    .e-top-banner-image img {
        margin: 0px auto;
    }

    .e-top-banner {
        height: auto;
        padding-top: 48px;
        padding-bottom: 24px;
    }

    .e-top-banner-title {
        font-size: 28px;
        line-height: 36px;
    }

    .e-text {
        padding-top: 8px;
        padding-bottom: 40px;
    }

    .e-text-html {
        font-size: 14px;
        line-height: 20px;
    }

    .e-timeline {
        padding: 40px 0px;
        margin-bottom: 40px;
    }

    .e-timeline-item {
        display: block;
        padding: 24px;
        background: radial-gradient(79.76% 81.93% at 20.4% 23.98%, rgba(187, 225, 254, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
    }

    .e-timeline-date {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 24px;
        line-height: 24px;
    }

    .e-timeline-html p:not(.head) {
        line-height: 20px;
    }

    .e-tags {
        display: block;
        padding-top: 0px;
        margin-top: 0px;
    }

    .e-tags-content {
        padding: 0px;
        width: 100%;
    }

    .e-tags-image {
        margin-top: 24px;
    }

    .e-tags-image img {
        position: relative;
        margin: 0px auto;
        width: 100%;
    }

    .e-faq {
        padding-bottom: 40px;
    }

    .e-faq-content {
        padding: 0px 16px;
        font-size: 14px;
        line-height: 20px;
    }

    .e-faq-header {
        padding: 26px 16px;
    }

    .e-faq-header span {
        font-size: 14px;
        line-height: 20px;
    }

    .e-faq-item:not(:last-child) {
        margin-bottom: 12px;
    }

    .e-faq-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 24px;
    }

    .e-faq-block {
        border-radius: 0px;
        margin: 24px -24px 0px -24px;
        padding: 24px;
    }

    .e-faq-block-subtitle {
        line-height: 20px;
    }

    .e-faq-block-button {
        margin-top: 34px;
    }

    .e-faq-info {
        text-align: left;
        max-width: 100%;
        padding-right: 50px;
        margin: 0px;
    }

    .e-faq-icon-2 {
        width: 90px;
        right: 10px;
        top: -15px;
        bottom: auto;
    }

    .e-faq-icon-1 {
        right: 10px;
        bottom: 10px;
        width: 80px;
        top: auto;
        left: auto;
    }

    .e-promo-slider {
        margin-bottom: 40px;
    }

    .e-promo-slider-prev {
        display: none;
    }

    .e-promo-slider-next {
        display: none;
    }

    .e-promo-slider-pagen {
        display: flex;
    }

    .e-partners-slide {
        width: 150px;
    }

    .e-partners-slider-prev {
        display: none;
    }

    .e-partners-slider-next {
        display: none;
    }

    .e-partners-slider {
        overflow: hidden;
        margin: 0px -24px;
        padding: 0px 24px;
    }

    .e-partners-slider-container {
        overflow: visible;
    }

    .e-partners-slide span {
        margin-top: 10px;
    }

    .e-partners {
        padding-bottom: 40px;
    }

    .e-partners-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .e-team-title {
        margin-bottom: 24px;
        font-size: 28px;
        line-height: 36px;
    }

    .e-team-list {
        display: none;
    }

    .e-team-slider {
        display: block;
    }

    .e-team {
        padding-bottom: 40px;
    }

    .e-team-slide {
        width: 285px;
    }

    .e-team-slide:not(:last-child) {
        margin-right: 24px;
    }

    .e-team-item {
        display: flex;
        text-align: left;
        width: 100%;
        margin: 0px;
    }

    .e-team-cont {
        padding-top: 10px;
    }

    .e-team-item:not(:last-child) {
        margin-bottom: 16px;
    }

    .e-team-photo {
        margin-bottom: 0px;
        margin-right: 16px;
        flex: none;
    }

    .e-team-photo img {
        width: 72px;
        height: 72px;
    }


    .e-docs {
        padding-bottom: 40px;
    }

    .e-docs-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 24px;
    }

    .e-docs-item {
        width: 100%;
    }

    .e-banner {
        padding-bottom: 40px;
        margin: 0px -24px 40px;
        padding: 32px 24px;
        background-color: #edf7fb;
    }

    .rlp-form {
        padding: 40px 0px 0px 0px;
    }

    .rlp-form-header-title {
        font-size: 28px;
        line-height: 36px;
    }

    .rlp-form-header-text {
        line-height: 20px;
        margin-top: 16px;
    }

    .rlp-form-header {
        margin-bottom: 32px;
    }

    .rlp-form-steps-title {
        margin-bottom: 24px;
    }

    .rlp-form-content {
        margin: 0px -24px;
        padding: 32px 24px 40px;
        border-radius: 0px;
        width: auto;
    }

    .rlp-form-content-header {
        margin-bottom: 32px;
    }

    .rlp-form-items {
        display: block;
    }

    .rlp-form-item {
        width: 100%;
    }

    .rlp-form-item:not(:first-child) {
        margin-top: 8px;
    }

    .rlp-form-submit {
        margin-top: 32px;
    }

    .rlp-form-submit button {
        width: 100%;
        max-width: none;
    }

    .rlp-form-item-date-row {
        display: block;
    }

    .rlp-form-item-date-row .rlp-form-select:first-child {
        width: 100%;
    }

    .rlp-form-item-date-row .rlp-form-select:last-child {
        width: 100%;
        margin-left: 0px;
        margin-top: 8px;
    }

    .rlp-form-label-info-modal {
        display: none;
    }

    .rlp-form-links-button span {
        width: 100%;
    }

    .rlp-form-file {
        display: block;
    }

    .rlp-form-row-file-disabled .rlp-form-file-block {
        margin-right: 0px;
    }

    .rlp-form-file-block span {
        width: 100%;
    }

    .rlp-form-file-text {
        font-size: 12px;
        margin-top: 8px;
    }

    .rlp-form-file-block {
        margin-right: 0;
    }

    .e-width-50 {
        max-width: none;
    }

    .e-tags-text {
        margin-top: 24px;
    }

    .rlp-form-submit.is-back {
        flex-direction: column;
    }

    .rlp-form-submit.is-back span {
        order: 1;
        width: 100%;
        margin-top: 16px;
    }

    .rlp-form-item-other {
        margin-top: 32px !important;
    }
}

.rlp-form-item .suggestions-wrapper {
    position: relative;
}

.rlp-form-item .suggestions-suggestions {
    position: absolute;
    top: calc(100% + 8px);
    box-shadow: 0px 0px 4px 2px rgb(157 157 157 / 15%);
    border-radius: 8px;
    border: none;
    padding: 16px;
    width: 100%;
    background-color: #ffffff;
    transition: all 200ms;
    z-index: 1;
}

.rlp-form-item .suggestions-suggestion {
    font-size: 14px;
    line-height: 20px;
    color: #333F48;
    padding: 4px 12px;
    transition: color 200ms;
    cursor: pointer;
}

.rlp-form-item .suggestions-suggestion:hover {
    color: #209F6D;
}

.rlp-form-item .suggestions-hint {
    font-size: 14px;
    line-height: 20px;
    color: #333F48;
}

.rlp-form-item .suggestions-promo {
    display: none !important;
}

.fancybox-slide--pdf .fancybox-content {
    max-width: none;
}

.rlp-form-item.error .rlp-form-select-value {
    border-color: rgb(236, 27, 40);
}

.rlp-form-item.error .rlp-form-item-input {
    border-color: rgb(236, 27, 40);
}

.err-text {
    display: none;
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
    color: #EC1B28;
}

.rlp-form-row.error .err-text {
    display: block;
}

.rlp-form-file.error+.err-text {
    display: block;
}

.rlp-form-textarea-block.error .rlp-form-textarea {
    border-color: rgb(236, 27, 40);
}

.rlp-form-select.error .rlp-form-select-value {
    border-color: rgb(236, 27, 40);
}

.rlp-form-links.error input[required] {
    border-color: rgb(236, 27, 40);
}

.follow-check.error span {
    border-color: rgb(236, 27, 40);
}

.rlp-form-full.error .rlp-form-item-input {
    border-color: rgb(236, 27, 40);
}

.rlp-form-textarea-small.error {
    border-color: rgb(236, 27, 40);
}

.rlp-form-more input[required].error {
    border-color: rgb(236, 27, 40);
}

.rlp-form-multi {
    position: relative;
}

.rlp-form-multi-select {
    display: flex;
    align-items: center;
    border: 1px solid #C4C4C4;
    height: 40px;
    border-radius: 40px;
    padding: 0px 16px;
    transition: all 200ms;
    cursor: pointer;
}

.rlp-form-multi-value {
    font-size: 14px;
    color: #333F48;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rlp-form-multi-arrow {
    width: 16px;
    margin-left: 6px;
    flex: none;
    transition: transform 200ms;
}

.rlp-form-multi-show .rlp-form-multi-arrow {
    transform: rotate(180deg);
}

.rlp-form-multi-show .rlp-form-multi-select {
    border: 1px solid #209F6D;
}

.rlp-form-multi-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 4px 2px rgba(157, 157, 157, 0.15);
    border-radius: 8px;
    padding: 16px;
    width: 100%;
    background-color: #ffffff;
    transition: all 200ms;
    z-index: 1;
}

.rlp-form-multi-show .rlp-form-multi-dropdown {
    opacity: 1;
    visibility: visible;
}

.rlp-form-multi-items {
    overflow-y: scroll;
    height: 100%;
    padding-right: 8px;
    scrollbar-color: #21ba72 transparent;
    scrollbar-width: thin;
    max-height: 310px;
}

.rlp-form-multi-items::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-radius: 999px;
}

.rlp-form-multi-items::-webkit-scrollbar-thumb {
    height: 8px;
    width: 8px;
    background: #21ba72;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    border-radius: 999px;
}

.rlp-form-multi-items::-webkit-scrollbar-thumb:hover {
    height: 8px;
    width: 8px;
    background: #21ba72;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    border-radius: 999px;
}

.rlp-form-multi-items::-moz-scrollbar-button:decrement,
.rlp-form-multi-items::-moz-scrollbar-button:increment,
.rlp-form-multi-items::-moz-scrollbar-button:vertical:start:decrement,
.rlp-form-multi-items::-moz-scrollbar-button:vertical:end:increment,
.rlp-form-multi-items::-moz-scrollbar-button:horizontal:start:decrement,
.rlp-form-multi-items::-moz-scrollbar-button:horizontal:end:increment,
.rlp-form-multi-items::-webkit-scrollbar-button:vertical:start:decrement,
.rlp-form-multi-items::-webkit-scrollbar-button:vertical:end:increment,
.rlp-form-multi-items::-webkit-scrollbar-button:horizontal:start:decrement,
.rlp-form-multi-items::-webkit-scrollbar-button:horizontal:end:increment {
    width: 0px !important;
    height: 0px !important;
}

.rlp-form-multi-item {
    display: flex;
    font-size: 14px;
    line-height: 20px;
    color: #333F48;
    padding: 8px 12px;
    transition: color 200ms;
    cursor: pointer;
}

.rlp-form-multi-item:hover {
    color: #209F6D;
}

.rlp-form-multi-item__checkbox {
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 11px;
    margin-top: 2px;
    flex-shrink: 0;
}

.rlp-form-multi-item__checkbox-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 2px solid #E1E5EA;
    box-sizing: border-box;
    border-radius: 4px;
}

.rlp-form-multi-item__checkbox input {
    display: none;
}

.rlp-form-multi-item__checkbox-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    opacity: 0;
}

.rlp-form-multi-item__checkbox>input:checked+.rlp-form-multi-item__checkbox-back {
    background-color: #209F6D;
    border-color: #209F6D;
}

.rlp-form-multi-item__checkbox>input:checked+.rlp-form-multi-item__checkbox-back+.rlp-form-multi-item__checkbox-arrow {
    opacity: 1;
}

.rlp-form-multi-cnt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    font-size: 14px;
    line-height: 21px;
    margin-left: auto;
    color: #FFFFFF;
    border-radius: 50%;
    background-color: #209F6D;
    flex: none;
}

.rlp-form-multi-cnt:empty {
    opacity: 0;
}

.rlp-form-multi.error .rlp-form-multi-select {
    border-color: rgb(236, 27, 40);
}

.rlp-form-item-type {
    width: 100%;
}

.rlp-form-item-type {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.e-videos {
    padding-top: 64px;
    padding-bottom: 32px;
}

.e-videos-block {
    position: relative;
}

.e-videos-block {
    display: flex;
    margin: 0px -16px;
}

.e-videos-item {
    margin: 0px 16px;
    flex: 1;
}

.e-videos-preview {
    position: relative;
}

.e-videos-img {
    position: relative;
    height: 0px;
    padding-top: 43%;
    transition: opacity 200ms;
    border-radius: 16px;
    overflow: hidden;
}

.e-videos-item:hover .e-videos-img {
    opacity: 0.8;
}

.e-videos-img img {
    position: absolute;
    top: 0px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1.01);
}

.e-videos-play {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.e-videos-preview svg {
    width: 84px;
}

.e-videos-title {
    font-family: 'SB Sans Display';
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-top: 20px;
    transition: color 200ms;
}

.e-videos-item:hover .e-videos-title {
    color: #209F6D;
}

.rlp-form-items-colls {
    flex-direction: column;
}

.rlp-form-items-colls .err-text {
    margin-top: 16px;
}

@media screen and (max-width: 1199px) {
    .e-videos-block {
        flex-direction: column;
        margin: 0px;
    }

    .e-videos-item {
        margin: 0px;
    }

    .e-videos-item:not(:first-child) {
        margin-top: 32px;
    }
}

@media screen and (max-width: 767px) {
    .rlp-form-label {
        position: relative;
    }

    .rlp-form-icon-content {
        left: 0;
    }

    .rlp-form-icon-wrapper-after {
        left: 10px;
    }

    .rlp-form-icon-wrapper {
        width: 100%;
        max-width: 310px;
    }

    .rlp-form-icon {
        position: unset;
    }

    .e-videos {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .e-videos-title {
        font-size: 18px;
        line-height: 24px;
        margin-top: 16px;
    }

    .e-videos-preview svg {
        width: 64px;
    }

    .e-videos-item:not(:first-child) {
        margin-top: 24px;
    }
}

.rlp-form-select select {
    position: static;
    opacity: 1;
    display: flex;
    align-items: center;
    border: 1px solid #C4C4C4;
    height: 48px;
    border-radius: 12px;
    padding: 0px 16px;
    transition: all 200ms;
    cursor: pointer;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'SB Sans Text', sans-serif;
    height: 48px;
    color: #000;
    font-size: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6668 5.66699L8.00016 10.3337L3.3335 5.66699' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
    outline: none;
    appearance: none;
}


.rlp-form-select select:focus {
    border-color: #209F6D;
}

.rlp-form-select select option:hover {
    background: #000;
}

.rlp-form-select select option {
    cursor: pointer;
}

.rlp-form-select.error select {
    border-color: rgb(236, 27, 40);
}

option:disabled {
    display: none;
}