/* stylelint-disable */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
  ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
  ========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
    margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

html {
    scroll-behavior: smooth;
}

main {
    display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

/* Grouping content
  ========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
    font-size: 1em;
    /* 2 */
    font-family: monospace, monospace;
    /* 1 */
}

/* Text-level semantics
  ========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
    background-color: transparent;
    transition: 1s;
}

a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
    border-bottom: none;
    /* 1 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
    font-size: 1em;
    /* 2 */
    font-family: monospace, monospace;
    /* 1 */
}

/**
* Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
  ========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
    border-style: none;
}

/* Forms
  ========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    /* 2 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    font-family: inherit;
    /* 1 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
    /* 1 */
    overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
    /* 1 */
    text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
    display: table;
    /* 1 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    color: inherit;
    /* 2 */
    white-space: normal;
    /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
    vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
    overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
    outline-offset: -2px;
    /* 2 */
    -webkit-appearance: textfield;
    /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    font: inherit;
    /* 2 */
    -webkit-appearance: button;
    /* 1 */
}

/* Interactive
  ========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
    display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
    display: list-item;
}

/* Misc
  ========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
    display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
    display: none;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

html {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    font-family: "Raleway", sans-serif;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    width: 100%;
    height: 100%;
    background: #ffffff;
    font-size: 18px;
    font-family: "Manrope", sans-serif;
}

a {
    color: rgb(239 108 0);
    text-decoration: none;
}

.button:hover {
    transition: 1s;
    transform: scale(1.1);
}

.button {
    transition: 1s;
}

img,
video {
    display: block;
    height: auto;
}

.wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 128rem;
    margin: 0 auto;
    margin-top: 26px;
    border-bottom: 1px solid #e9eff2;
    padding-bottom: 26px;
    margin-bottom: 60px;
}

.wrapper .header,
.wrapper .footer {
    z-index: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.wrapper main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    z-index: 1;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
}

.container {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

/* @media screen and (min-width: 1024px) {
	.container {
		padding: 0 4rem;
	}
} */

@media screen and (min-width: 640px) and (max-width: 1023px) {
    .container {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 639px) {
    .container {
        padding: 0 0.8rem;
    }
}

.main-nav {
    padding: 18px;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
}

.main-nav__item a {
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.main-nav__item a:hover {
    color: rgb(239 108 0);
}

.container--wide {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    width: 99%;
    margin-bottom: 28px;
    padding: 0 16px;
    position: fixed;
    z-index: 100;
    background: #fffffff5;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 14%);
}
@media (max-width: 1280px) {
    .container--wide {
        max-width: 99%;
    }
}

.header__button,
.sharing-box__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 30px 10px 38px;
    background: rgb(239 108 0);
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    border-radius: 8px;
    position: relative;
    height: 50px;
}

.header__button:before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background: url(/wp-content/uploads/2026/01/phone.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
}

.hero-wrapper {
    border-radius: 6px;
    background: rgb(140 139 139);
    max-width: 790px;
    position: relative;
    min-height: 540px;
}

.hero-wrapper--image {
    background: linear-gradient(45deg, #0e0706, #362d26cf), url(/wp-content/uploads/2026/03/lesnik-scaled-1.webp);
    background-repeat: no-repeat;
    padding: 30px 40px;
    min-height: 540px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background-size: cover;
    background-position: 67% 9%;
}

.hero__title {
    margin: 0;
    color: #fff;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    max-width: 400px;
    margin-bottom: auto;
}

.hero__desc {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 300px;
}

.post-how-it-work__title {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

.post-how-it-work__title p {
    margin: 8px auto;
}

.sharing-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    max-width: 470px;
    gap: 16px;
    align-items: center;
}

.hero__main-img {
    position: absolute;
    right: -20%;
    top: 120px;
    max-width: 500px;
    width: 100%;
    height: 375px;
    border-radius: 8px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .hero__main-img {
        height: auto;
    }
}

.sharing-box__media {
    width: 62px;
    height: 62px;
    display: block;
}

.sharing-box__media--vk {
    background: url(/wp-content/uploads/2024/12/viber-icon.svg);
}

.sharing-box__media--tg {
    background: url(/wp-content/uploads/2024/06/tg-icon.svg);
}

.hero .sharing-box__button {
    padding: 20px 30px;
}

.about-section {
    background: #f7f7f7;
    padding: 50px 0;
}

.hero-section {
    margin-bottom: 80px;
    padding-top: 80px;
}
.about-section__title {
    margin: 0;
    color: #000;
    font-family: Manrope;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 20px;
}

.about-slider__item--img {
    border-radius: 10px 10px 0 0;
}

.about-slider__item {
    max-width: 310px;
    margin-bottom: 60px;
}

.about-slider__item-desc-wrapper {
    background: #fff;
    padding: 40px 40px 30px 30px;
    position: relative;
    min-height: 141px;
    border-radius: 0 0 10px 10px;
}

.about-slider__item-desc {
    margin: 0;
    color: #000;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.about-slider__item-icon {
    position: absolute;
    top: -25px;
}

.about-slider {
    display: flex;
    justify-content: space-between;
}

.about-section__content {
    margin: 0;
    color: #000;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.48px;
}

.history__title {
    margin: 0;
    color: #000;
    font-family: Manrope;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 60px;
}

.history {
    padding: 70px 0;
}

.history-gallery__img:first-child {
    grid-row: span 2;
    height: 100%;
}

.history-gallery__wrapper {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 15px;
}

.how-it-work__wrapper--color {
    background: linear-gradient(272deg, #8c8b8b, #8c8b8b);
    position: relative;
}

.how-it-work__wrapper--image {
    background-position: right top;
    background-repeat: no-repeat;
    padding: 60px 0;

    display: flex;
    flex-direction: column;
}

section#how_work {
    margin-bottom: 0;
}

.how-it-work__title {
    margin: 0;
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 30px;
}

.how-it-work__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 30px 18px 30px;
    background: rgb(0 0 0);
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 8px;
}

.how-it-work__item {
    border-radius: 6px;
    background: #fff;
    display: flex;
    padding: 24px;
    max-width: 470px;
    width: 100%;
    box-sizing: border-box;
    gap: 24px;
    align-items: center;
}

.how-it-work__item-desc {
    margin: 0;
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.how-it-work__items-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.students__title {
    margin: 0;
    color: #000;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 40px;
}

.students {
    padding: 0;
    margin: 80px 0;
}

.students-gallery {
    margin-bottom: 80px;
}

.students__desc {
    margin: 0;
    border-radius: 6px;
    background: rgb(140 139 139);
    padding: 28px 50px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.48px;
    max-width: 890px;
    box-sizing: border-box;
}

.students__desc p {
    margin: 0;
    font-size: 20px;
}

.students__main-image {
    border-radius: 8px;
    max-width: 900px;
    height: 500px;
    width: 100%;
    margin-left: auto;
    position: relative;
    z-index: -1;
    top: -40px;
    object-fit: cover;
}

.wpcf7-response-output {
    line-height: 1;
    font-size: 13px;
    text-align: center;
}

.contact__wrapper--color {
    border-radius: 6px;
    background: linear-gradient(45deg, #0e0706, #362d26cf);
    position: relative;
    min-height: 540px;
}

.contact__wrapper--image {
    background-position: right top;
    background-repeat: no-repeat;
    padding: 80px 0;
    min-height: 540px;
    display: flex;
    flex-direction: column;
}

.contact__title {
    margin: 0;
    color: #fff;
    font-family: Manrope;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 16px;
}

.contact__disc {
    margin: 0;
    color: #fff;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 36px;
}

.footer-column {
    width: 48%;
}

footer .sharing-box {
    margin-bottom: 36px;
}

.copywrite {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.footer-wrapper__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .footer-wrapper__inner {
        flex-wrap: wrap;
    }
}

footer .sharing-box__media--tg {
    background: url(/wp-content/uploads/2024/06/tg-icon-fill.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}

footer .sharing-box__media--vk {
    background-size: contain;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}

footer .sharing-box__button {
    color: #000;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    border-radius: 24px;
    background: #f1f1f1;
    padding: 13px 20px;
}

.header-logo__img {
    margin-left: 34px;
    height: 50px;
}

.wpcf7 {
    border-radius: 6px;
    background: #fff;
    width: 100%;
    padding: 20px;
}

.wpcf7 p {
    margin: 0;
    position: relative;
}

form .wpcf7-submit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 30px 18px 30px;
    background: rgb(239 108 0);
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 auto;
    min-width: 100%;
    position: relative;
    border-radius: 8px;
    border: none;
}
.wpcf7-spinner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.wpcf7-form-control {
    color: #999;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 13px 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    margin-bottom: 12px;
}

@media screen and (max-width: 1240px) {
    .about-section__content {
        max-width: 802px;
    }
}

@media screen and (max-width: 1240px) {
    .header-logo__img {
        margin-left: 4%;
    }
}

@media screen and (max-width: 991px) {
    main {
        display: block;
    }
}

@media screen and (max-width: 1080px) {
    .about-slider {
        overflow-x: scroll;
        gap: 10px;
    }
}

@media screen and (max-width: 991px) {
    .hero__main-img {
        position: inherit;
    }
}

@media screen and (max-width: 991px) {
    .menu-wrapper,
    .header__button {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .hero__main-img {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 991px) {
    .sharing-box ul li:first-child {
        min-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .sharing-box ul {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .hero-wrapper--image {
        background-position: -150% top;
    }
}

@media screen and (max-width: 991px) {
    .hero__title {
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 42px;
    }
}

@media screen and (max-width: 991px) {
    .hero__desc {
        font-family: Manrope;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}

@media screen and (max-width: 991px) {
    .hero-wrapper--image {
        padding: 16px;
        background-position: right top;
    }
}

@media screen and (max-width: 991px) {
    .about-section__title {
        font-size: 30px;
        font-weight: 400;
        line-height: 40px;
    }
}

@media screen and (max-width: 991px) {
    .about-slider__item {
        min-width: 250px;
    }
}

@media screen and (max-width: 991px) {
    .about-slider__item--img {
        width: 100%;
        height: 360px;
        object-fit: cover;
    }
}

@media screen and (max-width: 991px) {
    .about-slider__item-desc-wrapper {
        padding: 40px 20px 20px 20px;
    }
}

@media screen and (max-width: 991px) {
    .about-section__content {
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}

@media screen and (max-width: 991px) {
    .history-gallery__wrapper {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
}

@media screen and (max-width: 991px) {
    .container--wide {
        margin-bottom: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
        align-items: center;
    }
}

@media screen and (max-width: 991px) {
    .header-logo__img {
        margin-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .history__title {
        font-size: 22px;
        font-style: normal;
        font-weight: 300;
        line-height: 32px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .how-it-work__wrapper--image {
        padding: 30px 0 40px 0;
    }
}

@media screen and (max-width: 991px) {
    .how-it-work__item {
        gap: 16px;
        padding: 12px;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .how-it-work__items-wrapper {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .how-it-work__title {
        text-align: left;
    }
}

@media screen and (max-width: 991px) {
    .how-it-work__title {
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
    }
}

@media screen and (max-width: 991px) {
    .history {
        padding: 30px 0 40px 0;
    }
}

@media screen and (max-width: 991px) {
    .about-section {
        padding: 30px 0;
    }
}

@media screen and (max-width: 991px) {
    .hero-section {
        margin-bottom: 30px;
    }
}

.burger {
    width: 24px;
    height: 24px;
    border: none;
    background: url(/wp-content/uploads/2024/06/burger.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.close {
    width: 24px;
    height: 24px;
    border: none;
    background: url(/wp-content/uploads/2024/06/close-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    display: block;
    margin-bottom: 16px;
}

@media screen and (min-width: 991px) {
    .burger,
    .close {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .students__title {
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .students__desc {
        font-size: 22px;
        font-style: normal;
        font-weight: 300;
        line-height: 32px;
        padding: 40px 24px;
    }
}

@media screen and (max-width: 991px) {
    .students__main-image {
        border-radius: 0;
        min-width: 108%;
        width: 100%;
        height: auto;
        margin-left: auto;
        position: relative;
        z-index: -1;
        top: -15px;
        left: -4%;
    }
}

@media screen and (max-width: 991px) {
    .students-gallery {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .students {
        padding: 30px 0 0 0;
        margin-bottom: -20px;
    }
}

@media screen and (max-width: 991px) {
    .contact__wrapper--image {
        background-position: right top;
        background-repeat: no-repeat;
        padding: 30px 0;
    }
}

@media screen and (max-width: 991px) {
    .about-slider__item {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .how-it-work__wrapper--image {
        background-position: right top;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 991px) {
    .footer-column {
        width: 100%;
        display: contents;
    }
}

@media screen and (max-width: 991px) {
    footer .sharing-box ul li:first-child {
        min-width: inherit;
    }
}

@media screen and (max-width: 991px) {
    footer .sharing-box__media--tg,
    footer .sharing-box__media--vk {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 991px) {
    .copywrite {
        order: 2;
        margin-top: 30px;
    }
}

.wpcf7-not-valid-tip {
    font-size: 10px;
}

#slider-students .owl-item img {
    height: 295px;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    #slider-students .owl-item img {
        height: 200px;
        object-fit: cover;
    }
}

#slider-students button.owl-prev span {
    background: rgb(239 108 0);
    display: flex;
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #000000;
}

#slider-students button.owl-next span {
    background: rgb(239 108 0);
    display: flex;
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #000000;
}

#slider-students .owl-nav [class*="owl-"]:hover {
    background: none;
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
}

#slider-students .owl-nav {
    position: absolute;
    right: 25%;
    top: -110px;
}

@media screen and (max-width: 1440px) {
    #slider-students .owl-nav {
        right: 16%;
    }
}

@media screen and (max-width: 1080px) {
    #slider-students .owl-nav {
        position: relative;
        left: 0;
        top: auto;
        margin-right: auto;
        text-align: left;
        padding: 0 0.6rem;
        order: -1;
        margin-top: 0;
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 1080px) {
    #slider-students {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 992px) {
    .menu-wrapper {
        display: contents;
    }
}

@media screen and (max-width: 991px) {
    .menu-wrapper {
        position: fixed;
        background: #fff;
        max-width: 50%;
        width: 100%;
        top: 0;
        z-index: 5;
        height: 100%;
        padding: 16px;
    }
}

@media screen and (max-width: 991px) {
    .main-nav {
        flex-direction: column;
    }
}

@media screen and (max-width: 991px) {
    .main-nav__item {
        min-width: 110px;
    }
}

@media screen and (max-width: 991px) {
    .menu-wrapper:before {
        content: "";
        position: absolute;
        display: block;
        left: -100%;
        top: 0;
        background: #0000008c;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
}

.switch-none {
    display: block;
}

@media screen and (max-width: 991px) {
    .menu-wrapper {
        right: 0;
    }
}

@media screen and (max-width: 991px) {
    .switch-none.menu-wrapper {
        animation: ani 1.5s forwards;
    }
}

@keyframes ani {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.hero-wrapper--image {
    animation: ani 1.5s forwards;
}

@media screen and (min-width: 992px) {
    .hide-pc {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .hide-mob {
        display: none;
    }
}

img.how-it-work__item-img {
    width: 26px;
    height: 26px;
}

.wonder {
    background: #f7f7f7;
    padding: 50px 0;
}

.wrapper-gift {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
    grid-gap: 30px;
    grid-auto-rows: 1fr;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .wrapper-gift {
        grid-template-columns: 4fr;
    }
}

.images-gift {
    max-width: 100%;
    width: 70%;
    height: 250px;
    object-fit: cover;
    display: block;
    margin: 14px auto 24px;
    border-radius: 8px;
}

.element-gift {
    border-radius: 8px;
    padding: 24px 16px;
    box-shadow: 0px 0px 12px rgb(37 101 74 / 39%);
    position: relative;
}

.btn-gift {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-top: 16px;
}

.more {
    padding: 12px;
    background: rgb(140 139 139);
    display: block;
    color: #fff;
    border-radius: 8px;
}

.donate {
    padding: 12px;
    background: #ff4823;
    display: block;
    color: #fff;
    border-radius: 8px;
    max-width: 100%;
    width: 100%;
    text-align: center;
}

p.name {
    font-size: 26px;
    font-weight: 300;
    font-family: Manrope;
    margin: 0;
    color: #000;
}

.age {
    font-size: 16px;
    margin: 0 0 8px;
}

.age span {
    font-weight: 500;
}

p {
    font-family: Manrope;
    font-size: 16px;
}

div {
    font-family: Manrope;
}

.gift-t {
    font-size: 16px;
}

.name-gift {
    font-size: 20px;
    line-height: 1.2;
    color: rgb(140 139 139);
    font-weight: 600;
    min-height: 48px;
    overflow: hidden;
    margin-top: 12px;
}

.gift-t {
    font-size: 16px;
    color: rgb(140 139 139);
    margin-bottom: 8px;
}

.gift-t span {
    font-weight: 700;
}

.wonder-gift {
    display: flex;
    justify-content: space-between;
}

.closed {
    font-size: 14px;
    background: #9ec7b600;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    display: block;
}

.pending.closed {
    font-size: 14px;
    background: #ff4823;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    display: block;
}

.w-active {
    font-size: 14px;
    background: #ff4823;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    display: block;
}

.w-active:before {
    content: "";
    width: 70px;
    height: 70px;
    background: linear-gradient(45deg, #00000000, transparent),
        url(/wp-content/uploads/2024/12/free-icon-gift-1043476.webp);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -18px;
    right: -15px;
    font-family: "Manrope", sans-serif;
    border-radius: 0 0 0 6px;
    overflow: hidden;
}

.closed .w-active {
    font-size: 14px;
    background: rgb(140 139 139);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    display: block;
}

.closed .w-active:before {
    content: "";
    width: 70px;
    height: 70px;
    background: linear-gradient(45deg, #00000000, transparent),
        url(/wp-content/uploads/2024/12/free-icon-gift-1043476.webp);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -18px;
    right: -15px;
    font-family: "Manrope", sans-serif;
    border-radius: 0 0 0 6px;
    overflow: hidden;
    filter: opacity(0.7);
    z-index: 5;
}

.closed .w-active:after {
    content: "";
    max-width: 100%;
    width: 100%;
    height: 100%;
    background: rgb(140 139 139) 4f;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Manrope", sans-serif;
    z-index: 3;
    border-radius: 6px;
}

.company {
    position: relative;
}

.company::before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background: #ef6c02;
    position: absolute;
    left: -14px;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.logo {
    display: flex;
    align-items: center;
    font-weight: 900;
    font-size: 18px;
    color: #ef6c02;
    text-transform: uppercase;
    position: relative;
}

@media (max-width: 768px) {
    .logo {
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .logo {
        font-size: 10px;
        display: none;
    }
}

@media (max-width: 768px) {
    .logo:before {
        width: 42px;
        height: 42px;
    }
}

.logo span {
    border-radius: 4px;
}

a.logo-link {
    display: flex;
    gap: 5px;
}
a.logo-link:hover {
    display: flex;
    opacity: 1;
}

.geo {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.geo-head {
    display: flex;
    align-items: center;
    position: relative;
}

@media (max-width: 768px) {
    .geo-head {
        display: none;
    }
}

.geo-head:before {
    content: "";
    width: 16px;
    height: 18px;
    display: block;
    background: url(/wp-content/uploads/2026/01/geo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -20px;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
}

header {
    display: flex;
    justify-content: center;
}

.phone-mobile {
    display: none;
}

@media (max-width: 768px) {
    .phone-mobile {
        display: flex;
        align-items: center;
        position: relative;
        color: #000000;
        font-weight: 900;
    }
}

@media (max-width: 390px) {
    .phone-mobile {
        font-size: 16px;
    }
}

.phone-mobile:before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background: url(/wp-content/uploads/2026/01/phone-orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -20px;
    top: 56%;
    transform: translateY(-50%);
}

img {
    max-width: 100%;
}

.service-wrap {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr 4fr;
    grid-gap: 14px;
    grid-auto-rows: 1fr;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .service-wrap {
        grid-template-columns: 4fr;
    }
}

@media (max-width: 576) {
    .service-wrap {
        grid-template-columns: 4fr;
    }
}

.link-serice {
    background: #0a7f55;
    display: block;
    color: #fff;
    padding: 8px;
    font-size: 18px;
    min-height: 60px;
    font-weight: 600;
}

@media (max-width: 576px) {
    .link-serice {
        background: rgb(239 108 0);
        color: #111;
        padding: 12px;
        font-weight: 600;
        min-height: 72px;
    }
}

img.images-service-item {
    height: 230px;
    width: 100%;
    object-fit: cover;
}

.service-item {
    border-radius: 4px;
    overflow: hidden;
}
img.images-service-item {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.link-serice {
    background: rgb(239 108 0);
    color: #ffffff;
    padding: 12px;
    font-weight: 600;
    height: 73px;
}

.auto .auto .link-serice {
    height: inherit;
    min-height: inherit;
    line-height: 1;
    padding: 10px;
}
.optiopns {
    display: flex;
    background: rgb(239 108 0);
    color: #000;
    font-size: 14px;
    align-items: center;
    gap: 4px;
    line-height: 1;
    margin-bottom: 4px;
}

.optiopns img {
    width: 18px;
    height: 18px;
}

.wrapper-options {
    padding: 0 10px 10px;
    background: rgb(239 108 0);
}

.description-service {
    margin-bottom: 20px;
}

.images-box img {
    height: 225px;
    width: 100%;
    object-fit: cover;
}

.ow-it-workh__items-wrapper {
    display: grid;
    grid-template-columns: 4fr 4fr;
    grid-gap: 14px;
    grid-auto-rows: 1fr;
}

@media screen and (max-width: 576px) {
    .ow-it-workh__items-wrapper {
        grid-template-columns: 4fr;
    }
}

section.section-service {
    margin: 40px 0;
}

.footer-column p {
    margin-bottom: 0;
    margin-top: 8px;
}

.wpcf7-form-control {
    color: #999;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 13px 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    margin-bottom: 12px;
    max-height: 100px;
    height: 100%;
}

nav.breadcrumbs {
    font-size: 16px;
    color: #fff;
}

.expert-review-button {
    display: inline-block;
    padding: 0.45em 1.1em;
    background: rgb(239 108 0);
    color: #ffffff;
    white-space: nowrap;
    font-size: 0.95em;
    border-radius: 3px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    font-weight: 500;
}

.expert-review-expert-bio-name {
    color: #000000;
    font-weight: 700;
}

.expert-review-expert-bio__avatar img {
    max-width: 100%;
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expert-review {
    background: #e5e5e5;
    border-radius: 4px;
    margin: 2em 0;
}

.expert-review-faq--color-blue-1.expert-review-faq--style-style-2 .expert-review-faq-item.expand,
.expert-review-faq--color-blue-1.expert-review-faq--style-style-2
    .expert-review-faq-item.expand
    .expert-review-faq-item__answer {
    border-color: rgb(140 139 139);
}

.expert-review-faq-item__question.js-expert-review-faq-item-question {
    font-family: "Manrope", sans-serif;
}

.expert-review-faq--color-blue-1.expert-review-faq--style-style-2 .expert-review-faq-item:after,
.expert-review-faq--color-blue-1.expert-review-faq--style-style-2 .expert-review-faq-item:before {
    background: rgb(140 139 139);
}

.expert-review-faq--style-style-2 .expert-review-faq-item {
    border: 1px solid rgb(140 139 139);
}

.expert-review-faq-item__question.js-expert-review-faq-item-question {
    color: rgb(140 139 139);
}

ul.nav_footer {
    padding-left: 0;
    margin: 0;
}

.nav_footer li {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.title-nav_foo {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 8px;
}

.nav_footer li a {
    font-size: 16px;
    display: block;
    width: 100%;
}

section.section-post {
    margin-top: 100px;
}

/* TABLE START */
.site-table {
    background: linear-gradient(272deg, #000000, #000000);
    border-radius: 0;
    color: #000;
    margin: 1em 0;
    min-width: 80%;
    overflow: hidden;
    width: 100%;
}

.site-table tr {
    border-color: #2c2e3b;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.site-table td:first-child {
    padding-top: 0.5em;
}
.site-table td,
.site-table th {
    background: #f7f7f7;
    padding: 10px;
}

.site-table td {
    display: block;
    margin: 0.5em 1em;
}

.site-table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
}

.site-table td:before {
    content: attr(data-th) ": ";
    display: inline-block;
    font-weight: 700;
    margin-right: 20px;
    text-align: left;
}

.site-table th {
    display: none;
    margin: 0.5em 1em;
}

@media (min-width: 768px) {
    .site-table td:first-child,
    .site-table th:first-child {
        padding-left: 0;
    }
    .site-table td:before {
        display: none;
    }
}
@media (min-width: 768px) {
    .site-table td,
    .site-table th {
        display: table-cell;
        padding: 1em !important;
        text-align: center;
    }
}
/* TABLE END */

.expert-review-expert-header,
.expert-review-pluses-minuses-header,
.expert-review-qa-header,
.expert-review-score-header {
    margin-bottom: 0.8em;
    font-weight: 700;
    font-size: 1.3em;
    color: #000000;
}

.expert-review-qa__avatar img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    overflow: hidden;
}

td {
    padding: 10px;
    border: 1px solid #484b5047;
    font-size: 16px;
    background: #fff;
   
}

td:nth-child(2) {
    font-weight: 600;
   
}


td:last-child {
    background-color: #ffffff;
    font-size: 14px;
}

@media (max-width: 576px) {
    td {
        padding: 10px;
        font-size: 16px;
    }
}



th {
    background-color: #8c8b8b;
    font-weight: 500;
    color: #fff;
    width: 25%;
    padding: 16px;
}

td:first-child {
    background-color: #fff;
}

th {
    font-size: 16px;
}







tbody tr:first-child td b {
    color: #1f2937;
}


.table-wrap {
    overflow: auto;
}


/* Стили для лайтбокса */
.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lightbox-modal.show {
  display: flex;
  opacity: 1;
}

.lightbox-content {
  position: relative;
  margin: auto;
  width: 90%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lightbox-image {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  user-select: none;
  -webkit-user-select: none;
  transform-origin: center;
  transition: transform 0.3s ease;
}

.lightbox-caption {
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  transition: 0.3s;
}

.lightbox-close:hover {
  color: #999;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: none;
  cursor: pointer;
  padding: 16px;
  font-size: 24px;
  transition: 0.3s;
  z-index: 10000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.3);
}

.lightbox-prev {
  left: 20px;
}

.lightbox-next {
  right: 20px;
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
  .lightbox-nav {
    padding: 12px;
    font-size: 18px;
    width: 40px;
    height: 40px;
  }
  
  .lightbox-close {
    top: 10px;
    right: 20px;
    font-size: 30px;
  }
  
  .lightbox-caption {
    bottom: -30px;
    font-size: 14px;
  }
}

/* Стили для изображений в слайдере */
.students-gallery__item {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.students-gallery__item:hover {
  opacity: 0.8;
}
