.section-page-banner {
    position: relative;
    height: 490rem;
    overflow: hidden;
}

.section-page-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: -55%;
    bottom: 0;
    margin: auto;
    max-width: 895rem;
    width: 100%;
    height: 100%;
}

.section-page-banner .container {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: auto;
    height: 100%;
}

.section-page-banner-with-img .container {
    align-items: center;
}

.section-page-banner-info {
    display: flex;
    flex-direction: column;
    max-width: 700rem;
    width: 100%;
    margin: auto 0;
}

.section-page-banner-title {
    font-weight: 800;
    margin-bottom: 10rem;
}

.section-page-banner-text {
    font-weight: 500;
    font-size: 20rem;
    line-height: 1.5;
    margin-bottom: 30rem;
}

.section-page-banner-img {
    position: relative;
    max-width: 650rem;
    min-width: 500rem;
    width: 100%;
    height: 432rem;
    margin-right: -70rem;
    border-radius: 15rem;
    overflow: hidden;
}

.section-page-title {
    text-align: center;
    margin-bottom: 20rem;
}

.section-page-text {
    max-width: 900rem;
    width: 100%;
    margin: 0 auto;
    font-weight: 500;
    font-size: 20rem;
    line-height: 150%;
    text-align: center;
    color: #4F5159;
}

.section-page-title + .subheader {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.services-support-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 25rem;
}

.services-support-element {
	position: relative;
	max-width: 650rem;
	width: 100%;
	min-height: 100rem;
	margin: 15rem 0;
	padding: 25rem 25rem 25rem 95rem;
	background: #FFFFFF;
	box-shadow: var(--main-shadow);
	border-radius: 10rem;
	transition: all 0.3s ease;
}

a.services-support-element {
	padding-right: 40rem;
}

.services-support-element.not-icon {
	padding-left: 25rem;
}

a.services-support-element:hover {
	box-shadow: var(--main-shadow-hover);
}

a.services-support-element::after {
	content: '';
	position: absolute;
	top: 0;
	right: 25rem;
	bottom: 0;
	margin: auto;
	width: 13rem;
	height: 21rem;
	background: url(../../img/nav_right-blue.svg) center no-repeat;
	background-size: contain;
	opacity: 0.5;
	transition: all 0.3s ease;
}

a.services-support-element:hover::after {
	right: 20rem;
	opacity: 1;
}

.services-support-element-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 15rem;
	left: 10rem;
	width: 70rem;
	height: 70rem;
	background: #F8F8F8;
	border-radius: 70rem;
}

.services-support-element-icon img {
	width: 36rem;
}

.services-support-element-name {
	font-weight: 700;
	font-size: 20rem;
	line-height: 120%;
	color: #4F5159;
	margin-bottom: 5rem;
}

.services-support-element-text {
	font-weight: 500;
	font-size: 16rem;
	line-height: 150%;
	color: #878787;
}

.join_us_box {
    position: relative;
    background: radial-gradient(50% 50% at 50% 50%, #0086FF 0%, #006AC9 75%);
    padding-top: 130rem;
    padding-bottom: 130rem;
    color: #fff;
    font-size: 18rem;
    line-height: 150%;
}

.join_us_box .container {
    text-align: center;
    position: relative;
    max-width: 900rem;
    z-index: 2;
}

.join_us_box h2 {
    margin: 0;
    margin-bottom: 35rem;
}

.join_us_button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10rem;
    max-width: 700rem;
    width: 100%;
    margin: 0 auto;
}

.join_us_box .button {
    font-size: 18rem;
}

.join_us_box .button.white {
    border: none;
    box-shadow: none;
}

.join_us_bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../img/join_us_bg.png) no-repeat 50% 50% fixed;
}

.join_us_box-v2 {
    padding: 60rem 0;
    background: radial-gradient(50% 50% at 50% 50%, #f2f2f2 0%, #f8f8f8 75%);
    box-shadow: 0rem 4rem 25rem 0rem rgba(0, 0, 0, 0.10);
    color: #3C3E45;
    overflow: hidden;
}

.join_us_box-v3 {
    padding: 60rem 0;
    background: radial-gradient(50% 50% at 50% 50%, #f2f2f2 0%, #f8f8f8 75%);
    box-shadow: 0rem 4rem 25rem 0rem rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.join_us_bg-v2 {
    background: url(../../img/join_us_bg2.jpg) center/cover no-repeat;
}

.join_us_bg-v3 {
    background: url(../../img/join_us_bg3.png) center/cover no-repeat;
}

.join_us_box-v2 h2 {
    color: #000;
}

.section-personal-consultation-v2 {
    padding-top: 0;
}

.section-personal-consultation .join_us_box {
    text-align: center;
    padding: 70rem 0;
    border-radius: 15rem;
}

.section-personal-consultation .join_us_bg {
    z-index: auto;
}

.section-personal-consultation .join_us_box h2,
.section-personal-consultation .join_us_box-title {
    position: relative;
    max-width: 700rem;
    width: 100%;
    margin: 0 auto 20rem;
    font-weight: 800;
    font-size: 32rem;
    line-height: 1.25;
}

.section-personal-consultation .join_us_box p {
    position: relative;
    max-width: 700rem;
    width: 100%;
    margin: 0 auto 30rem;
    font-size: 20rem;
}

.section-personal-consultation .join_us_box .button {
    position: relative;
    width: fit-content;
    margin: 0;
    font-weight: 600;
}

.experts-academy-list {
    margin-top: 40rem;
}

@media (min-width: 481px) {
    .swiper-experts-academy-mobile .swiper-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20rem;
    }

    .swiper-experts-academy-mobile .experts-academy-element {
        max-width: calc(25% - 20rem);
    }
}

.experts-academy-element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 320rem;
    width: 100%;
    height: auto;
    padding: 30rem;
    background: #F8F8F8;
    border-radius: 15rem;
    transition: all 0.3s ease;
}

.gray-bg .experts-academy-element {
    background: #fff;
}

.experts-academy-element:hover,
.experts-academy-element:active {
    box-shadow: var(--main-shadow);
}

.expert_item {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding: 0;
    border: 0;
    background: none;
}

.expert_item-img_box {
    position: relative;
    flex-shrink: 0;
    max-width: 220rem;
    width: 100%;
    height: 220rem;
    margin: 0 auto 15rem;
    text-align: center;
}

.expert_item-img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 220rem;
    border-radius: 50%;
}

.expert_item-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.expert_rang {
    position: relative;
    display: inline-block;
    height: 26rem;
    line-height: 26rem;
    border-radius: 10rem;
    background-color: #F8F8F8;
    padding: 0 12rem;
    padding-left: 28rem;
    font-size: 12rem;
    white-space: nowrap;
}

.expert_rang.blue {
    background: #0086FF;
    color: #fff;
}

.expert_rang img {
    position: absolute;
    top: -6rem;
    left: -8rem;
    width: 39rem !important;
}

.expert_item-img_box .expert_rang {
    top: -26rem;
}

.expert_item-info {
    padding-top: 20rem;
}

.expert_item-info h5, 
.expert_item-info h4 {
    font-weight: 700;
    font-size: 20rem;
    margin-top: 0;
    margin-bottom: 10rem;
}

.expert_item-desc {
    margin-bottom: 10rem;
}

.expert_item-desc a {
    font-size: 14rem;
    line-height: 150%;
    color: #4F5159;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.expert_item-caf a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14rem;
    line-height: 150%;
    color: #787885;
}

.corporate-offer-list {
    margin-top: 40rem;
}

.corporate-offer-list:not(.swiper) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20rem;
}

.corporate-offer-element {
    display: flex;
    flex-direction: column;
    max-width: 320rem;
    width: 100%;
    height: auto;
    padding: 30rem;
    background: #F8F8F8;
    border-radius: 15rem;
}

.corporate-offer-list:not(.swiper) .corporate-offer-element {
    max-width: calc(25% - 15rem);
}

.gray-bg .corporate-offer-element {
    background: #fff;
}

.corporate-offer-step {
    font-weight: 800;
    font-size: 50rem;
    line-height: 150%;
    color: #FCCF8F;
}

.corporate-offer-title {
    font-weight: 600;
    font-size: 18rem;
    line-height: 150%;
    color: #000000;
    margin-bottom: 10rem;
}

.corporate-offer-text {
    font-weight: 500;
    font-size: 16rem;
    line-height: 150%;
    color: #4F5159;
}

.supervisor-and-orgs-text {
    font-weight: 500;
    font-size: 16rem;
    line-height: 150%;
    color: #4F5159;
    margin-bottom: 25rem;
}

.supervisor-and-orgs-img {
    line-height: 0;
    margin: auto auto 0;
    border-radius: 15rem;
}

.corporate-offer-element-banner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 320rem;
    width: 100%;
    height: auto;
    padding: 30rem;
    background: url(../../img/corporate-offer-element-banner.png) center/cover no-repeat #0086FF;
    box-shadow: 0rem 4rem 25rem rgba(0, 0, 0, 0.1);
    border-radius: 15rem;
}

.section-from-blog-mainpage .corporate-offer-element-banner {
    max-width: 550rem;
}

.corporate-offer-banner-title {
    font-weight: 800;
    font-size: 30rem;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 30rem;
}

.corporate-offer-element-banner .button {
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
    height: auto;
    min-height: 56rem;
    border-color: transparent;
    box-shadow: none;
}

.experts-for-org-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20rem;
}

.experts-for-org-element {
    position: relative;
    max-width: 660rem;
    width: 100%;
    margin: 20rem 0;
    padding: 25rem 30rem;
    background: #F8F8F8;
    border-radius: 15rem;
}

.gray-bg .experts-for-org-element {
    background: #fff;
}

.experts-for-org-list-v2 .experts-for-org-element {
    background: transparent;
    max-width: 630rem;
    margin: 20rem 0;
    padding: 0 0 0 55rem;
}

.experts-for-org-list-v2 .experts-for-org-element::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 35rem;
    height: 35rem;
    background: url(../../img/i_check-white.svg) center / 16rem no-repeat #0086FF;
    border-radius: 35rem;
}

.experts-for-org-element-title {
    font-weight: 700;
    font-size: 20rem;
    line-height: 150%;
    color: #000000;
    margin-bottom: 10rem;
}

.experts-for-org-list-v2 .experts-for-org-element-title {
    font-size: 24rem;
}

.experts-for-org-element-text {
    font-weight: 500;
    font-size: 18rem;
    line-height: 150%;
    color: #4F5159;
}

.experts-for-org-list-v2 .experts-for-org-element-text {
    font-size: 20rem;
}

.section-experts-join .container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.page-banner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 60rem;
    background: #F8F8F8;
    border-radius: 15rem;
}

.section-experts-join .section-page-banner-info {
    max-width: 800rem;
}

.page-banner .section-page-banner-info {
    max-width: 560rem;
}

.section-experts-join .section-page-title,
.section-experts-join .section-page-banner-text {
    text-align: left;
}

.section-experts-join .section-page-title,
.section-experts-join .section-page-banner-text {
    text-align: left;
}

.experts-join-img {
    max-width: 488rem;
    width: 100%;
    border-radius: 10rem;
}

.experts-academy-element-banner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 320rem;
    width: 100%;
    height: auto;
    padding: 30rem;
    background: url(../../img/experts-academy-element-banner.png) center / cover no-repeat;
    border-radius: 15rem;
}

.experts-academy-banner-title {
    font-weight: 700;
    font-size: 20rem;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 25rem;
}

.experts-academy-element-banner .button {
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
    height: auto;
    min-height: 56rem;
    border-color: transparent;
    box-shadow: none;
}

.section-faq-block .accordion_box {
    margin-top: 30rem;
}

.accordion_item {
    background: #F8F8F8;
    border: 1rem solid #F8F8F8;
    border-radius: 15rem;
    margin-bottom: 25rem;
    transition: all 0.3s ease;
}

.accordion_item.active {
    background: #F9F9FA;
    box-shadow: var(--main-shadow);
}

.section-faq-block .accordion_item {
    margin-bottom: 20rem;
    background: #fff;
    border-radius: 15rem;
}

.accordion_title {
    position: relative;
    margin: 0;
    padding: 22rem 24rem;
    padding-right: 60rem;
    font-weight: 600;
    font-size: 20rem;
    line-height: 1.1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.section-faq-block .accordion_title {
    font-weight: 500;
    font-size: 20rem;
    line-height: 150%;
    color: #000000;
    min-height: 80rem;
    padding: 25rem 80rem 25rem 30rem;
    background: url(../../img/i_plus.svg) right 30rem top 15rem / 50rem no-repeat;
}

.section-faq-block .accordion_item.active .accordion_title {
    color: rgb(0 0 0 / 50%);
    background-image: url(../../img/i_minus.svg);
}

.accordion_desc {
    display: none;
    padding: 25rem 30rem;
    padding-top: 0;
    font-size: 16rem;
}

.section-faq-block .accordion_desc {
    font-weight: 500;
    font-size: 20rem;
    line-height: 150%;
    color: #000000;
    padding: 0rem 80rem 25rem 50rem;
}

.experts-stats-list {
    margin-top: 40rem;
}

.experts-stats-element {
    max-width: 420rem;
    width: 100%;
    height: auto;
    padding: 25rem 30rem;
    background: #F8F8F8;
    border-radius: 15rem;
}

.gray-bg .experts-stats-element {
    background: #fff;
}

.experts-stats-num {
    font-weight: 800;
    font-size: 72rem;
    line-height: 1;
    color: #0086FF;
    margin-bottom: 10rem;
}

.experts-stats-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 68rem;
    font-weight: 600;
    font-size: 26rem;
    line-height: 130%;
    color: #000000;
}

.experts-stats-text {
    font-weight: 500;
    font-size: 20rem;
    line-height: 150%;
    color: #4F5159;
}

.academy-smi-list {
    margin-top: 40rem;
}

.academy-smi-element {
    display: flex;
    flex-direction: column;
    gap: 10rem 0;
    max-width: 434rem;
    padding: 0 2rem;
}

.academy-smi-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 434rem;
    width: 100%;
    height: 176rem;
    padding: 20rem 25rem;
    background: #F8F8F8;
    border-radius: 15rem;
    overflow: hidden;
    transition: all .3s ease;
}

.gray-bg .academy-smi-logo {
    background: #FFFFFF;
}

.academy-smi-element:hover .academy-smi-logo,
.academy-smi-element:active .academy-smi-logo {
    box-shadow: var(--main-shadow);
}

.academy-smi-logo img {
    width: auto;
    max-height: 136rem;
}

.academy-smi-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 16rem;
    line-height: 150%;
    color: #000000;
}

.academy-smi-date {
    font-weight: 500;
    font-size: 14rem;
    line-height: 150%;
    color: #787885;
}

.academy-smi-element-banner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 434rem;
    width: 100%;
    height: 100%;
    padding: 20rem 25rem;
    background: url(../../img/corporate-offer-element-banner.png) center/cover no-repeat #0086FF;
    border-radius: 15rem;
}

.see-all-smi-title {
    font-weight: 800;
    font-size: 30rem;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 30rem;
}

.academy-smi-element-banner .button {
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
    height: auto;
    min-height: 56rem;
    border-color: transparent;
    box-shadow: none;
}

.join-us-category {
    display: flex;
    justify-content: space-between;
    padding: 40rem 35rem;
    background: #FFFFFF;
    border-radius: 15rem;
}

.join-us-category-columns {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: baseline;
    gap: 30rem;
    padding: 0;
    background: none;
}

.join-us-category-info {
    max-width: 580rem;
    width: 100%;
}

.join-us-category-columns .join-us-category-info {
    max-width: 660rem;
    width: 100%;
    padding: 40rem 35rem;
    background: #FFFFFF;
    border-radius: 15rem;
    grid-column-end: span 6;
}

.join-us-category-title {
    margin-top: 20rem;
    margin-bottom: 20rem;
    font-weight: 700;
    font-size: 32rem;
    line-height: 130%;
}

.join-us-category-columns .join-us-category-title {
    margin-top: 0;
}

.join-us-category-text {
    font-weight: 500;
    font-size: 20rem;
    line-height: 150%;
}

.check-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20rem;
    margin-bottom: 30rem;
}

.join-us-category-columns .check-list {
    margin-bottom: 0;
}

.check-element {
    position: relative;
    padding-left: 50rem;
    font-size: 20rem;
    line-height: 150%;
    margin: 10rem 0;
}

.check-element::before {
    content: '';
    position: absolute;
    top: -3rem;
    left: 0;
    width: 35rem;
    height: 35rem;
    border-radius: 35rem;
    background: url(../../img/i_check.svg) center / 17rem no-repeat #F8F8F8;
}

.accent-element {
    max-width: 432rem;
    width: 100%;
    height: auto;
    padding: 25rem 30rem 30rem;
    background: #F8F8F8;
    border-radius: 15rem;
}

.gray-bg .accent-element {
    background: #fff;
}

.accent-element-img {
    width: 70rem;
    height: 70rem;
    margin-bottom: 20rem;
}

.accent-element-title {
    font-weight: 800;
    font-size: 24rem;
    line-height: 150%;
    color: #4F5159;
    margin-bottom: 20rem;
}

.accent-element-text {
    font-weight: 500;
    font-size: 20rem;
    line-height: 150%;
    color: #4F5159;
}

.section-text-banner {
    background: #F8F8F8;
    border-radius: 15rem;
}

.section-page-title {
    font-weight: 700;
    font-size: 32rem;
    line-height: 130%;
    text-align: center;
    color: #000000;
    margin-bottom: 20rem;
}

.section-page-text {
    max-width: 900rem;
    width: 100%;
    margin: 0 auto;
    font-weight: 500;
    font-size: 20rem;
    line-height: 150%;
    text-align: center;
    color: #4F5159;
}

.blog-page-3card-slider:not(.owl-carousel) {
	padding-right: 35rem;
}

.blog-card {
    max-width: 432rem;
    width: 100%;
    height: auto;
    margin-bottom: 40rem;
    background: #F8F8F8;
    border-radius: 10rem;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.blog-card:hover,
.blog-card:active {
    box-shadow: var(--main-shadow);
}

.section-from-blog .blog-card {
    margin-bottom: 0;
}

.blog-card-info-top {
    padding: 15rem 20rem;
}

.blog-card-author-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-card-author {
    display: flex;
    align-items: center;
    min-height: 60rem;
}

.blog-card-author-img {
    position: relative;
    width: 60rem;
    min-width: 60rem;
    height: 60rem;
    margin-right: 10rem;
    border-radius: 50%;
    overflow: hidden;
}

.blog-card-author-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card-author-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 16rem;
    line-height: 150%;
    color: #282828;
}

.blog-card-img {
    position: relative;
    display: block;
    width: 100%;
    height: 280rem;
}

.blog-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card-info {
    display: flex;
    flex-direction: column;
    padding: 20rem;
}

.blog-card-title {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 99rem;
    margin: 0 0 20rem;
    font-weight: 600;
    font-size: 22rem;
    line-height: 150%;
    color: #3C3E45;
}

.blog-card-title a,
a.blog-card-title {
    color: #3C3E45;
}

.blog-card-title a:hover,
a.blog-card-title:hover {
    color: #0075DF;
}

.blog-card-text-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.blog-card-date {
    font-weight: 500;
    font-size: 16rem;
    line-height: 150%;
    color: #878787;
}

.corporate-offer-element-banner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 320rem;
    width: 100%;
    height: auto;
    padding: 30rem;
    background: url(../../img/corporate-offer-element-banner.png) center / cover no-repeat #0086FF;
    box-shadow: 0rem 4rem 25rem rgba(0, 0, 0, 0.1);
    border-radius: 15rem;
}

.section-from-blog .corporate-offer-element-banner {
    max-width: 432rem;
}

.corporate-offer-banner-title {
    font-weight: 800;
    font-size: 30rem;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 30rem;
}

.corporate-offer-element-banner .button {
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
    height: auto;
    min-height: 56rem;
    border-color: transparent;
    box-shadow: none;
}

@media (max-width: 480px) {
    .section-page-banner {
        padding: 35rem 0;
        height: auto;
    }

    .section-page-banner-bg {
        display: none;
    }

    .section-page-banner .container {
        flex-wrap: wrap;
    }

    .section-page-banner-bg-mob {
        display: block;
        position: relative;
        max-width: 375rem;
        width: 100%;
        margin: 20rem auto 0;
        padding: 0 20rem;
    }

    .section-page-banner-info {
        margin-bottom: 20rem;
    }

    .section-page-banner-title {
        font-size: 28rem;
    }

    .section-page-banner-text,
    .section-page-text {
        font-size: 16rem;
    }

    .section-page-banner-img {
        min-width: auto;
        height: auto;
    }

    .section-page-title {
        font-size: 24rem;
    }

    .services-support-element-name {
        font-size: 18rem;
    }

    .services-support-element-text {
        font-size: 14rem;
    }

    .section-personal-consultation .join_us_box {
        padding: 50rem 25rem;
    }

    .section-personal-consultation .join_us_box h2,
    .section-personal-consultation .join_us_box-title {
        font-size: 20rem;
    }

    .section-personal-consultation .join_us_box p {
        font-size: 16rem;
    }

    .section-personal-consultation .join_us_button {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: fit-content;
        margin: 0 auto;
    }

    .join_us_box .button {
        font-size: 16rem;
    }

    .supervisor-and-orgs-element,
    .corporate-offer-element,
    .corporate-offer-list:not(.swiper) .corporate-offer-element {
        max-width: 100%;
    }

    .experts-for-org-element,
    .experts-for-org-list-v2 .experts-for-org-element {
        max-width: 100%;
    }

    .experts-for-org-list-v2 .experts-for-org-element {
        padding-left: 40rem;
    }

    .experts-for-org-list-v2 .experts-for-org-element::before {
        width: 25rem;
        height: 25rem;
        background-size: 12rem;
    }

    .experts-for-org-element-title,
    .experts-for-org-list-v2 .experts-for-org-element-title {
        font-size: 18rem;
    }

    .experts-for-org-element-text,
    .experts-for-org-list-v2 .experts-for-org-element-text {
        font-size: 16rem;
    }

    .section-experts-join .container {
        flex-wrap: wrap;
    }

    .page-banner {
        flex-direction: column;
        padding: 30rem;
    }

    .page-banner .section-page-banner-info {
        margin-bottom: 20rem;
    }

    .section-faq-block .accordion_title {
        font-size: 16rem;
        padding: 25rem 70rem 25rem 25rem;
        background-position: right 20rem top 20rem;
        background-size: 40rem;
    }

    .section-faq-block .accordion_desc {
        font-size: 16rem;
        padding: 0 25rem 25rem 40rem;
    }

    .experts-stats-num {
        font-size: 60rem;
    }

    .experts-stats-title {
        height: 60rem;
        font-size: 20rem;
    }

    .experts-stats-text {
        font-size: 18rem;
    }

    .academy-smi-title {
        font-size: 14rem;
    }

    .academy-smi-date {
        font-size: 12rem;
    }

    .join-us-category {
        flex-direction: column;
    }

    .join-us-category-columns {
        gap: 15rem 0;
        padding: 0;
    }

    .join-us-category-columns .join-us-category-info {
        max-width: 100%;
        padding: 25rem 20rem;
        grid-column-end: span 12;
    }

    .join-us-category-title {
        font-size: 24rem;
    }

    .join-us-category-text {
        font-size: 16rem;
    }

    .check-element {
        padding-left: 40rem;
        font-size: 16rem;
    }

    .check-element::before {
        width: 30rem;
        height: 30rem;
        border-radius: 30rem;
        background-size: 14rem;
    }

    .accent-element-title {
        font-size: 22rem;
    }

    .accent-element-text {
        font-size: 18rem;
    }

    .section-text-banner {
        padding: 35rem 15rem;
    }

    .blog-card-author {
        min-height: 42rem;
    }

    .blog-card-author-img {
        width: 30rem;
        min-width: 30rem;
        height: 30rem;
        border-radius: 30rem;
    }

    .blog-card-author-name {
        font-size: 14rem;
    }

    .blog-card-img {
        height: auto;
    }

    .blog-card-img img {
        position: static;
        width: 100% !important;
        height: auto;
        object-fit: contain;
    }

    .blog-card-info {
        padding: 20rem;
    }

    .blog-card-title {
        min-height: auto;
        font-size: 16rem;
    }

    .blog-card-date {
        font-size: 14rem;
    }

    .see-all-smi-title,
    .corporate-offer-banner-title {
        font-size: 24rem;
    }
}