/*!
Theme Name: Julia Fesenko
Theme URI: http://underscores.me/
Author: Vetroff
Author URI: http://vetroff@zencode.us
Description: Julia Fesenko 2023 WP theme
Version: 2023.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: julf
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Julia Fesenko is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
    cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}
body {
    overflow-x: hidden;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #2B2B2A;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.block_tit,
.block_subtit {
	clear: both;
    font-family: 'Raleway';
    line-height: 1.5;
}

h1 {
font-weight: 700;
font-size: 32px;
margin: 0;
}

h2, .subtit {
   font-weight: 400;
font-size: 20px;
margin: 0;
}


.block_tit {
font-weight: 700;
font-size: 30px;
margin-bottom: 60px;
}

.block_tit span, h1 span, h2 span  {
    color: #EB5E28;
}


.block_subtit {
font-weight: 700;
font-size: 20px;
display: flex;
align-items: center;
}

.block_subtit img {
    margin-right: 12px;
}


p {
	margin-bottom: 1.5em;
}

p:empty {
    margin-bottom: 0;
    display: none;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #FFFCF2;
}

hr {
	background-color: #F5E6DD;
	border: 0;
	height: 1px;
	margin-bottom: 3em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #EB5E28;
    text-decoration: none;
}

a:visited {
	color: #EB5E28;
}

a:hover,
a:focus,
a:active {
	color: #EB5E28;
    text-decoration: underline;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 20px;
	background: #EB5E28;
	color: #FFFCF2;
	line-height: 1;
	padding: 0 32px;
    height: 63px;
    line-height: 63px;
    display: inline-block;
    font-family: 'Raleway';
font-weight: 700;
text-align: center;
}

.button.button-white {
    background: #FFFCF2;
border: 1px solid #EB5E28;
color: #EB5E28;
line-height: 61px;
}


input[type="submit"].button-send {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 51px;
    line-height: 51px;
}

input[type="submit"].button-send::after {
    content: '';
width: 24px;
height: 25px;
margin-left: 10px;
background: no-repeat center url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 2.5L11 13.5' stroke='%23FFFCF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 2.5L15 22.5L11 13.5L2 9.5L22 2.5Z' stroke='%23FFFCF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}


button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	box-shadow: 0px 0px 54px rgba(235, 94, 40, 0.31);
    text-decoration: none;
}

.button.button-white:hover {
    background: #403D39;
border: 1px solid #403D39;
color: #FFFCF2;
}

button:active,
a.button:active,
button:focus,
a.button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	box-shadow: 0px 0px 54px rgba(235, 94, 40, 0.31);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #403D39;
	border: none;
	border-radius: 20px;
	padding: 20px 32px;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.site-header {
   background: #282828;
}




/* Navigation
--------------------------------------------- */
.main-navigation {
    margin: auto;
    width: 80%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
    display: flex;
    justify-content: space-evenly;
}

.main-navigation ul li a {
    color: #CCC5B9;
}

.main-navigation ul li a:hover, .main-navigation ul li.current-menu-item a {
    color: #EB5E28;
}




.header_lang {
   width: 64px;
height: 111px;
background: #E2DACC;
border-radius: 0px 0px 20px 20px;
text-align: center;
padding: 28px 0 12px;
align-self: self-start;
}

.header_lang:hover {
    color: #EB5E28;
}

.header_lang:hover svg path {
    fill: #EB5E28;
}



/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link, .custom-logo-link img {
	display: block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/



/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/* JULF
--------------------------------------------- */







.site-footer {
    background: #403D39;
    padding: 200px 0 40px;
}

.footer-social {
    margin: 40px 0;
    padding: 0;
    list-style: none;
}

.footer-social ul {
    margin: 0;
    padding: 0;
}

.footer-social li {
    display: inline-block;
    padding: 0 !important;
    background: none !important;
}

.footer-social li:not(:last-child) {
    margin-right: 20px;
}

.footer-social li a {
    display: block;
    width: 24px;
height: 24px;
text-indent: -9999px;
}

.footer-social li a:hover {
    opacity: .9;
}

.footer-social li.icon_fb a {
    background: url('img/icon_fb.svg') no-repeat center;
}
.footer-social li.icon_in a {
    background: url('img/icon_in.svg') no-repeat center;
}
.footer-social li.icon_ln a {
    background: url('img/icon_ln.svg') no-repeat center;
}
.footer-social li.icon_tg a {
    background: url('img/icon_tg.svg') no-repeat center;
}



.footer-navigation {
    margin: auto;
    width: 80%;
}

.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
        display: flex;
    justify-content: space-around;
}

.footer-navigation ul li {
}

.footer-navigation ul li a {
    color: #FFFCF2;
}

.footer-navigation ul li a:hover, .footer-navigation ul li.current-menu-item a {
    color: #EB5E28;
}

.site-info {
    text-align: right;
font-weight: 300;
font-size: 15px;
color: #CCC5B9;
}

.oferta-link a {
   font-weight: 300;
font-size: 15px;
color: #FFFCF2;
}


.site-main ul {
    margin: 32px 0 40px;
    padding: 0;
    list-style: none;
}

.site-main ul li {
color: #6D655A;
padding-left: 36px;
margin-bottom: 20px;
max-width: 700px;
background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%23EB5E28' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 0 0;
}

.site-main ul li.dis {
    text-decoration: line-through;
    filter: grayscale();
}

.block_wrap {
    padding: 120px 0 80px;
}

.dark_block {
   background: #282828;
    background-size: cover;
}

.dark_block .block_tit {
    color: #FFFCF2;
}
.home_bnrwrap {
  background: #282828;
    background-size: cover;
    color: #FFFCF2;
}

.home_bnrwrap .container {
    position: relative;
}

.bnrbl_img {
    position: relative;
}

.bnrbl_img img {
    position: relative;
    z-index: 2;
    display: block;
}

.bnrbl_img:before {
    content: '';
    position: absolute;
width: 120%;
height: 120%;
left: -10%;
top: -5%;
background: #403D39;
border-radius: 50%;
filter: blur(90px);
}

.bnrbl_txt {
    z-index: 3;
}

.bnrbl_txt h1, .package_top_wrap_in h1 {
    margin-bottom: 20px;
}

.page_top_wrap_in h1 {
    margin-bottom: 64px;
}

.page_top_wrap_in .subtit {
font-family: 'Raleway';
font-weight: 500;
font-size: 20px;
color: #E2DACC;
margin: -44px 0 64px;
}

.bnrbl_txt .button {
    margin-top: 64px;
}

#bn_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 30px;

}

#bn_menu li {
    margin: 10px 0;
    padding: 0;
    background: none;
}

#bn_menu li a {
    display: block;
    width: 32px;
height: 32px;
}

#bn_menu li a:hover svg path {
    stroke: #EB5E28;
}
.arrow_down {
    display: flex;
    flex-direction: column;
    align-items: center;
/*    justify-content: center;   */
    position: absolute;
width: 56px;
height: 56px;
left: calc(50% - 28px);
bottom: 40px;
cursor: pointer;
padding-top: 14px;
transition: all 1s ease-out;
}

.arrow_down svg + svg {
    display: none;
}
.arrow_down:hover svg + svg {
    display: block;
    margin-top: 4px;
}
.home_achievements {
    z-index: 2;
    position: relative;
}

.home_achievements:before {
    content: '';
    position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #FFFCF2;
z-index: -1;
}
.rbox {
    display: flex;
flex-direction: column;
align-items: center;
padding: 40px;
gap: 12px;
width: 100%;
max-width: 460px;
background: #282828;
border-radius: 10px;
font-size: 18px;
color: #CCC5B9;
}

.drbox {
padding: 40px;
/*width: 100%;    */
background: #1F1F1E;
border-radius: 10px;
font-size: 18px;
color: #CCC5B9;
height: 100%;
position: relative;
}

.home_achieve_tit {
    color: #E2DACC;
font-family: 'Raleway';
font-weight: 600;
font-size: 28px;
margin-bottom: 12px;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 120px;
border-bottom: 1px solid #827F7A;
flex-wrap: wrap;
}

.home_achieve_tit div {
    width: 100%;
    text-align: center;
}

.home_achieve_tit b {
   color: #EB5E28;
   font-family: 'Inter';
font-weight: 700;
font-size: 40px;
margin-right: 10px;
}

.home_forwho_tit {
    color: #FFFCF2;
    font-weight: 700;
font-size: 24px;
margin-bottom: 12px;
display: flex;
align-items: center;
width: 100%;
}

.home_forwho_tit img {
    margin-right: 20px;
}

.main_text .block_tit {
    margin-bottom: 40px;
}

.main_text .button {
    display: block;
    max-width: 320px;
}

.main_photo {
    position: relative;
}

.main_photo_txt {
     background: #FFFCF2;
box-shadow: -20px 10px 50px rgba(66, 36, 7, 0.08);
backdrop-filter: blur(12px);
border-radius: 10px 0px 10px 10px;
font-style: italic;
font-size: 28px;
padding: 20px 32px;
position: absolute;
bottom: -94px;
right: 0;
max-width: 670px;
}


.home_questions_tit {
    color: #E2DACC;
    font-weight: 600;
font-size: 28px;
font-family: 'Raleway';
border-bottom: 1px solid #403D39;
padding-bottom: 20px;
}

.home_questions_tit div {
    width: 42px;
height: 42px;
font-family: 'Inter';
font-weight: 400;
color: #EB5E28;
border: 1px solid #EB5E28;
background: #403D39;
margin-bottom: 25px;
text-align: center;
border-radius: 50%;
}

.home_questions_tit div b {
  font-weight: 400;
}


.drbox ul {
    margin-bottom: 0;
}

.drbox ul li {
    color: #CCC5B9;
}


.blockquote {
   font-style: italic;
font-size: 28px;
padding: 45px 70px 45px 135px;
filter: drop-shadow(-20px 10px 50px rgba(66, 36, 7, 0.08));
backdrop-filter: blur(12px);
background: rgba(255, 252, 242, 0.9);
border-radius: 10px 10px 10px 0;
margin-top: 80px;
max-width: 1250px;
margin-left: auto;
position: relative;
overflow: hidden;

}

.blockquote b {
   font-weight: 500;
   display: block;
}

.blockquote span {
   color: #EB5E28;
}

.blockquote:after {
    display: block;
    width:150px;
        height: 150px;
        content: "";
        position: absolute;
        bottom: -80px;
    left: -73px;
        transform: rotate(43deg);
        background: #282828;
}

.block_wrap:not(.dark_block) .blockquote {
     background: #CCC5B9;
     filter: none;
}

.block_wrap:not(.dark_block) .blockquote:after {
    background: #FFFCF2;
}


.packet_drbox {
    height: auto;
    min-height: 200px;
    margin-top: 62px;
    margin-bottom: 118px;
}

.home_prefs_tit {
    position: absolute;
width: 124px;
height: 124px;
left: calc(50% - 62px);
top: -62px;
background: #2B2B2A;
border: 2px solid #EB5E28;
border-radius: 50%;
padding: 22px;
}

.pt-80 {
    padding-top: 80px;
}

.mt-124 {
    margin-top: 124px !important;
}

.home_packets_tit {
    color: #EB5E28;
    font-weight: 600;
font-size: 28px;
font-family: 'Raleway';
border-bottom: 1px solid #403D39;
padding: 20px 0 32px;
text-align: center;
}

.home_packets_tit div {
font-family: 'Inter';
font-weight: 700;
color: #CCC5B9;
margin-bottom: 4px;
}

.tabs {
    overflow: hidden;
}

.tab {
    width: 100%;
    overflow: hidden;
}

.faq_tabs .tab {
    border: 1px solid #CCC5B9;
border-radius: 10px;
margin-bottom: 24px;
}

.tab-label, .tab-opened-label {
    display: flex;
    justify-content: space-between;
    padding: 0;
font-family: 'Raleway';
font-weight: 600;
font-size: 20px;
    cursor: pointer;
    margin-top: 24px;
    color: #FFFCF2;
}

.faq_tabs .tab-label {
    background: #282828;
border-radius: 10px;
padding: 24px 40px;
color: #CCC5B9;
justify-content: flex-end;
align-items: center;
flex-direction: row-reverse;
margin-top: 0;
}

.tab-label::after {
    content: '';
width: 24px;
height: 30px;
    transition: all 0.25s;
    background: no-repeat center url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}


.faq_tabs .tab-label::after {
    content: '';
width: 38px;
height: 38px;
margin-right: 8px;
    transition: all 0.25s;
background: no-repeat center url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.91406 18.9956L30.0807 18.9956' stroke='%23CCC5B9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.9976 30.082L18.9976 7.91537' stroke='%23CCC5B9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.tab-content {
    max-height: 0;
    padding: 0;
    transition: all 0.25s;
    display: none;
    transition: 1000ms 50ms ease-in;
}

.tab-content ul {
    margin: 20px 0 0;
}

.tab-content ul li:last-child {
    margin-bottom: 0;
}

.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tab input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 0;
    display: block;
}

.faq_tabs input:checked ~ .tab-content {
    padding: 24px 40px;
    background: #FFFCF2;
	border-radius: 0px 0px 10px 10px;
	font-family: 'Raleway';
	font-weight: 500;
	font-size: 20px;
	filter: drop-shadow(0px 4px 24px rgba(103, 103, 103, 0.15));
	max-height: fit-content;
}

.faq_tabs input:checked + .tab-label {
background:  #FFFCF2;
color: #403D39;
border-bottom: 1px solid #CCC5B9;
border-radius: 10px 10px 0px 0px;
}

.faq_tabs input:checked + .tab-label::after {
    transform: rotate(90deg);
    background: no-repeat center url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2266 11.0947L26.7695 26.8991' stroke='%23403D39' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.0938 26.7705L26.8981 11.2276' stroke='%23403D39' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.tabs_minheight {
    min-height: 365px;
}

.home_packets_buttons {
    text-align: center;
    margin-top: 56px;
}


.home_packets_buttons .button {
        display: block;
        width: 100%;
/*    max-width: 320px;    */
    max-width: calc(100% - 60px);
    margin: 20px auto 0;
    overflow: hidden;
}

.h-auto {
    height: auto;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.screenquote_wrap {
    height: 767px;
    background: url('/wp-content/uploads/2023/06/screen_10_bg.png') no-repeat center;
    background-size: cover;
}

.screenquote_wrap .container {
    position: relative;
    height: 100%;
}

.screenquote_in {
    font-family: 'Raleway';
font-style: italic;
font-weight: 600;
font-size: 30px;
text-align: right;
color: #E2DACC;
position: absolute;
bottom: 80px;
right: 0;
}

.screenquote_in span {
    color: #EB5E28;
}

.screenquote_auth {
   font-weight: 400;
   margin-top: 32px;
}


.home_form_wrap {
    position: relative;
    border-radius: 10px 10px 10px 0;
    overflow: hidden;
    margin-bottom: -120px;
    padding: 80px 140px 0;
}

.home_form_wrap:after {
    display: block;
    width: 150px;
    height: 150px;
    content: "";
    position: absolute;
    bottom: -75px;
    left: -75px;
    transform: rotate(45deg);
    background: #403D39;
}

.home_form_wrap .block_tit {
    margin-bottom: 32px;
    font-size: 32px;
}

.home_form_wrap .block_subtit {
    color: #CCC5B9;
    font-weight: 500;
font-size: 24px;
margin-bottom: 80px;
}

.home_form_phone {
    width: 395px;
height: 445px;
background: url('/wp-content/uploads/2023/06/phone.png') no-repeat center bottom;
padding: 95px 45px 0 55px;
color: #FFFCF2;
}
#social-form_phone {
    margin: 24px 0;
    padding: 0;
    list-style: none;
}

#social-form_phone li {
    display: block;
    padding-left: 0;
    background: none;
}

#social-form_phone li:not(:last-child) {
    margin-bottom: 20px;
}

#social-form_phone li a {
    color: #FFFCF2;
    padding-left: 40px;
display: flex;
    justify-content: space-between;
    align-items: center;

}

#social-form_phone li a::after {
    content: '';
width: 24px;
height: 24px;
background: no-repeat center url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12.5H19' stroke='%23FFFCF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5.5L19 12.5L12 19.5' stroke='%23FFFCF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#social-form_phone li a:hover {
    opacity: .9;
    text-decoration: none;
}

#social-form_phone li.icon_fb a {
    background: url('img/icon_fb.svg') no-repeat left center;
}
#social-form_phone li.icon_in a {
    background: url('img/icon_in.svg') no-repeat left center;
}
#social-form_phone li.icon_ln a {
    background: url('img/icon_ln.svg') no-repeat left center;
}
#social-form_phone li.icon_tg a {
    background: url('img/icon_tg.svg') no-repeat left center;
}

.home_form_form  label {
    display: block;
    font-family: 'Raleway';
font-weight: 700;
color: #CCC5B9;
line-height: 2
}

.home_form_form p {
    margin: 0 0 12px;
}

.home_form_form .button-send {
    margin-left: auto;
    margin-top: 20px;
    cursor: pointer;
    padding: 0 52px 0 32px;
    background: #EB5E28 no-repeat center right 20px url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 2.5L11 13.5' stroke='%23FFFCF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 2.5L15 22.5L11 13.5L2 9.5L22 2.5Z' stroke='%23FFFCF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

}
.package_top_wrap {
    position: relative;
}

.package_top_wrap img {
    width: 100%;
}


.package_top_wrap_in {
    position: absolute;
    height: 32%;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.package_top_blocks {
    position: absolute;
    bottom: 64px;
    width: 100%;
}

.page_top_wrap_in {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.package_top_wrap_in .entry-title, .page_top_wrap_in .entry-title {
    color: #FFFCF2;
}

.package_top_wrap_in .entry-title span, .page_top_wrap_in .entry-title span {
    color: #EB5E28;
}
.prbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 36px;
    gap: 12px;
    width: 100%;
    max-width: 320px;
    background: rgba(40, 40, 40, 0.8);
    border-radius: 10px;
    font-size: 24px;
text-align: center;
color: #EB5E28;
}

.prbox p {
    margin: 0;
}

.prbox i {
    font-weight: 500;
    font-style: normal;
font-size: 18px;
color: #E2DACC;
display: block;
}

.package_achieve_tit {
    font-size: 18px;
color: #FFFCF2;
padding-bottom: 12px;
border-bottom: 1px solid #827F7A;
margin-bottom: 12px;
width: 100%;
}

.package_achieve_tit b {
    font-weight: 400;
    display: block;
}
.review_box {
    margin: 64px 0;
    filter: drop-shadow(-2px 3px 34px rgba(103, 103, 103, 0.15));
    background: #FFFCF2;
border-radius: 40px 10px 10px 10px;
padding: 32px 32px 40px;
}
.rev_tit {
  font-family: 'Raleway';
font-weight: 700;
font-size: 20px;
margin-bottom: 8px;
}

.rev_subtit {
    color: #827F7A;
    font-size: 15px;
}

.rev_social a {
    display: block;
    font-family: 'Raleway';
font-weight: 500;
font-size: 20px;
color: #1877F2;
}

.rev_social a.rev_fb {
    background: url(img/icon_fb.svg) no-repeat left center;
    padding-left: 32px;
}

.rev_social a.rev_li {
    background: url(img/icon_ln.svg) no-repeat left center;
    padding-left: 32px;
}


.rev_content {
    padding-top: 20px;
    border-top: 1px solid #CCC5B9;
    min-height: 225px;
}

.swiper-slide .rev_content {
min-height: 190px;
}

.rev_readmore {
    max-height: 158px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: max-height 0.5s ease-out;
}


.rev_content .toggle_btn{
margin-top: 20px;
color: #EB5E28;
font-family: Raleway;
font-size: 18px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
cursor: pointer;
display: flex;
}

.rev_content input[type="checkbox"] {
    display: none;
}

.rev_content .toggle_btn:before {
    content: "показати все";
    margin-right: 8px;
}



.rev_content input[type="checkbox"]:checked ~ .toggle_btn:before {
    content: "сховати";
}
.rev_readmore:has(~ input[type="checkbox"]:checked) {
    max-height: none;
}


.rev_content input[type="checkbox"]:checked ~ .toggle_btn svg{
transform: rotate(180deg);
}



.rev_content p {
    margin: 0;
}

.rev_img {
    display: inline-block;
  border-radius: 50%;
    border: 21px solid #FFFCF2;
    margin-top: -70px;
    margin-left: -33px;
}

.rev_img img {
    display: block;
    border-radius: 50%;
}


.row-contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contacts_phone, .contacts_email {
    display: flex;
    align-items: center;
    margin-top: 40px;
    font-weight: 600;
font-size: 28px;
}

.contacts_phone svg, .contacts_email svg {
    margin-right: 20px;
}

.contacts_phone a, .contacts_email a {
    color: #403D39;
}

#contact-social ul {
    margin: 0;
}

#contact-social li a {
   width: 32px;
    height: 32px;
    background-size: cover;
}

#contact-social a:not(:hover) {
    filter: grayscale();
}

#fm_arrow_down {
    cursor: pointer;
    margin-top: 100px;
    display: block;
    width: 100%;
    max-width: 310px;
}

.sert_img {
    box-shadow: 0px 20px 74px rgba(0, 0, 0, 0.08);
    display: block;
    border-radius: 10px;
    position: relative;
}
.shadow_box {
    background: #FFFCF2;
box-shadow: 0px 0px 74px rgba(0, 0, 0, 0.1);
border-radius: 10px;
padding: 120px 60px 80px 60px;
margin-left: -60px;
margin-right: -60px;
}

.shadow_box .block_tit {
    margin: 0 0 40px;
}

.shadow_box .block_tit.text-center {
    max-width: 1300px;
    margin: 0 auto 80px;
}

.shadow_box p {
    margin: 0;
}

.shadow_box p {
    margin-bottom: 80px;
}

.blog_article {
    display: flex;

}

.blog_article main {
    padding-right: 180px;

}

.blog_article aside {
    width: 100%;
    max-width: 392px;
}

.post-data {
    display: flex;
    align-items: center;
    color: #827F7A;
font-size: 16px;
margin-bottom: 64px;
}

.post-data svg {
    margin-right: 8px;
}

.blog_article .entry-content {
    margin-top: 40px;
    font-size: 20px;
font-family: Raleway;

}

.blog_article p {
    margin-bottom: 32px;

}

.blog_article hr {
    margin: 3em 0;
}


.blog_article h2 {
font-size: 30px;
font-weight: 700;
margin-bottom: 40px;
}


blockquote {
    font-style: italic;
    font-size: 28px;
    font-family: Inter;
    padding: 45px 145px 45px 40px;
    filter: drop-shadow(-20px 10px 50px rgba(66, 36, 7, 0.08));
    backdrop-filter: blur(12px);
    background: #CCC5B9;
    border-radius: 10px 10px 0 10px;
    margin: 40px auto 80px;
    max-width: 964px;
    position: relative;
    overflow: hidden;
}

blockquote span {
    color: #EB5E28;
}

.blog_article blockquote p {
    margin: 0;
}

blockquote:after {
    display: block;
    width: 150px;
    height: 150px;
    content: "";
    position: absolute;
    bottom: -80px;
    right: -80px;
    transform: rotate(47deg);
    background: #FAF7EC;
}

blockquote.darkquote {
    background: #2B2B2A;
    color: #CCC5B9;

}
blockquote.darkquote:after {
   transform: rotate(43deg);
}


.blog_article ul {
    padding-left: 110px;
}

.blog_article ul li {
    margin-bottom: 40px;
    background: no-repeat 0 0 url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 10L20 15L15 20' stroke='%23EB5E28' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 4V11C4 12.0609 4.42143 13.0783 5.17157 13.8284C5.92172 14.5786 6.93913 15 8 15H20' stroke='%23EB5E28' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}


.widget-area {
    padding: 40px;
    border-radius: 10px;
background: #2B2B2A;
color: #E2DACC;
height: max-content;
margin-top: 80px;
}

.widget-area h2 {
    font-size: 28px;
font-weight: 600;
border-bottom: 1px solid #403D39;
padding-bottom: 20px;
margin-bottom: 0;
}

.blog_article .widget-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.blog_article .widget-area li {
    margin: 20px 0 0;
    padding: 0;
    background: none;
}

.widget-area a {
    color: #CCC5B9;
font-size: 18px;
font-family: Inter;
text-decoration-line: underline;
}


.block_wrap article {
    padding: 0 4px;

}

.blog_list {
    padding: 32px;
    border-radius: 10px;
    background: #FFFCF2;
box-shadow: -2px 3px 34px 0px rgba(103, 103, 103, 0.15);
margin-top: 64px;
}

.blog_list h2 {
    margin: 20px 0 8px;
}

.blog_list h2 a {
    color: #2B2B2A;
font-family: Raleway;
font-weight: 700;
}

.blog_list img {
    display: block;
    border-radius: 10px;
}

.blog_list .post-data {
    margin: 0;
}

.blog-excerpt p {
    margin: 20px 0;
    font-size: 20px;
font-family: Raleway;
}

.readmore {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-family: Raleway;
font-weight: 700;
}

.readmore svg {
    margin-left: 8px;
}


.platform_subtit {
     font-family: Raleway;
font-size: 20px;
font-weight: 500;
margin-top: -50px;
margin-bottom: 60px;
}

.swiper-platform {
    margin-top: -36px;
}

.block-platform {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
}

.timeline_wrapper{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.timeline_wrapper .center-line{
    position: absolute;
    height: 100%;
    width: 3px;
    background: #EB5E28;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.timeline_wrapper .row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}
.timeline_wrapper .row:nth-child(even){
     flex-direction: row-reverse;
}
.timeline_wrapper .row:last-child {
      flex-direction: column-reverse;
      justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.timeline_wrapper .row .title{
    width: calc(50% - 120px);
    color: #FFFCF2;
    font-family: 'Raleway';
font-weight: 700;
font-size: 28px;
padding: 0;
z-index: 1;
height: fit-content;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.timeline_wrapper .row .title p {
    margin: 0 0 0 -40px;
}

.timeline_wrapper .row .title .bonus {
   font-weight: 600;
font-size: 26px;
padding-left: 42px;
margin-top: 20px;
background: no-repeat top left url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.6663 16V29.3333H5.33301V16' stroke='%23CCC5B9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.3337 9.33325H2.66699V15.9999H29.3337V9.33325Z' stroke='%23CCC5B9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 29.3333V9.33325' stroke='%23EB5E28' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.0003 9.33341H10.0003C9.11627 9.33341 8.26842 8.98222 7.6433 8.3571C7.01818 7.73198 6.66699 6.88414 6.66699 6.00008C6.66699 5.11603 7.01818 4.26818 7.6433 3.64306C8.26842 3.01794 9.11627 2.66675 10.0003 2.66675C14.667 2.66675 16.0003 9.33341 16.0003 9.33341Z' stroke='%23EB5E28' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 9.33341H22C22.8841 9.33341 23.7319 8.98222 24.357 8.3571C24.9821 7.73198 25.3333 6.88414 25.3333 6.00008C25.3333 5.11603 24.9821 4.26818 24.357 3.64306C23.7319 3.01794 22.8841 2.66675 22 2.66675C17.3333 2.66675 16 9.33341 16 9.33341Z' stroke='%23EB5E28' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.timeline_wrapper .row:nth-child(odd) .title{
    text-align: right;
}

.timeline_wrapper .row:nth-child(odd) .title p {
    margin: 0 -40px 0 0;
}

.timeline_wrapper .row:last-child .title {
    text-align: center;
    background: #282828;
    padding: 32px 0;
}

.timeline_wrapper .row:last-child .title p {
    margin: 0;
}
.timeline_wrapper .row section{
    background: #1F1F1E;
    border-radius: 10px;
    width: calc(50% - 120px);
    padding: 40px 40px 0;
    position: relative;
    color: #CCC5B9;
    box-shadow: 0px 0px 44px rgba(235, 94, 40, 0.25);
}

.timeline_wrapper .row section::before{
    position: absolute;
    content: "";
width: 50px;
height: 50px;
top: 25px;
background: #1F1F1E;
border-radius: 4px;
transform: rotate(45deg);

}
.timeline_wrapper .row:nth-child(even) section::before{
    right: -20px;
}
.timeline_wrapper .row:nth-child(odd) section::before{
    left: -20px;
}

.timeline_wrapper .row section.disabled {
    opacity: 0;
    padding: 0;
}

.timeline_wrapper .row .icon {
    height: 90px;
    width: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    font-style: normal;
    font-size: 32px;
    color: #FFFCF2;
    background: #282828;
    border: 3px solid #EB5E28;
    box-shadow:  0 0 12px rgba(235, 94, 40, .8);
    z-index: 1;
}

.timeline_wrapper .row section h3 {
font-weight: 600;
font-size: 20px;
text-transform: uppercase;
margin: 0;
color: #FFFCF2;
}

.timeline_wrapper .row section h4 {
font-weight: 600;
font-size: 20px;
margin: 0;
color: #FFFCF2;
}

.timeline_wrapper .row section ul li {
    color: #CCC5B9;
}


.timeline_wrapper .row .title li {
    font-weight: 400;
    font-size: 22px;
    font-family: 'Inter', sans-serif;
    color: #ECEBE9;
}


.timeline_infotxt {
    color: #CCC5B9;
    margin-top: 120px;
}

.swiper-button-next, .swiper-button-prev {
    top: -80px;
    width: 90px;
height: 60px;
background: #403D39;
border: 1px solid #CCC5B9;
border-radius: 10px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  background: rgba(235, 94, 40, 0.4);
border: 2px solid #EB5E28;
}

.swiper-button-next:hover svg path, .swiper-button-prev:hover svg path {
   stroke: #EB5E28;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: auto;
    right: 130px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: auto;
    right: 0;
}

.swiper-button-prev:after, .swiper-button-next:after {
    content: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #EB5E28;
    color: #FFFCF2;
    margin: 0 0 1em;
    border-radius: 10px;
    font-size: 14px;
}

.wpcf7-not-valid-tip {
        background: #eb5e28;
        color: #FFFCF2;
        font-size: 14px;
        font-family: Inter;
        position: absolute;
        right: 0;
        top: -36px;
        padding: 0 8px;
        border-radius: 6px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #FFFCF2;
    margin: 0 0 1em;
    border-radius: 10px;
    font-size: 14px;
}



.error404, .error404 .site {
    height: 100vh;
    display:flex;
    flex-direction: column;
}

.site-404 {
    display: flex;
    height: 100%;
    background: url('img/404.jpg') no-repeat center bottom;
    background-size: cover;
}

.error-404 {
       margin: auto;
       text-align: center;
       padding: 0 30px;
}

.error-404 svg {
    width: 485px;
    max-width: 100%;
}

.error-404 .page-title {
    margin: 40px 0 80px;
    color: #FFFCF2;
}


#post-586 .block_wrap{ overflow: hidden; }
.page-id-586 .home_form_phone{ margin-left: auto; margin-right: 0; }
.page-id-586 #home_form_wrap .button-to-telegram{ margin-bottom: 30px; }
.page-id-586 #home_form_wrap .button{ min-width: 350px; }

#yf-kursy-djini,
#yf-kursy-curriculum{
	background: #2B2B2A;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#yf-kursy-curriculum-content{ z-index: 100; }
#yf-kursy-curriculum h1{
	font-family: Raleway;
	font-weight: 900;
	font-size: 64px;
	Line height: 96px;
	color: #fff;
	padding-top: 122px;
	padding-left: 137px;
}

#yf-kursy-curriculum h3{
	margin: 40px auto 76px;
	max-width: 785px;
	color: #CCC5B9;
	font-size: 24px;
	line-height: 36px;
}

#yf-kursy-curriculum-footnote{ display: flex; flex-direction: column; padding-bottom: 28px; }

#yf-kursy-curriculum-footnote small{ 
	font-size: 24px;
	line-height: 36px;
	color: #87837D;
	font-family: 'Inter';
}

#yf-kursy-curriculum .container{ position: relative; }

#yf-kursy-galaxy{ 
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%,-50%);
	background: url(img/kursy/galaxy.png) no-repeat center / contain;
}

#yf-kursy-for-who .link_popup{ width: 100%; }
#yf-kursy-for-who p{ margin-bottom: 0; }
.yf-kursy-for-who-desc{ border-top: 1px solid #403D39;  }
.yf-kursy-for-who-desc ul li { color: #CCC5B9;}
#yf-kursy-for-who a.button{ width: 100% }
#yf-kursy-earnings{ padding-top: 40px; }
.yf-kursy-earnings-amount,
.yf-kursy-earnings-desc{ display: none; color: #FFFCF2; font-family: 'Inter'; }
.yf-kursy-earnings-amount.active,
.yf-kursy-earnings-desc.active{ display: block; }
.yf-kursy-earnings-desc strong{ font-size: 28px; line-height: 40px; margin: 0 auto 10px; }
.yf-kursy-earnings-desc p{ font-size: 14px; color: #CCC5B9; margin: 0 auto; }
.yf-kursy-earnings-amount{ text-align: center; font-size: 40px; line-height: 60px; font-weight: 700; margin: 0 auto 34px;  }
.yf-kursy-earnings-positions{ display: flex; justify-content:  space-between; margin-top: 40px; }
.yf-kursy-earnings-position { flex: 1; }
.yf-kursy-earnings-position strong { font-size: 20px; margin: 0 auto; }
.yf-kursy-earnings-position p{ font-size: 14px; color: #CCC5B9; margin: 0 auto; }


.yf-kursy-earnings-steps{
	height: 35px;
	width: 100%;
	position: relative;
	border-radius: 10px;
	background: #F1EEE4;
	display: flex;
}

.yf-kursy-earnings-step{ flex: 1; z-index: 10; cursor: pointer; user-select: none;}

#yf-kursy-earnings-steps-gradient{
	width: 37%;
	height: 35px;
	background: linear-gradient(90deg, #FFF9C5 0%, #FEF073 37.88%, #F77442 70.4%, #EB5E28 100%);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-radius: 10px;
	z-index: 1;
}

.yf-kursy-earnings-thumb{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 37%;
	transform: translate(-50%, -50%);
	background: #403D39;
	z-index: 11;
	cursor: grab;
	user-select: none;
}

.yf-kursy-earnings-thumb:after{
	content: '';
	background: #EB5E28;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

#yf-kursy-tarify{ padding-top: 60px; padding-bottom: 0; text-align: center; }
#yf-kursy-tarify .yf-kursy-tarif{ display: inline-block; }
#yf-kursy-tarify .block_tit{ margin-bottom: 0; }
#yf-kursy-tarify .block_tit+div{ margin-bottom: 30px; }
#yf-kursy-tarify .block_tit+div>label{ margin: 0 15px; font-family: 'Raleway'; font-size: 20px; cursor: pointer; color: #403D39; vertical-align: middle; }
#yf-kursy-tarify .block_tit+div>label input{
	margin: 0px;
	-webkit-appearance: none;
	appearance: none;
	background-color: rgba(255,255,255, 0);
	font: inherit;
	color: #403D39;
	width: 20px;
	height: 20px;
	border: 1px solid #403D39;
	border-radius: 50%;
	margin-right: 8px;
	transform: translateY(3px);
}

#yf-kursy-tarify .block_tit+div>label input::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #EB5E28;
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
}
#yf-kursy-tarify .block_tit+div>label input:checked{ border-color: #EB5E28; }
#yf-kursy-tarify .block_tit+div>label input:checked::before{ transform: scale(1); }

.yf-kursy-tarif{ text-align: left; padding: 25px; max-width: 550px; margin: 25px auto; }
.yf-kursy-tarif>h3{ color: #FFFCF2; margin: 0 auto 15px; font-size: 28px; width: 100%; }
.yf-kursy-tarif>h6{ color: #EB5E28; margin: 0 auto 15px; font-size: 16px; text-transform: lowercase; width: 100%; font-family: 'Inter'; }
.yf-kursy-tarif>p{ color: #FFFCF2; font-size: 18px; margin: 0 auto; }
.yf-kursy-tarif h4{ color: #FFFCF2; margin: 15px auto; font-size: 20px; font-family: 'Raleway'; width: 100%; text-transform: uppercase; }
.yf-kursy-tarif>div ul{ margin: 0 auto; }
.yf-kursy-tarif>div ul li{ font-size: 18px; color: #CCC5B9; background-image: url(img/kursy/enter-arrow.svg); font-family: 'Inter'; margin: 15px auto; }
.yf-kursy-tarif>div ul li p{ margin: 0 auto; }
.yf-kursy-tarif>div ul li p strong,
.yf-kursy-tarif>div ul li p b{ color: #fff; }
.yf-kursy-tarif>div ul li ul li { background: none; padding-left: 0; list-style: disc; }
.yf-kursy-tarif-prices{ margin-top: 30px; font-size: 50px; color: #fff; font-family: 'Inter'; font-weight: 700; text-align: left; border-bottom: 1px solid #403D39; width: 100%; margin-bottom: 15px; }
.yf-kursy-tarif-prices span{ font-weight: 300; font-size: 20px; }
.yf-kursy-tarif-price-full,
.yf-kursy-tarif-form-full{ display: none; }


#yf-kursy-results{ background: url(img/kursy/quotes-bg.png) no-repeat; background-size: 250px; background-position-x: 3%; padding-top: 40px; }
#yf-kursy-results .button{ margin-top: 80px; }
.yf-masonry-container {
	column-count: 3;
	column-gap: 15px;
	margin: 15px;
}

.yf-masonry-item {
    break-inside: avoid-column;
    margin-bottom: 15px;
}

.yf-masonry-item img {
    width: 100%;
    height: auto;
    display: block;
}

.yf-masonry-item h4{ font-family: 'Raleway'; font-weight: 500; font-size: 18px; margin: 0;  color: #EB5E28; position: relative; width: 100%; }
.yf-masonry-item h4:before,
.yf-masonry-item h4:after{ content: ''; display: block; position: absolute; width: 55px; height: 100px; background: url(img/kursy/orange-arrow.svg) no-repeat center/contain; z-index: 1;  }
.yf-masonry-item h4:after{ display: none; }

.yf-masonry-item-1-1 h4{ transform: rotate(-5deg); margin-bottom: 40px; max-width: 300px; }
.yf-masonry-item-1-1 h4:before{ top: 50%; left: 50%; }

.yf-masonry-item-1-2 h4{ transform: rotate(-5deg); margin-bottom: 40px;  }
.yf-masonry-item-1-2 h4:before{ top: 60%; left: 10%; transform: scaleX(-1) rotate(55deg); }
.yf-masonry-item-1-2 h4:after{ display: block; top: 70%; left: 70%; transform: rotate(45deg); }

.yf-masonry-item-1-3{ text-align: right; }
.yf-masonry-item-1-3 img{ max-width: 70%; display: inline-block; }
.yf-masonry-item-1-3 h4{ text-align: left;  }
.yf-masonry-item-1-3 h4:before{ top: -50%; left: 60%; transform: scaleY(-1); }

.yf-masonry-item-2-1{ text-align: right; }
.yf-masonry-item-2-1 img{ max-width: 80%; display: inline-block; }
.yf-masonry-item-2-1 h4{ text-align: left; margin-bottom: 30px;  }
.yf-masonry-item-2-1 h4:before{ top: 50%; left: 3%; transform: scaleX(-1) rotate(70deg); }

.yf-masonry-item-2-2 img{ max-width: 85%; }
.yf-masonry-item-2-2 h4{ text-align: right; margin-bottom: 30px;  }
.yf-masonry-item-2-2 h4:before{ top: 60%; left: 85%; transform: rotate(60deg); }

.yf-masonry-item-2-3 h4:before{ top: -70px; left: 50%; }

.yf-masonry-item-2-4 img{ max-width: 80%; }
.yf-masonry-item-2-4 h4{ margin-bottom: 45px; max-width: 160px; margin-left: 60px; }
.yf-masonry-item-2-4 h4:before{ top: 20%; left: 100%; transform: rotate(-20deg); }

.yf-masonry-item-3-1{ text-align: right; }
.yf-masonry-item-3-1 h4{ transform: rotate(5deg); margin-bottom: 40px; max-width: 330px; margin-left: auto; margin-right: 0; }
.yf-masonry-item-3-1 h4:before{ top: 50%; left: 0%; transform: scaleX(-1); }

.yf-masonry-item-3-2{ text-align: center; }
.yf-masonry-item-3-2 img{ display: inline-block; max-width: 70%; }
.yf-masonry-item-3-2 h4{ transform: rotate(5deg); margin-bottom: 40px;}
.yf-masonry-item-3-2 h4:before{ top: -90px; left: 85%; transform: rotate(45deg); }

.yf-masonry-item-3-3 h4:before{ transform: rotate(-20deg); top: -20px; left: -20px; }


#yf-kursy-earnings{ padding-top: 0; }





#yf-kursy-screenshots{ margin-bottom: 80px; }
#yf-kursy-screenshots .block_tit img{ margin-bottom: -5px; }

#yf-kursy-program{ background: #282828; }
#yf-kursy-program .block_tit{ color: #FFFCF2; }
#yf-kursy-program-point-content{ 
	padding: 40px;
	border-radius: 10px;
	background: #1F1F1E;
	box-shadow: 0px 0px 44px 0px #EB5E2840;
	color: #CCC5B9;
}

#yf-kursy-program-point-nav>ul{ margin: 0 auto; }
#yf-kursy-program-point-nav>ul>li{
	box-shadow: none;
	background: #1F1F1E;
	border-radius: 10px;
	padding: 30px 20px;
	margin-bottom: 28px;
	font-size: 21px;
	font-weight: 600;
	color: #FFFCF2;
	cursor: pointer;
	transition: all .3s ease-in;
}
#yf-kursy-program-point-nav>ul>li:hover{
	box-shadow: 0px 0px 44px 0px #EB5E2840;
}
#yf-kursy-program-point-nav>ul>li.active,
#yf-kursy-program-point-nav>ul>li:hover{
	color: #1F1F1E;
	background: linear-gradient(90deg, #FFF9C5 0%, #FEF073 37.88%, #F77442 70.4%, #EB5E28 100%); border: 1px solid #1F1F1E; color: #1F1F1E;
}

#yf-kursy-program-point-nav>ul>li small{ display: block; font-size: 12px; max-width: 65%; font-weight: 400; margin-top: 12px;}

.yf-kursy-program-point-mobile,
.yf-kursy-program-point{ display: none;  }
.yf-kursy-program-point.active{ display: block; }
.yf-kursy-program-point-mobile.active{ display: none; }
.yf-kursy-program-point h4{ margin: 0 auto; color: #FFFCF2; font-size: 28px; }
.yf-kursy-program-point p{ padding-bottom: 15px; border-bottom: 1px solid #403D39; margin: 15px auto; color: #CCC5B9; }
.yf-kursy-program-point h5{ color: #EB5E28; border-bottom: 1px solid #EB5E28; font-size: 24px; margin: 0 auto 15px; font-family: 'Inter'; }
.yf-kursy-program-point>ul{ margin: 0 auto; }
.yf-kursy-program-point>ul>li{ 
	font-size: 18px;
	color: #CCC5B9;
	background-image: url(img/kursy/enter-arrow.svg);
}

.yf-kursy-program-point a{
	padding-left: 70px;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	min-height: 60px;
	display: block;
	text-decoration: none;
	background: url(img/kursy/live.svg) no-repeat;
}

#yf-kursy-start{ padding: 80px 0 0 0; text-align: center; }
.yf-kursy-start{ border: 1px dashed #2B2B2A; border-spacing: 30px; border-radius: 10px; padding: 40px; position: relative; text-align: center; display: inline-block; }
.yf-kursy-start div{ position: absolute; width: 90px; height: 90px; border-radius: 50%; left: -45px; top: -45px; border: 1px solid #2B2B2A; background: #fffcf2; }
.yf-kursy-start img{ max-width: 45px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.yf-kursy-start h3{ margin: 0; font-size: 38px; font-family: 'Raleway'; font-weight: 700; }
.yf-kursy-start h3 span{ color: #EB5E28;}

#yf-kursy-teacher .button-white{ margin-top: 15px; }

#yf-kursy-case,
#yf-kursy-process{ padding-top: 0 }
#yf-kursy-massmedia{ padding-top: 15px; padding-bottom: 15px; }

#yf-kursy-who{ padding: 120px 0 26px 0; }

#yf-kursy-countdown{ padding: 80px 0 40px; }
#yf-kursy-countdown .block_tit{ margin-bottom: 0; }

#yf-kursy-countdown-timer{
	display: flex;
	justify-content: center;
	margin: 0px auto;
	color: #2B2B2A;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 80px;
	line-height: 120px;
}
#yf-kursy-countdown-timer>div{
	display: flex;
	flex-direction: column;
}
#yf-kursy-countdown-timer>div>div:last-of-type{
	font-weight: 300;
	font-size: 32px;
	line-height: 48px;
	text-align: center;
}
#yf-kursy-countdown-timer>div.colon{
	margin: 0 15px;
}

#yf-kursy-case .block_tit{ margin-bottom: 30px; }
#yf-kursy-case .review_box{ margin-top: 30px; }
#yf-kursy-case .review_box .row{ margin-bottom: 30px; }
#yf-kursy-case .review_box .box-dashed{ border: 1px dashed #CCC5B9; margin: 0 5px; padding: 15px; height: 100%; }
#yf-kursy-case .review_box .box-dashed.rounded{ border-radius: 15px; height: 100%; }

.yf-kursy-case-profile>div{ display: flex; align-items: center; }
.yf-kursy-case-profile>div>span,
.d-md-none .yf-kursy-case-profile>div>div>span{ color: #EB5E28; font-family: 'Inter'; font-size: 24px; font-weight: 600; margin-left: 15px;  }
.yf-kursy-case-profile>p,
.d-md-none .yf-kursy-case-profile>div>div>p{ margin: 30px auto 50px; font-family: 'Inter'; font-size: 18px; color: #403D39;  }
.yf-kursy-case-review{ padding-left: 85px; background: url('img/kursy/quotes.svg') no-repeat; background-position: top left; background-size: 65px; font-family: 'Inter'; font-size: 18px; font-weight: 300; font-style: italic; }
.d-md-none .yf-kursy-case-profile>div>div{ text-align: left; }
.d-md-none .yf-kursy-case-profile>div>div>span{ font-size: 21px; margin: 0 0 0 10px;}
.d-md-none .yf-kursy-case-profile>div>div>p{ margin: 0 0 0 10px; font-size: 14px; }


#yf-kursy-earnings .rbox{ max-width: 100%; }

#yf-kursy-djini{ padding-top: 60px; }
#yf-kursy-djini .block_tit{ color: #FFFCF2; }
#yf-kursy-djini .block_tit a{ color: #EB5E28; text-decoration: underline; font-family: 'Raleway'; }
#yf-kursy-djini .blockquote{ font-style: normal; margin-right: auto; }
#yf-kursy-djini .blockquote:after{ background: #2B2B2A; }
#yf-kursy-djini .blockquote h3{ font-weight: 600; margin: 0 auto 30px; font-family: 'Inter'; }
#yf-kursy-djini .blockquote h3 p{ font-style: normal;  }
#yf-kursy-djini .blockquote h3 em{ font-weight: 400; font-style: italic; }
#yf-kursy-djini .blockquote p{ margin: 0 auto; font-style: italic; line-height: 1.3em; }
#yf-kursy-djini .blockquote p em strong{ color: #EB5E28; }

#yf-kursy-sign{ padding: 120px 0; }
#yf-kursy-sign .block_tit{ text-align: center; font-size: 54px; line-height: 81px; max-width: 1165px; font-weight: 800; margin: 0 auto; }
#yf-kursy-sign .block_tit span{ font-weight: 700; }

#yf-kursy-faq{ padding-top: 0; padding-bottom: 0; }

#site-social{ display: none; }


.mfp-content:has(#yf-kursy-contact-form-wrapper){
	height: 100%;
}

#yf-kursy-contact-form-wrapper{
	position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
}

#yf-kursy-contact-form{
	position: relative;
	background: #2B2B2A;
	color: #CCC5B9;
	width: 90%;
	max-width: 960px;
	padding: 125px;
	text-align: center;
	border-radius: 20px;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,10% 100%,0% 90%);
	margin: 60px auto;
}


#yf-kursy-contact-form .mfp-close{
    background: url(img/kursy/x-square.svg) no-repeat center / contain;
    background-size: 125%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40px;
    right: 40px;
}

#yf-kursy-contact-form .block_tit{ color: #EB5E28; margin-bottom: 20px;  }
#yf-kursy-contact-form .block_subtit{ justify-content: center; margin-bottom: 60px; }
#yf-kursy-contact-form label{ text-align: left; display: block; }
#yf-kursy-contact-form label input{ margin-top: 10px; }
#yf-kursy-contact-form p{ margin: 0 auto 10px; }
#yf-kursy-contact-form .button-send{
	display: block; margin-top: 40px; width: 100%; min-height: 63px; text-align: center;
	background: #EB5E28 no-repeat center right 20px url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 2.5L11 13.5' stroke='%23FFFCF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 2.5L15 22.5L11 13.5L2 9.5L22 2.5Z' stroke='%23FFFCF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    background-position-x: calc(50% + 65px);
}


#splite_form_container{ height: auto!important; }

.only_on_kursy{ display: none!important; }
#post-586 .not_on_kursy{ display: none; }
#post-586 .only_on_kursy{ display: inline-block!important; }


body #splite_popup_box.layout_centered{ max-height: 700px; }

@media(max-width: 1000px){

	.yf-masonry-container {
		column-count: 1;
	    column-gap: 0;
	    margin: 0px auto;
	    max-width: 450px;
	    width: 90%;
	    display: flex;
	    flex-direction: column;
	}

	.yf-masonry-item {
	    break-inside: avoid-column;
	    margin-bottom: 15px;
	}

	.yf-masonry-item-1-1 { order: 1; }
	.yf-masonry-item-2-1 { order: 2; }
	.yf-masonry-item-3-1 { order: 3; }
	.yf-masonry-item-3-2 { order: 4; }
	.yf-masonry-item-2-2 { order: 5; }
	.yf-masonry-item-2-3 { order: 6; }
	.yf-masonry-item-3-3 { order: 7; }
	.yf-masonry-item-1-2 { order: 8; }
	.yf-masonry-item-1-3 { order: 9; }
	.yf-masonry-item-2-4 { order: 10; }

	.yf-masonry-item h4{ transform: none!important; font-size: 15px; }
	.yf-masonry-item h4:before{ width: 40px; height: 70px; }
	.yf-masonry-item h4:after{ width: 40px; height: 70px; }

	.yf-masonry-item-1-1 h4{ transform: rotate(-5deg); margin-bottom: 20px; max-width: 300px; margin-left: auto; text-align: right; }
	.yf-masonry-item-1-1 h4:before{ top: 20%; left: 0%; transform: scaleX(-1) rotate(50deg); }

	.yf-masonry-item-2-1{ text-align: left; }
	.yf-masonry-item-2-1 img { max-width: 240px; }
	.yf-masonry-item-2-1 h4{ margin-bottom: 15px; }
	.yf-masonry-item-2-1 h4:before{ top: 50%; left: 80%; transform: rotate(50deg); }

	.yf-masonry-item-3-1 h4{ max-width: 265px; margin-bottom: 15px; }
	.yf-masonry-item-3-1 h4:before{ top: 25%; left: -15%; }
	
	.yf-masonry-item-3-2{ text-align: right; }
	.yf-masonry-item-3-2 h4{ margin: 0; }
	.yf-masonry-item-3-2 h4:before{ top: -35px; left: 20%; transform: scaleX(-1) rotate(45deg); }


	.yf-masonry-item-2-2 h4:before { top: 85%; left: 90%; }

	.yf-masonry-item-2-3 img{ margin-left: -50px; }
	.yf-masonry-item-2-3 h4:before{ top: -50px; }

	.yf-masonry-item-3-3 h4:before { transform: scaleX(-1) rotate(35deg); top: -40px; left: 0px; }

	.yf-masonry-item-1-2 h4:before{ display: none; }

	.yf-masonry-item-1-3{ display: flex; flex-direction: column-reverse; text-align: right; align-items: center; }
	.yf-masonry-item-1-3 img{ display: inline-block; }
	.yf-masonry-item-1-3 h4{ margin-bottom: 20px; text-align: left; }
	.yf-masonry-item-1-3 h4:before{ top: 55px; left: 0; transform: scaleX(-1) rotate(90deg); }

	.yf-masonry-item-2-4 h4{ margin-bottom: 20px; margin-left: 0; }
	.yf-masonry-item-2-4 h4:before{ top: 0; left: 90%; }

}

@media(min-width: 769px){

	.mob-navigation, .burger-container {
	    display: none;
	}

	.row-contacts {
	    margin-top: -48px;
	}

	.swiper {
	    overflow: visible;
	}

}

@media(max-width: 1399px){
    .home_achieve_tit {
       font-size: 24px;
    }

	.home_achieve_tit b {
	    font-size: 36px;
	}

	.home_forwho_tit {
	    font-weight: 600;
	    font-size: 18px;
	    margin-bottom: 2px;
	}


	.home_forwho_tit img {
	    max-width: 64px;
	}


}


@media(max-width: 768px){

	body, input, select, optgroup, textarea {
	    font-size: 15px;
	}

	input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	    border-radius: 10px;
	    padding: 12px 20px;
	    font-size: 14px;
	}

	button, .button {
	    font-size: 16px;
	    width: 100%;
	}

	.yf-kursy-program-point-mobile.active{ display: block; }
	#yf-kursy-program-point-content{ display: none; }


	h1 {
	    font-size: 24px;
	}

	h2, .subtit {
	    font-weight: 400;
	    font-size: 15px;
	}


	.block_tit {
	    font-size: 20px;
	    margin-bottom: 32px;
	}

	.block_subtit {
	    font-size: 18px;
	}

	.block_subtit img {
	    max-height: 24px;
	}

	.platform_subtit {
	    font-size: 15px;
	    margin-top: -24px;
	}

	.block_wrap {
	    padding: 36px 20px 30px;
	}

	.home_bnrwrap {
	    padding: 40px 20px;
	}

	.mobmenur-container img {
	    max-height: 40px !important;
	}

	.bnrbl_txt {
	    order: 1;
	}

	.bnrbl_txt .button {
	    position: absolute;
	    bottom: 0;
	    width: 100%;
	    z-index: 2;
	}

	.bnrbl_img {
	    order: 2;
	    max-width: 248px;
	    margin: 20px auto 46px;
	}

	.bnrbl_txt h1, .package_top_wrap_in h1 {
	    margin-bottom: 12px;
	}

	#bn_menu {
	    display: none;
	}


	.home_achieve_tit {
	    font-weight: 600;
	    font-size: 20px;
	    height: 80px;
	}

	.home_achieve_tit b {
	    font-size: 20px;
	    margin-right: 0;
	}

	.rbox {
	    padding: 20px 40px;
	    max-width: 100%;
	    font-size: 15px;
	}

	.drbox {
	    padding: 20px;
	    font-size: 15px;
	    height: auto;
	}

	.main_text .block_tit {
	    margin: -20px 0 32px;
	}

	.site-main ul {
	    margin: 20px 0 32px;
	}

	.site-main ul li {
	    padding-left: 28px;
	    margin-bottom: 12px;
	    background-size: 16px;
	}

	.main_text .button {
	    max-width: none;
	}

	.main_photo_txt {
	    font-size: 15px;
	    bottom: -25px;
	}


	.home_forwho_tit {
	    font-weight: 600;
	    font-size: 18px;
	    margin-bottom: 2px;
	}


	.home_forwho_tit img {
	    max-width: 64px;
	}


	.home_questions_tit {
	    font-size: 18px;
	    display: flex;
	    align-items: center;
	}

	.home_questions_tit div {
	    width: 24px;
	    height: 24px;
	    line-height: 22px;
	    margin-bottom: 0;
	    margin-right: 12px;
	}

	.home_questions_tit div b {
	       width: 22px;
	    height: 24px;
	    display: block;
	}

	.blockquote {
	    font-size: 15px;
	    padding: 20px 32px;
	    margin-top: 32px;
	    margin-right: -20px;
	}

	.blockquote:after {
	    width: 56px;
	    height: 56px;
	    bottom: -30px;
	    left: -30px;
	}

	.mt-124 {
	    margin-top: 0 !important;
	}

	.pt-80 {
	    padding: 20px 40px 20px 110px;
	    margin-top: 50px;
	}

	.packet_drbox {
	    margin-bottom: 12px;
	    min-height: auto;
	}


	.home_prefs_tit {
	    width: 80px;
	    height: 80px;
	    left: 15px;
	    top: -40px;
	    border: 1px solid #EB5E28;
	    padding: 12px;
	}


	.home_packets_tit {
	    font-size: 20px;
	}

	.tab-label, .tab-opened-label {
	    font-size: 18px;
	    margin-top: 20px;
	}


	.swiper {
	    margin-left: -20px;
	    margin-right: -20px;
	    padding: 20px;
	    }


	    .swiper-packages,
	    .swiper-sert,
	    .swiper-platform {
	        padding-top: 72px;
	    }

	.block-platform {
	    margin-top: 0;
	}

	.swiper-button-next, .swiper-button-prev {
	    top: 22px;
	    right: 20px;
	    width: 70px;
	height: 40px;
	}

	.swiper-button-next svg , .swiper-button-prev svg {
	  width: 20px;
	height: 20px;
	}

	.swiper-button-next:hover, .swiper-button-prev:hover {
	border: 1px solid #EB5E28;
	}

	.swiper-button-prev, .swiper-rtl .swiper-button-next {
	    right: 110px;
	}


	.review_box {
	    margin: 32px 0 20px;
	    padding: 20px 12px 20px 20px;
	}

	.swiper .review_box {
	    margin-top: 70px;
	}

	.rev_img {
	    border: 15px solid #FFFCF2;
	    margin-top: -35px;
	    margin-left: -20px;
	}

	.rev_tit {
	    font-size: 18px;
	    margin-bottom: 0px;
	}

	.rev_subtit {
	    font-size: 14px;
	}

	.rev_social a {
	    font-size: 15px;
	    padding-left: 24px !important;
	    background-size: 16px !important;
	}


	.rev_content {
	    margin-top: 12px;
	    min-height: auto;
	}


	.screenquote_wrap {
	    height: auto;
	    padding: 48px 20px;
	}

	.screenquote_in {
	    position: relative;
	    font-size: 15px;
	    bottom: auto;
	}

	.tabs_minheight {
	    min-height: auto;
	}

	.faq_tabs .tab {
	    margin-bottom: 20px;
	}

	.faq_tabs .tab-label {
	font-size: 15px;
	    padding: 20px 40px 20px 12px;
	}


	.faq_tabs .tab-label::after {
	    width: 16px;
	    height: 16px;
	    background-size: 16px !important;
	}

	.faq_tabs input:checked ~ .tab-content {
	    padding: 20px;
	    font-size: 15px;
	}

	.home_form_wrap {
	    margin-bottom: -64px;
	    padding: 32px 20px 360px;
	    position: relative;
	}

	.home_form_wrap:after {
	    width: 75px;
	    height: 75px;
	    bottom: -40px;
	    left: -56px;
	    transform: rotate(60deg);
	}

	.home_form_wrap .block_tit {
	    margin-bottom: 20px;
	    font-size: 20px;
	    text-align: center;
	}

	.home_form_wrap .block_subtit {
	    font-size: 15px;
	    margin-bottom: 32px;
	    text-align: center;
	}

	.home_form_phone {
	    width: 278px;
	    height: 344px;
	    padding: 82px 30px 0 32px;
	    background-size: contain;
	    position: absolute;
	    bottom: 0;
	    left: calc(50% - 138px);
	}

	#social-form_phone li a {
	    background-size: 16px !important;
	    padding-left: 40px;
	}

	#social-form_phone li a::after {
	    content: '';
	    width: 16px;
	    height: 16px;
	    background-size: 16px;
	    }

	.site-footer {
	    padding: 100px 20px 40px;
	}

	.site-branding-logo {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}

	.footer-branding img {
	    max-width: 94px;
	}


	.footer-navigation ul {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}

	.footer-navigation ul li {
	    margin: 0 0 12px;
	    width: 45%;
	    white-space: nowrap;
	}

	.footer-navigation ul li a {
	    font-size: 16px;
	}

	.oferta-link {
	    width: 80%;
	    margin: 0 auto;
	}

	.site-info {
	    text-align: center;
	    font-size: 15px;
	    margin-top: 30px;
	}

	.page_top_wrap_in, .package_top_wrap_in {
	    padding: 40px 0;
	    height: 100%;
	}

	.page_top_wrap_in .container, .package_top_wrap_in .container {
	    height: 100%;
	}

	.page_top_wrap_in header, .package_top_wrap_in header {
	    display: flex;
	    flex-direction: column;
	    height: 100%;
	    text-align: left;
	}

	.package_top_wrap_in header {
	 /*   max-height: 600px; */
	    max-height: 70vh;
	}

	.page_top_wrap_in h1 {
	    margin-bottom: 12px;
	}

	.page_top_wrap_in .subtit {
	    font-weight: 400;
	    font-size: 16px;
	    margin: 0;
	}

	.page_top_wrap_in .container header .button, .package_top_wrap_in .container header .button  {
	    margin-top: auto;
	}

	.shadow_box {
	    padding: 40px 10px 20px;
	    margin-left: -10px;
	    margin-right: -10px;
	}

	.shadow_box .block_tit {
	    margin: 32px 0 32px;
	    text-align: center;
	}

	.shadow_box .block_tit.text-center {
	    margin: 0 0 20px;
	    text-align: left;
	}

	.shadow_box p {
	    margin-bottom: 10px;
	}

	.shadow_box hr {
	    margin: 32px 0;
	}

	.row-contacts {
	    flex-direction: column-reverse;
	    margin-top: 32px;
	}

	.contacts_phone, .contacts_email {
	    margin-top: 20px;
	    font-size: 18px;
	}

	.contacts_phone svg, .contacts_email svg {
	    margin-right: 16px;
	    width: 16px;
	}

	.blog_list {
	    padding: 20px;
	    margin-top: 32px;
	}

	.blog_list h2 {
	    font-size: 18px;
	font-weight: 700;
	}

	.post-data {
	    font-size: 14px;
	    margin-bottom: 16px;
	}

	.post-data svg {
	    width: 16px;
	}

	.blog-excerpt p {
	    margin: 12px 0;
	    font-size: 15px;
	}


	.blog_article {
	    flex-direction: column;
	}

	.blog_article main {
	    padding-right: 0;
	}

	.blog_article .entry-content {
	    margin-top: 32px;
	    font-size: 15px;
	    font-family: Inter;
	}

	.blog_article h2 {
	    font-size: 20px;
	    margin-bottom: 20px;
	}


	blockquote {
	    font-size: 15px;
	    padding: 20px 32px;
	    margin: 32px auto 40px;
	}

	blockquote:after {
	    width: 70px;
	    height: 70px;
	    bottom: -40px;
	    right: -40px;
	}

	.blog_article ul {
	    padding-left: 30px;
	}

	.blog_article ul li {
	    margin-bottom: 20px;
	}

	.widget-area {
	    padding: 40px 20px;
	    margin-top: 40px;
	}

	.widget-area h2 {
	    font-size: 16px;
	}

	.widget-area a {
	    font-size: 15px;
	}

	.package_top_blocks {
	    position: relative;
	    bottom: -20px;
	}


	.prbox {
	    flex-direction: row;
	    padding: 20px 12px;
	    max-width: none;
	    font-size: 16px;
	    text-align: left;
	}

	.prbox i {
	    font-size: 14px;
	}

	.package_achieve_tit {
	    font-size: 15px;
	    padding-bottom: 0;
	    border-bottom: none;
	    border-right: 1px solid #827F7A;
	    margin-bottom: 0;
	    width: 30%;
	    margin-right: 20px;
	}

	.package_achieve_tit b {
	    width: 100px;
	}


	.timeline_wrapper .center-line {
	    width: 2px;
	    left: 18px;
	    height: calc(100% - 90px);
	}


	.timeline_wrapper .row {
	    flex-direction: column !important;
	    padding-left: 72px;
	    margin-bottom: 40px;
	    position: relative;
	}

	.timeline_wrapper .row .icon {
	    height: 38px;
	    width: 38px;
	    line-height: 34px;
	    font-style: normal;
	    font-size: 18px;
	    border: 2px solid #EB5E28;
	    position: absolute;
	    top: 0;
	    left: 12px;
	    padding: 0;
	    text-align: center;
	}

	.timeline_wrapper .row .title {
	    width: 100%;
	    font-size: 18px;
	    min-height: auto;
	    text-align: left !important;
	}

	.timeline_wrapper .row:last-child .title {
	    padding: 0 0 20px;
	}


	.timeline_wrapper .row .title p {
	    margin: 0 !important;
	}


	.timeline_wrapper .row section {
	    padding: 20px;
	    width: 100%;
	    margin-top: 20px;
	    z-index: 1;

	}

	.timeline_wrapper .row section::before {
	    width: 40px;
	    height: 40px;
	    top: 12px;
	    left: -6px !important;
	    z-index: -1;
	}

	.timeline_wrapper .row section h3,
	.timeline_wrapper .row section h4 {
	    font-size: 17px;
	}

	.timeline_wrapper .row section ul {
	    margin: 20px 0;
	}

	.timeline_wrapper .row .title .bonus {
	    font-weight: 700;
	    font-size: 15px;
	    padding-left: 26px;
	    margin-top: 8px;
	    background-size: 16px;
	}

	.timeline_infotxt {
	    margin-top: 40px;
	    font-size: 14px;
	}

	.site-branding {
	    height: 85px;
	    display: flex;
	    padding-left: 20px;
	    align-items: center;
	    margin-right: auto;
	}

	.custom-logo-link {
	    display: block;
	}

	.custom-logo-link img {
	    max-width: 94px;
	}

	.header_lang {
	    width: 44px;
	height: auto;
	border-radius: 0px 0px 10px 10px;
	padding: 8px 0 4px;
	font-size: 14px;
	}

	.header_lang svg {
	    height: 28px;
	}

	.main-navigation {
	    display: none;
	}

	

	.site-header {
	    position: fixed;
	    display: block;
	    top: 0;
	    left: 0;
	    height: 85px;
	    width: 100%;
	    overflow: hidden;
	    transition: all 0.5s ease-out, background 1s ease-out;
	    transition-delay: 0.2s;
	    z-index: 999;
	}

	.site-header .burger-container {
	  height: 40px;
	  width: 40px;
	  cursor: pointer;
	  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	  -webkit-user-select: none;
	     -moz-user-select: none;
	      -ms-user-select: none;
	          user-select: none;
	  -webkit-tap-highlight-color: transparent;
	  margin-left: 40px;
	  margin-right: 20px;
	}

	.site-header .burger-container #burger svg + svg {
	    display: none;
	}

	.site-header ul#mobile-menu {
	    position: relative;
	    display: block;
	    padding: 40px 20px;
	    margin: 0;
	    list-style: none;
	}
	.site-header ul#mobile-menu li.menu-item {
	    margin-bottom: 30px;
	    transform: scale(1.15) translateY(-30px);
	    opacity: 0;
	    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	}

	.site-header ul#mobile-menu li.menu-item:nth-child(1) {
	    transition-delay: 0.49s;
	}
	.site-header ul#mobile-menu li.menu-item:nth-child(2) {
	    transition-delay: 0.42s;
	}
	.site-header ul#mobile-menu li.menu-item:nth-child(3) {
	    transition-delay: 0.35s;
	}
	.site-header ul#mobile-menu li.menu-item:nth-child(4) {
	    transition-delay: 0.28s;
	}
	.site-header ul#mobile-menu li.menu-item:nth-child(5) {
	    transition-delay: 0.21s;
	}
	.site-header ul#mobile-menu li.menu-item:nth-child(6) {
	    transition-delay: 0.14s;
	}
	/*.site-header ul#mobile-menu li.menu-item:nth-child(7) {
	    transition-delay: 0.07s;
	}*/

	.site-header.menu-opened ul#mobile-menu li.menu-item {
	    transform: scale(1) translateY(0px);
	    opacity: 1;
	}

	.site-header.menu-opened ul#mobile-menu li.menu-item:nth-child(1) {
	    transition-delay: 0.27s;
	}
	.site-header.menu-opened ul#mobile-menu li.menu-item:nth-child(2) {
	    transition-delay: 0.34s;
	}
	.site-header.menu-opened ul#mobile-menu li.menu-item:nth-child(3) {
	    transition-delay: 0.41s;
	}
	.site-header.menu-opened ul#mobile-menu li.menu-item:nth-child(4) {
	    transition-delay: 0.48s;
	}
	.site-header.menu-opened ul#mobile-menu li.menu-item:nth-child(5) {
	    transition-delay: 0.55s;
	}
	.site-header.menu-opened ul#mobile-menu li.menu-item:nth-child(6) {
	    transition-delay: 0.62s;
	}
	/*.site-header.menu-opened ul#mobile-menu li.menu-item:nth-child(7) {
	    transition-delay: 0.69s;
	}*/

	.site-header ul#mobile-menu a {
	    color: #FFFCF2;
	font-size: 18px;
	font-family: Raleway;
	font-weight: 600;
	}


	.site-header.menu-opened {
	    height: 100vh;
	    transition: all 0.3s ease-in, background 0.5s ease-in;
	    transition-delay: 0.25s;
	}

	.site-header.menu-opened .burger-container {
	    transform: rotate(180deg);
	}

	.site-header.menu-opened .burger-container #burger svg {
	    display: none;
	}

	.site-header.menu-opened .burger-container #burger svg + svg {
	    display: block;
	}

	#mobile-social-menu {
	    margin: 0;
	    padding: 0;
	    display: block;
	    text-align: center;
	    }

	#mobile-social-menu a:not(:hover) {
	    filter: grayscale();
	}


	.site-main {
	    margin-top: 35px;
	}/*80px*/

	.page-id-586 #home_form_wrap .button{ min-width: auto; max-width: 100%; padding: 0 15px; font-size: 14px; }
	//.page-id-586 #site-social{ display: none; }

	.footer-navigation{ width: 100%; }
	.footer-navigation ul li:nth-child(even){ text-align: right; }
	.oferta-link{ text-align: center; }

	#yf-kursy-curriculum-content{ padding: 0 30px; }
	#yf-kursy-curriculum h1{ font-size: 24px; padding-left: 20px; padding-top: 44px; }
	#yf-kursy-curriculum img{ max-width: 80%; margin-top: 30px; }
	#yf-kursy-curriculum h3{ font-size: 15px; line-height: 22px; font-weight: 400; margin: 20px auto 50px; }
	#yf-kursy-curriculum-footnote{ flex-direction: column-reverse; }
	#yf-kursy-curriculum-footnote small{ text-align: right; font-size: 14px; font-weight: 400; display: block; padding-right: 15px; }

	#yf-kursy-earnings .rbox{ padding: 20px; }
	.yf-kursy-earnings-amount{ font-size: 28px; font-weight: 600;line-height: 42px; margin-bottom: 15px; }
	.yf-kursy-earnings-position strong{ font-size: 10px; font-weight: 500; }
	.yf-kursy-earnings-position p{ font-size: 10px; font-weight: 400; }
	.yf-kursy-earnings-position.text-center{ text-align: left!important; }
	.yf-kursy-earnings-desc{ margin-top: 30px; }
	.yf-kursy-earnings-desc strong{ font-size: 20px; }
	
	#yf-kursy-earnings input[type="range"]::-webkit-slider-runnable-track{ height: 25px;  }
	#yf-kursy-earnings input[type="range"]::-moz-range-track { height: 25px;  }

	#yf-kursy-earnings input[type="range"]::-webkit-slider-thumb{ border: 10px solid #403D39; height: 30px; width: 30px; margin-top: -2px; }
	#yf-kursy-earnings input[type="range"]::-moz-range-thumb { border: 10px solid #403D39; height: 30px; width: 30px; margin-top: -2px; }


	#yf-kursy-sign{ padding: 40px 20px; }
	#yf-kursy-sign .block_tit { font-size: 20px; line-height: 30px;}

	#yf-kursy-program-point-nav>ul>li{ font-size: 16px; padding: 20px; margin-bottom: 15px; }
	#yf-kursy-program-point-content{ padding: 20px; }
	.yf-kursy-program-point h4{ font-size: 18px; }
	.yf-kursy-program-point p{ font-size: 15px; }
	.yf-kursy-program-point h5{ font-size: 17px; }
	.yf-kursy-program-point a{ font-size: 14px; }
	.yf-kursy-program-point>ul>li{ font-size: 15px; font-weight: 400; margin-bottom: 8px; }


	#yf-kursy-tarify .block_tit{ text-align: left; }
	#yf-kursy-tarify .block_tit+div>label{ width: 100%; margin: 0; display:block; }
	.yf-kursy-tarif{ margin: 15px auto; padding: 20px; }
	.yf-kursy-tarif>h3{ font-size: 20xp; margin-bottom: 8px; }
	.yf-kursy-tarif>h6{ font-size: 14px; margin-bottom: 8px; }
	.yf-kursy-tarif>p{ font-size: 16px; }
	.yf-kursy-tarif-prices{ margin-top: 0; font-size: 44px; }
	.yf-kursy-tarif-prices span{ font-size: 16px; }
	.yf-kursy-tarif h4{ font-size: 18px; }
	.yf-kursy-tarif>div ul li{ font-size: 15px; margin-bottom: 8px; }

	#yf-kursy-countdown{ padding: 40px 0; }
	#yf-kursy-countdown-timer{ font-size: 40px;  line-height: 60px; }
	#yf-kursy-countdown-timer>div>div:last-of-type{ font-size: 16px; line-height: 24px; }

	#yf-kursy-case{ padding-bottom: 0; }
	#yf-kursy-case .review_box .box-dashed.rounded{ margin-bottom: 15px; height: auto; padding: 12px; }

	#yf-kursy-process .drbox{ padding: 20px!important }

	#yf-kursy-teacher .main_photo{ margin-top: 40px; margin-bottom: 30px; }

	.yf-kursy-case-profile>p{ font-size: 15px; margin-bottom: 0; }
	.yf-kursy-case-review{ background-size: 30px; padding-left: 40px; font-size: 15px; }

	#yf-kursy-faq{ padding-top: 0; padding-bottom: 0; }

	#yf-kursy-screenshots .block_tit img{ max-width: 265px; }

	#yf-kursy-screenshots .swiper-wrapper{ margin-top: 0px; }

	#yf-kursy-process{ padding-top: 30px; }

	#yf-kursy-earnings{ padding: 0; padding-top: 30px; }
	#yf-kursy-earnings .block_tit{ padding: 30px 15px 15px; margin-bottom: 15px; }
	#yf-kursy-earnings .rbox{ border-radius: 0; }

	.yf-kursy-earnings-positions{ margin-top: 20px; }

	#yf-kursy-contact-form{ padding: 80px 20px; margin: 60px auto 30px; }
	#yf-kursy-contact-form .mfp-close{ width: 20px; height: 20px; top: 30px; right: 30px; }

	#yf-kursy-start{ padding-top: 60px; }
	.yf-kursy-start{ padding: 20px; }
	.yf-kursy-start div{ width: 40px; height: 40px; left: -20px; top: -20px; }
	.yf-kursy-start img{ max-width: 25px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
	.yf-kursy-start h3{ font-size: 21px; }

	#yf-kursy-tarify{ padding-top: 40px; }

	#yf-kursy-program-point-nav>ul>li small{ margin-top: 4px; max-width: 100%; font-size: 10px; }
}

