.owl-carousel .owl-item img {
	width: auto;
}

.section-mainpage-banner {
    position: relative;
    padding: 0;
    height: 490rem;
    overflow: hidden;
}

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

.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 .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15rem 10rem;
}

.section-mainpage-banner .button {
    max-width: 320rem;
    width: 100%;
    font-size: 20rem;
}

.services-promo-animation {
	position: relative;
	display: flex;
	justify-content: space-between;
	min-width: 560rem;
	width: 560rem;
	height: 470rem;
	margin: auto 0;
	overflow: hidden;
}

.services-promo-animation-column {
	position: absolute;
	left: 0;
	width: 130rem;
}

.services-promo-animation-column:nth-child(1) {
	animation: services-promo-animation 30s infinite linear;
	animation-direction: alternate;
}

.services-promo-animation-column:nth-child(2) {
	left: 140rem;
	animation: services-promo-animation-revert 30s infinite linear;
	animation-direction: alternate;
}

.services-promo-animation-column:nth-child(3) {
	left: 280rem;
	animation: services-promo-animation 30s infinite linear;
	animation-direction: alternate;
}

.services-promo-animation-column:nth-child(4) {
	left: 420rem;
	animation: services-promo-animation-revert 30s infinite linear;
	animation-direction: alternate;
}

@keyframes services-promo-animation {
	from {
		bottom: 0;
	}

	to {
		bottom: -1082rem;
	}
}

@keyframes services-promo-animation-revert {
	from {
		top: 0;
	}

	to {
		top: -1082rem;
	}
}

.services-promo-animation-column a,
.services-promo-animation-column span {
	position: relative;
	display: block;
	width: 130rem;
	height: 130rem;
	margin: 5rem 0;
	border-radius: 10rem;
	overflow: hidden;
}

.services-promo-animation-column:nth-child(odd) a:nth-child(odd),
.services-promo-animation-column:nth-child(odd) span:nth-child(odd),
.services-promo-animation-column:nth-child(even) a:nth-child(even),
.services-promo-animation-column:nth-child(even) span:nth-child(even) {
	border-radius: 130rem;
}

.services-promo-animation-column a img,
.services-promo-animation-column span img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.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;
}

.mainpage-category {
    display: flex;
    justify-content: space-between;
}
  
.mainpage-category:not(:last-child) {
    margin-bottom: 70rem;
}
  
.mainpage-category-info {
    max-width: 580rem;
    width: 100%;
}
  
.mainpage-category-title {
    margin-top: 30rem;
    margin-bottom: 20rem;
    font-weight: 700;
    font-size: 32rem;
    line-height: 130%;
}
  
.mainpage-category-text {
    margin-bottom: 30rem;
    font-weight: 500;
    font-size: 20rem;
    line-height: 150%;
}
  
.mainpage-category-img {
    position: relative;
    max-width: 650rem;
    min-width: 500rem;
    width: 100%;
    height: 432rem;
    margin-left: 20rem;
    border-radius: 15rem;
    overflow: hidden;
}
  
.mainpage-category:nth-child(even) .mainpage-category-img {
    margin-left: 0;
    margin-right: 20rem;
    order: -1;
}

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

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

.blog-page-4card-slide {
	position: relative;
	display: block;
	max-width: 320rem;
	width: 100%;
	background: #F8F8F8;
	border-radius: 10rem;
	overflow: hidden;
	transition: all 0.3s ease;
}

.gray-bg .blog-page-4card-slide {
	background: #fff;
}

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

.blog-page-4card-slide-img {
	position: relative;
	max-width: 320rem;
	width: 100%;
	height: 213rem;
	border-radius: 10rem 10rem 0rem 0rem;
	overflow: hidden;
}

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

.blog-page-3card-slider .blog-page-4card-slide-img {
	max-width: 260rem;
	height: 173rem;
}

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

.blog-page-4card-slide-info {
	padding: 10rem 25rem 20rem 20rem;
}

.blog-page-4card-slide-title {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	min-height: 70rem;
	margin: 0 0 15rem;
	font-weight: 500;
	font-size: 16rem;
	line-height: 150%;
	color: #3C3E45;
}

.blog-page-4card-slide-title a {
	color: #3C3E45;
}

.blog-page-4card-slide-title a:hover {
	color: #0075DF;
}

.blog-page-4card-slide-text-wrapper {
	display: flex;
	justify-content: space-between;
}

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

.blog-page-4card-slide-viewed {
	position: relative;
	padding-left: 28rem;
	font-size: 16rem;
	line-height: 170%;
	color: #878787;
}

.blog-page-4card-slide-viewed::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 20rem;
	height: 20rem;
	background: url(../../img/i_viewed.png) center/contain no-repeat;
}

.default-slider-4.owl-carousel .owl-stage,
.default-slider-3.owl-carousel .owl-stage,
.blog-page-4card-slider.owl-carousel .owl-stage,
.blog-page-3card-slider.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.blog-page-5card-slider .owl-nav,
.blog-page-4card-slider .owl-nav,
.blog-page-4card-slider2 .owl-nav,
.blog-page-3card-slider .owl-nav {
    margin: auto;
}

.blog-page-5card-slider .owl-nav button,
.blog-page-4card-slider .owl-nav button,
.blog-page-4card-slider2 .owl-nav button,
.blog-page-3card-slider .owl-nav button {
	position: absolute;
	top: 0;
    bottom: 0;
    margin: auto !important;
	width: 40rem;
    height: 40rem;
    padding: 0 !important;
    filter: drop-shadow(0rem 2rem 4rem rgba(0, 0, 0, 0.25));
}

.blog-page-5card-slider .owl-nav button:hover,
.blog-page-4card-slider .owl-nav button:hover,
.blog-page-4card-slider2 .owl-nav button:hover,
.blog-page-3card-slider .owl-nav button:hover {
	filter: drop-shadow(0rem 2rem 4rem rgba(0, 0, 0, 0.30));
}

.blog-page-5card-slider .owl-nav button.owl-prev,
.blog-page-4card-slider .owl-nav button.owl-prev,
.blog-page-4card-slider2 .owl-nav button.owl-prev,
.blog-page-3card-slider .owl-nav button.owl-prev {
	left: -20rem;
	background: url(../../img/arrow-slider-left.png) center/contain no-repeat !important;
}

.blog-page-5card-slider .owl-nav button.owl-next,
.blog-page-4card-slider .owl-nav button.owl-next,
.blog-page-4card-slider2 .owl-nav button.owl-next,
.blog-page-3card-slider .owl-nav button.owl-next {
	right: -20rem;
	background: url(../../img/arrow-slider-right.png) center/contain no-repeat !important;
}

.blog-page-4card-slider2 .owl-nav button {
	top: -50rem;
}

.blog-page-5card-slider .owl-nav button span,
.blog-page-4card-slider .owl-nav button span,
.blog-page-4card-slider2 .owl-nav button span,
.blog-page-3card-slider .owl-nav button span {
	display: none;
}

.blog-page-5card-slider .owl-nav .disabled,
.blog-page-4card-slider .owl-nav .disabled,
.blog-page-4card-slider2 .owl-nav .disabled,
.blog-page-3card-slider .owl-nav .disabled {
	opacity: 0;
}

.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-img {
    position: relative;
    max-width: 542rem;
    min-width: 450rem;
    width: 100%;
    height: 640rem;
    margin-right: 20rem;
    border-radius: 15rem;
    overflow: hidden;
}

.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-weight: 500;
    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;
}

.check-list.reject .check-element::before {
    background: url(../../img/i_reject.svg) center no-repeat #F8F8F8;
}

.experts-academy-list {
    display: flex;
    flex-wrap: wrap;
}

.experts-academy-list-v2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40rem;
}

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

.experts-academy-element[data-fancybox] {
    cursor: pointer;
}

.experts-academy-list-v2 .experts-academy-element {
    max-width: 320rem;
    width: 100%;
    margin: 0 8rem 20rem;
}

.experts-academy-list-v2:not(.owl-loaded) .experts-academy-element {
    height: auto;
}

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

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

.expert_item {
    display: flex;
    width: 100%;
    padding: 50rem 24rem;
    padding-bottom: 35rem;
    border-bottom: 1rem solid #EFEFEF;
}

.expert_item:first-child {
    padding-top: 20rem;
}

.expert_item-img_box {
    position: relative;
    flex-shrink: 0;
    width: 180rem;
    height: 180rem;
    margin-right: 25rem;
    margin-bottom: 15rem;
    text-align: center;
}

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

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

.expert_item-img img {
    width: 100% !important;
}

.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;
}

.no-rang {
    min-height: 26rem;
    height: auto;
    padding: 4rem 12rem;
    line-height: 1.5;
    white-space: normal;
}

.expert_item-desc a {
    color: #3C3E45;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.expert_item-desc p {
    display: none;
}

.expert_item-desc p:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

.expert_item-info h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16rem;
    font-weight: 600;
}

.expert_item-city {
    font-size: 12rem;
    color: #787885;
    font-weight: 500;
}

.expert_item-city:before {
    content: '\f041';
    font-family: 'FontAwesome';
    margin-right: 5rem;
}

.expert_item-direction {
    font-size: 12rem;
    color: #787885;
    line-height: 16rem;
    padding-top: 2rem;
    margin-bottom: -3rem;
}

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

.expert_item-direction+.expert_item-desc {
    margin-top: 8rem;
}

.expert_item-tags {
    margin-bottom: 13rem;
}

.owl-item .expert_item {
    width: auto;
    max-width: 400rem;
    height: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 15rem;
    background: #f6f6f6;
    border-radius: 10rem;
}

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

.experts-academy-element .expert_item-img_box {
    max-width: 220rem;
    width: 100%;
    height: 220rem;
    margin: 0 auto 15rem;
}

.experts-academy-element .expert_item-img {
    position: relative;
    height: 220rem;
}

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

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

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

.experts-academy-element .expert_item-desc a {
    font-size: 14rem;
    line-height: 150%;
    color: #4F5159;
}

.experts-academy-element .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;
}

.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;
}

.default-slider-3:not(.owl-carousel),
.default-slider-4:not(.owl-carousel) {
    display: flex;
    gap: 20rem;
}

.default-slider-4.owl-carousel .owl-stage,
.default-slider-3.owl-carousel .owl-stage,
.blog-page-4card-slider.owl-carousel .owl-stage,
.blog-page-3card-slider.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.default-slider-4 .owl-nav,
.default-slider-3 .owl-nav,
.experts-academy-list-v2 .owl-nav {
    margin: auto;
}

.default-slider-4 .owl-nav button,
.default-slider-3 .owl-nav button,
.experts-academy-list-v2 .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto !important;
    width: 40rem;
    height: 40rem;
    padding: 0 !important;
    filter: drop-shadow(0rem 2rem 4rem rgba(0, 0, 0, 0.25));
}

.default-slider-4 .owl-nav button:hover,
.default-slider-3 .owl-nav button:hover,
.experts-academy-list-v2 .owl-nav button:hover {
    filter: drop-shadow(0rem 2rem 4rem rgba(0, 0, 0, 0.30));
}

.default-slider-4 .owl-nav button.owl-prev,
.default-slider-3 .owl-nav button.owl-prev,
.experts-academy-list-v2 .owl-nav button.owl-prev {
    left: -20rem;
    background: url(../../img/arrow-slider-left.png) center/contain no-repeat !important;
}

.default-slider-4 .owl-nav button.owl-next,
.default-slider-3 .owl-nav button.owl-next,
.experts-academy-list-v2 .owl-nav button.owl-next {
    right: -20rem;
    background: url(../../img/arrow-slider-right.png) center/contain no-repeat !important;
}

.default-slider-4 .owl-nav button span,
.default-slider-3 .owl-nav button span,
.experts-academy-list-v2 .owl-nav button span {
    display: none;
}

.default-slider-4 .owl-nav .disabled,
.default-slider-3 .owl-nav .disabled,
.experts-academy-list-v2 .owl-nav .disabled {
    opacity: 0;
}

.services-promo-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services-promo-card {
    position: relative;
    max-width: 640rem;
    width: 100%;
    height: 286rem;
    margin: 20rem 0;
    padding: 30rem 35rem 45rem;
    background: #F8F8F8;
    border-radius: 7rem;
}

.services-promo-card-icon {
    position: absolute;
    right: 15rem;
    bottom: 0;
    width: 322rem;
}

.services-promo-card-icon1 {
    position: absolute;
    right: 20rem;
    bottom: 20rem;
}

.services-promo-card-icon2 {
    position: absolute;
    right: 15rem;
    bottom: 0;
}

.services-promo-card-title {
    position: relative;
    max-width: 420rem;
    font-weight: 800;
    font-size: 30rem;
    line-height: 130%;
    color: #282828;
    min-height: 120rem;
    margin-bottom: 35rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services-promo-card .button {
    position: relative;
    width: fit-content;
    margin: 0;
}

.services-slider .owl-stage {
    display: flex;
    align-items: stretch;
}

.services-slide {
    display: flex;
    flex-direction: column;
    max-width: 432rem;
    width: 100%;
    height: 100%;
    padding: 20rem 25rem;
    background: #FFFFFF;
    border-radius: 10rem;
}

.section-page.white-bg .services-slide {
    background: #F8F8F8;
}

.services-slide-autor {
    display: flex;
    align-items: center;
}

.services-slide-autor-img {
    position: relative;
    display: block;
    width: 35rem;
    min-width: 35rem;
    height: 35rem;
    border-radius: 35rem;
    margin-right: 15rem;
    overflow: hidden;
}

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

.services-slide-autor-info {
    display: flex;
    flex-direction: column;
    gap: 5rem 0;
}

.services-slide-autor-name {
    position: relative;
    font-weight: 600;
    font-size: 14rem;
    line-height: 1;
    color: #3C3E45;
}

.services-slide-autor-status {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 12rem;
    line-height: 1;
    color: #4F5159;
    opacity: 0.8;
}

.services-slide-service-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 30rem;
}

.services-slide-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 10rem;
    font-weight: 600;
    font-size: 20rem;
    line-height: 130%;
    color: #000;
}

.services-slide-text a {
    color: #000;
}

.services-slide-text2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 72rem;
    margin-bottom: 30rem;
    font-weight: 500;
    font-size: 16rem;
    line-height: 150%;
    color: #3C3E45;
    opacity: 0.8;
}

.services-slide-text2 p {
    margin: 0;
}

.services-slide-tags {
    margin-top: auto;
}

.services-slide-tag {
    display: inline-block;
    max-width: 300rem;
    min-height: 28rem;
    margin-right: 7rem;
    margin-bottom: 7rem;
    padding: 0;
    font-size: 14rem;
    line-height: 26rem;
    color: #787885;
}

.services-slide-tags .tag {
    padding: 0;
}

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

.services-slide-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;
}

.tag {
    display: inline-block;
    margin-right: 7rem;
    margin-bottom: 7rem;
}

.tag.hide {
    display: none;
}

.tag span,
.tag b.tag-hovered {
    display: inline-block;
    max-width: 300rem;
    min-height: 28rem;
    background: #F8F8F8;
    border-radius: 10rem;
    padding: 0 10rem;
    color: #787885;
    line-height: 26rem;
    font-size: 14rem;
}

.tag span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tag b.tag-hovered {
    display: none;
}

.tag u {
    text-decoration: none;
}

.tag:hover span {
    background-color: #E3F2FF;
    color: #787885;
}

.tag:hover b.tag-hovered {
    display: inline-block;
    position: absolute;
    font-weight: 500;
    pointer-events: none;
    background-color: #E3F2FF;
    color: #787885;
}

.tag.more {
    display: none;
}

.corporate-offer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40rem;
}

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

.corporate-offer-list:not(.owl-loaded, .swiper) .corporate-offer-element {
    height: auto;
    margin: 0 8rem 20rem;
}

.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;
}

.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;
}

.corporate-offer-list:not(.owl-loaded) .corporate-offer-element-banner {
    height: auto;
    margin: 0 8rem 20rem;
}

.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;
}

.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;
}

.blog-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-card {
    max-width: 432rem;
    width: 100%;
    height: auto;
    margin-bottom: 40rem;
    background: #F8F8F8;
    border-radius: 10rem;
    overflow: hidden;
}

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

.blog-first-card {
    max-width: 100%;
    /*background: #F6EDE1;*/
}

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

.blog-first-card .blog-card-img {
    height: 300rem;
}

.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-info-top {
    padding: 15rem 20rem;
}

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

.blog-card-author-wrapper+.blog-card-author-tag {
    margin-top: 10rem;
}

.blog-first-card .blog-card-author-wrapper {
    margin-bottom: 15rem;
}

.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 .button-o {
    margin: 0;
}

.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-first-card .blog-card-title {
    min-height: auto;
}

.blog-card-title.verification::after {
    content: '';
    position: absolute;
    margin-top: 5rem;
    margin-left: 10rem;
    width: 15rem;
    height: 10rem;
    background: url(../../img/i_check-blue.svg) center/contain no-repeat;
}

.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;
}

.blog-card-viewed {
    position: relative;
    padding-left: 28rem;
    font-size: 16rem;
    line-height: 150%;
    color: #878787;
}

.blog-card-viewed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 20rem;
    height: 20rem;
    background: url(../../img/i_viewed.png) center/contain no-repeat;
}

.blog-card-author-tag {
    display: inline-block;
    font-weight: 600;
    font-size: 14rem;
    line-height: 150%;
}

.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;
}

.all-events-compilation .blog-page-4card-slide {
    max-width: 290rem;
    margin-bottom: 10rem;
    transition: all 0.3s ease;
}

.section-event-page2 .all-events-compilation .blog-page-4card-slide {
    max-width: 320rem;
    margin-bottom: 0;
    background: #fff;
}

.all-events-compilation .blog-page-4card-slide:hover,
.all-events-compilation .blog-page-4card-slide:active {
    box-shadow: var(--main-shadow);
}

.all-events-compilation .blog-page-4card-slide-img {
    display: block;
    max-width: 290rem;
    width: 100%;
    height: 191rem;
}

.all-events-compilation .blog-page-4card-slide-img {
    max-width: 320rem;
    height: 213rem;
}

.all-events-compilation .blog-page-4card-slide-info {
    padding: 15rem 15rem 25rem;
}

.all-events-card-dates {
    position: relative;
    display: flex;
    align-items: baseline;
    margin-top: 10rem;
    font-weight: 600;
    font-size: 22rem;
    line-height: 150%;
    color: #4F5159;
}

.all-events-card-date {
    position: relative;
    display: inline-block;
}

.all-events-card-date:first-child {
    margin-right: 5rem;
}
  
.all-events-card-date:last-child {
    margin-left: 5rem;
}
  
.all-events-card-year {
    position: absolute;
    top: -10rem;
    left: 0;
    font-weight: 500;
    font-size: 12rem;
    line-height: 16rem;
    color: #878787;
}
  
.all-events-card-times {
    margin-left: 5rem;
    font-weight: 600;
    font-size: 18rem;
    line-height: 25rem;
}
  
.all-events-card-type {
    margin-top: 20rem;
    font-weight: 600;
    font-size: 18rem;
    line-height: 150%;
    color: #787885;
}

.all-events-compilation .all-events-card-dates {
    margin-top: 20rem;
    font-size: 18rem;
}

.all-events-compilation .all-events-card-year {
    font-size: 10rem;
}

.all-events-compilation .all-events-card-times {
    font-size: 16rem;
}

.all-events-compilation .all-events-card-type {
    margin-bottom: 5rem;
    font-size: 14rem;
}

.all-events-compilation .blog-page-4card-slide-title {
    min-height: 81rem;
    margin-bottom: 20rem;
    font-size: 18rem;
}

.all-events-compilation .all-events-card-price {
    position: relative;
    top: auto;
    left: 0;
    right: auto;
    bottom: auto;
    display: inline-block;
    margin-top: auto;
}

.all-events-card-author-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.all-events-card-author {
    display: flex;
    align-items: center;
    min-height: 42rem;
    color: var(--blue-color);
}

.all-events-card-author:hover {
    color: var(--blue-hover-color);
}

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

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

.all-events-card-author-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300rem;
    font-size: 14rem;
    line-height: 150%;
}

.all-events-card-price {
    position: absolute;
    top: 22rem;
    right: 15rem;
    padding: 8rem 10rem 8rem 40rem;
    background: transparent;
    border: 1rem solid #787885;
    border-radius: 12rem;
    font-weight: 800;
    font-size: 16rem;
    line-height: 150%;
    color: #787885;
    z-index: 1;
}

.all-events-compilation .all-events-card-price {
    position: relative;
    top: auto;
    left: 0;
    right: auto;
    bottom: auto;
    display: inline-block;
    margin-top: auto;
}

.all-events-card-price::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10rem;
    bottom: 0;
    margin: auto;
    width: 24rem;
    height: 24rem;
    background: url(../../img/i_confirmation_number.svg) center/contain no-repeat;
}

a.all-events-card-price:hover {
    background: #0086FF;
    border-color: transparent;
    color: #fff;
}

.all-events-card-price.superprice {
    background: #F57575;
    border-color: transparent;
    color: #fff;
}

.all-events-card-price.superprice::before {
    background: url(../../img/i_confirmation_number-white.svg) center/contain no-repeat;
}

a.all-events-card-price.superprice:hover {
    background: #f78d8d;
}

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

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

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

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

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

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

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

    .section-page-banner .buttons {
        flex-direction: column;
    }

    .section-mainpage-banner .button {
        max-width: 100%;
    }

    .services-promo-animation {
        display: none;
    }

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

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

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

    .mainpage-category {
        flex-direction: column;
    }
    
    .mainpage-category:not(:last-child) {
        margin-bottom: 35rem;
    }
    
    .mainpage-category .mainpage-category-img,
    .mainpage-category:nth-child(even) .mainpage-category-img {
        margin: 0 0 20rem;
        order: -1;
    }

    .mainpage-category-img,
    .join-us-category-img {
        min-width: auto;
        height: auto;
    }
    
    .mainpage-category-title {
        margin-top: 0;
    }

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

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

    .mainpage-category .button {
        width: 100%;
    }

	.section-from-blog .blog-page-4card-slide,
	.section-from-blog .blog-page-4card-slide-img {
        max-width: 420rem;
    }

	.join-us-category {
		flex-direction: column;
		padding: 25rem 20rem;
	}
	
	.join-us-category-img {
		margin-right: 0;
		margin-bottom: 20rem;
	}
	
	.mainpage-category-img,
	.join-us-category-img {
		min-width: auto;
		height: auto;
	}
	
	.join-us-category-columns .join-us-category-info {
		max-width: 100%;
		grid-column-end: span 12;
	}
	
	.join-us-category-title {
		margin-top: 0;
	}

	.check-element {
		padding-left: 40rem;
		font-size: 16rem;
	}
	
	.check-element::before {
		width: 30rem;
		height: 30rem;
		border-radius: 30rem;
		background-size: 14rem;
	}

	.default-slider-4 .owl-nav button.owl-prev, 
	.default-slider-3 .owl-nav button.owl-prev,
	.experts-academy-list-v2 .owl-nav button.owl-prev {
		left: -10rem;
	}

	.default-slider-4 .owl-nav button.owl-next, 
	.default-slider-3 .owl-nav button.owl-next,
	.experts-academy-list-v2 .owl-nav button.owl-next {
		right: -10rem;
	}

	.experts-academy-list-v2 {
		display: block;
		margin-top: 0;
	}

    .services-promo-card {
        height: auto;
        padding-bottom: 200rem;
    }

    .services-promo-card-title {
        font-size: 24rem;
        min-height: auto;
        -webkit-line-clamp: 6;
    }

    .corporate-offer-element-banner,
	.experts-academy-element-banner,
    .experts-academy-list-v2 .experts-academy-element,
    .supervisor-and-orgs-element,
    .corporate-offer-element,
    .academy-smi-element,
    .academy-smi-element-banner,
    .section-event-page2 .all-events-compilation .blog-page-4card-slide,
    .all-events-compilation .blog-page-4card-slide-img {
        max-width: 100%;
    }

    .blog-card-info {
        padding: 20rem;
    }
    
    .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-title {
        min-height: auto;
        font-size: 16rem;
    }
    
    .blog-card-title.verification::after {
        margin-left: 5rem;
        width: 12rem;
        height: 8rem;
    }
    
    .blog-card-date {
        font-size: 14rem;
    }
    
    .blog-card-viewed {
        font-size: 14rem;
    }
    
    .blog-card-author-tag {
        font-size: 12rem;
    }

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

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

    .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;
    }

    .tag span,
    .tag b.tag-hovered {
        font-size: 12rem;
    }

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

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

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

    .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;
    }
}