
.section-notification {
    padding: 20rem 0;
}

.notification-block {
    display: flex;
    flex-direction: column;
    gap: 20rem 0;
    padding: 30rem 40rem 35rem;
    background: var(--white-color);
    border-radius: 10rem;
}

.notification-block + .notification-block {
    margin-top: 20rem;
}

.notification-content {
    display: flex;
    flex-direction: column;
    gap: 20rem 0;
    font-weight: 500;
    font-size: 22rem;
    line-height: 1.5;
    color: var(--text-main-color-transparent90);
}

.notification-content .buttons {
    margin-bottom: 10rem;
}

.notification-content .button {
    padding: 14rem 24rem;
    font-weight: 600;
    font-size: 20rem;
}

.notification-support-title {
    font-weight: 500;
    font-size: 26rem;
    line-height: 1.5;
    color: var(--text-main-color-transparent90);
}

.notification-support-socs {
    display: flex;
    flex-wrap: wrap;
    gap: 10rem 20rem;
}

.notification-support-soc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-support-soc img {
    width: 50rem;
    height: 50rem;
}

.section-event-page2 {
    padding: 30rem 0 0;
}

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

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

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

.index-slider-section {
    padding: 0;
}

.dpo-card-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 320rem;
    width: 100%;
    height: auto;
    gap: 20rem 0;
    padding: 20rem;
    background: var(--white-color);
    border-radius: 10rem;
    transition: all .3s ease;
}

.dpo-card-slide:hover {
    box-shadow: var(--main-shadow-hover);
}

.dpo-card-slide .all-events-card-stickers {
    top: 20rem;
    gap: 5rem 0;
}

.dpo-card-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260rem;
    border-radius: 5rem;
    overflow: hidden;
}

.dpo-card-slide .dpo-card-img {
    min-height: 188rem;
}

.dpo-card-img img {
    width: 100%;
}

.dpo-card-info {
    display: flex;
    flex-direction: column;
    gap: 10rem 0;
    height: 100%;
}

.dpo-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 20rem;
    line-height: normal;
}

.dpo-card-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14rem;
    line-height: 1.8;
    color: var(--text-main-color-transparent);
}

.dpo-card-text ul, 
.dpo-card-text ol {
    padding-left: 25rem;
}

.dpo-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10rem;
    margin-top: auto;
}

.dpo-card-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: auto;
    padding: 8rem 20rem;
    background: var(--blue-transparent-color);
    border-radius: 50rem;
    font-size: 14rem;
    line-height: 24rem;
    text-align: center;
    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-banner1.jpg) 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;
}

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

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

.services-slide-banner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 432rem;
    width: 100%;
    height: auto;
    padding: 30rem;
    background: url(../../img/experts-academy-element-banner1.jpg) 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;
}

@media (max-width: 480px) {
    .section-notification {
        padding: 10rem 0;
    }

    .notification-block {
        gap: 5rem 0;
        padding: 10rem 15rem 15rem;
        border-radius: 7rem;
    }

    .notification-block + .notification-block {
        margin-top: 10rem;
    }

    .notification-title {
        font-size: 20rem;
    }

    .notification-content {
        gap: 5rem 0;
        font-size: 14rem;
    }

    .notification-content .buttons {
        flex-direction: row;
        margin-bottom: 5rem;
    }

    .notification-content .button {
        padding: 7rem 12rem;
        font-weight: 500;
        font-size: 14rem;
    }

    .notification-support-title {
        font-size: 16rem;
    }

    .notification-support-socs {
        gap: 10rem;
    }

    .notification-support-soc img {
        width: 40rem;
        height: 40rem;
    }

    .section-event-page2 {
        padding-top: 20rem;
    }

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

    .section-event-page2 .all-events-compilation .blog-page-4card-slide,
    .all-events-compilation .blog-page-4card-slide-img,
    .experts-academy-element-banner {
        max-width: 100%;
    }

    .dpo-card-slide {
        gap: 15rem 0;
        max-width: 100%;
        padding: 15rem;
        grid-column-end: span 12;
    }

    .dpo-card-slide .all-events-card-stickers {
        top: 15rem;
    }

    .dpo-card-img,
    .dpo-card-slide .dpo-card-img {
        height: 230rem;
        min-height: 230rem;
    }

    .dpo-card-title {
        font-size: 16rem;
    }

    .dpo-card-text {
        font-size: 12rem;
    }

    .dpo-card-tag {
        line-height: 1.5;
    }
}