*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

/* img,
video,
iframe {
    max-width: 100%;
    height: auto;
    display: block;
} */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    background: none;
    border: none;
    outline: none;
}

body {
    font-family: inherit;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

select {
    appearance: none;
    -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}

html {
    font-size: 16px;
}

blockquote {
    border-inline-start: none !important;
    padding-inline-start: 0 !important;
}

:root {
    --color-primary: #403F2B;
    --color-secondary: #FAF6EC;
    --color-text: #2F402B;
    --color-bg: #ffffff;
    --color-light: ;
    --color-border: ;
    --color-hover: ;

    --font-family-main: 'Jost', sans-serif;
    --font-family-title: 'Times New Roman', serif;
    --font-size-base: 16px;
    --line-height-base: 1.2;

    --container-width: 1240px;
    --container-padding: 100px;
    --gap-base: 20px;
    --radius-base: 4px;
}

.container-sm {
    padding-left: 100px;
    padding-right: 100px;
}

.container-mid {
	max-width: 1240px;
	margin: 0 auto;
}

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap');

body {
    font-family: "Jost", sans-serif;
    background-color: #F3EDE0 !important;
    background-image:none;
    background-image: none !important;
}

 .hero {
    position: relative;
    min-height: 781px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;

    background: url("/wp-content/themes/blocksy/assets/img/hero.png")
        left center / contain no-repeat;
    pointer-events: none;
}

/* .bck-green {
    	background: 
		url("/wp-content/themes/blocksy/assets/img/green-bck.png") no-repeat center center / cover;
	background-blend-mode: overlay; 
} */
/* 
.hero {
    min-height: 781px;
    width: 100%;
    display: flex;
    align-items: center;


} */
.bck-green {
    background: url("/wp-content/themes/blocksy/assets/img/green-bck.png")
        center / cover no-repeat;
}

.hero__start {
	width: max-content;
	background: #f3ede0;
	padding: 8px 16px;
	display: flex;
	align-items: center;
	border-radius: 100px;
}

.hero__start p span {
    font-weight: 600;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--color-text);
}

.hero__start p {
	font-weight: 600;
	font-size: 10px;
	line-height: 120%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #5E7153;
	display: flex;
	gap: 4px;
	margin: 0;
}

.hero__title {
	font-family: "Jost", sans-serif;
	font-weight: 500;
	font-size: 64px;
	line-height: 120%;
	color: var(--color-secondary);
	max-width: 710px;
}

.hero__title-md {
	font-family: "Jost", sans-serif;
	font-weight: 500;
	font-size: 61px;
	line-height: 120%;
	color: var(--color-secondary);
	max-width: 1033px;
}

.hero__desc {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: var(--color-secondary);
	max-width: 710px;

}


.btn__green {
	background: linear-gradient(90deg, #859E76 0%, #5E7153 100%) !important;
	color: var(--color-secondary) !important;
	padding: 16px 32px;
	border-radius: 100px !important;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 150%;
}

.signup__form .btn__green {
	max-width: max-content;
	padding: 16px 32px;
	margin-top: 17px;
}

.hero__btns {
	display: flex;
	align-items: center;
	gap: 26px;
}

.btn__border {
	border: 1px solid rgb(255, 255, 255);
	padding: 16px 32px;
	border-radius: 100px;
	color: var(--color-secondary);
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	display: flex;
	width: max-content;
}

.btn-pink {
    background: linear-gradient(90deg, #B95B5B 0%, #893B3B 100%);
    padding: 8px 30px;
    color: var(--color-secondary);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    border-radius: 100px;
}

.m-b16 {
    margin-bottom: 16px;
}

.m-t32 {
    margin-top: 32px;
}

.m-t64 {
    margin-top: 64px;
}

.hero__main {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
	width: 100%;
}

/* .hero-video {
    border-radius: 20px;
    margin-right: 10%;
} */
 .hero-video {
    width: 324px;
    aspect-ratio: 324 / 573;
    height: auto;
    border: 0;
    border-radius: 20px;
}
.hero-video__content {
	display: flex;
	position: relative;
	max-width: 324px;
	width: 100%;
}

.hero__timer {
	display: flex;
	position: fixed;
	z-index: 100;
	right: 24px;
	bottom: 24px;

	flex-direction: column;
	padding: 16px;
	border-radius: 20px;
	background-color: var(--color-secondary);
}

.hero__timer-title {
    background: linear-gradient(90deg, #B95B5B 0%, #893B3B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.dark-text .block-header__title {
    color: #403f2b;
}

.block-header__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: #F3EDE0;
}

.block-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    position: relative;
}

.block-header__desc {
	color: #F3EDE0;
	font-weight: 400;
    font-size: 20px;
	line-height: 120%;
	text-align: center;
    margin: 0;
}

.dark-text .block-header__desc {
    color: #403f2b;
}

.m-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.m-t64 {
    margin-top: 64px;
}

.m-t32 {
    margin-top: 32px;
}

.m-b32 {
    margin-bottom: 32px;
}

.p-100 {
    padding-top:100px;
    padding-bottom: 100px;
}

.p-t100 {
    padding-top:100px;
}

.program-col {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.program__item {
	display: flex;
	flex-direction: column;
}


.program__count {
	font-family: "Gogol", cursive;
	font-weight: 400;
	font-size: 32px;
	line-height: 120%;
	color: #7f9a6f;
}

.program__title {
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: #403f2b;
}

.program__item p {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #403f2b;
}

.presenter-col {
	display: flex;
	/* justify-content: space-between; */
    gap:100px;
}

.presenter__img {
	width: 100%;
	max-width: 277px;
	flex-shrink: 1;
	height: 328px;
}

.presenter__img1 {
	width: 100%;
	max-width: 396px;
	flex-shrink: 1;
	height: 468px;
}

.presenter__item {
	max-width: 609px;
}

.presenter__item p {
	color: #F3EDE0;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}

.presenter__item blockquote p {
	color: #F3EDE0;
	font-weight: 400;
	font-size: 24px;
	line-height: 150%;
}

.presenter__item-item span {
	color: #F3EDE0;
	font-weight: 400;
	font-size: 64px;
	line-height: 120%;
}

.presenter__item-item p {
	color: #F3EDE0;
	font-family: "Gogol";
	font-weight: 400;
	font-size: 64px;
	line-height: 150%;
}

.presenter__item-item1 span {
	color: #F3EDE0;
	font-weight: 400;
	font-size: 64px;
	line-height: 120%;
}

.presenter__item-item1 p {
	color: #F3EDE0;
	font-family: "Gogol";
	font-weight: 400;
	font-size: 64px;
	line-height: 150%;
    margin: 0;
}

.presenter-desc {
    color: #F3EDE0;
    font-family: "Jost" !important;
    font-weight: 400;
    font-size: 24px !important;
    line-height: 150%;

}

.presenter__item-counts {
	display: flex;
	gap: 100px;
    margin-top: 50px;
}


.learning-format__title {
    font-size: clamp(36px, 4vw, 48px);
    font-weight: 500;
    line-height: 1.2;
}

.learning-format__subtitle {
    margin-top: 16px;
    font-size: 16px;
}

.learning-format {
    background-image: url("https://integral-psychology.ru/wp-content/uploads/2026/02/%D0%A4%D0%BE%D0%BD%D0%BE%D0%B2%D0%BE%D0%B5-%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5-%D0%B1%D1%83%D0%BC%D0%B0%D0%B3%D0%B8-%D1%81%D1%82%D0%B0%D1%82%D0%B8%D1%87%D0%BD%D0%BE-%D0%BD%D0%BE-%D0%B4%D1%83%D0%B1%D0%BB%D0%B8%D1%80%D1%83%D0%B5%D1%82%D1%81%D1%8F-%D0%B4%D0%BB%D1%8F-%D0%BF%D0%BE%D0%BD%D0%B8%D0%BC%D0%B0%D0%BD%D0%B8%D1%8F-%D0%BD%D0%B0-%D0%BC%D0%B0%D0%BA%D0%B5%D1%82%D0%B5-6-scaled.webp");
}

.learning-tabs {
    display: inline-flex;
    /* margin-top: 48px; */
    border: 1px solid #807d6a;
    border-radius: 100px;
    overflow: hidden;
}

.learning-tabs__button {
	padding: 11px 18px;
	border: 0;
	background: transparent;
	color: #403f2b;
	font: inherit;
	font-size: 18px;
	line-height: 1.2;
	cursor: pointer;
	border: 1px solid rgba(64, 63, 43, 0.3);
}

.learning-tabs__button.is-active {
	background: #fffdf8;
	/* box-shadow: inset 0 0 0 1px #403f2; */
    /* border: 1px solid #403f2b; */
	background: #f5f1ec;
}

.learning-format__columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px;
    margin-top: 56px;
}

.learning-card h3 {
	font-weight: 500;
	font-size: 32px;
	line-height: 120%;
	color: #403F2B;
    margin: 0;
}

.learning-card__script {
    display: block;
    font-family: "Gogol";
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: #403F2B;
}

.learning-card p {
	color: #403F2B;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	margin: 0;
	margin-top: 20px;
}

.schedule {
	max-width: 610px;
	padding: 20px 32px;
	border-radius: 20px;
	overflow: hidden;
	background: #FFFFFF80;
	margin: 0 auto;
    margin-top: 40px;
}

.schedule__heading {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 16px;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	cursor: pointer;
	color: #403F2B;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
}

.schedule__heading:hover {
	background-color: transparent !important;
	background: transparent !important;
	color: #403F2B !important;
}

.schedule__icon {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border: 1px solid #b4b0a2;
	border-radius: 50%;
	transition: transform .2s ease;
}


.schedule__row {
	display: grid;
	grid-template-columns: 106px 1fr;
	gap: 16px;
	padding: 16px 0px;
	border-top: 1px dotted rgb(203, 200, 188);
	font-size: 12px;
	line-height: 1.35;
}

.schedule__row1 {
	display: flex;
	flex-direction: column;
	gap: 16px;  
	padding: 16px 0px;
	border-top: 1px dotted rgb(203, 200, 188);
	font-size: 12px;
	line-height: 1.35;
}

.schedule__row time {
	font-variant-numeric: tabular-nums;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #403F2B;
}

.schedule__row span {
	color: #403F2B;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}

.schedule__row1 span {
	color: #403F2B;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}

.schedule.is-closed .schedule__body {
    display: none;
}

.schedule.is-closed .schedule__icon {
    transform: rotate(180deg);
}


.course-program {
    background: #BAC0AF;
}

.course-program__header {
    margin-bottom: 52px;
    text-align: center;
}

.course-program__title {
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 500;
    line-height: 1.2;
}

.course-program__subtitle {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.4;
}

.course-program__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 64px 20px;
}

.course-program__cards {
    display: grid;
    gap: 12px;
}

.course-program__card {
	min-height: 200px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #a2a695;
	border-radius: 20px;
	padding: 32px;
}

.course-program__number {
	display: block;
	color: #7F9A6F;
	font-family: "Gogol";
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
}

.course-program__card h3 {
	color: #403F2B;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
}

.course-program__card p {
	margin-top: 10px;
	color: #403F2B;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}

.course-program__image {
    width: 100%;
    height: 100%;
    min-height: 350px;
    border-radius: 14px;
    object-fit: cover;
}

.course-program__action {
    display: flex;
    justify-content: center;
} 

.bck-beige {
    background: #eee5d5;
}

.bck-light2 {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%) !important;
}

.benefits,
.diploma,
.intro-lesson {
    padding: 96px 20px;
    color: #403f2b;
}

.benefits__title,
.diploma__header,
.intro-lesson__title {
    text-align: center;
}

.benefits__title,
.diploma__header h2,
.intro-lesson__title {
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 500;
    line-height: 1.2;
}

.benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 32px;
}

.benefits__item h3, .diploma__item h3 {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: #403f2b;
}

.benefits__item p,
.diploma__item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #403f2b;
}

.benefits__item-bold p,
.benefits__item-bold p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #403f2b;
}

.benefits__icon {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border: 1px solid rgb(64 63 43 / 35%);
	border-radius: 50%;
	color: #7f9a6f;
	font-size: 13px;
	line-height: 1;
	flex-shrink: 0;
}

.benefits__item,
.benefits__item-bold {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.diploma__header p {
    margin-top: 20px;
    font-size: 14px;
}

.diploma__content {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 72px;
}

.diploma__image {
	display: block;
	width: 100%;
	border-radius: 14px;
	box-shadow: 0 8px 20px rgb(64 63 43 / 12%);
	max-width: 430px;
}

.diploma__benefits {
	display: flex;
	flex-direction: column;
}

.diploma__item {
	gap: 16px;
	display: flex;
	/* gap: 20px; */
	align-items: baseline;
}

.intro-lesson__video {
    position: relative;
    max-width: 760px;
    aspect-ratio: 16 / 9;
    margin: 48px auto 0;
    overflow: hidden;
    border-radius: 16px;
    background: #172525;
}

.intro-lesson__video iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.reviews,
.faq,
.signup {
    padding: 90px 20px;
    color: #403f2b;
}

.reviews__header {
    position: relative;
    max-width: 720px;
    margin: 0 auto 38px;
    text-align: center;
}

.reviews__header h2, .faq__title, .signup__content h2 {
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 500;
	line-height: 1.2;
	color: #403F2B;
}

.reviews__header p {
    max-width: 430px;
    margin: 12px auto 0;
    font-size: 12px;
    line-height: 1.45;
}

.reviews__controls {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 8px;
}

.reviews__arrow {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #b8beac;
    color: #403F2B;
    cursor: pointer;
}

.reviews__viewport {
    overflow: hidden;
}

.reviews__track {
    display: flex;
    gap: 16px;
    transition: transform .35s ease;
}

.review-video {
    flex: 0 0 calc(50% - 8px);
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 12px;
    background: #203025;
}

.review-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.reviews__dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 18px;
}

.reviews__dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #c2c7b6;
    cursor: pointer;
}

.reviews__dot.is-active {
    background: #677a5c;
}

.faq__title {
    margin-bottom: 42px;
    text-align: center;
}

.faq__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 28px;
}

.faq__column {
    display: grid;
    align-content: start;
    gap: 12px;
}

.faq__item {
	padding: 0 18px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 6px;
	border-radius: 4px;
	padding: 20px;
}

.faq__item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	list-style: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #403f2b;
}

.faq__item summary::-webkit-details-marker {
    display: none;
}

.faq__item summary::after {
	content: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4961 7.77832L7.42503 0.707253L0.353958 7.77832' stroke='%23403F2B' /%3E%3C/svg%3E");
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border: 1px solid rgb(64 63 43 / 25%);
	border-radius: 50%;
	font-size: 12px;
	transition: transform .2s ease;
}

.faq__item[open] summary::after {
    transform: rotate(180deg);
}

.faq__item[open] summary {
	border-bottom: 1px dotted #403F2B;
	padding-bottom: 16px;
}

.faq__item p {
	/* padding: 0 0 16px; */
	font-size: 11px;
	line-height: 1.5;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #403f2b;
	margin: 16px 0;
}

.signup__box {
    display: grid;
    grid-template-columns: 1fr minmax(280px, 380px);
    gap: 70px;
    padding: 100px 69px;
    border-radius: 16px;
    background: #b8beac;
    margin: 0;
}

.signup__date {
	font-size: 12px;
	color: #403F2B;
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	margin: 0;
}

.signup__content strong {
	display: block;
	font-size: 20px;
	font-weight: 400;
	font-size: 24px;
	line-height: 150%;
	color: #403F2B;
}

.signup__social-title {
	margin-top: 60px;
	font-size: 11px;
	line-height: 1.4;
	color: #403F2B;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
}

.signup__socials {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.signup__content h2 {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 48px;
	line-height: 120%;
	color: #403f2b;
}

.signup__socials a {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
}

.signup__form {
    display: grid;
    align-content: center;
    gap: 12px;
}

.signup__form input[type="text"], .signup__form input[type="tel"] {
	width: 100%;
	padding: 16px;
	/* border: 1px solid transparent; */
	border-radius: 4px;
	background: #fffdf8;
	/* color: #403f2b; */
	font: inherit;
    font-size: 16px;
	color: #cbc8bc;
	height: 56px;
}

.signup__form input:focus {
    border-color: #718665;
}

.signup__agree {
    display: grid;
    grid-template-columns: 14px 1fr;
    gap: 8px;
    align-items: start;
    font-size: 10px;
    line-height: 1.35;
    cursor: pointer;
}

.signup__agree input {
    margin-top: 1px;
    accent-color: #718665;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.reviews-slider {
    overflow: hidden;
}

.review-video {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 12px;
    background: #203025;
}

.review-video iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.reviews__controls {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 8px;
}

.reviews__arrow {
	display: grid;
	width: 64px;
	height: 64px;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: #b8beac;
	color: #403F2B;
	cursor: pointer;
}

.reviews__pagination {
    position: static;
    margin-top: 18px;
}

.reviews__pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 3px !important;
    background: #BAC0AF;
    opacity: 1;
}

.reviews__pagination .swiper-pagination-bullet-active {
    background: #403F2B;
}

.bck-light {
	background: url("/wp-content/themes/blocksy/assets/img/texture.png") center / cover no-repeat !important;
}

.reviews {
	border-top: 1px solid #fff;
}

.hero__timer-countdown {
	color: #403F2B;
	font-family: "Gogol";
	font-weight: 400;
	font-size: 28px;
	line-height: 120%;
	text-align: center;
}

.program {
    background-image: url("https://integral-psychology.ru/wp-content/uploads/2026/02/%D0%A4%D0%BE%D0%BD%D0%BE%D0%B2%D0%BE%D0%B5-%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5-%D0%B1%D1%83%D0%BC%D0%B0%D0%B3%D0%B8-%D1%81%D1%82%D0%B0%D1%82%D0%B8%D1%87%D0%BD%D0%BE-%D0%BD%D0%BE-%D0%B4%D1%83%D0%B1%D0%BB%D0%B8%D1%80%D1%83%D0%B5%D1%82%D1%81%D1%8F-%D0%B4%D0%BB%D1%8F-%D0%BF%D0%BE%D0%BD%D0%B8%D0%BC%D0%B0%D0%BD%D0%B8%D1%8F-%D0%BD%D0%B0-%D0%BC%D0%B0%D0%BA%D0%B5%D1%82%D0%B5-6-scaled.webp");
}

.intro-lesson {
    background-image: url("https://integral-psychology.ru/wp-content/uploads/2026/02/%D0%A4%D0%BE%D0%BD%D0%BE%D0%B2%D0%BE%D0%B5-%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5-%D0%B1%D1%83%D0%BC%D0%B0%D0%B3%D0%B8-%D1%81%D1%82%D0%B0%D1%82%D0%B8%D1%87%D0%BD%D0%BE-%D0%BD%D0%BE-%D0%B4%D1%83%D0%B1%D0%BB%D0%B8%D1%80%D1%83%D0%B5%D1%82%D1%81%D1%8F-%D0%B4%D0%BB%D1%8F-%D0%BF%D0%BE%D0%BD%D0%B8%D0%BC%D0%B0%D0%BD%D0%B8%D1%8F-%D0%BD%D0%B0-%D0%BC%D0%B0%D0%BA%D0%B5%D1%82%D0%B5-6-scaled.webp");
}

.tree-serv  {
    background-image: url("https://integral-psychology.ru/wp-content/uploads/2026/02/%D0%A4%D0%BE%D0%BD%D0%BE%D0%B2%D0%BE%D0%B5-%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5-%D0%B1%D1%83%D0%BC%D0%B0%D0%B3%D0%B8-%D1%81%D1%82%D0%B0%D1%82%D0%B8%D1%87%D0%BD%D0%BE-%D0%BD%D0%BE-%D0%B4%D1%83%D0%B1%D0%BB%D0%B8%D1%80%D1%83%D0%B5%D1%82%D1%81%D1%8F-%D0%B4%D0%BB%D1%8F-%D0%BF%D0%BE%D0%BD%D0%B8%D0%BC%D0%B0%D0%BD%D0%B8%D1%8F-%D0%BD%D0%B0-%D0%BC%D0%B0%D0%BA%D0%B5%D1%82%D0%B5-6-scaled.webp");
}

.reviews-slider.swiper.m-t64.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
	height: 400px;
}

.reviews__pagination.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	display: flex;
	gap: 16px;
	justify-content: center;
}

.signup__form .signup-consent {
	display: grid !important;
	grid-template-columns: 25px 1fr;
	gap: 20px;
	align-items: center;
	cursor: pointer;
}

.signup__form .signup-consent::before {
	display: block;
	width: 32px;
	height: 32px;
	border: 2px solid #fffdf8;
	border-radius: 4px;
	content: "";
	transition: background-color .2s ease, border-color .2s ease;
}

.signup__form .signup-consent .wpcf7-form-control-wrap,
.signup__form .signup-consent .wpcf7-form-control,
.signup__form .signup-consent .wpcf7-list-item {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.signup__form .signup-consent__text {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.35;
}

.signup__form .signup-consent__text a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Квадрат меняется, когда настоящий CF7-checkbox отмечен */
.signup__form .signup-consent:has(input:checked)::before {
    border-color: #5e7153;
    background-color: #5e7153;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5 9.5 17 19 7' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px;
}

.signup__form .signup-consent:has(input:focus-visible)::before {
    outline: 2px solid #403f2b;
    outline-offset: 4px;
}

.course-program__white {
	padding: 16px;
	display: flex;
	flex-direction: column;
	background-color: rgb(221, 223, 215);
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #403F2B;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	text-align: center;
}

.course-program__cards-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.course-program-with-white .course-program__cards {
	gap: 20px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0px, 1fr));
}

.course-program-with-white .course-program__grid {
    display: flex;
    flex-direction: column;
}

.course-program-with-white .course-program__grid{
    gap: 0;
}

.about-course__content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.about-course__item p {
	color: #403F2B;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}

.about-main {
	position: relative;
}

.about-main::before {
	content: "";
	background: url("/wp-content/themes/blocksy/assets/img/section-bk1.png") no-repeat;
	width: 276px;
	height: 487px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	z-index: 99999;
}

.about-main::after {
    content: "";
    background: url("/wp-content/themes/blocksy/assets/img/section-bk2.png") no-repeat;
    width: 276px;
    height:487px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
	z-index: 99999;
}

.about-main__content {
	max-width: 820px;
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	width: 100%;
	margin: 0 auto;
}

.about-main__content p {
    color: var(--color-primary);
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
}

.hero-video__content1 {
	display: flex;
	position: relative;
	max-width: 506px;
	width: 100%;
	margin-top: 90px;
}

.hero-video1 {
    width: 506px;
    height: 285px;
    border-radius: 20px;
}


@media(max-width:1000px) {
    .program-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .hero-video__content {
        display: none;
    }
    .hero__main {
        flex-direction: column;
        gap: 32px;
    }
    .presenter-col {
        flex-direction: column;
    }
    .diploma__content {
        display: flex;
        flex-direction: column;
    }
    .container-mid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .about-course__content {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 767px) {

    .signup__form .signup-consent {
        grid-template-columns: 36px 1fr;
        gap: 12px;
        align-items: start;
    }

    .signup__form .signup-consent::before {
        width: 36px;
        height: 36px;
    }

    .signup__form .signup-consent__text {
        font-size: 13px;
    }
    .reviews__controls {
        position: static;
        justify-content: center;
        margin-top: 20px;
    }

    .signup__form .signup-consent {
        grid-template-columns: 36px 1fr;
        gap: 12px;
        align-items: start;
    }

    .signup__form .signup-consent::before {
        width: 36px;
        height: 36px;
    }

    .signup__form .signup-consent__text {
        font-size: 13px;
    }

    .review-video {
        flex-basis: 100%;
    }

    .faq__grid,
    .signup__box {
        grid-template-columns: 1fr;
    }

    .signup__box {
        gap: 36px;
        padding: 32px 24px;
    }
     .benefits,
    .diploma,
    .intro-lesson {
        padding: 64px 20px;
    }

    .benefits__grid {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-top: 40px;
    }

    .diploma__content {
        grid-template-columns: 1fr;
        gap: 36px;
        margin-top: 36px;
    }

    .diploma__image {
        max-width: 420px;
        margin: 0 auto;
    }

    .intro-lesson__video {
        margin-top: 36px;
    }

     .course-program {
        padding: 64px 20px;
    }

    .course-program__header {
        margin-bottom: 36px;
    }

    .course-program__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .course-program__image {
        min-height: 280px;
    }

    .course-program__grid > :nth-child(2) {
        order: 1;
    }

    .course-program__grid > :nth-child(3) {
        order: 3;
    }

    .course-program__grid > :nth-child(4) {
        order: 2;
    }

    .course-program__grid > :nth-child(5) {
        order: 4;
    }

    .course-program__grid > :nth-child(6) {
        order: 5;
    }
     .learning-format {
        padding: 64px 20px;
    }

    .learning-tabs {
        margin-top: 32px;
    }

    .learning-tabs__button {
        padding: 10px 14px;
        font-size: 15px;
    }

    .learning-format__columns {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-top: 40px;
    }

    .learning-card p {
        max-width: none;
    }

    .schedule__row {
        grid-template-columns: 88px 1fr;
    }
    .program-col {
        display: flex;
        flex-direction: column;
    }
     .reviews,
    .faq,
    .signup {
        padding: 64px 20px;
    }

    .reviews__controls {
        position: static;
        justify-content: center;
        margi.signup__form .signup-consent {
        display: grid;
        grid-template-columns: 56px 1fr;
        gap: 20px;
        align-items: center;
        cursor: pointer;
    }

    .signup__form .signup-consent::before {
        display: block;
        width: 56px;
        height: 56px;
        border: 2px solid #fffdf8;
        border-radius: 8px;
        content: "";
        transition: background-color .2s ease, border-color .2s ease;
    }

    .signup__form .signup-consent .wpcf7-form-control-wrap,
    .signup__form .signup-consent .wpcf7-form-control,
    .signup__form .signup-consent .wpcf7-list-item {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
    }

    .signup__form .signup-consent__text {
        color: #fffdf8;
        font-size: 16px;
        line-height: 1.35;
    }

    .signup__form .signup-consent__text a {
        color: inherit;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    .signup__form .signup-consent:has(input:checked)::before {
        border-color: #5e7153;
        background-color: #5e7153;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5 9.5 17 19 7' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 28px;
    }

    .signup__form .signup-consent:has(input:focus-visible)::before {
        outline: 2px solid #403f2b;
        outline-offset: 4px;
    }
}