/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.hide-list-webinars {
    display: none;
}

/*.item__watch-hidden {*/
/*    display: none !important;*/
/*}*/

/*.item__watch-display {*/
/*    display: block !important;*/
/*}*/

.webinars {
    padding-bottom: 120px;
    padding-top: 80px;
    overflow-x: hidden;
}

.webinars-wrapper {
    background-image: url('purple_half_circle.jpg');
    background-repeat: no-repeat;
    background-position: 30% top;
}

.webinars-title {
    margin-bottom: 100px;
    max-width: 65%;
}

@media screen and (max-width: 900px) {
    .webinars-title {
        margin-bottom: 70px;
        max-width: 100%;
    }
}

.webinars-title h6 {
    color: #8D66C4;
    font-size: 20px;
}

.webinars-categories__list {
    margin-bottom: 60px;
    list-style: none;
    border: 1px solid #C1C1C1;
    padding-left: 23px;
    max-width: 320px;
    padding-block: 8px;
    font-size: 16px;
    background-color: #EBEBEB;
    border-radius: 40px;
    font-weight: 600;
    position: relative;
}

.webinars-categories__list:after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 20px;
    top: 8px;
    cursor: pointer;
}

.decor-arrow:after {
    content: '\f077';
    font-family: 'Font Awesome 5 Free';
}

.webinars-categories__title {
    color: #C1C1C1;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.webinars-posts {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.webinars-posts__item {
    position: relative;
    background-size: cover;
    max-width: 31%;
    width: 31%;
    padding: 38px 25px 40px 36px;
    max-height: 250px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

@media screen and (max-width: 900px) {
    .webinars-posts__item {
        max-width: 100%;
        width: 100%;
        height: 250px !important;
    }
    .webinars-posts__item:first-child {
        max-width: 100% !important;
        width: 100% !important;
        height: 250px !important;
        padding: 38px 25px 40px 36px !important;
    }
    .webinars-posts__item:nth-child(2) {
        max-width: 100% !important;
        width: 100% !important;
        height: 250px !important;
        margin-bottom: 0 !important;
        padding: 38px 25px 40px 36px !important;
    }
    .webinars-posts__item:first-child .item__watch .item__watch-icon {
        padding: 12px 20px !important;
    }
    .webinars-posts__item:nth-child(2) .item__watch .item__watch-icon {
        padding: 12px 20px !important;
    }
}

.webinars-posts__item:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    border-radius: 20px;
}
.webinars-posts__item:hover:before {
    background: rgba(141, 102, 196, 0.7);
}
.webinars-posts__item h6 {
    color: #ffffff !important;
    font-size: 22px;
    position: relative;
}
.webinars-posts__item:hover .item__notification {
    display: block;
    color: #ffffff;
    position: relative;
    font-weight: 700;
}

.webinars-posts__item:hover h6 {
    display: none;
}

.webinars-posts__item .item__notification {
    display: none;
}
.webinars-posts__item:first-child {
    max-width: 48%;
    width: 48%;
    padding: 70px 25px 60px 35px;
    height: 390px;
    max-height: 390px;
}
.webinars-posts__item:nth-child(2) {
    max-width: 48%;
    width: 48%;
    padding: 70px 25px 60px 35px;
    height: 390px;
    max-height: 390px;
    margin-bottom: 60px;
}
.webinars-posts__item:first-child h6 {
    font-size: 27px;
}
.webinars-posts__item:nth-child(2) h6 {
    font-size: 27px;
}
.webinars-posts__item .item__watch, .form-container .item__watch {
    display: flex;
    align-items: center;
    position: relative;
}
.webinars-posts__item:first-child .item__watch .item__watch-icon {
    padding: 15px 20px 15px 26px;
}
.webinars-posts__item:nth-child(2) .item__watch .item__watch-icon {
    padding: 15px 20px 15px 26px;
}
.webinars-posts__item .item__watch .item__watch-icon, .form-container .item__watch .item__watch-icon {
    background-color: #8D66C4;
    border-radius: 50%;
    //padding: 12px 20px;
    padding: 12px 16px 12px 22px;
}
.webinars-posts__item .item__watch:hover .item__watch-icon {
    background-color: #fff;
}
.webinars-posts__item .item__watch:hover .item__watch-icon i {
    color: #8D66C4;
}
.webinars-posts__item .item__watch:hover span, .form-container .item__watch:hover span {
    text-decoration: underline;
}
.webinars-posts__item .item__watch .item__watch-icon i, .form-container .item__watch .item__watch-icon i {
    color: #fff;
}
.webinars-posts__item .item__watch span {
    color: #fff;
    font-size: 20px;
    padding-left: 16px;
}

.form-container .item__watch span {
    padding-left: 16px;
}

.item__watch-form {
    position: relative;
}

.fancybox-button {
    border: none;
    color: #fff !important;
}
.load {
    text-align: center;
    width: 100%;
    margin-top: 90px;
}
.load a {
    background-color: #8D66C4;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px;
    width: 230px;
    padding-block: 10px;
    display: inline-block;
    border: 1px solid #8D66C4;
}
.load a:hover {
    background-color: #fff;
    color: #8D66C4 !important;
}

.event-card .link-wrap {
    padding: 0 20px;
    margin-bottom: 38px;
}

.event-card .event-title {
    font-weight: 700 !important;
}

.event-card button {
    border: none;
}

.purple-text {
    background-color: #F6F3F9;
    padding: 20px 30px 5px 30px;
    border-radius: 20px;
    margin: 40px 0;
}

.button {
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 12px 24px;
    transition-duration: 0.3s;
    color: #ffffff !important;
    background-color: #8666ac;
    display: inline-block;
    font-family: "Raleway", Sans-serif;
    font-size: 18px;
}

.button:hover {
    transform: scale(0.9);
    transition-duration: 0.3s;
}

.custom-cta {
    background-color: #F6F3F9;
    border-radius: 20px;
    margin: 40px 0;
}

.custom-cta .elementor-cta__bg-wrapper {
    position: relative;
    min-width: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.custom-cta .elementor-cta {
    display: flex;
}

.custom-cta .elementor-cta__content {
    padding: 25px;
}

@media screen and (max-width: 500px) {
    .custom-cta .elementor-cta__bg-wrapper {
        justify-content: flex-start;
        padding: 25px 25px 0 25px;
    }
	
	.custom-cta .elementor-cta__content {
		padding: 10px 25px 25px;
	}

    .elementor-cta {
        flex-direction: column;
    }
}

.custom-cta .elementor-cta__bg-wrapper img {
    position: relative;
}

.custom-cta .elementor-cta__bg-wrapper img:hover {
    transform: translateY(-20%);
    transition: all 0.3s;
}

.custom-cta .elementor-cta__title {
    font-weight: 600;
    letter-spacing: 0;
}

.custom-cta .elementor-cta__description {
    font-size: 18px;
    line-height: 27px;
    color: #3f444b;
}

.custom-cta .custom-cta__button {
    color: #8D66C4;
    text-decoration: underline;
}

.post_cont_all h2 {
	margin-bottom: 25px !important;
}

/*Slick slider*/
/* Общие стили для mobile-slider и breast-slider */
.mobile-slider .slick-slider,
.breast-slider .slick-slider {
    padding: 0;
    margin: 0 -8px;
}

.mobile-slider .slick-slide,
.breast-slider .slick-slide {
    padding: 0 8px;
    height: auto;
}

.mobile-slider .slick-slide > div,
.mobile-slider .slick-slide > div .elementor-column,
.mobile-slider .slick-slide > div .elementor-widget-wrap,
.breast-slider .slick-slide > div,
.breast-slider .slick-slide > div .elementor-column,
.breast-slider .slick-slide > div .elementor-widget-wrap {
    height: 100%;
}

.mobile-slider .slick-track {
    padding: 60px 0 35px;
    display: flex;
    align-items: stretch;
}

.breast-slider .slick-track {
    padding: 20px 0 35px;
    display: flex;
    align-items: stretch;
}

.mobile-slider .slick-list {
    padding-left: 30px;
}

.breast-slider .slick-list {
    padding-left: calc(50% - 1364px / 2);
}

@media (min-width: 1400px) {
    .breast-slider .slick-slide {
        width: 445px !important;
    }
}

@media (min-width: 600px) {
    .breast-slider .slick-slide {
        width: 365px !important;
    }
}

.mobile-slider .slick-arrow,
.breast-slider .slick-arrow {
    font-size: 0;
    position: absolute;
    bottom: -22px;
    width: 33px;
    height: 33px;
    z-index: 1;
    border: none;
    border-radius: 8px;
}

.mobile-slider .slick-arrow:hover,
.breast-slider .slick-arrow:hover {
    background-color: #000;
}

.mobile-slider .slick-arrow:before,
.breast-slider .slick-arrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    line-height: 1;
}

.mobile-slider .slick-prev.slick-arrow:before,
.breast-slider .slick-prev.slick-arrow:before {
    content: url("/wp-content/uploads/2025/06/arrow-Left.svg");
}

.mobile-slider .slick-next.slick-arrow:before,
.breast-slider .slick-next.slick-arrow:before {
    content: url("/wp-content/uploads/2025/06/arrow-right.svg");
}

.mobile-slider .slick-dots,
.breast-slider .slick-dots {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    column-gap: 12px;
    width: 100%;
}

.mobile-slider .slick-dots li,
.breast-slider .slick-dots li {
    line-height: 0;
}

.mobile-slider .slick-dots li button,
.breast-slider .slick-dots li button {
    font-size: 0;
    line-height: 1;
    background-color: #A8B6C6;
    padding: 0;
    border: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 0.3;
    transition: opacity 0.3s;
}

.mobile-slider .slick-dots li.slick-active button,
.breast-slider .slick-dots li.slick-active button {
    opacity: 1;
}

.mobile-slider .slick-dots li.slick-active + li button,
.breast-slider .slick-dots li.slick-active + li button {
    opacity: 0.8;
}

.mobile-slider .slick-dots li.slick-active + li + li button,
.breast-slider .slick-dots li.slick-active + li + li button {
    opacity: 0.6;
}

.breast-slider .slick-next {
    right: calc(50% - 1364px / 2); !important;
}

.breast-slider .slick-prev {
    right: calc(50% - 1364px / 2 + 53px); !important;
}

@media (max-width: 1400px) {
    .breast-slider .slick-next {
        right: 30px; !important;
    }

    .breast-slider .slick-prev {
        right: calc(30px + 53px); !important;
    }
}

/* Адаптивные стрелки */
@media screen and (min-width: 640px) and (max-width: 767px) {
    .mobile-slider .slick-next,
    .breast-slider .slick-next {
        right: 43% !important;
    }
    .mobile-slider .slick-prev,
    .breast-slider .slick-prev {
        left: 43% !important;
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    .mobile-slider .slick-next,
    .breast-slider .slick-next {
        right: 40% !important;
    }
    .mobile-slider .slick-prev,
    .breast-slider .slick-prev {
        left: 40% !important;
    }
}

@media screen and (max-width: 479px) {
    .mobile-slider .slick-next,
    .breast-slider .slick-next {
        right: 38% !important;
    }
    .mobile-slider .slick-prev,
    .breast-slider .slick-prev {
        left: 38% !important;
    }
}

.home-testimonials .elementor-testimonial-wrapper {
    display: flex;
    flex-direction: column;
}

.home-testimonials .elementor-testimonial-content {
    order: 2;
    position: relative;
    z-index: 1;
}

.home-testimonials .elementor-widget-container:before{
    content: '';
    position: absolute;
    background-image: url("/wp-content/uploads/2022/03/quotation-mark-pink.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 70px;
	height:63px;
    left: 51px;
    top: 45%;
}

.home-testimonials .elementor-testimonial-image {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.home-testimonials .elementor-testimonial-name {
    margin-bottom: 8px
}

.home-testimonials .elementor-testimonial-job {
    max-width: 439px;
    margin-bottom: 30px
}

@media (max-width:767px) {
   	.home-testimonials .elementor-widget-container:before{
        top: -20px;
        left: 12px;
		width: 54px;
		height: 48px;
    }
}
