.e-top-banner-subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #272264;
}

.e-top-banner-image {
    display: flex;
    flex: none;
}

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

.e-top-banner {
    background: radial-gradient(36.98% 119.87% at 29.43% 38.62%, #4BCCF5 0%, rgba(164, 255, 250, 0) 100%),
        radial-gradient(46.31% 275% at 100.7% -104.63%, #82EAA5 0%, rgba(126, 255, 121, 0) 100%),
        linear-gradient(0deg, #A8E7F4, #A8E7F4),
        radial-gradient(229.4% 159.53% at 65.7% 34.63%, #B4FFF1 0%, rgba(165, 255, 238, 0) 100%);
}

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

.e-top-banner-dates {
    color: #272264;
}

.e-top-banner-dates br {
    display: none;
}

.e-top-banner-dates .sep {
    margin: 0 8px;
}

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

.e-timeline {
    background: #E7FFFF;
    background: url('/v2/assets/img/rlp-2023/timeline-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.e-timeline-item {
    background: #fff;
}

.e-tags {
    flex-wrap: wrap;
}

.e-tags-text {
    width: 100%;
}

.e-tags-image img {
    max-width: 552px;
    bottom: -10px;
}

.e-tags-list span:last-child {
    max-width: 430px;
}

.e-tags-text {
    font-size: 16px;
    line-height: 22px;
}

.e-proms {
    margin: 64px 0;
}

.e-proms-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.e-proms-title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.e-proms-text {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
}

.e-proms-btn {
    margin-top: 32px;
}

.e-proms-btn.disabled a {
    opacity: 0.8;
    cursor: not-allowed;
}

.e-proms-btn a {
    display: inline-flex;
    align-items: center;
    height: 46px;
    padding: 0px 36px;
    background: #21BA72;
    border-radius: 32px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    transition: background 200ms;
    cursor: pointer;
}

.e-proms-btn:not(.disabled) a:hover {
    background: #209F6D;
}

.e-proms-img {
    flex: none;
    margin: 0 auto;
}

.e-proms-img img {
    margin: -42px 0;
    width: 347px;
    height: auto;
}

.e-proms-wrapper {
    max-width: 600px;
}

.e-faq {
    padding: 64px 0;
    margin: 64px 0;
    background: radial-gradient(142.23% 199.63% at 123.46% -52.08%, #82EAA5 0%, rgba(126, 255, 121, 0.00) 100%), radial-gradient(256.44% 88.04% at 55.72% 72.45%, #4BCCF5 0%, rgba(164, 255, 250, 0.00) 100%), radial-gradient(522.65% 116.58% at 10.86% 12.45%, #B4FFF1 0%, rgba(165, 255, 238, 0.00) 100%), #FFF;
}

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

.e-faq-content {
    background-color: #fff;
    padding: 0 32px 32px 32px;
    border-top: none;
}

.e-faq-item-show .e-faq-header {
    background-color: #ffffff;
}

.e-vides {
    margin: 64px 0;
}

.rlp-form {
    background: #E7FFFF;
    background: url('/v2/assets/img/rlp-2023/form-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.rlp-form-header-text {
    color: #000;
}

.rlp-form-header-text a {
    color: #209F6D;
    display: inline-flex;
    gap: 6px;
    white-space: nowrap;
}

.rlp-form-header-text a svg {
    width: 13px;
    height: auto;
}

.rlp-form-steps-text {
    color: #878B90;
}

.rlp-form-steps-num {
    color: #878B90;
    border: 1.5px solid #878B90;
}

.e-vides-title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.e-vides-text {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
}

.e-vides-header {
    margin-bottom: 24px;
}

.e-vides-group:not(:first-child) {
    margin-top: 48px;
}

.e-vides-container {
    touch-action: pan-y;
    position: relative;
    overflow: hidden;
}

.e-vides-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

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

.e-vides-el {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: calc(33.33333% - 16px);
}

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

.e-vides-prev {
    display: flex;
    position: absolute;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    top: 88px;
    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-vides-prev svg {
    position: relative;
    display: block;
    width: 13px;
    height: auto;
    left: -2px;
}

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

.e-vides-next {
    display: flex;
    position: absolute;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    top: 88px;
    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-vides-next svg {
    position: relative;
    display: block;
    width: 13px;
    height: auto;
    right: -2px
}

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

.e-vides-el {
    cursor: pointer;
}

.e-vides-video {
    position: relative;
    height: 0px;
    border-radius: 8px;
    overflow: hidden;
    padding-top: 56%;
}

.e-vides-video img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    inset: 0;
}

.e-vides-video svg {
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    width: 48px;
    height: auto;
    transition: transform 300ms;
}

.e-vides-video-name {
    color: #333F48;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 12px;
    transition: color 300ms;
}

.e-vides-video-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
    color: #878B90;
}

.e-vides-el:hover .e-vides-video-name {
    color: #209F6D;
}

.e-vides-el:hover .e-vides-video svg {
    transform: scale(0.9);
}

.e-vides-group:first-child .e-vides-el {
    width: calc(50% - 12px);
}

.e-vides-group:first-child .e-vides-prev {
    top: 150px;
}

.e-vides-group:first-child .e-vides-next {
    top: 150px;
}

.e-vides-prev.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

.e-vides-next.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

.e-vides-pagination {
    display: none;
}

.vi {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 36px;
    text-align: center;
    white-space: nowrap;
    background-color: rgb(0 0 0 / 85%);
    overflow: hidden;
    overflow-y: auto;
    font-size: 0;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
}

.vi:before {
    content: '';
    display: inline-block;
    overflow: hidden;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.vi .bw {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    text-align: left;
    max-width: 1224px;
    width: 100%;
}

.vi .xt {
    width: 100%;
    padding: 0;
    padding-top: 56.25%;
}

.vi .plyr {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: none;
    background-color: #000000;
}

.vi .qj {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: rgba(30, 30, 30, 0.6);
    color: #cccccc;
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: color 0.2s;
}

.vi .qj:hover {
    color: #ffffff;
}

.vi .qj svg {
    width: 13px;
}

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

.rlp-form-item-email {
    position: relative;
}

.rlp-form-item-email svg {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(50% - 10px);
    right: 14px;
    width: 20px;
    height: auto;
    color: rgb(170, 175, 182);
}

.rlp-form-content-login-panel {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 16px;
    white-space: nowrap;
}

.rlp-form-content-login-panel button {
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0px 36px;
    background: #21BA72;
    border-radius: 32px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    transition: background 200ms, opacity 200ms;
    cursor: pointer;
}

.rlp-form-content-login-panel button:not(.disabled) {
    background: #209F6D;
}

.rlp-form-content-login-panel button.disabled {
    cursor: not-allowed;
    opacity: 0.8;
}

.rlp-form-content-login-panel button[disabled] {
    cursor: not-allowed;
    opacity: 0.8;
}

.rlp-form-content-login-social {
    display: flex;
    align-items: center;
    gap: 16px;
}

.rlp-form-content-login-social-or {
    flex: none;
    color: #AAAFB7;
    font-size: 14px;
    line-height: 20px;
}

.rlp-form-content-login-socials {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rlp-form-content-login-socials a {
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    filter: drop-shadow(0px 2px 4px rgba(52, 64, 75, 0.06));
    transition: .3s;
    flex: none;
}

.rlp-form-content-login-socials a:hover {
    background: #21BA72;
}

.rlp-form-content-login-socials a:hover svg path {
    fill: #FFFFFF;
}

.rlp-form input {
    outline: none;
}

.rlp-form button {
    outline: none;
}

.rlp-form-item-error-text {
    display: none;
    font-family: 'SB Sans Display';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #EC1B28;
    margin-top: 8px;
}

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

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

.rlp-form-item-new-password {
    position: relative;
    margin-top: 16px;
}

.rlp-form-item-region {
    position: relative;
    margin-top: 16px;
}

.rlp-form-item-region-other {
    position: relative;
    margin-top: 16px;
}

.rlp-form-item-new-password svg {
    position: absolute;
    top: 14px;
    right: 14px;
    transition: .3s;
    cursor: pointer;
}

.rlp-form-item-new-password svg path {
    transition: .3s;
    color: rgb(170, 175, 182);
}

.rlp-form-item-new-password svg:hover path {
    stroke: #333F48;
}

.rlp-form-item-password {
    position: relative;
    margin-top: 16px;
}


.rlp-form-item-password svg {
    position: absolute;
    top: 14px;
    right: 14px;
    transition: .3s;
    cursor: pointer;
}

.rlp-form-item-password svg path {
    transition: .3s;
    color: rgb(170, 175, 182);
}

.rlp-form-item-password svg:hover path {
    stroke: #333F48;
}

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

.rlp-form-item-input:-webkit-autofill,
.rlp-form-item-input:-webkit-autofill:hover,
.rlp-form-item-input:-webkit-autofill:focus,
.rlp-form-item-input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.rlp-form-content-login-auth .rlp-form-item-email svg {
    opacity: 1;
    visibility: visible;
    color: #349946;
}

.rlp-form-content-login-reg .rlp-form-item-email svg {
    opacity: 1;
    visibility: visible;
}

.rlp-form-content-login .follow-check {
    display: none;
    margin-top: 32px;
    margin-bottom: -16px;
}

.rlp-form-content-login-reg .follow-check {
    display: block;
}

.rlp-form-content-login-frgt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    height: 46px;
    padding: 0px 36px;
    border: 1px solid #F2F2F2;
    font-size: 14px;
    transition: color 200ms;
    cursor: pointer;
    color: #000000;
    background: var(--text-white, #FFF);
    box-shadow: 0px 2px 4px 0px rgba(52, 64, 75, 0.06);
}

.rlp-form-content-login-frgt-btn:hover {
    color: #209F6D;
}

.rlp-form-icon-wrapper {
    padding: 16px 40px 16px 24px;
    width: 388px;
}

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

.rlp-form-label {
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
}

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

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

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

.rlp-form-items .rlp-form-item:nth-child(3) {
    margin-top: 16px;
}

.rlp-form-items .rlp-form-item:nth-child(4) {
    margin-top: 16px;
}

.rlp-form-select-item {
    padding-left: 0;
    padding-right: 0;
}

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

.rlp-form-select-item-check input {
    display: none;
}

.rlp-form-select-item-check span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border: 2px solid #E1E5EA;
    border-radius: 4px;
    position: relative;
    top: 1px;
    flex: none;
    transition: border 300ms, background 300ms;
}

.rlp-form-select-item-check:hover span {
    border-color: #cbcbcb;
}

.rlp-form-select-item-check span svg {
    width: 10px;
    height: auto;
    flex: none;
}

.rlp-form-select-item-check input:checked+span {
    background-color: #209F6D;
    border-color: #209F6D;
}

.rlp-form-selected span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    height: 19px;
    min-width: 19px;
    text-align: center;
    background-color: #21BA72;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

.rlp-form-item-radio {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #333F48;
    transition: color 200ms;
    cursor: pointer;
}

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

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

.rlp-form-item-radio span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border: 2px solid #E1E5EA;
    border-radius: 50%;
    position: relative;
    top: 1px;
    flex: none;
    transition: border 300ms;
}

.rlp-form-item-radio:hover span {
    border-color: #cbcbcb;
}

.rlp-form-item-radio span:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 0;
    flex: none;
    display: block;
    background-color: #209F6D;
    transition: opacity 300ms;
}

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

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

.rlp-form-authors-add {
    margin-top: 18px;
}

.rlp-form-authors-add span {
    border-radius: 32px;
    border: 1px solid #F2F2F2;
    background: var(--text-white-10, #EEF);
    box-shadow: 0px 2px 4px 0px rgba(52, 64, 75, 0.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 18px;
    cursor: pointer;
    opacity: 0.8;
    gap: 7px;
    transition: opacity 300ms;
    color: #000;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

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

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

.rlp-form-item-radios-error {
    display: none;
}

.rlp-form-item.error .rlp-form-item-radios-error {
    display: block;
}

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

.rlp-form-select-item-radioi input {
    display: none;
}

.rlp-form-select-item-radioi span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border: 2px solid #E1E5EA;
    border-radius: 50%;
    position: relative;
    top: 1px;
    flex: none;
    transition: border 300ms;
}

.rlp-form-select-item-radioi:hover span {
    border-color: #cbcbcb;
}

.rlp-form-select-item-radioi span:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 0;
    flex: none;
    display: block;
    background-color: #209F6D;
    transition: opacity 300ms;
}

.rlp-form-select-item-radioi input:checked+span {
    border-color: #209F6D;
}

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

.rlp-form-select-item-radioi-noty {
    margin-top: -4px;
    color: #AAAFB7;
    font-size: 10px;
    line-height: 14px;
    padding-left: 24px;
}

.rlp-form-select-item-radioi-name {
    flex: none;
    width: calc(100% - 24px);
}

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

.rlp-form-final-text {
    max-width: 580px;
    margin: 0 auto;
}

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

.email-ver {
    font-weight: bold;
}

.rlp-form-file-group {
    display: flex;
    gap: 24px;
}

.rlp-form-file-group-text {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    flex: none;
    width: calc(50% - 12px);
}

.rlp-form-file-group-text a {
    color: #21BA72;
    transition: color 300ms;
}

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

.rlp-form-file-group-file .rlp-form-file-block {
    margin-right: 16px;
}

.rlp-form-file-group-file-name {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.rlp-form-file-group-file {
    margin-top: -36px;
    width: calc(50% - 12px);
}

.e-top-banner-title {
    font-size: 34px;
    line-height: 44px;
}

.e-tags {
    margin-top: 32px;
}

.e-text-html {
    color: #000000;
}

.rlp-form-authors .rlp-form-items:empty {
    display: none;
}

@media screen and (max-width: 1919px) {
    .e-timeline-date {
        width: 224px;
    }

    .e-tags-list span {
        font-size: 16px;
        line-height: 22px;
    }

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

    .e-tags-image img {
        max-width: 470px;
        bottom: -35px;
    }

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

    .e-docs-name {
        font-size: 12px;
        line-height: 16px;
    }

    .e-vides-prev {
        top: 71px;
    }

    .e-vides-next {
        top: 71px;
    }

    .e-vides-group:first-child .e-vides-prev {
        top: 123px;
    }

    .e-vides-group:first-child .e-vides-next {
        top: 123px;
    }

    .rlp-form-file-text {
        font-size: 12px;
        line-height: 15px;
    }

    .rlp-form-file-block span {
        padding: 0px 24px;
    }

    .e-top-banner-dates {
        margin-bottom: 20px;
    }

    .e-top-banner-subtitle {
        margin-top: 20px;
    }

    .e-top-banner-title {
        font-size: 25px;
        line-height: 32px;
    }

    .e-top-banner-dates .sep {
        display: none;
    }

    .e-top-banner-dates br {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .e-tags-list span {
        font-size: 15px;
        line-height: 20px;
        padding: 10px;
    }

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

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

    .e-tags-text {
        font-size: 12px;
        line-height: 17px;
    }

    .e-proms-title {
        font-size: 16px;
        line-height: 22px;
    }

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

    .e-proms-wrapper {
        max-width: 520px;
    }

    .e-proms-img img {
        width: 300px;
    }

    .e-vides-prev {
        top: 58px;
    }

    .e-vides-next {
        top: 58px;
    }

    .e-vides-group:first-child .e-vides-prev {
        top: 104px;
    }

    .e-vides-group:first-child .e-vides-next {
        top: 104px;
    }

    .e-top-banner-dates {
        margin-bottom: 12px;
    }

    .e-top-banner-subtitle {
        margin-top: 16px;
    }

    .e-top-banner-image img {
        max-width: 468px;
    }

    .e-top-banner-title {
        font-size: 30px;
        line-height: 40px;
    }

    .e-top-banner-dates .sep {
        display: inline-flex;
    }

    .e-top-banner-dates br {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .e-tags-image {
        display: none;
    }

    .e-vides-next {
        display: none;
    }

    .e-vides-prev {
        display: none;
    }

    .rlp-form-file-group-file-name {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .e-top-banner-subtitle {
        font-size: 16px;
        line-height: 22px;
    }

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

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

    .e-timeline-date {
        margin-bottom: 14px;
    }

    .e-timeline-html .head {
        font-size: 16px;
        line-height: 22px;
    }

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

    .e-tags-image {
        display: block;
    }

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

    .e-tags-text {
        font-size: 10px;
        line-height: 14px;
    }

    .e-proms {
        margin: 40px 0;
    }

    .e-proms-content {
        flex-direction: column;
    }

    .e-proms-wrapper {
        max-width: none;
    }

    .e-proms-img img {
        margin: 0;
        width: 230px;
    }

    .e-proms-btn {
        margin-top: 24px;
    }

    .e-proms-btn a {
        height: 40px;
        padding: 0px 32px;
    }

    .e-proms-content {
        gap: 10px;
    }

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

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

    .e-faq-content {
        padding: 0 16px 16px 16px;
    }

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

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

    .e-team-name {
        font-size: 16px;
        line-height: 22px;
    }

    .e-docs-name {
        font-size: 14px;
        line-height: 18px;
    }

    .e-vides {
        margin: 40px 0;
    }

    .e-vides-pagination {
        display: flex;
        margin-top: 24px;
        justify-content: center;
    }

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

    .vi {
        padding: 50px 0px;
    }

    .rlp-form-header-text a svg {
        width: 11px;
    }

    .rlp-form-header-text a {
        gap: 4px;
    }

    .e-vides-title {
        font-size: 20px;
        line-height: 28px;
    }

    .e-vides-text {
        font-size: 14px;
        line-height: 20px;
        margin-top: 12px;
    }

    .e-vides-group:not(:first-child) {
        margin-top: 40px;
    }

    .e-vides-el:not(:last-child) {
        margin-right: 16px;
    }

    .e-vides-el {
        width: 100%;
        max-width: 320px;
    }

    .e-vides-container {
        overflow: visible;
    }

    .e-vides-video-name {
        font-size: 14px;
        line-height: 18px;
    }

    .e-vides-group:first-child .e-vides-el {
        width: 100%;
        max-width: 320px;
    }

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

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

    .rlp-form-content-login-panel {
        flex-direction: column;
    }

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

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

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

    .rlp-form-content-login-frgt-btn {
        height: 40px;
        padding: 0px 32px;
    }

    .rlp-form-content-login-panel button {
        height: 40px;
        padding: 0px 32px;
    }

    .rlp-form-content-login-social {
        flex-direction: column;
        gap: 2px;
    }

    .rlp-form-content-login-panel {
        margin-top: 24px;
    }

    .rlp-form-content-login .follow-check {
        margin-top: 24px;
        margin-bottom: 0px;
    }

    .form__checkbox-label {
        align-items: flex-start;
    }

    .rlp-form-items .rlp-form-item:nth-child(3) {
        margin-top: 8px;
    }

    .rlp-form-items .rlp-form-item:nth-child(4) {
        margin-top: 8px;
    }

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

    .rlp-form-file-group {
        flex-direction: column;
        gap: 16px;
    }

    .rlp-form-file-group-text {
        width: 100%;
    }

    .rlp-form-file-group-file {
        margin-top: 0;
        width: 100%;
    }

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

    .e-vides-video-text {
        font-size: 11px;
        line-height: 16px;
    }

    .e-tags {
        margin-top: 0;
    }

    .e-top-banner-dates .nospace {
        display: block;
    }
}

.rlp-form-content-confirm {
    font-size: 16px;
    margin-top: 32px;
}