@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Open+Sans:wght@300;400;500;600;700&display=swap');



:root {

    --font-primary: 'Amatic SC', cursive;

    --font-secondary: 'Open Sans', sans-serif;

    --font-color-primary: #424242;

    --yellow: #FBC12F;

    --container-padding: 65px;

}



html {

    overflow-x: hidden;

}



* {

    font-family: var(--font-primary);

    color: var(--font-color-primary);

}

ul {
    margin-left: 45px
}

p,
p strong,
ul li
 {

    font-family: var(--font-secondary);

    line-height: 32px;

    font-size: 18px;

    margin-bottom: 30px;

}

.sidebar__navigation ul {
    list-style: none;
    margin-left: 0;
}

p strong {
    font-weight: 700;
}



h1 {

    font-weight: 400;

    font-size: 80px;

    line-height: 65px;

    color: #000;

}



h2 {

    font-weight: 400;

    font-size: 55px;

    line-height: 45px;

    color: #000;

}



.knabis__sidebar {

    box-shadow: 10px 0px 30px 0px rgba(0,0,0,0.1);

    -webkit-box-shadow: 10px 0px 30px 0px rgba(0,0,0,0.1);

    -moz-box-shadow: 10px 0px 30px 0px rgba(0,0,0,0.1);

    width: 330px;

    display: flex;

    flex-direction: column;

    height: 100%;

}



.knabis__page {

    display: grid;

    grid-template-columns: 330px 1fr;

}



.sidebar__logo {

    margin-top: 30px;

    text-align: center;

    margin-bottom: 40px;

}



.sidebar__logo svg {

    height: 150px;

    width: auto;

}



.sidebar__navigation a {

    font-weight: 400;

    font-size: 25px;

    line-height: 35px;

    text-align: center;

    padding: 5px 0;

    display: block;

    margin-bottom: 20px;

    transition: .2s linear;

}



.sidebar__navigation a:hover {

    transition: .2s linear;

    cursor: pointer;

    color: var(--yellow);

    background-color: #241F20;

}



.sidebar__navigation a.nav__current-item {

    color: var(--yellow);

    background-color: #241F20;

}

.sidebar__navigation ul li:hover {
    cursor: pointer;
}



.sidebar__contacts {

    background-color: #F5F1E5;

    text-align: center;

    padding: 30px 0;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    margin-top: 10px;

}



.sidebar__contacts {

    font-size: 28px;

    font-weight: 700;

    line-height: 35px;

    text-align: center;

    text-decoration: none;

}



.sidebar__quote {

    margin-top: 45px;

    text-align: center;

}



.sidebar__quote-title {

    font-weight: 700;

    font-size: 24px;

}



.sidebar__quote-text {

    font-family: var(--font-secondary);

    font-weight: 400;

    font-size: 14px;

    line-height: 22px;

    padding: 0px 40px;

    margin-top: 8px;

}



.page__content {

    position: relative;

}



.knabis_footer {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    min-height: 370px;

    display: flex;

    flex-direction: column;

    align-items: center;

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center center;

}



.footer__logo {

    text-align: center;

    position: relative;

    top: -94px;

}



.footer__logo svg {

    height: 150px;

    width: auto;

}



.footer__title {

    text-align: center;

    width: 445px;

    font-weight: 700;

    font-size: 50px;

    line-height: 55px;

    margin: -51px auto 35px;

}



.footer__links {

    margin-bottom: 35px;

}



.footer__links a {

    font-weight: 400;

    font-family: var(--font-secondary);

    font-size: 16px;

    line-height: 28px;

    text-decoration: underline;

}



.footer__links a:first-child {

    margin-right: 25px;

}



.footer__copyright {

    font-family: var(--font-secondary);

    font-weight: 400;

    font-size: 16px;

    line-height: 28px;

    letter-spacing: 5px;

    color: #905A0C;

}



.page__header {

    margin-bottom: 60px;

    height: 345px;

    width: 100%;

}



.page__header img {

    width: 100%;

    height: 345px;

    object-fit: cover;

}



.page__container {

    padding: 0 var(--container-padding) 500px;
    max-width: 100vw;

}



.page__title {

    margin-bottom: 40px;

}



.knabis__methods {

    margin-top: 70px;

}



.knabis__methods h2 {

    margin-bottom: 50px;

}



.knabis__methods .methods {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    grid-column-gap: 45px;

    grid-row-gap: 40px;

}



.method__img {

    height: 190px;
    position: relative;
    z-index: 2;
}



.method__img img {

    height: 190px;

    width: 100%;

    object-fit: cover;

}



.method__content {
    position: relative;
    padding-bottom: 35px;
    z-index: 2;
}



.method__title {

    font-weight: 400;

    font-size: 35px;

    line-height: 38px;

    text-align: center;

    padding: 40px 7px 20px;
    position: relative;

}



.method__description {

    font-family: var(--font-secondary);

    font-weight: 400;

    font-size: 18px;

    line-height: 32px;

    text-align: center;

    color: #424242;

    padding: 0px 35px 0px;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}



.ignore__paddings {

    margin-left: calc(var(--container-padding) * -1);

    margin-right: calc(var(--container-padding) * -1);

}



.gallery__block {

    margin-top: 160px;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    grid-column-gap: 20px;

    grid-row-gap: 20px;

}

.gallery__block img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    filter: brightness(1);
    transition: .2s linear;
}

.gallery__block a:hover img {
    transition: .2s linear;
    filter: brightness(0.85);
    cursor: pointer;
}


.follow__us {

    margin-top: 80px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

}



.follow__us-socials a:first-child {

    margin-right: 20px;

}



.follow__us-socials a svg {

    height: 60px;

    width: auto;

}



.follow__us-title {

    font-weight: 400;

    font-size: 70px;

    line-height: 75px;

    color: #241F20;

    margin-bottom: 25px;

}



.knabis-btn {

    height: 68px;

    display: inline-flex;

    font-weight: 700;

    font-size: 30px;

    line-height: 38px;

    border-radius: 100px;

    padding: 0 35px;

    align-items: center;

    justify-content: center;

}



.btn-grey {

    background-color: #727272;

    color: #FFF;

    transition: .2s linear;

}

.btn-grey:hover {
    transition: .2s linear;
    background-color: var(--yellow);
    cursor: pointer;
}



.statistics {

    margin-top: 80px;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

}



.statistic {

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}



.statistic__icon {

    margin-bottom: 15px;

}



.statistic__icon svg {

    width: 80px;

    height: auto;

}



.statistic__content {

    text-align: center;

}



.statistic__number {

    font-weight: 700;

    font-size: 70px;

    line-height: 75px;

    color: #241F20;

}



.statistic__title {

    font-family: var(--font-secondary);

    font-weight: 400;

    font-size: 16px;

    line-height: 38px;

}



.story {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    grid-column-gap: 40px;

    margin-top: 80px;

}



.story__left img {

    width: 100%;

    height: auto;

}



.story__title {

    font-weight: 400;

    font-size: 70px;

    line-height: 75px;

    color: #241F20;

}



.story__author {

    font-family: var(--font-secondary);

    color: #76705E;

    font-weight: 700;

    font-size: 16px;

    line-height: 28px;

    font-style: italic;

    margin-top: 7px;

    margin-bottom: 30px;

}



.story__content {

    margin-bottom: 20px;

}



.knabis__big-btn {

    height: 108px;

    display: inline-flex;

    border: 2px solid #424242;

    border-radius: 100px;

    padding: 0 35px;

    font-size: 30px;

    font-weight: 700;

    line-height: 38px;

    color: #262626;

    align-items: center;

    justify-content: center;

}



.header__with-text {

    display: grid;

    grid-template-columns: 1fr 550px;

    grid-column-gap: 70px;

}



.header__text-left {

    margin-top: 90px;

    padding-left: var(--container-padding);

}



.header__text-left h1 {

    margin-bottom: 40px;

}



.header__text-right img {

    width: 600px;

    height: auto;

}



.partners__header {

    height: initial;

}



.projects {

    margin-top: 80px;

}



.project__list {

    margin-top: 50px;

}



.project {

    display: grid;

    grid-template-columns: 300px 1fr;

    grid-column-gap: 45px;

    margin-bottom: 60px;

}



.project__img img {

    width: 300px;

    height: auto;

}



.project__content {

    display: flex;

    flex-direction: column;

    justify-content: center;

}



.project__title {

    font-weight: 600;

    font-family: var(--font-secondary);

    font-size: 22px;

    line-height: 32px;

    margin-bottom: 25px;

}



.project__more {

    display: flex;

    align-items: center;

}

.project__more:hover {
    cursor: pointer;
}



.project__more-line {

    height: 1px;

    background-color: #B1B1B1;

    width: 100px;

}



.project__more-text {

    margin: 0 7px;

    font-weight: 400;

    font-family: var(--font-secondary);

    font-size: 14px;

    line-height: 28px;

    color: #B1B1B1;

    position: relative;

}



.project__more-text:after {

    content: url(/wp-content/uploads/Group-16.svg);

    position: absolute;

    bottom: -20px;

    bottom: -18px;

    left: 13px;

}



.partner__slider {

    margin-top: 80px;

}



.partner__slider h2 {

    margin-bottom: 50px;

}



/* .partner__slider-list {

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    grid-column-gap: 18px;

} */

.partner__slider-list {
    width: calc(100vw - 460px);
}

.partner__slider-list .slick-slide {

    margin: 0 9px;

}



.partner__slider-list .slick-list {

    margin: 0 -9px;

}


.partner__item-img {

    border: 2px solid #B1B1B1;

    height: 165px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.partner__item-title {

    text-align: center;

    font-family: var(--font-secondary);

    font-weight: 600;

    font-size: 16px;

    line-height: 32px;

    margin-top: 15px;
    transition: .2s ease;
}

.partner__item:hover .partner__item-title {
    color: var(--yellow);
    transition: .2s ease;
    cursor: pointer;
}



.partner__item-url {

    text-align: center;

    display: block;

    font-family: var(--font-secondary);

    font-weight: 400;

    font-size: 18px;

    line-height: 32px;

}



.video__block {

    margin-top: 80px;

}



.video__block-header {

    padding: 70px 120px;

    text-align: center;

    background-color: #F3F3F3;

}



.video__block-title {

    font-weight: 400;

    font-size: 75px;

    line-height: 75px;

    color: #241F20;

    margin-bottom: 30px;

}



.video__embed iframe {

    width: 100%;

    height: 730px;

}



.pages__list {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

}



.home__page {

    position: relative;

    height: 400px;

}



.home__page img {

    height: 400px;

    width: 100%;

    object-fit: cover;

    object-position: center;

    transition: .4s linear;

    filter: grayscale(0);

}



.page__list-title {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translateY(-50%) translateX(-50%);

    font-weight: 400;

    font-size: 45px;

    line-height: 45px;

    text-align: center;

    padding: 0 75px;

    width: 100%;

    color: #000;

    z-index: 2;

}



.home__page:after {

    content: '';

    display: block;

    width: 100%;

    height: 100%;

    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);

    position: absolute;

    bottom: 0;

    transition: .2s linear;

    opacity: 1;

}



.home__page:hover {

    cursor: pointer;

}



.home__page:hover img {

    transition: .4s linear;

    filter: grayscale(1);

}



.home__page:hover:after {

    opacity: 0;

    transition: .2s linear;

}



.home__header {

    position: relative;

    margin-bottom: 0;

    z-index: 2;

}



.btn-dark {

    background-color: #727272;

    border: 2px solid #727272;

    color: #FFF;

    transition: .2s linear;

}



.home__header-btn {

    position: absolute;

    bottom: -50px;

    left: 50%;

    transform: translateX(-50%);

}



.knabis__big-btn:hover {

    transition: .2s linear;

    cursor: pointer;

}



.btn-dark:hover {

    transition: .2s linear;

    background-color: #545454;

    border: 2px solid #545454;

}



.home__quote {

    background-color: #B4E0FE;

    padding: 50px 0;

    text-align: center;

}



.home__quote-title {

    font-weight: 400;

    font-size: 55px;

    line-height: 55px;

    color: #000;

}



.home__quote-text div {

    font-family: var(--font-secondary);

    font-weight: 600;

    font-style: italic;

    font-size: 25px;

    line-height: 32px;

    margin-top: 25px;

}



.home__about {
    background-color: #E2E2E2;
    padding-right: var(--container-padding);
    display: grid;
    grid-template-columns: 600px 1fr;
    grid-column-gap: 90px;
}



.home__about-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 15px;
}



.home__about-title {
    margin-bottom: 50px;
    font-size: 70px;
    line-height: 75px;
    font-weight: 400;
}



.home__about-left img {
    width: 600px;
    height: 100%;
    object-fit: cover;
}



.home__about-btns a:first-child {
    margin-right: 25px;
}

.home__gallery {
    margin-top: 35px;
    margin-bottom: 490px;
}

.home__gallery img {
    height: 330px;
    object-fit: cover;
    width: 100%;
}

.home__follow-us .follow__us-title {
    margin-bottom: 0;
}

.follow__btn {
    color: var(--yellow);
    font-family: var(--font-secondary);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.video__img {
    height: 290px;
}

.video__img img {
    height: 290px;
    width: 100%;
    object-fit: cover;
}

.video__title {
    background-color: #F3F3F3;
    padding: 60px 50px 40px;
    font-weight: 400;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    color: #241F20;
    position: relative;
}

.video__list {
    width: calc(100vw - 330px);
}

.video__list .slick-slide {
    margin: 0 12px;
}

.video__list .slick-list {
    margin: 0 -12px;
}

.video__btn {
    position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #727272;
    height: 74px;
    border-radius: 100px;
    color: #FFF;
    padding: 0 40px;
    font-weight: 400;
    font-size: 25px;
    line-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s linear;
}

.video__btn:hover {
    cursor: pointer;
    background-color: var(--yellow);
    transition: .2s linear;
    color: #262626;
}

.image__text-block .story__title {
    font-weight: 400;
    font-size: 45px;
    line-height: 75px;
    color: #241F20;
    margin-bottom: 20px;
}

.contacts__title {
    padding-left: var(--container-padding);
}

.schools {
    margin-top: 55px;
}

.school__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}

.school_img {
    height: 290px;
}

.school_img img {
    height: 290px;
    width: 100%;
    object-fit: cover;
}

.school__lower {
    background-color: #F3F3F3;
    padding: 40px 50px 55px;
}

.school__title {
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #241F20;
    margin-bottom: 25px;
    min-height: 80px;
}

.school_address {
    text-align: center;
}

.school_address strong {
    font-weight: 700;
}

.school_address > *,
.school__contacts a {
    font-family: var(--font-secondary);
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
}

.school__contacts {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    margin-bottom: 25px;
}

.school_map a {
    color: var(--yellow);
    font-weight: 400;
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 28px;
    display: inline-flex;
    align-items: center;
}

.school_map svg {
    margin-right: 12px;
}

.school__apply-btn {
    text-align: center;
    margin-top: 25px;
}

.school__apply-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 108px;
    background-color: #727272;
    color: #FFF;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    border-radius: 100px;
    padding: 0 55px;
    transition: .2s linear;
}

.school__apply-btn a:hover {
    cursor: pointer;
    transition: .2s linear;
    background-image: url(/wp-content/uploads/Rectangle-60.png);
    background-repeat: no-repeat;
    background-size: cover;
}


.contacts__information {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    grid-column-gap: 100px;

    margin-top: 80px;

}



.information__row-title {

    font-weight: 400;

    font-size: 40px;

    line-height: 40px;

    color: #241F20;

    margin-bottom: 40px;

}



.information__row-content p {

    margin-bottom: 0;

}



.information__row-content a {
    font-family: var(--font-secondary);
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 30px;
    margin-bottom: 15px;
    color: var(--yellow);
    align-items: center;
    gap: 12px;
    text-decoration: underline;
}

.routine__schools {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 70px;
    margin-bottom: 70px;
    margin-left: calc(var(--container-padding) * -1);
    margin-right: calc(var(--container-padding) * -1);
    grid-column-gap: 25px;
    grid-column-gap: 25px;
}

.r__school-img {
    height: 290px;
}

.r__school-img img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.r__school-content {
    background-color: #F3F3F3;
    position: relative;
    text-align: center;
    padding: 80px 50px 45px;
}

.r__school-title {
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    color: #241F20;
}

.r__school-address {
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    color: #241F20;
    margin-top: 12px;
}

.r__school-btn {
    background-color: #727272;
    height: 74px;
    display: inline-flex;
    padding: 0 50px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 38px;
    color: #FFF;
    border-radius: 100px;
    position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
}

.r__school-btn:hover {
    cursor: pointer;
    transition: .2s linear;
    background-image: url(/wp-content/uploads/Rectangle-60.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.r__school-new {
    position: absolute;
    top: 49px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #37C963;
    padding: 0 10px;
    height: 20px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.page__subtitle {
    margin-bottom: 30px;
    color: #241F20;
    font-weight: 400;
    font-size: 35px;
    line-height: 75px;
}

.christ__gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 45px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.christ__gallery a {
    height: 460px;
    position: relative;
}

.christ__gallery a img {
    height: 460px;
    width: 100%;
    object-fit: cover;
    transition: .2s ease;
    filter: brightness(1);
}

.christ__gallery a:hover img {
    transition: .2s ease;
    filter: brightness(.85);
}

.gallery__overlay {
    position: absolute;
    background-color: #fbc12f94;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery__overlay-text {
    font-weight: 400;
    font-size: 80px;
    color: #000;
    line-height: 80px;
}

.school__tab-title {
    font-weight: 400;
    font-size: 55px;
    line-height: 55px;
    color: #000;
    margin-bottom: 50px;
    display: none;
}

.tab__title-active {
    display: block;
}

.school__tab-switcher {
    height: 64px;
    border: 2px solid #424242;
    border-radius: 100px;
    padding: 0 45px;
    font-weight: 400;
    font-size: 35px;
    line-height: 38px;
    text-align: center;
    color: #262626;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: .2s linear;
}

.school__tab-switcher:hover {
    cursor: pointer;
    transition: .2s linear;
    background-image: url(/wp-content/uploads/Rectangle-60.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.tab__switcher-active {
    transition: .2s linear;
    background-image: url(/wp-content/uploads/Rectangle-60.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.school__tab-content  {
    display: none;
    margin-top: 55px;
}

.tab__content-active {
    display: block;
}

.knabis__first-level  > li {
    position: relative;
}

.open__submenu {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.open__submenu path {
    transition: .2s linear;
}

.open__submenu:hover path {
    transition: .2s linear;
    fill: var(--yellow);
}

.open__submenu:hover {
    cursor: pointer;
}

.knabis__submenu  {
    display: none;
    box-shadow: inset 0px 0px 100px rgba(0, 0, 0, .1);
}

.fade-in-top {
	-webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.fade-out-top {
	-webkit-animation: fade-out-top 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: fade-out-top 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes fade-out-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      opacity: 0;
    }
}
@keyframes fade-out-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      opacity: 0;
    }
}
  

.knabis__submenu a {
    transition: .2s linear;
    margin-bottom: 5px;
}

.knabis__submenu a:hover {
    background: rgb(210, 210, 210);
    transition: .2s linear;
    color:#241F20;
}

.sidebar__navigation .knabis__submenu a.nav__current-item {
    background: rgb(210, 210, 210);
    transition: .2s linear;
    color:#241F20;
}

@-webkit-keyframes fade-in-top {
    0% {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
}
@keyframes fade-in-top {
    0% {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
}
  
.project__full-description {
    margin-top: 25px;
    margin-bottom: 60px;
    display: none;
}

.homepage__banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: var(--font-color-primary);
    line-height: 80px;
    text-align: center;
    font-size: 88px;
    letter-spacing: 5px;
    max-width: 1000px;
    width: 100%;
}

.sidebar__inner {
    position: fixed;
    left: 0;
    width: 330px;
    text-align: center;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 20px;
}

.sidebar__logo {
    height: 150px;
    display: block;
}

.method__hover {
    background-image: url(/wp-content/uploads/Rectangle-60.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .2s linear;
}

.method:hover .method__hover {
    opacity: 1;
}

.knabis__contact-popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    background-color: rgba(77, 63, 28, 0.8);
    z-index: 100;
}

.popup__inner {
    width: 1000px;
    margin-top: 65px;
}

.popup__header {
    position: relative;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.popup__logo {
    position: absolute;
    top: -83px;
    left: 50%;
    transform: translateX(-50%);
}

.popup__logo img {
    height: 155px;
    width: auto;
}

.popup__title {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 400;
    font-size: 80px;
    text-align: center;
    color: #000;
}

.popup__body {
    background-color: #FFF;
    overflow-y: auto;
    max-height: 60vh;
}

.popup__fields {
    padding: 0 195px 50px;
    position: relative;
}

.popup__desc {
    padding: 25px 100px 0;
    text-align: center;
}

.popup__input {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    position: relative;
}

.popup__input label {
    font-family: var(--font-secondary);
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
}

.popup__input select,
.popup__input input,
.popup__input textarea {
    border: 1px solid #B5B5B5;
    padding: 12px 10px;
    font-size: 16px;
    font-family: var(--font-secondary);
    font-weight: 400;
    height: 47px;
}

.popup__input select option {
    font-size: 16px;
    font-family: var(--font-secondary);
    font-weight: 400; 
}

.popup__input textarea {
    height: 82px;
}

.popup__row-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 20px;
}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
  
.container:hover input ~ .checkmark {
    background-color: #ccc;
}
  
.container input:checked ~ .checkmark {
    background-color: var(--yellow);
}
  
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
.container input:checked ~ .checkmark:after {
    display: block;
}
  
.container .checkmark:after {
    left: 9px;
    top: 3px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup__checkbox-row {
    margin-bottom: 30px; 
}

.popup__checkbox-row label {
    font-size: 16px;
    font-family: var(--font-secondary);
    font-weight: 400;
}

.popup__checkbox-row a {
    font-size: 16px;
    font-family: var(--font-secondary);
    font-weight: 400;
    color: var(--yellow);
    text-decoration: none;
}

.privacy__policy-checkbox {
    margin-top: 20px;
    position: relative;
}

.form__btn {
    height: 74px;
    background-color: #727272;
    padding: 0 25px;
    font-size: 25px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    color: #FFF;
    border-radius: 100px;
    margin-top: 10px;
}

.popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.popup__close svg {
    width: 47px;
    height: auto;
}

.popup__close:hover {
    cursor: pointer;
}

.form__btn:hover {
    cursor: pointer;
    transition: .2s linear;
    background-image: url(/wp-content/uploads/Rectangle-60.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.input__error {
    border: 1px solid red !important;
}

.form__error {
    position: absolute;
    bottom: -16px;
    font-family: var(--font-secondary);
    font-size: 11px;
    color: red;
}

.form__error-checkbox {
    position: absolute;
    bottom: -16px;
    font-family: var(--font-secondary);
    font-size: 11px;
    color: red;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid var(--yellow);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--yellow) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}

.fade-in {
	-webkit-animation: fade-in 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.fade-out {
	-webkit-animation: fade-out 0.6s ease-out both;
	        animation: fade-out 0.6s ease-out both;
}

.hide__btn {
	-webkit-animation: fade-out 0.25s ease-out both;
	        animation: fade-out 0.25s ease-out both;
}

.show__btn {
	-webkit-animation: fade-in 0.25s ease-out both;
	        animation: fade-in 0.25s ease-out both;
}

@-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}
@keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

@-webkit-keyframes fade-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}
@keyframes fade-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}  


.form__success {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .85);
    flex-direction: column;
}

.form__loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .85);
}

.form__success-img svg {
    width: 120px;
    height: 120px;
}

.form__success-title {
    font-family: var(--font-secondary);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.form__success-subtitle {
    font-family: var(--font-secondary);
    font-size: 16px;
}

.knabis__mobile-header {
    display: none;
}

.knabis__mobile-nav {
    display: none;
}

.scroll__top {
    position: absolute;
    bottom: 15px;
    right: 25px;
}

.scroll__top svg {
    width: 50px;
    height: auto;
}

.scroll__top svg path {
    fill: var(--font-color-primary);
}

.scroll__top:hover {
    cursor: pointer;
}

.privacy__content {
    padding-top: 50px;
}

.methods .method {
    background-color: #F3F3F3;
    position: relative;
}

.page__404 .page__title {
    min-height: 70vh;
}

.page404__text {
    font-family: var(--font-secondary);
    font-size: 25px;
    margin: 25px 0;
}

.sidebar__quote {
    font-size: 14px;
    font-family: var(--font-secondary);
    line-height: 150%;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--yellow); 
}

::-webkit-scrollbar-thumb:hover {
    background: var(--yellow); 
}

.page__content li,
.page__content li * {
    font-family: var(--font-secondary);
    line-height: 150%;
    font-size: 18px;
}

p > a {
    color: var(--yellow);
    text-decoration: underline;
    font-family: var(--font-secondary);
    line-height: 150%;
    font-size: 18px;
}