@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@font-face {
	font-family: 'GothamPro';
	src: url('../fonts/gothampro_black.ttf') format('ttf');
	font-weight: 900;
	font-style: normal;
}

html,
body {
	font-family: 'Manrope', sans-serif;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

.container {
	max-width: 1210px;
	width: 100%;
	padding: 0px 15px;
	margin: 0px auto;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
.header-lang {
	font-size: 16px;
	font-weight: 600;
}
.header-lang.active {
	color: #e84938;
}
.work__list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.work__img {
	width: 60px;
	height: 60px;
}

.work__item {
	width: calc((100% / 3) - 14px);
	margin-right: 20px;
	margin-bottom: 20px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: 40px;
	height: 198px;
	border-radius: 18px;
}

.work__item:hover .work__name {
	color: #fe3131;
}

.work__item:nth-child(3n + 3) {
	margin-right: 0px;
}

.work__name {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	margin-top: 30px;
	transition: all 0.3s linear;
}

.section {
	padding: 56px 0px;
}

.arrow {
	position: absolute;
	top: calc(50% - 28px);
	left: -50px;
	width: calc(100% + 100px);
	z-index: 2;
	height: 1px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.arrow div {
	cursor: pointer;
}

.reviews__slider {
	position: relative;
}

.reviews__list {
	margin: 0px -10px;
}

.reviews__list_blog {
	margin: 0px -10px;
}

.reviews__item {
	padding: 0px 10px;
	height: 438px;
	filter: grayscale(1);
	transition: all 0.34s linear;
	cursor: pointer;
}

.reviews__item:hover {
	filter: grayscale(0);
}

.reviews__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 18px;
}

.title {
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 54px;
	text-align: center;
	color: #222222;
	margin-bottom: 48px;
}

.footer {
	background: #222222;
	padding-bottom: 54px;
}

.footer-feedback__name {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	display: flex;
	align-items: center;
	text-align: right;
	color: #ffffff;
}

.footer-feedback {
	background: #fe3131;
	border-radius: 2px;
	padding: 20px 0px;
}

.btn-feedback {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #222222;
	padding: 18px 32px;
	text-align: center;
	background: #ffffff;
	border-radius: 18px;
	cursor: pointer;
}

.footer-feedback .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer__container {
	padding-top: 48px;
}

.footer__name {
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
}

.footer__social {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 17px;
}

.footer-social__link {
	width: 48px;
	height: 48px;
	background: #444444;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 12px;
	transition: all 0.34s linear;
	border-radius: 50%;
}

.footer-social__link svg {
	width: 24px;
	height: 24px;
	fill: white;
}

.footer-social__link:hover {
	background: #fe3131;
}

.footer__nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 60px 0px;
}

.footer__nav a {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.34s ease-in;
}

.footer__nav a:hover {
	color: #fe3131;
}

.footer__copy {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1em;
}

.footer__organization,
.footer__web {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
}

.footer__tel span {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer__tel {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.34s linear;
}

.footer__tel svg {
	margin-right: 8px;
}

.footer__tel:hover {
	color: #fe3131;
}

.footer__mail {
	text-transform: none;
}

.blog__slider {
	position: relative;
}

.blog__list {
	margin: 0px -10px;
}

.blog__item {
	padding: 0px 10px;
}

.blog__img {
	height: 154px;
}

.blog__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 18px;
}

.blog__name {
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #222222;
	margin-top: 20px;
	margin-bottom: 8px;
}

.blog__text {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #222222;
	margin-bottom: 4px;
}

.blog__link {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #fe3131;
	text-decoration: none;
}

.blog__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.blog-video__date {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: right;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #fe3131;
	width: 100%;
	text-align: right;
}

.blog_video .blog__title .title {
	width: 100%;
	position: relative;
	text-align: left;
}

.blog_video .blog__title .title:before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	transform: translate(0, 0);
	width: 80px;
	height: 2px;
	background: #fe3131;
}

.blog__subtitle {
	max-width: 287px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #fe3131;
	margin-bottom: 40px;
}

.blo__title .title {
	margin-bottom: 0px;
}

.blog__arrow .arrow {
	top: 77px;
}

.blog-video {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 40px;
}

.blog-video__left {
	max-width: 680px;
	width: 100%;
	margin-right: 20px;
}

.step__name {
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 135%;
	color: #222222;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin-top: 5px;
}

.step__name span {
	width: 30px;
	display: block;
	height: 1px;
	background: #222222;
	margin-right: 17px;
	transform: translateY(-10px);
}

.step__text {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #222222;
	margin-top: 13px;
}

.blog-video__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-video__item_big {
	height: 592px;
}

.blog-video__right {
	max-width: 480px;
	width: 100%;
}

.blog-video__right .blog-video__item {
	margin-bottom: 20px;
	height: 286px;
}

.blog-video__right .blog-video__item:last-child {
	margin-bottom: 0px;
}

.step__list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.step__item {
	width: calc((100% / 4) - 15px);
	margin-right: 20px;
	margin-bottom: 0px;
}

.step__item:last-child {
	margin-right: 0px;
}

.step__icon {
	stroke: #fe3131;
	stroke-width: 1;
	fill: none;
	font-weight: 600;
	font-size: 50px;
	line-height: 1;
	height: 52px;
}

.step__icon svg {
	width: 68px;
	height: 68px;
}

main {
	padding-top: 48px;
}

.home main {
	padding-top: 0px;
}

.btn {
	background: radial-gradient(ellipse at center, #f84646 0%, #fe3131 100%);
	box-shadow: 0px 0px 15px 0px rgb(254, 49, 49, 0.6);
	border-radius: 18px;
	/* background: #FE3131; */
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	max-width: 243px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	margin: 0px auto;
	cursor: pointer;
	transition: all 0.34s ease-in;
}

.btn:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.step__btn {
	margin-top: 44px;
}

.about__text {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #222222;
}

.about__text p {
	margin-bottom: 24px;
}

.about__text h5 {
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	color: #fe3131;
	margin-bottom: 12px;
}

.about__text ul {
	padding-left: 20px;
	margin-bottom: 20px;
	margin-left: 12px;
}

.about__text li {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #222222;
	list-style: disc;
	margin-bottom: 4px;
}

.about__text li:last-child {
	margin-bottom: 0px;
}

.about {
	position: relative;
}

.about__wrap {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}

.about__right {
	max-width: 480px;
	width: 100%;
	margin-left: 52px;
}

.about__left {
	max-width: 649px;
	width: 100%;
	height: 802px;
	position: relative;
}

.about__left:before {
	content: '';
	position: absolute;
	bottom: -24px;
	right: -30px;
	width: 380px;
	height: 278px;
	z-index: -1;
	background: #fe3131;
	border-radius: 18px;
}

.about__left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 18px;
}

.about__before {
	position: absolute;
	bottom: -60px;
	left: 100%;
	height: 173px;
	transform: translateX(-50%);
	background: #222222;
	padding: 36px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	color: #ffffff;
	max-width: 480px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 18px;
}

.about__before span {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	margin-right: 80px;
	text-align: center;
	font-weight: 400;
}

.about__before span:last-child {
	margin-right: 0px;
}

.about__before b {
	font-size: 50px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}

.about__title {
	text-align: left;
}

.about__title .title {
	text-align: left;
}

.title_before {
	position: relative;
	justify-content: flex-start;
}

.title_before:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
	height: 2px;
	background: #fe3131;
}

.section_about {
	scroll-margin-top: 80px;
}

.section_preview {
	/* background: #222222; */
	z-index: 1;
	overflow: hidden;
	height: 100vh;
	min-height: 860px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-top: 190px;
}

.preview__left {
	z-index: 2;
}

.preview__scroll {
	margin-top: 117px;
	margin-left: 375px;
	display: inline-block;
}

.preview__bg {
	padding-left: calc(((100vw - 1210px) / 2) + 333px);
	position: absolute;
	top: 0px;
	right: 0px;
	/* width: 69%; */
	width: 100%;
	height: 100%;
	z-index: 1;
}

.preview__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom-left-radius: 18px;
}

.preview__title h1 {
	margin: 0px;
	margin-bottom: 32px;
}

.preview__title {
	max-width: 641px;
	width: 100%;
}

.preview__title h1 {
	font-size: 59px;
	color: #222222;
	font-weight: 900;
	line-height: 1.1;
	text-align: left;
}

.preview__title h1 span {
	color: #ffffff;
}

.preview__title img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.preview__text {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #222222;
}

.preview__text span {
	color: #ffffff;
}

.preview {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.preview__social {
	z-index: 2;
	position: relative;
}

.social a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 24px;
	background: white;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	transition: all 0.34s linear;
}

.social {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.social a svg {
	fill: #222222;
	width: 22px;
	height: 22px;
	transition: all 0.34s linear;
}

.social a:hover svg {
	fill: white;
}

.social a:hover {
	background: #fe3131;
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 9;
	transition: all 0.34s linear;
	background: #ffffff;
	color: #222222;
	/* box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1); */
	background: transparent;
}

.header_dark {
	background: #222222;
	color: #ffffff;
}
.header_dark .header__burger {
	display: none !important;
}
.header_dark .header__logo {
	color: #ffffff;
}
.header_dark .header__nav {
	display: none;
}
.header_dark .header__btn {
	display: none;
}
.header__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: #121215;
	border-radius: 32px;
	max-width: 700px;
	width: 100%;
	margin: 0px auto;
}
.course-place {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 500;
}
.header__logo {
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	color: #222222;
	text-decoration: none;
}

.header__btn {
	margin: 0px;
	text-decoration: none;
}

.header__nav {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.header__nav a {
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #222222;
	margin-right: 24px;
	text-decoration: none;
}

.header__nav a:hover {
	color: #fe3131;
}

.header__nav a:last-child {
	margin-right: 0px;
}

.section_work {
	margin-top: 56px;
	background: #222222;
	color: #fff;
	padding-top: 56px;
}

.work__title {
	color: #fff;
}

.title_before:before {
	left: 0px;
}

.work__icon_hover {
	display: none;
}

.work__item:hover .work__icon {
	display: none;
}

.work__item:hover .work__icon_hover {
	display: block;
}

.diplomas__wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}

.diplomas__item {
	max-width: 280px;
	width: 100%;
	margin-bottom: 20px;
}

.diplomas__item:last-child {
	margin-bottom: 0px;
}

.diplomas__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.diplomas__right {
	max-width: 742px;
	width: 100%;
}

.diplomas__right img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.diplomas__title .title {
	text-align: left;
}

.reviews__img {
	height: 430px;
}

.header__burger svg {
	display: none;
	fill: #fe3131;
	stroke: #fe3131;
	width: 30px;
	height: 30px;
}

.header__burger .icon-open {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header__burger.active .icon-open {
	display: none;
}

.header__burger.active .icon-close {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header__nav .header__btn {
	display: none;
}

.header__burger {
	display: none;
}

.header__wrap ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.header__wrap li {
	list-style: none;
}

.modal__wrap {
	padding: 24px;
}

.modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	cursor: pointer;
}

.modal__close:hover svg {
	transform: rotate(90deg);
}

.modal__close svg {
	fill: #fe3131;
	transition: all 0.34s ease-in;
}

.modal__title {
	font-weight: 700;
	font-size: 28px;
	line-height: 1.3;
	text-align: center;
	color: #222222;
	margin-bottom: 12px;
}

.modal__text {
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 24px;
	margin-top: 30px;
}

input {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #222222;
	border: none;
	outline: none;
	border-bottom: 2px solid rgb(93, 119, 162);
	transition: all 0.34s linear;
	padding: 8px;
	padding-bottom: 8px;
	max-width: 100%;
	width: 100%;
}

input:focus {
	border-bottom: 2px solid #fe3131;
}

input::placeholder {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #222222;
}

.form__input {
	margin-bottom: 32px;
}

.form__input:last-child {
	margin-bottom: 0px;
}

.form__btn {
	margin-top: 24px;
}

.about__title .title_before:before {
	top: -6px;
}

.blog-video-main__text {
	font-size: 18px;
	line-height: 1.2;
	color: #ffffff;
	top: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.418);
	padding: 12px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
}

/* .blog-video__item_big{
    height: unset;
}
.blog-video__item_big lite-youtube{
    height: 592px;
}
.blog-video__right .blog-video__item{
    height: unset;
}
.blog-video__right .blog-video__item lite-youtube{
    height: 286px;
} */
.blog-video__item {
	position: relative;
}

.blog-video__item lite-youtube {
	position: relative;
	filter: grayscale(1);
	transition: all 0.34s ease-in;
	border-radius: 18px;
	overflow: hidden;
}

.blog-video__item:hover lite-youtube {
	filter: grayscale(0);
}

/* .blog-video__item:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
} */
.section {
	scroll-margin-top: 100px;
}

.blog-content__text {
	max-width: 780px;
	width: 100%;
	margin-right: 120px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	font-feature-settings: 'pnum' on, 'lnum' on;

	color: #222222;
}

.blog-content__text h1 {
	display: block;
	font-size: 2em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.blog-content__text h2 {
	display: block;
	font-size: 1.5em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.blog-content__text h3 {
	display: block;
	font-size: 1.17em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.blog-content__text h4 {
	display: block;
	margin-top: 1.33em;
	margin-bottom: 1.33em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.blog-content__text h5 {
	display: block;
	font-size: 0.83em;
	margin-top: 1.67em;
	margin-bottom: 1.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.blog__title .title {
	margin-top: 0px;
}

.blog-content__text h6 {
	display: block;
	font-size: 0.67em;
	margin-top: 2.33em;
	margin-bottom: 2.33em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.blog-content__text li {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 15px;
	padding-left: 10px;
	font-style: normal;
	line-height: 160%;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #121215;
}

.blog-content__text p {
	margin-bottom: 10px;
}

.blog-content__text li::marker {
	font-weight: 400;
}

.blog-content__text a {
	color: #fe3131;
}

.blog-content__text ul {
	margin: 30px 0;
	padding-left: 40px;
}

.blog-content__text ul li {
	list-style: disc;
}

.blog-content__text em {
	font-style: italic;
}

.blog-content__text ol {
	margin: 30px 0;
	padding-left: 40px;
}

.blog-content__text ol li {
	list-style: decimal;
}

.blog-content__text b {
	font-weight: 700;
}

.blog-content__text img {
	/* height: 300px; */
	/* width: 100%; */
	/* object-fit: cover; */
	margin-bottom: 20px;
}

.blog__column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	max-width: 280px;
	min-width: 280px;
	width: 100%;
}

.blog__column .blog__item {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

.blog-content__wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.blog-content__reviews {
	margin-bottom: 40px;
}

.page-id-22 .section_work {
	padding-top: 60px;
}

.blog__naming {
	font-size: 24px;
	font-weight: 700;
	color: #222222;
	margin-bottom: 24px;
}

.blog-video__list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.blog-video__list .blog-video__item {
	width: calc((100% / 3) - 14px);
	margin-right: 20px;
	margin-bottom: 40px;
}

.blog-video__list .blog-video__name {
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #222222;
	margin-top: 12px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.blog-video__list .blog-video__item:nth-child(3n + 3) {
	margin-right: 0px;
}

.form__btn .btn {
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.form__btn {
	position: relative;
}

.form__btn p {
	display: flex;
	justify-content: center;
	align-items: center;
}

.form__btn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0px;
}

.form__btn .btn {
}

.job__list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.job__item {
	width: calc(50% - 15px);
	margin-right: 30px;
	margin-bottom: 60px;
}

.job__item:nth-child(2n + 2) {
	margin-right: 0px;
}

.job__item:last-child {
	margin-right: 0px;
}

.job__item:nth-last-child(-n + 2) {
	margin-bottom: 0px;
}

.job__item:nth-last-child(-n + 2) .job__text {
	min-height: 80px;
}

.job__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	margin: 0px auto;
	margin-bottom: 24px;
}

.job__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.form_option {
	font-size: 16px;
	color: #444444;
	text-align: left;
	cursor: pointer;
	margin-top: 20px;
}

.form_option a {
	color: #e84938;
	text-decoration: underline;
}

.form_option .wpcf7-list-item {
	margin-left: 0px;
}

.form_option label {
	/* display: flex;
    justify-content: flex-start;
    align-items: flex-start; */
	cursor: pointer;
}

.form_option label input {
	width: 16px;
	height: 16px;
	outline: none;
	border: 1px solid #fe3131;
	transform: translateY(2px);
	margin-right: 3px;
}

.job__icon svg {
	fill: #fe3131;
}

.job__name {
	font-weight: 700;
	font-size: 32px;
	line-height: 135%;
	color: #222222;
	text-align: center;
	margin-bottom: 10px;
}

.job__text {
	font-size: 18px;
	line-height: 1.5;
	color: #222222;
	min-height: 162px;
	text-align: center;
}

.select-package [type='radio'],
.select-package label {
	display: inline-block;
	width: unset;
}

.select-package label {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #222222;
	border: none;
	outline: none;
}

.select-package-row {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #222222;
	border: none;
	outline: none;

	transition: all 0.34s linear;
	padding-bottom: 8px;
	max-width: 100%;
	width: 100%;
}

/*
.select-package-row:last-of-type{
    border-bottom: 2px solid rgba(254, 49, 49, 0.504);
}
*/
[name='TinkoffPayForm'] input:not([type='radio']) {
	margin-bottom: 32px;
}

[name='TinkoffPayForm'] [type='button'] {
	padding: 0;
}

[name='TinkoffPayForm'] [name='customAmount'] {
	display: inline-block;
	width: 100px;
}

.page,
.page-id-84 {
	font-family: 'Manrope', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #222222;
}

.page-id-84 .container {
	padding: 0px 45px;
}

.page-id-84 ol {
	list-style: auto;
}

.page-id-84 ol,
.page-id-84 ul {
	padding-inline-start: 40px;
}

.page-id-84 li {
	line-height: 1.6em;
	margin-bottom: 20px;
}

.page h2 {
	display: block;
	font-size: 1.3em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

.page p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.packages {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	text-align: center;
}

.package {
	font-size: 18px;
	line-height: 1.5;
	color: #222222;
	padding: 16px;
	background: #f4f4f4;
	border-radius: 18px;
}

.packages-title .title {
	text-align: left;
}

.packages-title .title_before:before {
	right: 0px;
	top: 0;
	left: unset;
}

.package-type {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	background: #fe3131;
	padding: 12px;
	border-radius: 18px;
}

.package-price {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0.7em;
}

.package-order-btn {
	margin-top: 44px;
	text-decoration: unset;
	outline: none;
	/* color: black;
    background: unset;
    border: 2px solid #fe3131; */
}

.page-id-25 .blog__subtitle {
	margin-bottom: 0px;
}

.page-id-25 .blog__naming {
	margin-bottom: 12px;
}

.blog__link_web {
	display: inline-block;
	font-size: 13px;
	text-align: right;
	color: #121215;
	transition: all 0.34s ease-in;
	text-decoration: underline;
}

.blog__link_web:hover {
	color: #e84938;
}

.blog__links {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.blog__youtube {
	text-decoration: none;
	color: #e84938;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid transparent;
	transition: all 0.34s ease-in;
	margin-top: -12px;
	margin-bottom: 30px;
}

.blog__youtube:hover {
	border-color: #e84938;
}

.blog__youtube span {
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog__youtube svg {
	fill: #e84938;
	margin-right: 10px;
}

.footer__copy__contact {
	display: grid;
	gap: 0.5em;
}

.page h3 {
	display: block;
	font-size: 1em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

.page ul {
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

.reviews__more-telegram {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 400;
	max-width: 300px;
	width: 100%;
	margin: 0px auto;
	margin-top: 20px;
	font-size: 16px;
	background: #28a7e8;
	padding: 10px;
	text-decoration: none;
	transition: all 0.2s linear;
	border-radius: 18px;
}

.reviews__more-telegram:hover {
	filter: brightness(110%);
}

.reviews__more-telegram span {
	display: flex;
	justify-content: center;
	align-items: center;
}

.reviews__more-telegram svg {
	width: 24px;
	height: 24px;
	margin-right: 5px;
}

.reviews__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.blog-content__left {
	max-width: 780px;
	width: 100%;
}

blockquote {
	border-left: 6px solid #bfe2ff;
	font-size: 16px;
	font-style: italic;
	margin: 16px;
	padding: 16px 24px;
	position: relative;
}

blockquote:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -6px;
	height: 40px;
	background-color: #fff;
	width: 6px;
	margin-top: -1em;
}

blockquote:after {
	content: '”';
	position: absolute;
	top: 50%;
	left: -20px;
	color: #337ab7;
	font-size: 50px;
	font-family: Times, sans-serif;
	font-weight: bold;
	line-height: 30px;
}

.diplomas__slider {
	position: relative;
}

.diplom-slider__list {
	margin: 0px -15px;
}

.diplom__item {
	margin: 0px 15px;
}

.diplom__item img {
	width: 100%;
	height: 240px;
	object-fit: contain;
}

.intro {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.intro__title .title {
	margin-bottom: 15px;
	font-family: 'GothamPro', sans-serif;
	text-align: left;
	margin-top: 0px;
	color: white;
	font-size: 70px;
	text-transform: uppercase;
	line-height: 1.05;
	letter-spacing: -2px;
	font-weight: 900;
}

.intro__subtitle {
	margin-bottom: 40px;
	color: white;
	font-size: 32px;
}

.intro__text {
	max-width: 600px;
	margin-bottom: 30px;
	text-align: left;
	font-size: 22px;
	line-height: 1.2;
	color: white;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
/* .intro__text br{
	display: none;
} */
.intro__text b {
	background: #f84646;
	font-size: 30px;
	margin-left: 10px;
}
.intro__btn.btn {
	background: white;
	color: #fe3131;
	text-decoration: none;
}

.intro__btn.btn:hover {
	background: #e84938;
	color: white;
}

.intro .btn {
	margin: 0px 0px;
}

.intro__wrap {
	max-width: 700px;
	width: 100%;
}

.section_intro {
	position: relative;
	z-index: 1;
	height: calc(100vh - 100px);
	max-height: 900px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.intro__bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.intro__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 20%;
	filter: brightness(60%);
}

.video__box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.video__box iframe {
	max-width: 800px;
	width: 100%;
	height: 500px;
	border-radius: 18px;
}

.title_l {
	font-size: 30px !important;
	margin-top: 0px !important;
	margin-bottom: 30px !important;
	color: #e84938;
}

.video {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.video__wrap {
	position: relative;
}

.video__box {
	max-width: 800px;
	width: 100%;
	margin: 0px auto;
}

.video__box {
	position: relative;
}

.video__box:before {
	content: '';
	position: absolute;
	bottom: -24px;
	right: -30px;
	width: 380px;
	height: 278px;
	z-index: -1;
	background: #fe3131;
	border-radius: 18px;
}

.wrap {
	background: #121215;
	overflow: hidden;
}

.wrap .section {
	position: relative;
	z-index: 1;
}

.section_man {
	background: url('../img/man.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 100px 0px;
}

.section_man:before {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0px;
	width: 100%;
	height: 300px;
	background: rgb(18, 18, 21);
	background: linear-gradient(
		0deg,
		rgba(18, 18, 21, 1) 0%,
		rgba(18, 18, 21, 0.4514180672268907) 29%,
		rgba(18, 18, 21, 0.11808473389355745) 69%,
		rgba(18, 18, 21, 0) 100%
	);
	z-index: 1;
}

.section_man::after {
	content: '';
	position: absolute;
	top: -15px;
	left: 0px;
	width: 100%;
	height: 300px;
	background: rgb(18, 18, 21);
	background: linear-gradient(
		180deg,
		rgba(18, 18, 21, 1) 0%,
		rgba(18, 18, 21, 0.4514180672268907) 29%,
		rgba(18, 18, 21, 0.11808473389355745) 69%,
		rgba(18, 18, 21, 0) 100%
	);
	z-index: -1;
}
.man {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.man__text {
	font-size: 24px;
	font-weight: 600;
	background: #222222d0;
	color: #fff;
	padding: 24px;
	text-align: center;
	border-radius: 12px;
	width: calc((100% / 2) - 15px);
	margin-right: 30px;
	margin-bottom: 20px;
	align-self: stretch;
}
.man__text:nth-child(2n + 2) {
	margin-right: 0px;
}
.man {
	position: relative;
	z-index: 2;
}
.filter-blur {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -2;
	filter: blur(7px);
}
.filter-blur img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.filter-blur:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}
.section_for {
	background: url('../img/course/scale_1200.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 100px 0px;
}

.section_for:before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 300px;
	background: rgb(18, 18, 21);
	background: linear-gradient(
		0deg,
		rgba(18, 18, 21, 1) 0%,
		rgba(18, 18, 21, 0.4514180672268907) 29%,
		rgba(18, 18, 21, 0.11808473389355745) 69%,
		rgba(18, 18, 21, 0) 100%
	);
}

.section_for::after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 300px;
	background: rgb(18, 18, 21);
	background: linear-gradient(
		180deg,
		rgba(18, 18, 21, 1) 0%,
		rgba(18, 18, 21, 0.4514180672268907) 29%,
		rgba(18, 18, 21, 0.11808473389355745) 69%,
		rgba(18, 18, 21, 0) 100%
	);
}

.for {
	position: relative;
	z-index: 1;
}

.for__list {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.for__item {
	width: calc((100% / 2) - 15px);
	margin-right: 30px;
	color: white;
}

.for__item:nth-child(2n + 2) {
	margin-right: 0px;
}

.for__item p {
	position: relative;
	padding-left: 20px;
}

.for__item p:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #e84938;
}

.myself__wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.myself__left {
	max-width: 600px;
	min-width: 600px;
	width: 100%;
	margin-right: 40px;
	position: relative;
}

.myself__left:before {
	content: '';
	position: absolute;
	top: -24px;
	left: -30px;
	width: 380px;
	height: 278px;
	z-index: -1;
	background: #fe3131;
	border-radius: 18px;
}

.myself__left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 18px;
}

.myself__text {
	color: white;
}

.for__title {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.program__item {
	font-size: 20px;
	color: white;
	margin-bottom: 10px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);
	border-radius: 18px;
}
.program__item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.program__img {
	width: 120px;
	min-width: 120px;
	height: 80px;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 20px;
}
.program__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.program__item:last-child {
	margin-bottom: 0px;
}

.program {
	max-width: 800px;
	margin: 0 auto;
}

.program__title {
	text-align: center;
}

.program__wrap {
	margin-bottom: 40px;
}

.myself .btn {
	margin-left: 0px;
}

.program__subtitle {
	margin-bottom: 12px;
	font-weight: 700;
}

.program__text {
	line-height: 1.2;
	font-size: 16px;
}

.program__btn {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 243px;
	margin-top: 30px;
}

.program__link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.program__link a {
	color: white;
	text-decoration: underline;
	font-size: 20px;
	display: block;
	margin-bottom: 20px;
	transition: all 0.2s linear;
	text-align: center;
}

.program__link a:hover {
	color: #e84938;
}

.program__link a:last-child {
	margin-bottom: 0px;
}

/* Страница курса - блок кому подойдет */

.go__title {
	text-align: center;
}

.go__wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	color: #ffffff;
}

.go__item {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	gap: 12px;
}

.go__icon {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.go__icon svg {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.go__icon svg path {
	fill: #ffffff;
}

.go__subtitle {
	font-size: 20px;
	font-weight: 700;
}

.go__text {
	text-align: center;
}

/* Блок Как проходит обучение */

.how__title {
	text-align: center;
}

.how__wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	color: #ffffff;
}

.how__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.how__icon {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 3px solid #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.how__icon svg {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.how__icon svg path,
.how__icon svg g {
	fill: #ffffff;
}

.how__subtitle {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.how__text {
	text-align: center;
}

/* Блок Тарифы */
.tariff__pay {
	height: 30px;
	margin: 0px auto;
}
.tariff__pay img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.tariff__title {
	text-align: center;
}

.tariff__wrap {
	display: grid;
	max-width: 500px;
	width: 100%;
	margin: 0px auto;
	/* grid-template-columns: 1fr 1fr;
	gap: 20px; */
}
.tariff__item li {
	text-align: center;
}

.tariff__bg {
	padding: 40px;
	min-height: 250px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
	color: #ffffff;
}
.tariff__subtitle {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	min-height: 51px;
}

.tariff__item ul {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

.tariff__item li {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}

.tariff__item li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #e84938;
}

.tariff__price {
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}

.tariff__btn {
	text-decoration: none;
}

.reviews-course .reviews__title {
	display: block;
	text-align: center;
}

.reviews-course .reviews__text {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 220px;
	color: #ffffff;
	font-size: 16px;
}

.reviews-course .reviews__author {
	color: #ffffff;
}

.reviews-course .title_l {
	color: #fe3131;
}

.reviews-course__list {
	margin: 0 -12px;
}

.reviews-course .reviews__item {
	padding: 0;
	margin: 0 12px;
	min-height: 575px;
	color: white;
	margin-bottom: 10px;
	padding: 24px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);
	border-radius: 18px;
	position: relative;
	overflow: hidden;
}

.reviews-course .reviews__img {
	width: 100%;
	height: 245px;
}

.reviews-course .reviews__img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.reviews-course .reviews__img img {
	position: relative;
}

.reviews-course__play-icon {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	border-radius: 50%;
	position: absolute;
	z-index: 3;
	top: calc(50% - 17.5px);
	left: calc(50% - 17.5px);
}

.reviews-course__play-icon svg {
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.reviews-course__play-icon svg path {
	fill: #222222;
}

.error {
	min-height: 35vh;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
}

.error__text {
	margin-bottom: 15px;
	text-align: left;
	margin-top: 0px;

	font-size: 24px;
	text-transform: uppercase;
	line-height: 1.1;
	font-weight: 900;
}

.error a {
}

.package-text {
	margin-bottom: 2em;
}

.banner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.banner__left {
	max-width: 600px;
	width: 100%;
	min-width: 600px;
	margin-right: 30px;
}
.banner__left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 18px;
}
.banner__text {
	font-size: 18px;
	color: #ffffff;
	line-height: 1.5;
}
.intro__experience {
	/* position: absolute;
	bottom: 100px;
	right: 16vw; */
	font-size: 26px;
	font-weight: 600;
	color: white;
	padding: 20px;
	border: 2px solid white;
	background: #fe3131;
	border-radius: 18px;
	transition: all 0.2s linear;
	/* transform: rotate(354deg); */
}
.intro__experience:hover {
	transform: scale(1.05);
}
.countdown {
	color: white;
	font-size: 26px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.countdown__title {
	text-align: center;
	font-weight: 600;
}
.countdown__wrap {
	margin: 0px auto;
	border: 1px solid #e84938;
	padding: 30px;
	max-width: 600px;
	width: 100%;
	border-radius: 18px;
	display: block;
}
.countdown-number {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.countdown-number:nth-child(1) {
	display: none;
}
.countdown-number:nth-child(2) {
	display: none;
}
.countdown-text {
	margin-top: 10px;
}
.guarantee {
	padding: 20px 40px;
	min-height: 250px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.guarantee__img {
	margin-right: 30px;
	min-width: 275px;
	max-width: 275px;
	width: 100%;
}
.guarantee__title {
	color: #ffffff;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
}
.guarantee__text {
	font-size: 18px;
	color: #ffffff;
	line-height: 1.4;
}
.guarantee__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.tariff__price ins {
	text-decoration: none;
	order: 1;
}
.tariff__price del {
	order: -1;
	font-size: 29px;
	margin-bottom: 12px;
	color: #9b9b9b;
}
.adfy__woofc-item figure a {
	display: none !important;
}
.adfy__woofc-item figure {
	width: 0px !important;
	order: 1;
}
#adfy__floating-cart .adfy__woofc-content .adfy__woofc-content-entry .adfy__woofc-item {
	display: flex !important;
}
.product__price {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#adfy__floating-cart .adfy__woofc-colophon .adfy__woofc-actions .adfy__woofc-button {
	border-radius: 18px !important;
}
#adfy__floating-cart .adfy__woofc-content .adfy__woofc-content-entry .adfy__woofc-item .thumb .adfy__woofc-link {
	display: none;
}
figure .adfy__woofc-link {
	display: none !important;
}
#adfy__floating-cart .adfy__woofc-content .adfy__woofc-content-entry .adfy__woofc-item {
	grid-template-columns: unset !important;
	column-gap: unset !important;
}
/* .adfy__woofc-quantity {
	display: none !important;
} */
#adfy__woofc-trigger .badge {
	background-color: #e84938 !important;
}
.adfy__woofc-item-content {
	width: 100% !important;
}
#adfy__woofc-trigger {
	border-radius: 18px !important;
}
.adfy__woofc-coupon {
	display: none !important;
}
#adfy__floating-cart .adfy__woofc-colophon .adfy__woofc-actions .adfy__woofc-button.secondary:hover {
	background-color: #222222 !important;
}
.proceed-to-checkout {
	background-color: #121215 !important;
}
.proceed-to-checkout:hover {
	background-color: #e84938 !important;
}
.is-large .wp-block-woocommerce-checkout-order-summary-block {
	border-radius: 18px !important;
}
.wc-block-components-order-summary
	.wc-block-components-order-summary-item__description
	.wc-block-components-product-metadata,
.wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
	font-size: 12px !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
	display: none !important;
}

.wc-block-checkout__shipping-option {
	display: none !important;
}
.wp-block-woocommerce-checkout-order-summary-totals-block {
	display: none !important;
}
.wp-block-woocommerce-checkout-order-summary-coupon-form-block {
	display: none !important;
}
#ship-to-different-address {
	display: none !important;
}
.woocommerce-checkout.order__form {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	left: 16px;
}
.woocommerce-error {
	width: 100%;
}
.woocommerce form .form-row {
	margin-bottom: 15px;
	width: 100%;
	max-width: 100%;
}
.woocommerce-checkout-review-order {
	max-width: 500px;
	width: 100%;
	margin-left: 60px;
	background: white;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 18px !important;
	padding: 20px;
}
.woocommerce-privacy-policy-text {
	font-size: 14px;
	line-height: 1.5;
}
.woocommerce-privacy-policy-text a {
	text-decoration: underline;
}
.encrypted {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 16px;
	color: #121215;
	margin-top: 20px;
}
.encrypted svg {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
}
.select2-container--default .select2-selection--single {
	border: none !important;
	border-bottom: 2px solid rgb(93, 119, 162) !important;
	border-radius: 0px !important;
}
.select2-dropdown {
	border: 2px solid rgb(93, 119, 162);
	border-radius: 5px !important;
}
.select2-container .select2-selection--single {
	height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
/* .select2-container--default.select2-container--open .select2-selection--single {
	border: 1px solid rgb(254 151 151) !important;
} */
.select2-container--default .select2-results > .select2-results__options {
	padding-left: 0px !important;
}
.woocommerce .col2-set {
	width: calc(100% - 560px) !important;
	display: block;
}
.woocommerce .col2-set .col-1 {
	width: 100%;
}
.woocommerce-page .col2-set .woocommerce-shipping-totalsюshipping {
	display: none;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	background: white;
	padding: 0px;
}
.woocommerce-shipping-totals.shipping {
	display: none;
}
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
	padding-left: 0px;
}
.wc-saved-payment-methods input {
	width: 18px !important;
	height: 18px !important;
	accent-color: #e84938;
}

.woocommerce-checkout #payment ul.payment_methods li input {
	accent-color: #e84938;
	margin-right: 7px;
	margin-top: 0px;
}
.woocommerce-checkout #payment div.payment_box p:last-child {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.payment_box p {
	font-size: 14px;
}
.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}
.woocommerce-checkout #payment div.payment_box {
	background-color: transparent;
}
.woocommerce-checkout #payment div.payment_box {
	padding: 0px;
	margin: 0px;
}
.woocommerce-checkout #payment {
	background: white;
}
.woocommerce table.shop_table {
	border-radius: 18px !important;
	font-size: 16px;
}
.woocommerce-checkout-payment {
	border-radius: 0px !important;
	border: 0px;
	padding: 0px;
}
.woocommerce-checkout #payment div.form-row {
	padding: 0px;
}
fieldset {
	padding: 0px !important;
}
.woocommerce-NoticeGroup {
	width: 100%;
}
.woocommerce-checkout #payment div.form-row {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cart_item {
	font-size: 16px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	background: rgb(93, 119, 162);
	box-shadow: none;
	border-radius: 18px;
	/* background: #FE3131; */
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	max-width: 243px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	margin: 0px auto;
	cursor: pointer;
	transition: all 0.34s ease-in;
}
.woocommerce-page #payment #place_order {
	margin-top: 40px !important;
	order: -1;
}
.p-LTR .p-CardCvcInput .p-Input-input {
	border: 1px solid black !important;
}
.checkout-next-step-btn {
	border: none;
	margin-top: 30px;
	margin-left: 0px;
	background: rgb(93, 119, 162);
	box-shadow: none;
}

.hidden {
	display: none;
}

#wc-stripe-payment-request-wrapper,
#wc-stripe-payment-request-button-separator {
	display: none !important;
}

.section_pay {
	background: #f8f8f8;
}
.woocommerce-billing-fields {
	border-radius: 18px;
	background: white;
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce ul.order_details {
	padding-left: 0px;
}
.woocommerce-column--shipping-address {
	display: none;
}
.woocommerce-order-details {
	display: none;
}
.woocommerce-column--billing-address {
	display: none;
}

.header-timer {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #222222;
	margin: 0px auto;
}
.header-timer .countdown-text {
	font-size: 12px;
	color: #ffffff;
	margin-top: 0px;
	line-height: 1;
	min-height: unset;
}
.header-timer__title {
	font-weight: 900;
	color: #fe3131;
	font-size: 24px;
	margin-right: 30px;
}
.header-timer .countdown-time {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
}
.header-timer .countdown-number {
	background: #121215;
	border-radius: 5px;
	overflow: hidden;
	margin-left: 5px;
}
.countdown-number:first-child {
	margin-left: 0px;
}
.header-timer .countdown-number:nth-child(1) {
	display: flex;
}
.header-timer .countdown-number:nth-child(2) {
	display: flex;
}

.d-none {
	display: none;
}

.bump-product {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #337ab7;
}
.bump-product__price {
	font-size: 28px;
	font-weight: 800;
	text-align: center;
	width: 100%;
	text-align: center;
	margin: 20px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bump-product .program__subtitle {
	color: #121215;
	font-size: 16px;
	line-height: 1.1;
	margin-bottom: 5px;
}
.bump-product .program__text {
	color: #121215;
	font-size: 14px;
}
.bump-product__title {
	font-size: 26px;
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 20px;
}
.bump-product__price {
}
.bump-product .program__item {
	border: 1px solid #fe3131;
	padding: 10px;
}
.bump-product .btn {
	border: none;
	font-size: 16px;
	max-width: 140px;
	width: 100%;
	min-width: 140px;
	height: 46px;
}
.special-offer {
	position: fixed;
	bottom: 10px;
	left: 0px;
	margin: 0px 15px;
	background: #f84646;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 12px;
	border-radius: 32px;
	max-width: 100%;
	width: calc(100% - 30px);
	display: none;
	justify-content: center;
	align-items: center;
	animation: blinker 3s linear infinite;
}
.special-offer span {
	display: flex;
	justify-content: center;
	align-items: center;
}
.woman__list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.woman__item {
	font-size: 18px;
	color: #fff;
	margin-right: 30px;
}
.woman__item h4 {
	font-weight: 600;
	color: #e84938;
	font-size: 30px;
	line-height: 1.4;
}
.man-title {
	display: flex;
	justify-content: center;
	align-items: center;
}
.transformation__text {
	font-size: 16px;
	line-height: 1.2;
	color: #ffffff;
}
.transformation__text span:first-child {
	margin-right: 5px;
}
.transformation__text p {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
}
.transformation__text p svg {
	height: 24px;
	margin-top: -2px;
}
.transformation__text span {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.transformation__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.transformation__item {
	position: relative;
	padding: 30px;
	border-radius: 5px;
	height: 700px;
	display: flex;
	align-items: flex-end;
}
.transformation__img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.transformation__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.man-title_two .title_l br {
	display: none;
}
.man-title_two .title_l {
	max-width: 684px;
}
@keyframes blinker {
	50% {
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
}

@media (max-width: 1300px) {
	.intro__experience {
		right: 20px;
		font-size: 20px;
		bottom: 30px;
	}
	.arrow {
		width: 100%;
		padding: 0px 12px;
		left: 0px;
	}

	.arrow div {
		background: rgba(255, 255, 255, 0.618);
		border-radius: 50%;
		transition: all 0.34s ease-in;
		width: 40px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.arrow svg {
		width: 32px;
		height: 32px;
	}

	.arrow div:hover {
		background: white;
	}

	.reviews__img {
		height: 400px;
	}
}

@media (max-width: 1210px) {
	.preview__title h1,
	.preview__text {
		color: #ffffff;
	}

	.preview__bg {
		padding-left: 0;
	}
}

@media (max-width: 1080px) {
	.banner__left {
		min-width: 400px;
		max-width: 400px;
	}
	.program__item {
		font-size: 16px;
	}

	.program__link a {
		font-size: 16px;
	}

	.section_intro {
		min-height: unset;
		height: 100%;
	}

	.for__list {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.for__item {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.for__item:last-child {
		margin-bottom: 0px;
	}

	.myself__title {
		text-align: center;
	}

	.myself__wrap {
		flex-direction: column;
	}

	.myself__left {
		min-width: unset;
		right: 0px;

		margin: 0px auto;
		margin-bottom: 30px;
	}

	.program__links {
		margin-top: 40px;
	}

	.diplomas__right {
		margin-left: 30px;
	}

	.header__wrap {
		gap: 20px;
	}

	.header__logo {
		margin-right: auto;
	}

	.header__nav {
		position: fixed;
		top: 50px;
		width: 100%;
		background: #ffffff;
		padding: 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
		left: -110%;
		opacity: 0;
		z-index: -9;
		transition: all 0.34s linear;
	}

	.header__nav.active {
		z-index: 9;
		opacity: 1;
		left: 0px;
	}

	.header__nav a {
		font-size: 20px;
		margin: 0px;
		margin-bottom: 12px;
	}

	.header__nav a:last-child {
		margin-bottom: 0px;
	}

	.header__nav .header__btn {
		display: flex;
	}

	.header__btn {
		display: none;
	}

	.header__burger {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.step__list {
		flex-wrap: wrap;
	}

	.step__item {
		width: calc((100% / 2) - 10px);
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.step__item:nth-child(3n + 3) {
		margin-right: 20px;
	}

	.step__item:nth-child(2n + 2) {
		margin-right: 0px;
	}

	.step__item:last-child {
		margin-right: 0px;
	}

	.go__subtitle,
	.how__subtitle {
		font-size: 18px;
	}

	.go__icon,
	.how__icon {
		width: 100px;
		height: 100px;
	}

	.go__icon svg,
	.how__icon svg {
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 900px) {
	.woman__list {
		flex-direction: column;
	}
	.woman__item {
		margin-right: 0px;
		margin-bottom: 40px;
	}
	.woocommerce .col2-set {
		width: 100% !important;
	}
	.woocommerce-checkout.order__form {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
	}
	.woocommerce-checkout-review-order {
		margin-left: 0px;
		max-width: 100%;
		width: 100%;
		margin-top: 30px;
	}
	.blog-video__list .blog-video__item {
		width: calc((100% / 2) - 10px);
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.blog-video__list .blog-video__item:nth-child(3n + 3) {
		margin-right: 20px;
	}

	.blog-video__list .blog-video__item:nth-child(2n + 2) {
		margin-right: 0px;
	}

	.blog-content__wrap {
		flex-direction: column;
	}

	.blog-content__text {
		max-width: 100%;
		margin-right: 0px;
		width: 100%;
		margin-bottom: 30px;
	}

	.blog__column {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		max-width: 100%;
		min-width: unset;
	}

	.blog__column .blog__item {
		width: calc(50% - 10px);
		margin-right: 20px;
	}

	.blog__column .blog__item:nth-child(2n + 2) {
		margin-right: 0px;
	}

	.about__wrap {
		flex-direction: column;
	}

	.about__left {
		height: 620px;
		margin: 0px auto;
	}

	.about__right {
		max-width: 100%;
		margin-left: 0px;
		margin-top: 100px;
	}

	.about__before {
		left: 50%;
	}

	.section_about {
		overflow: hidden;
	}

	.tariff__wrap {
		grid-template-columns: 1fr;
	}

	.go__wrap,
	.how__wrap {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
	}

	.go__item:last-of-type,
	.how__item:last-of-type {
		grid-column: span 2;
	}
}

@media (max-width: 768px) {
	.man-title_two .title_l br {
		display: block;
	}
	.transformation__list {
		grid-template-columns: repeat(1, 1fr);
	}
	.transformation__item {
		padding: 120px 20px 20px 20px;
		height: unset;
	}
	.transformation__item:nth-child(1) {
		order: 1;
	}
	.transformation__item:nth-child(2) {
		order: 2;
	}
	.transformation__item:nth-child(3) {
		order: 4;
	}
	.transformation__item:nth-child(4) {
		order: 3;
	}
	.guarantee {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 20px;
	}
	.guarantee__text {
		font-size: 16px;
	}
	.guarantee__title {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.guarantee__img {
		margin-right: 0px;
		margin: 0px auto;
	}
	.banner__left {
		min-width: 400px;
		max-width: 400px;
		margin: 0px auto;
		margin-bottom: 30px;
	}
	.banner {
		display: flex;
		flex-direction: column;
	}
	.diplomas__right {
		display: none;
	}

	.diplomas__left {
		max-width: 100%;
		width: 100%;
	}

	.diplomas__item {
		margin: 0px auto;
	}

	.preview {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.preview__title {
		max-width: 400px;
		width: 100%;
	}

	.preview__title h1 {
		font-size: 44px;
	}

	.preview__title img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.preview__social.social {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	.preview__text {
		margin-bottom: 24px;
	}

	.preview__social.social a {
		margin-bottom: 0px;
		margin-right: 12px;
	}

	.section_preview {
		height: 100vh;
		min-height: 400px;
		padding-top: 25vh;
	}

	.preview__scroll {
		position: absolute;
		margin: 0px;
		right: 15px;
		bottom: 30px;
	}

	.intro__title .title {
		font-size: 54px;
	}

	.intro__subtitle {
		font-size: 24px;
	}

	.packages {
		grid-template-columns: 1fr;
	}

	.packages {
		margin-bottom: 1em;
	}
}

@media (max-width: 680px) {
	.page-id-296 .wrap .section_intro{
		padding-top: 160px;
		padding-bottom: 100px;
		height: 100vh;
		min-height: 400px;
	}
	.page-id-296 .intro__experience{
		margin-top: 15px;
	}
	.page-id-296 .footer__web:first-child{
		margin-top: 0px;
	}
	.intro__text br{
		display: block;
	}
	.reviews__arrow .arrow {
		top: calc(50% - 193px);
	}
	.section_man {
		padding-bottom: 0px;
	}
	.woman__item h4 {
		font-size: 24px;
	}
	.woman__item {
		font-size: 16px;
	}
	.man__text {
		font-size: 16px;
		margin-right: 0px;
		margin-bottom: 10px;
		width: 100%;
	}
	.special-offer.active {
		display: flex;
	}
	.bump-product__title {
		font-size: 22px;
	}
	.section_intro {
		padding-top: 120px;
	}
	.header__wrap {
		padding: 10px 20px;
	}
	.header-timer__title {
		font-size: 14px;
	}
	.header-timer .countdown-time {
		font-size: 16px;
		line-height: 1.1;
	}
	.header-timer .countdown-text {
		font-size: 11px;
	}
	.header-timer .countdown-number:nth-child(1) {
		display: none;
	}
	.header-timer .countdown-number:nth-child(2) {
		display: none;
	}
	.program__item {
		padding: 12px;
	}
	.program__img {
		min-width: 110px;
		width: 110px;
		height: 60px;
		border-radius: 3px;
	}
	.program__text {
		font-size: 13px;
	}
	.program__subtitle {
		font-size: 14px;
		line-height: 1.2;
	}
	#adfy__woofc-trigger {
		right: 20px !important;
		bottom: 20px !important;
	}
	.woocommerce ul.order_details li {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0px;
		padding-right: 0px;
		border: none;
	}
	.guarantee__img {
		min-width: 200px;
	}
	.countdown {
		font-size: 18px;
	}
	.intro__experience {
		position: unset;
		margin-top: 50px;
		width: 100%;
		text-align: center;
	}
	.banner__left {
		min-width: unset;
	}
	.banner__text {
		font-size: 16px;
	}
	.title_l {
		font-size: 26px !important;
	}

	.blog__title .title {
		font-size: 22px;
	}

	.blog-content__text h2 {
		font-size: 20px;
	}

	.blog-content__text ol {
		padding-left: 20px;
	}

	.reviews__title {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.preview__title h1 {
		font-size: 40px;
	}

	.reviews__title .title {
		margin-bottom: 10px;
	}

	.reviews__title .reviews__more-telegram {
		margin-bottom: 20px;
	}

	.blog__links {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.blog-video-main__text {
		font-size: 14px;
	}

	.job__item {
		width: 100%;
		margin-bottom: 40px;
		margin-right: 0px;
	}

	.job__icon {
		margin-bottom: 12px;
	}

	.job__item:nth-last-child(-n + 2) {
		margin-bottom: 40px;
	}

	.job__name {
		font-size: 24px;
		line-height: 1.2;
	}

	.job__text {
		font-size: 16px;
		line-height: 1.5;
		min-height: unset;
	}

	.blog-video__list .blog-video__item {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.blog-video__list .blog-video__item:nth-child(3n + 3) {
		margin-right: 0px;
	}

	.blog-video__list .blog-video__item:nth-child(2n + 2) {
		margin-right: 0px;
	}

	.blog-video {
		display: flex;
		flex-direction: column;
	}

	.blog-video__item_big {
		height: 400px;
	}

	.blog__title {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
	}

	.blog-video__left {
		max-width: 100%;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.blog-video__right {
		max-width: 100%;
		width: 100%;
	}

	.about__left {
		height: 600px;
	}

	.about__before span {
		margin-right: 0px;
		margin-bottom: 24px;
	}

	.about__before span:last-child {
		margin-bottom: 0px;
	}

	.about__before {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: unset;
	}

	.about__text ul:last-child {
		margin-bottom: 0px;
	}

	.work__item {
		width: 100%;
		margin-right: 0px;
		padding: 24px;
		height: unset;
	}

	.work__item:last-child {
		margin-bottom: 0px;
	}

	.work__item:nth-child(3n + 3) {
		margin-right: 0px;
	}

	.work__item:nth-child(2n + 2) {
		margin-right: 0px;
	}

	.work__name {
		margin-top: 15px;
	}

	.work__item:last-child {
		margin-right: 0px;
	}

	.footer__copy {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer__organization {
		text-align: center;
	}

	.footer__web {
		margin-top: 24px;
	}

	.title {
		margin-bottom: 30px;
		font-size: 30px;
		line-height: 1.2;
	}

	.title_before:before {
		top: -12px;
	}

	.reviews__img {
		height: 340px;
	}

	.footer-feedback .container {
		flex-direction: column;
	}

	.footer-feedback__name {
		margin-bottom: 12px;
		text-align: center;
	}

	.footer__nav {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.footer__nav a {
		margin: 0px;
		margin-bottom: 12px;
	}

	.footer__nav:last-child {
		margin-bottom: 0px;
	}

	.step__item {
		width: 100%;
		margin-right: 0px;
	}

	.step__item:nth-child(3n + 3) {
		margin-right: 0px;
	}

	.step__item:nth-child(2n + 2) {
		margin-right: 0px;
	}

	.step__btn {
		margin-top: 24px;
	}

	.step__name {
		font-size: 26px;
	}

	.tariff__subtitle {
		font-size: 18px;
	}

	.tariff__item li {
		font-size: 16px;
	}

	.tariff__price {
		margin-bottom: 15px;
		font-size: 26px;
	}
	.tariff__bg {
		padding: 24px;
	}
}

@media (max-width: 475px) {
	.preview__title h1 {
		font-size: 32px;
	}

	.go__wrap,
	.how__wrap {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(3, 1fr);
	}

	.go__item:last-of-type,
	.how__item:last-of-type {
		grid-column: span 1;
	}

	.go__icon,
	.how__icon {
		width: 80px;
		height: 80px;
	}

	.go__icon svg,
	.how__icon svg {
		width: 40px;
		height: 40px;
	}

	.reviews-course .reviews__img {
		min-height: 265px;
	}

	.intro__title .title {
		font-size: 48px;
	}
	.page-id-296 .intro__title .title {
		font-size: 34px;
	}
	.page-id-296 .intro__experience{
		padding: 12px;
	}
	.intro__subtitle {
		font-size: 22px;
	}

	.reviews-course .reviews__text {
		padding-top: 240px;
	}
}
@media (max-width: 380px) {
	.countdown {
		font-size: 16px;
	}
}
@media (max-width: 350px) {
	.man-title_two .title_l {
		font-size: 20px !important;
	}
}
