/*  css changes  have been added january 2023*/

html,
.error404,
.error404 .site {
    height: 100%;
}

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

.site-content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body.page .main-navigation {
    flex-grow: 1;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-right: 100px;
}

.main-menu.lang-menu {
    position: absolute;
    right: 0;
}

#blackout {
    z-index: 999;
}

.site-logo {
    margin-right: auto;
}

.hide {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.container {
    max-width: 1250px;
    padding: 0 25px;
}

.header-full h3 {
    font-size: 28px;
}

.title-content h5 {
    font-size: 24px;
    letter-spacing: -0.36px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.title-content h6 {
    font-size: 18px;
}


.header-block.section {
    height: auto;
}


.list-ul {
    border-bottom: 1px dashed #3DA32D;
}

.list-ul__li {
    margin-bottom: 0;
    padding: 20px 0;
}

.li-item {
    display: flex;
    align-items: center;
    width: 55%;
}

.mechanism-section .left-item {
    margin-right: 0;
    border-right: none;
    width: 45%;
}

.li-item p.text-li {
    color: #232622;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
    position: relative;
    padding-left: 20px;
}

.li-item .text-li:before {
    position: absolute;
    content: '';
    display: block;
    width: 4px;
    background-color: #3DA32D;
    opacity: .3;
    top: 3px;
    bottom: 3px;
    left: 0;
}

.mechanism-section .header-full {
    margin-bottom: 10px;
    margin-top: 0;
}

.list-ul:last-of-type {
    border-color: #EFFAED;
}

.about-me-video .img,
.about-me-video iframe {
    position: absolute;
    width: 100%;
    height: 101%;
    left: 0;
    top: -1px;
    bottom: 0;
    right: 0;
}

.about-me-video .img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.about-me-video iframe {
    z-index: 1;
    border-radius: 20px;
    object-fit: cover;
}

.about-me-video,
.bottom-video {
    position: relative;
    padding-top: 57%;
    max-width: 100%;
    margin: 0 auto 80px auto;
    background-color: #d9d9d9;
    border-radius: 20px;
    overflow: hidden;
}

.about-me-video {
    padding-top: 56%;
    height: 260px;
}

.about-me-video video {
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.about-me-video-icon {
    position: absolute;
    background: url(/wp-content/uploads/2023/02/ic_play-optimized.svg) no-repeat center;
    background-size: 90px;
}

.books {
    width: 180px;
    align-items: flex-end;
    flex-shrink: 0;
    order: 1;
}

.books a {
    text-align: end;
}

.two-column {
    align-items: flex-start;
}

.two-row-img {
    align-items: flex-start;
}

.info-bottom {
    padding-top: 15px;
}

.info-bottom .green-txt {
    font-size: 24px;
    line-height: 1.4;
    padding: 16px 0 16px 20px;

}

.way-section .info-bottom {
    width: 100%;
    margin: 0 auto 100px;
}

.way-section .info-bottom p {
    text-align: center;
    color: #232622;
}

.section {
    height: auto;
}

.works {
    padding-left: 0;
}

.works__item {
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    padding: 20px 40px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: .35s;
}

.works__item:hover {
    background-color: #EFFAED;
}

.works__item .title-content {
    margin: 0;
}

.link-404,
.link-buy {
    text-decoration: none;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.495px;
    color: #FFFFFF;
    background-color: #FF7A00;
    border-radius: 10px;
    padding: 8px 16px;
    transition: .35s;
    border: 1px solid transparent;
}

.link-404:visited {
    color: #fff;
}

.link-404:hover,
.link-404:focus,
.link-buy:hover,
.link-buy:focus {
    background-color: #ffffff;
    color: #FF7A00;
    border-color: #FF7A00;
    text-decoration: none;
}

.link-buy {
    margin-left: 34px;
}

.info-bottom .link-buy {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    padding: 18px 16px;
    max-width: 420px;
    margin: 40px auto;
}

.link-buy__img {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
}

.header-block .text-bottom {
    font-size: 14px;
    text-align: center;
    max-width: 943px;
    margin: 0 auto 108px;
}

.column-item h4 {
    font-weight: 700;
    line-height: 1.40;
    letter-spacing: -0.56px;
    color: #232622;
    margin-top: 0;
}

.one-row-img img {
    max-width: 181px;
}

.two-row-img div {
    max-width: 275px;
    width: 30%;
    text-align: center;
}

.block-arrows {
    padding: 0 14%;
    margin-bottom: 40px;
    margin-top: -20px;
}

.block-x .block-arrows__img {
    width: 100%;
    max-width: 100%;
}

.block-x img {
    max-width: 167px;
    width: 100%;
}

.block-way {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.block-way__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 265px;
    width: 30%;
    margin-bottom: 0;
}

.block-way__item p {
    text-align: left;
}

.block-way__item .block-image img {
    width: auto;
    height: 100%;
}

.block-way__item .block-image {
    width: 100%;
    text-align: center;
    padding: 36px 0;
    height: 222px;
    background-color: #EFFAED;
    border-radius: 10px;
}

.block-way__item-right {
    width: 100%;
}

.block-image_small {
    width: 71px;
    height: 56px;
    flex-shrink: 0;
    margin-right: 20px;
}

.block-image_small img {
    width: 100%;
    height: auto;
}

.text-note {
    text-align: center;
    padding-top: 26px;
    font-size: 14px;
    border-top: 1px solid #EFFAED;
}

.way-section .info-bottom {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
    align-items: center;
}

.list-img__txt {
    position: relative;
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.list-section .list-img__item {
    margin-bottom: 20px;
}

.science-section .info-bottom {
    padding-top: 40px;
}

.science-section .info-bottom p {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    padding-bottom: 80px;
}

.what-section .list-img__item {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    height: 160px;
}

.what-section .list-img__item:after {
    display: none;
}

.list-img__item:first-of-type .list-img__txt:last-of-type:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    border-bottom: 1px dashed green;
    bottom: 0;
}

.site-branding {
    padding: 0 15px;
    justify-content: flex-end;
}

.popup-box {
    z-index: 1000;
    left: 50% !important;
    transform: translate(-50%, 0);
    max-height: 100%;
    overflow: auto;
}

.popup-box .close {
    top: 15px;
    background-image: url(/wp-content/uploads/2023/01/ios-close.png);
}

.popup-box-2 {
    padding: 60px;
    max-width: 1055px !important;
    top: 50% !important;
    left: 50% !important;
    position: fixed;
    background-color: #ffffff;
    z-index: 1000;
    transform: translate(-50%, -50%);
}

.popup-box-2 .button-row a {
    margin-right: 20px;
}

.popup-box-2 h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
    color: #232622;
    margin: 0 0 30px 0;
}

.popup-box-2 .content-popup {
    font-size: 24px;
    line-height: 1.4;
    color: #232622;
    max-height: 316px;
}

.wrap-content-popup {
    overflow: auto;
}

.popup-box-2 .button-row {
    justify-content: flex-start;
    margin-top: 50px;
}

.button-row .link-stroke,
.button-row .link-warm {
    border-radius: 10px;
    padding: 23px 40px;
    line-height: 1;
    min-width: 115px;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.495px;
    text-align: center;
    border: 1px solid #FF7A00;
    transition: .35s;
}

.button-row .link-warm {
    background-color: #FF7A00;
    color: #ffffff;
}

.button-row .link-warm:hover,
.button-row .link-warm:focus,
.button-row .link-stroke:hover,
.button-row .link-stroke:focus {
    border-color: #3aa32d;
}

.button-row .link-stroke {
    background-color: transparent;
    color: #FF7A00;
}

.simplebar-track.simplebar-vertical {
    width: 7px;
    background-color: #EFFAED;
}

.popup-header {
    padding-right: 30px;
}

.simplebar-scrollbar:before {
    background: #46A938 !important;
}

#toTop {
    width: 100px;
    height: 100px;
    cursor: pointer;
    transition: .35s;
    background-image: none;
    color: #80C41C;
}

#toTop svg {
    max-width: 100%;
    height: auto;
}

#toTop:hover .bg-icon {
    color: #FF7A00;
}

.info-bottom .green-txt p {
    text-align: left;
}


#section_video .header-full {
    margin: 0px 0 60px 0;
}

.header-full h3 {
    font-size: 28px;
    line-height: 1.4;
}

.header-full .bolder {
    font-size: 28px;
}

.header-full {
    padding: 30px 15px;
}

.disclaimer {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 12vh;
    z-index: 500;
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.3);
}

.disclaimer .container {
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.disclaimer_mob {
    display: none;
}

.disclaimer img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.disclaimer.text-white img {
    filter: brightness(0) invert(1);
}

.disclaimer.text-white {
    background-color: rgba(60, 164, 46, 0.3);
    backdrop-filter: none;
}

.create-buy {
    display: inline-block;
    max-width: 150px;
}

.not-found .page_title {
    font-size: 1em;
    color: #987d7d;
}

.error-404 .text-big {
    font-size: 240px;
    text-align: center;
    color: #3ca42ef2;
    font-weight: 600;
    line-height: 1;
}

/* responsive 01.2023 */

@media (max-width: 1200px) {
    .block-way {
        flex-wrap: wrap;
        justify-content: center;
    }

    .block-way__item {
        width: 100%;
        margin: 0 15px 45px;
    }

    .block-way__item p {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .main-navigation .main-menu > li {
        display: block;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }

    .main-navigation .main-menu.lang-menu {
        padding-top: 0;
    }

    .main-navigation .main-menu-more {
        display: none;
    }

    .main-menu.lang-menu {
        position: static;
        padding-bottom: 40px;
    }

    .main-navigation .main-menu {
        display: none !important;
        padding-top: 50px;
    }

    .main-navigation .main-menu.is-active {
        display: block !important;
    }

  .error-404  .text-big {
        font-size: 170px;
    }

    .logos_block {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
        width: 100%;
    }

    .toggle-hamburger {
        background-color: #fff;
        color: #ccc;
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 40px;
        height: 50px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border: none;
        border-radius: none;
        cursor: pointer;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
        order: -1;
    }

    .toggle-hamburger span {
        display: block;
        position: absolute;
        top: 22px;
        left: 0;
        right: 0;
        height: 4px;
        background: #333;
    }

    .toggle-hamburger.toggle-hamburger__animx span::before, .toggle-hamburger.toggle-hamburger__animx span::after {
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0s;
        transition-delay: 0.3s, 0s;
    }

    .toggle-hamburger.toggle-hamburger__animx span::before {
        -webkit-transition-property: top, transform;
        transition-property: top, transform;
    }

    .toggle-hamburger span::before {
        top: -13px;
    }

    .toggle-hamburger.toggle-hamburger__animx span::before, .toggle-hamburger.toggle-hamburger__animx span::after {
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0s;
        transition-delay: 0.3s, 0s;
    }

    .toggle-hamburger span::after {
        bottom: -13px;
    }

    .toggle-hamburger span::before, .toggle-hamburger span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #333;
        content: "";
    }

    .toggle-hamburger span::before, .toggle-hamburger span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #333;
        content: "";
    }

    .toggle-hamburger span::before {
        top: -13px;
    }

    .toggle-hamburger span::after {
        bottom: -13px;
    }

    .toggle-hamburger.toggle-hamburger__animx span {
        -webkit-transition: background 0s 0.3s;
        transition: background 0s 0.3s;
    }

    .toggle-hamburger.toggle-hamburger__animx span::before, .toggle-hamburger.toggle-hamburger__animx span::after {
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0s;
        transition-delay: 0.3s, 0s;
    }

    .toggle-hamburger.toggle-hamburger__animx span::before {
        -webkit-transition-property: top, transform;
        transition-property: top, transform;
    }

    .toggle-hamburger.toggle-hamburger__animx span::after {
        -webkit-transition-property: bottom, transform;
        transition-property: bottom, transform;
    }

    /* when menu open: */
    .toggle-hamburger.toggle-hamburger__animx.is-active span {
        background: none;
    }

    .toggle-hamburger.toggle-hamburger__animx.is-active span::before, .toggle-hamburger.toggle-hamburger__animx.is-active span::after {
        background-color: #987d7d;
        -webkit-transition-delay: 0s, 0.3s;
        transition-delay: 0s, 0.3s;
    }

    .toggle-hamburger.toggle-hamburger__animx.is-active span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .toggle-hamburger.toggle-hamburger__animx.is-active span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    body.page .main-navigation {
        padding-right: 0;
        margin-left: 0;
    }

    .site-branding {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        align-items: center;
        justify-content: flex-end;
        max-width: 1250px;
        width: 100%;
    }

    .site-branding .link-buy {
        z-index: 1;
        position: absolute;
        right: 90px;
        padding: 9px 16px;
        margin: 0 0 1px 0;
    }

    .site-branding .link-buy__text-deck {
        display: none;
    }

    .site-branding .link-buy__img {
        margin-right: 0;
    }

    .title-content h5 {
        font-size: 18px;
    }

    .two-column .list-img__item p {
        font-size: 18px;
    }

    .block-way__item-right {
        flex-flow: row;
        padding-left: 9%;
        padding-top: 25px;
    }

    .block-way__item-right p {
        margin-bottom: 0;
    }

    .bottom-video {
        padding: 57% 0 0 0;
        height: auto;
    }

    .two-row-img {
        align-items: flex-start;
    }

    .works {
        padding: 0 15px;
    }

    .books {
        width: 100px;
    }

    .block-way {
        flex-wrap: wrap;
        justify-content: center;
    }

    .block-way__item {
        width: 100%;
        margin: 0 15px 45px;
    }

    .site-branding .link-buy__img {
        margin-right: 0;
    }

    .button-row .link-strocke,
    .button-row .link-warm {
        max-width: 260px;
    }

    .block-way__item p {
        font-size: 18px;
    }

    .works__item {
        align-items: flex-start;
    }

    nav ul li {
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0;
    }

    .two-row-img div {
        width: 100%;
    }

    .block-arrows {
        display: none;
    }

    .header-full {
        padding: 15px 0;
    }

    .block-way__item-right {
        flex-flow: row nowrap;
        padding-top: 25px;
        padding-left: 10px;
    }

    .block-way__item-right p {
        margin: 0;
        max-width: 100%;
    }

    .list-img__item:last-of-type .list-img__txt:last-of-type:after {
        position: absolute;
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        border-bottom: 1px dashed green;
        bottom: 0;
    }

    .list-img__txt {
        width: 100%;
        min-height: 65px;
        align-items: center;
    }

    .what-section .list-img__item {
        margin-bottom: 20px;
    }

    #toTop {
        width: 85px;
        height: 85px;
    }

    .site-branding {
        padding: 0;
    }

    .popup-box-2 {
        padding: 30px;
    }

    .popup-box-2 .button-row a {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .popup-box-2 .button-row a:last-child {
        margin-bottom: 0;
    }

    .list-ul {
        border-bottom: none;
    }

    .works__item {
        padding: 20px 20px;
    }

    .works {
        padding: 0;
    }

    .books {
        width: 70px;
    }

    .books img {
        max-width: 50px;
    }

    .two-column .column-item {
        max-width: 535px;
        margin: 0 auto;
    }

    .bottom-video {
        margin: 0 auto;
    }

    .about-me-video-icon {
        background-size: 60px;
    }

    #site-navigation ul.lang-menu {
        padding-top: 0 !important;
    }

}

@media (max-width: 580px) {
    .error-404 .text-big {
        font-size: 90px;

    }

    .not-found .page_title {
        font-size: 18px;
        line-height: 1.1;
    }

    .way-section .container,
    .container {
        padding: 0 15px;
    }

    .header-block .text-bottom {
        margin-bottom: 80px;
    }

    .column-item h4 {
        font-size: 20px;
    }

    .toggle-hamburger {
        width: 30px;
        height: 48px
    }

    .toggle-hamburger span::before {
        top: -10px;
    }

    .toggle-hamburger span::after {
        bottom: -10px;
    }

    .site-branding .link-buy {
        right: 60px;
        padding: 6px 16px 5px;
    }

    .logo-branding {
        max-width: 104px;
    }

    .popup-box-2 h3 {
        font-size: 18px;
        padding-right: 35px;
    }

    .popup-box-2 .content-popup {
        font-size: 18px;
        max-height: 150px;
    }

    .popup-box-2 .button-row {
        margin-top: 35px;
    }

    .popup-box-2 .button-row a {
        padding: 16px 20px;
    }

    .list-ul__li {
        padding: 20px 0 0;
        display: flex;
        flex-direction: column;
    }

    .info-bottom .link-buy {
        margin: 0 auto 40px;
    }

    .works__item {
        padding: 10px;
    }

    .books {
        display: none;
    }

    .popup-box .close {
        top: 10px;
        right: 10px;
        width: 45px;
        height: 45px;
    }

    .list-img__item-img {
        flex: 0 0 80px;
    }

    .two-column {
        padding: 0;
    }

    .header-full h3 {
        font-size: 22px;
        padding: 0 5px;
    }

    .what-section .list-img__item {
        height: 135px;
    }

    .section_mechanism .container {
        padding: 0;
    }

    .mechanism-section .left-item,
    .li-item {
        width: 100%;
    }

    .header-full .bolder {
        font-size: 24px;
    }

    .works__item .title-content {
        width: 100%;
    }

    .science-section .info-bottom p {
        font-size: 12px;
    }

    .disclaimer.disclaimer_desk {
        display: none;
    }

    .disclaimer.disclaimer_mob {
        display: block;
    }
}
