@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .5)
    }
    to {
        box-shadow: 0 0 0 1.25em transparent
    }
}

p {
    line-height: normal;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

body,
html {
    overflow-x: hidden
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    scroll-behavior: smooth;
    margin-top: 0 !important;
}

body {
    margin: 0;
    color: var(--primary);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    max-width: 100%
}

details,
main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

p {
    line-height: normal
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

@font-face {
    font-family: "Roboto Slab";
    font-display: swap;
    src: url(../fonts/RobotoSlab-Regular.woff2) format("woff2"), url(../fonts/RobotoSlab-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "TT Norms";
    font-display: swap;
    src: url(../fonts/TTNorms-Medium.woff2) format("woff2"), url(../fonts/TTNorms-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "TT Norms";
    font-display: swap;
    src: url(../fonts/TTNorms-Bold.woff2) format("woff2"), url(../fonts/TTNorms-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Manrope";
    font-display: swap;
    src: url(../fonts/Manrope-Semibold.woff2) format("woff2"), url(../fonts/Manrope-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Manrope";
    font-display: swap;
    src: url(../fonts/Manrope-Bold.woff2) format("woff2"), url(../fonts/Manrope-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Manrope";
    font-display: swap;
    src: url(../fonts/Manrope-ExtraBold.woff2) format("woff2"), url(../fonts/Manrope-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal
}

:root {
    --font-family: "Montserrat", sans-serif;
    --second-family: "Roboto Slab", sans-serif;
    --third-family: "Manrope", sans-serif;
    --font3: "TT Norms", sans-serif;
    --font4: "SF Pro Display", sans-serif;
    --primary: #1A1A1A;
    --primary-2: #262626;
    --primary-3: #1E1E1E;
    --primary-4: #131212;
    --primary-5: #3e3e3e;
    --gray: #848484;
    --secondary: #CAA576;
    --secondary-light: #fbeaac;
    --white: #FFF;
    --green: #013510
}

.exitblock {
    display: none !important;
}

.footer .container,
.kpt-main .container {
    max-width: 72.5em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible
}

#start-course {
    padding: 10px;
    border: 1px solid rgb(232, 175, 18);
    border-radius: 10px;
    font-size: larger;
}

#resurs {
    letter-spacing: 8px;
    font-size: x-large;
}

.header {
    position: relative;
    margin: 32px 0;
}

.header__inner {
    display: flex;
    flex-wrap: wrap;
    gap: .9375em 1.25em;
    margin-left: 26px;
}

.header__logo {
    max-width: initial;
    width: auto;
}

.header__menu {
    align-content: center;
}

.header-menu-list {
    margin-bottom: 0 !important;
    font-family: "Montserrat";
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
    margin: 0;
}

.header-menu-list__item {
    list-style: none;
}

.header-menu-list__link {
    font-size: 1.0625em;
    line-height: 1.1764705882em;
    color: #000;
    text-decoration: none;
    transition: .2s all ease-in-out;
}

.header-menu-list__item:not(:last-child) {
    margin-right: 1.1538461538em;
}

.header-items__el:not(:last-child) {
    margin-right: 1.1538461538em;
}

.header-items-el--theme-accent {
    background: #637959;
}

.header-items-el {
    line-height: 1.25em;
    padding: .4375em .9375em;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #637959;
    display: flex;
    align-items: center;
}

.header-items__el {
    min-height: 2.6923076923em;
}

.header-items-el__ico {
    display: block;
    width: .875em;
    height: .8125em;
    margin-right: .4375em;
    background: url(https://mipz.ru/wp-content/themes/mipz/assets/img/kpt/people-small.svg) no-repeat 50% 50% / contain;
}

.header-items-el__text, .header-menu-list__link {
    font-size: 1.1125em;
    color: #637959;
}

.header-items-el--theme-accent .header-items-el__text a {
    color: #fff;
    font-weight: 700;
    line-height: initial;
}

@media (max-width:1570px) {

.header__logo {margin-right: 0;}

    .footer .container,
    .kpt-main .container {
        padding: 0
    }
}

@media (max-width:1023px) {
    .footer .container,
    .kpt-main .container {
        padding-left: 1.875em;
        padding-right: 1.875em
    }
}

@media (max-width:639px) {
    .footer .container,
    .kpt-main .container {
        padding-left: 1.25em;
        padding-right: 1.25em
    }
    .kpt-course-author__descr {
        left: 200px;
    }
}

@media (max-width:1439px) {
    body {
        font-size: 14px
    }
}

@media (max-width:1239px) {
    body {
        font-size: 13px
    }
}

@media (max-width:1023px) {
    body {
        font-size: 12px
    }
}

body * {
    box-sizing: border-box
}

.section {
    /*padding-top: 6.25em;*/
    padding-top: 3.25em;
    padding-bottom: 6.25em
}

.format{background: #232727;padding: 4.375em 0;/*margin-bottom: 4.375em;*/margin-bottom: 2.375em;}
/*.section--8{margin-bottom: 4.375em;}*/
.kpt-certificate, #format-obucheniya_upravlenie {margin-top: 4.375em;}
.format__title{font-family: var(--second-family);font-weight: 400;font-size: 2.1875em;text-align: left;line-height: 1.3;margin-top: 0;}
.sections-title--theme-light {
    color: #2c2c2c;
    background: 0 0;
    -webkit-text-fill-color: unset;
}
.sections-title {
    letter-spacing: -3px;
    font-family: 'Montserrat';
    text-transform: inherit;
    font-size: 3.75em;
    line-height: 1.1333333333em;
    color: #363a3e;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: .5333333333em;
}
.format-items {
    row-gap: 2.35em;
    margin-top: 3em;
    justify-content: space-between;
}
.format-items {
    gap: 1.25em .9375em;
    display: flex;
    flex-wrap: wrap;
}
.format--benefits .format-items-el {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    max-width: 31em;
}
.format-items-el {
    background-color: #303333;
    border-radius: 1.25em;
    padding: 1.9em 2.5em;
    display: flex;
    flex-direction: column;
}
.format-items__el {
    width: calc(50% - .5em);
}
.format--benefits .format-items-el__header {
    margin-bottom: 1.175em;
    justify-content: flex-start;
}
.format-items-el__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.875em;
}
.format--benefits .format-items-el__number {
    color: #fff;
    border-color: #fff;
    margin-right: 0.6em;
}
.format-items-el__number {
    width: 2.32em;
    height: 2.32em;
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
    font-weight: 800;
    font-size: 2.16em;
}
.format-items-el__ico, .format-items-el__number {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.format-items-el__number {
    font-size: 1.75em;
    width: 3.2142857143em;
    height: 3.2142857143em;
    margin-right: 1.0714285714em;
    color: #fff;
    background-color: #3a824f;
    flex-shrink: 0;
}
.format--benefits .format-items-el__title {
    line-height: 1.36em;
}
.format-items-el__title {
    font-size: 1.45em;
    color: #fff;
    font-weight: 800;
    margin-right: .8928571429em;
}
.format--benefits .format-items-el__text {
    margin-top: 0;
    max-width: 100%;
    color: #A2A2A2;
}
.format-items-el__text {
    font-size: 1.1em;
    color: #7d7d7d;
    max-width: 21em;
    line-height: 1.48em;
    /*margin-top: auto;*/
    margin-bottom: 0;
}

.vstrecha-diagnostika{background-image: url('https://mipz.ru/wp-content/uploads/2025/04/vstrecha-diagnostika-img-scaled.jpg');background-attachment: fixed;background-position: 50%;background-repeat: no-repeat;background-size: cover;/* height: 700px; */overflow: hidden;position: relative;text-align: center;vertical-align: middle;width: 100%;}
.vstrecha-diagnostika__inner{background-color: #000000b8;}
.vstrecha-diagnostika__info{display: block;height: 590px;width: 100%;vertical-align: middle;padding-top: 50px;}
.vstrecha-diagnostika__text{font-size: 1.3375em;line-height: 1.23;text-align: center;font-weight: 500;max-width: 960px;width: 100%;margin: auto;padding: 0 1.9565217391em;position: relative;color: #fff;margin-top: 35px;}
.vstrecha-diagnostika__title::after {position: relative;content: "";width: 170px;height: 1px;background-color: #d9d9d9;display: block;margin: 35px auto 0;}

.karernaya-lestnica-kpt__text{font-size: 1.3375em;line-height: 1.23;text-align: center;font-weight: 500;width: 100%;margin: auto;padding: 0 1.9565217391em;position: relative;color: #000;margin-bottom: 26px;}
.karernaya-lestnica-kpt__item{position: relative;padding-bottom: 30px;}
.karernaya-lestnica-kpt__mainblock {margin: 0 auto;}
.karernaya-lestnica-kpt-width_9 {max-width: 860px;}
.karernaya-lestnica-kpt-width {width: 100%;}
.karernaya-lestnica-kpt__mainblock:after, .karernaya-lestnica-kpt__mainblock:before {content: '';display: table;clear: both;}
.karernaya-lestnica-kpt__col {width: 50%;text-align: right;}
.karernaya-lestnica-kpt__item:first-child .karernaya-lestnica-kpt__line {top: 10px;}
.karernaya-lestnica-kpt__line {position: absolute;width: 2px;top: 0;background: #222;bottom: 0;left: 0;right: 0;margin: 0 auto;}
.karernaya-lestnica-kpt__circle {width: 46px;height: 46px;position: absolute;right: 0;left: 0;top: 5px;margin: 0 auto;background-color: #222;border-radius: 100%;border: 2px solid #fff;border-width: 2px;background: #0b552a;}
.karernaya-lestnica-kpt__number {position: absolute;top: 50%;left: 0;right: 0;text-align: center;-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);color: #fff;}
.karernaya-lestnica-kpt-name_md {font-size: 20px;line-height: 1.35;font-weight: 600;}
.karernaya-lestnica-kpt__block {padding-right: 56px;padding-left: 0 !important;}
#karernaya-lestnica-kpt .karernaya-lestnica-kpt__title {font-size: 18px;}
.karernaya-lestnica-kpt__title {margin-bottom: 6px;margin-top: 10px;}
.karernaya-lestnica-kpt-name_lg {font-size: 1.1875em;line-height: 1.35;}
.karernaya-lestnica-kpt-name {font-weight: 500;}
.karernaya-lestnica-kpt__flipped {float: right !important;text-align: left;}
.karernaya-lestnica-kpt__block-flipped {padding-right: 0 !important;padding-left: 56px;}
.format-items-el__el{margin-top: 35px;}
.format-items-el__el a{margin-left: auto;margin-right: auto;display: flex;justify-content: center;padding: 1.5625em;text-decoration: none !important;transition: .2s all ease-in-out;border: 0;cursor: pointer;align-items: center;}

.authors__items{display: flex;margin-top: 2.5em;}
.authors__item:not(:last-child) {margin-right: 2.125em;}
.authors__item {flex: auto;}
.authors-item__img {
    border-radius: 1.25em;
    height: 100%;
    object-fit: cover;
    object-position: top;
    width: 100%;
    transition: .2s all ease-in-out;
    margin-bottom: 20px;
}
.authors-item__title{color: #3A824F;font-weight: 800;font-size: 20px;}

    .doctor-diagnoz{padding-top: 2.5em;padding-bottom: 2.5em;}
    .doctor-diagnoz__box {display: -webkit-box;display: -ms-flexbox;display: flex;margin-bottom: 26px;}
    .doctor-diagnoz__left {max-width: 526px;width: 100%;margin: 0 auto 26px;}
    .doctor-diagnoz__right {width: 100%;}
    .kpt-main .faq-question {
    font-size: inherit;
    line-height: inherit;
    }
    .faq-question {
    position: relative;
    padding: 14px 60px 14px 27px;
    background: #ededed;
    border-radius: 20px;
    font-size: 18px;
    line-height: 120%;
    cursor: pointer;
    transition: .3s allease-in-out;
    margin-bottom: 11px;
    display: block;
    width: 100%;
    color: #000;
    text-decoration: none;
}
    .faq-question:before {
    position: absolute;
    content: '';
    right: 17px;
    top: 55%;
    transform: translateY(-50%);
    width: 15px;
    height: 14px;
    background: url(../img/icons/triangle-2.svg) no-repeat;
    background-size: contain;
    transition: .3s allease-in-out;
}

.faq-question.active:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 38%;
}

    .faq-question:after {
    position: absolute;
    content: '';
    max-width: 1040px;
    width: 100%;
    left: 27px;
    bottom: 0;
    background-color: transparent;
    height: 1px;
}
    .faq-answer {
    display: none;
    padding: 1px 26px;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 11px;
}

.kpt-main .doctor-diagnoz .faq__text {
    font-size: 1.25em;
}

.kpt-main .faq__text {
    font-size: 1.25em;
    font-weight: 700;
    color: #3a824f;
}

.kpt-main .faq-answer p {
    margin: 1em 0;
}

.faq-question.active {
    font-size: 18px;
    padding-bottom: 18px;
    padding-top: 19px;
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.kpt-about-item__info{display: flex;flex-direction: column;align-items: flex-end;justify-content: center;}

.kpt-about-item__text{height: 150px;overflow: hidden;order: 0;}

.xpand-button {
  order: 1;
}
input[type="checkbox"] {
 display: none;
}
input[type="checkbox"]:checked + .xpandable-block {
  height: auto;
}
label {
  order: 1;
  color: blue;
  text-decoration: underline;
  font-size: 18px;
  cursor: pointer;
}

@media (max-width:1023px) {
    .section {
        padding-top: 3.75em;
        padding-bottom: 3.75em
    }
}

.section.kpt-benefits {
    padding-top: 5em
}

.kpt-progress{margin-top: 50px;}
.authors{margin-top: 50px;}

.kpt-course-header__header{display: flex;align-items: center;margin-bottom: 1em;}

#mk-a-picture{margin: 10px;}

@media (max-width:1023px) {
    .section.kpt-benefits {
        padding-top: 3.75em
    }
}

.section.kpt-authors {
    margin-top: -5.375em;
}

@media (max-width:929px) {
    .section.kpt-authors {
        padding-top: 5.4166666667em;
        padding-bottom: 0
    }
}

#back-to-top.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#back-to-top{
    display: none;
    position: fixed;
    bottom: 26px;
    left: 35px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 55;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 3px solid #0b552a;
    background: #0b552a;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

#back-to-top img {
    position: relative;
    top: 0;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    width: 23px;
}

@media (max-width:767px) {
    .section.kpt-authors {
        margin-top: -4.1666666667em
    }
    #resurs {
        font-size: large;
    }
    .format-items {
        flex-direction: column;
    }
    .format--benefits .format-items-el {
        max-width: 100%;
    }
    .format-items__el {
        width: 100%;
    }
    .format--benefits .format-items-el__btn {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    /*.vstrecha-diagnostika__info{height: 500px;}*/
    .vstrecha-diagnostika__info{height: auto;padding: 50px 0;}

    .karernaya-lestnica-kpt__container {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .karernaya-lestnica-kpt-container {
        max-width: 640px;
    }
    .karernaya-lestnica-kpt__item {
        padding-bottom: 0 !important;
    }
    .karernaya-lestnica-kpt__col {
        float: none;
        text-align: left;
        width: 100%;
    }
    .karernaya-lestnica-kpt__linewrapper {
        position: relative;
        padding-bottom: 30px;
    }
    .karernaya-lestnica-kpt__linewrapper, .karernaya-lestnica-kpt__block, .karernaya-lestnica-kpt__block-flipped {
        display: table-cell;
        vertical-align: top;
        padding-bottom: 30px;
    }
    .karernaya-lestnica-kpt__line {
        right: auto;
        left: 50%;
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%, 0);
    }
    .karernaya-lestnica-kpt__circle {
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        margin-left: 0;
    }
    .karernaya-lestnica-kpt-name_md {
        font-size: 16px;
    }
    .karernaya-lestnica-kpt__block, .karernaya-lestnica-kpt__block-flipped {
        padding-left: 20px !important;
        padding-right: 0 !important;
    }
    .karernaya-lestnica-kpt__linewrapper, .karernaya-lestnica-kpt__block, .karernaya-lestnica-kpt__block-flipped {
        display: table-cell;
        vertical-align: top;
        padding-bottom: 30px;
    }
    .karernaya-lestnica-kpt__title {
        margin-bottom: 0;
        margin-top: 2px;
    }
    .format{margin-bottom: 3.375em;}
    .authors__items{flex-direction: column;}
    .t843__rightcol{margin-left: 0 !important;margin-top: 26px;}
    .t-align_left{height: 200px !important;}
    .kpt-about-item__text{font-size: 1.33em !important;}

    line,
    svg {
        display: none
    }

    #back-to-top {
        width: 50px;
        height: 50px;
        bottom: 0px;
        right: 50vw;
        margin-right: -25px;
    }

    #back-to-top img {
        width: 19px;
    }
}

.section.kpt-consult,
.section.kpt-zayavka {
    padding-top: 1.875em
}

/*.section.kpt-program {
    padding-top: 0
}*/

@media (max-width:929px) {
    .section.kpt-program {
        padding-top: 5em
    }
}

@media (max-width:479px) {
    .section.kpt-program {
        padding-top: 3.3333333333em
    }
}

.section.kpt-program,
.section.kpt-progress {
    padding-bottom: 3.125em
}

.section-title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 4em;
    text-align: center;
    color: var(--primary);
    line-height: 1.3;
    margin-top: 0
}

@media (max-width:739px) {
    .section-title {
        font-size: 3em
    }
}

@media (max-width:479px) {
    .section-title {
        font-size: 2.25em
    }
}

.section-title__caption {
    font-weight: 700;
    background: linear-gradient(90deg, #024415 0, #3b9354 50%, #024415 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.section-title--size-s {
    font-size: 3.375em
}

@media (max-width:739px) {
    .section-title--size-s {
        font-size: 2.75em
    }
}

@media (max-width:479px) {
    .section-title--size-s {
        font-size: 2em
    }
}

.kpt-program .section-title {
    margin-bottom: 1.09375em
}

.upravlenie-emociyami-reviews .container {
    max-width: 76.5em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.0625em;
}

.upravlenie-emociyami-reviews-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3em;
    justify-content: center;
}

.upravlenie-emociyami-reviews-gallery iframe {
    width: 35em;
    height: 23em;
    max-width: 100%;
    border-radius: 1.3em;
}

@media (max-width:1023px) {
    .kpt-program .section-title {
        margin-bottom: .78125em
    }
}

.btn {
    border-radius: 1.25em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5625em;
    text-decoration: none;
    transition: .2s all ease-in-out;
    border: 0;
    cursor: pointer
}

.btn--theme-default {
    background-image: linear-gradient(90deg, #fcd68c 0, #dcab6b 49.1%, #fcd68c 100%);
    color: var(--white);
    box-shadow: inset 0 .25em 3.3125em 0 rgba(255, 255, 255, .6)
}

.btn--theme-default.btn--size-l {
    border-bottom-left-radius: 1.8125em;
    border-bottom-right-radius: 1.8125em
}

.btn--theme-default::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -.625em;
    width: 100%;
    /*background-color: #6a5746;*/
    height: 100%;
    border-radius: 1.8125em;
    z-index: -1;
    transition: .2s all ease-in-out
}

.btn--theme-default:hover::before {
    transform: translateY(-.625em)
}

.btn--theme-secondary-2 {
    box-shadow: inset 0 -.1875em 5.1875em .1875em rgba(255, 255, 255, .6)
}

.btn--theme-secondary-3 {
    box-shadow: none;
    color: var(--white);
    background-color: var(--green)
}

.btn--theme-secondary-3:hover,
.btn--theme-secondary-4 {
    background-color: #024b18
}

.btn--theme-secondary-4 {
    box-shadow: inset 0 -.125em 2.625em 0 rgba(255, 255, 255, .6);
    color: var(--white)
}

.btn--theme-secondary,
.btn--theme-secondary-2 {
    background-image: linear-gradient(90deg, #024415 0, #3b9354 50%, #024415 100%);
    color: var(--white)
}

.btn--theme-secondary-2:hover,
.btn--theme-secondary:hover {
    background-image: linear-gradient(240deg, #024415 0, #3b9354 50%, #024415 100%)
}

.btn--theme-alternate {
    background-color: var(--secondary-light);
    box-shadow: inset 0 -.1875em 5.0625em 0 rgba(255, 255, 255, .6);
    color: #464646
}

.btn--theme-alternate:hover {
    background-color: var(--secondary)
}

.btn--size-l {
    border-radius: 1.5625em;
    max-width: 32.0625em;
    width: 100%;
    min-height: 9.25em
}

@media (max-width:839px) {
    .btn--size-l {
        max-width: 22.5em;
        min-height: 6.25em
    }
}

.btn--size-xs {
    min-width: 13.25em;
    border-radius: .625em;
    min-height: 3.875em
}

.btn__caption {
    font-size: 1.4375em;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700;
    text-align: center;
}

@media (max-width:839px) {
    .btn__caption {
        font-size: 1.1875em
    }
}

.btn__caption--size-s {
    font-size: 1.1875em
}

.btn__caption--size-xs {
    font-size: .9375em
}

.btn__caption--size-xxs {
    font-size: .75em
}

.btn:hover {
    box-shadow: none
}

.kpt-course-header-logo__img {
    max-width: 22.3125em
}

@media (max-width:639px) {
    .kpt-course-header-logo__img {
        max-width: 20em
    }
}

.kpt-course {
    background: url(../img/kpt-new/section-1--bg.webp) no-repeat 100% 0/contain
}

.kpt-course .container {
    oposition: relative;
    margin-right: 0
}

@media (max-width:1529px) {
    .kpt-course .container {
        margin-right: auto;
        position: static
    }
}

.kpt-course__author {
    position: absolute;
    bottom: 0;
    top: 0;
    /*left: -105px;*/
    left: 0;
    z-index: -1;
    max-width: 95.3125em;
    width: 100%;
    border-bottom-right-radius: 6.25em;
    overflow: hidden
}

@media (max-width:1539px) {
    .kpt-course__author {
        border-radius: 0
    }
}

/*@media (max-width:839px) {
    .kpt-course__author {
        left: -200px;
        overflow: visible;
    }
}

@media (max-width:420px) {
    .kpt-course__author {
        left: -260px;
        left: -300px;
    }
} 
*/

.kpt-course__body {
    margin-top: 2.875em
}

@media (max-width:429px) {
    .kpt-course__body {
        margin-top: 2.0833333333em;
    }
}

.kpt-course__header {
    max-width: 65.9375em;
    width: 100%;
    margin-top: .75em
}

.kpt-course__box {
    display: flex;
    min-height: 62.25em;
    position: relative;
    z-index: 3;
    max-width: 89.5%
}

@media (max-width:1529px) {
    .kpt-course__box {
        max-width: 100%
    }
}

@media (max-width:869px) {
    .kpt-course__box {
        padding-bottom: 3.3333333333em
    }
}

@media (max-width:669px) {
    .kpt-course__box {
        padding-bottom: 10.8333333333em
    }
}

@media (max-width:420px) {
    .kpt-course__box {
        padding-bottom: 150px
    }
}

.kpt-course__box::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 44.1875em;
    height: 61.125em;
    background: url(../img/kpt-new/kpt-section-1-lines.svg) no-repeat 50% 50%/contain;
    z-index: -1
}

.kpt-course__box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top-right-radius: 6.25em;
    border-bottom-right-radius: 6.25em;
    background: radial-gradient(50% 50% at 50% 50%, #039a2f 0, #013510 100%);
    width: 100%;
    min-height: 100%;
    z-index: -2
}

@media (max-width:1529px) {
    .kpt-course__box::after {
        border-radius: 0
    }
}

.kpt-course-body-options {
    display: flex;
    gap: 1.375em;
    flex-wrap: nowrap;
    /*flex-wrap: wrap;*/
    justify-content: flex-end;
    margin-bottom: 50px;
}

.kpt-course-body-options__item {
    max-width: 18.125em;
    width: 100%;
    min-height: 6.75em
}

.kpt-course-body-options-item {
    background-color: var(--white);
    border-radius: .5625em;
    display: flex;
    align-items: center;
    padding: 1.25em;
    gap: .75em
}

.kpt-course-body-options-item:first-child .kpt-course-body-options-item__text {
    margin-left: .625em
}

.kpt-course-body-options-item__img {
    max-width: 4.1875em
}

.kpt-course-body-options-item__text {
    font-weight: 500;
    line-height: 1.2
}

.kpt-course-body-options-item__text--size-s {
    font-size: .875em
}

.kpt-course-body-options-item__text--size-l {
    font-size: 1.1875em
}

.kpt-course-body {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    position: relative;
    right: 80px;
}

@media (max-width:1529px) {
    .kpt-course-body {
        right: 0;
    }
}

@media (max-width:420px) {
    .kpt-course-body {
        text-align: left;
        align-items: flex-start;
    }
}

.kpt-course-body__title {
    margin-top: 0;
    margin-bottom: 2em
}

.kpt-course-body__options {
    margin-top: 50px;
}

.kpt-course-body__link {
    margin-bottom: 5.9625em;
    position: relative
}

@media (max-width:768px) {
    .kpt-course-body__link {
        /*margin-bottom: 3.3333333333em*/
        margin-bottom: 0;
    }
}

.kpt-course-body__text {
    position: relative;
    max-width: 38.125em;
    width: 100%;
    margin-bottom: 1.875em
}

.kpt-course-body__text--centered {
    align-self: center;
    text-align: center;
    margin-bottom: 20px
}

@media (max-width:1529px) {
    .kpt-course-body__text--centered {
        text-align: right;
        align-self: flex-end;
    }
}

@media (max-width:420px) {
    .kpt-course-body__text--centered {
        text-align: left;
        align-self: center;
        margin-bottom: 15px;
    }
}

@media (max-width:669px) {
    .kpt-course-body__text {
        max-width: 28.3333333333em
    }
}

@media (max-width:429px) {
    .kpt-course-body__text {
        max-width: 100%
    }
}

.kpt-course-body-text {
    display: flex;
    gap: .9375em;
    flex-direction: column;
}

@media (max-width:420px) {
    .kpt-course-body-text {
        flex-direction: row;
    }
}

.kpt-course-body-text__descr {
    font-size: 1.3125em;
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0
}

@media (max-width:669px) {
    .kpt-course-body-text__descr {
        font-size: 1.125em;
        line-height: 1.2777777778em
    }
}

.kpt-course-body-text__dots {
    display: flex;
    justify-content: flex-end;
    padding-top: .3125em;
    gap: .625em
}

@media (max-width:420px) {
    .kpt-course-body-text__dots {
        justify-content: flex-start;
    }
}

.kpt-course-body-text__dot {
    width: 1.125em;
    height: 1.125em;
    border-radius: 50%;
    background-color: var(--secondary)
}

.kpt-course-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25em 2.5em;
    flex-wrap: wrap;
    padding-left: 1em
}

@media (max-width:639px) {
    .kpt-course-header {
        justify-content: flex-start;
        padding-left: 0;
    }
}

.kpt-course-header__text {
    color: var(--white)
}

@media (max-width:639px) {
    .kpt-course-header__text {
        /*margin: 0*/
        text-align: center;
    }
}

.kpt-course-header__text--size-s {
    font-size: .9375em;
    font-weight: 300
}

.kpt-course-header__text--size-m {
    font-size: 1.125em;
    margin-block-start: auto;
    margin-block-end: auto;
}

.kpt-course-header__text--contrast {
    color: var(--secondary)
}

@media (max-width:639px) {
    .kpt-course-header__text br {
        display: none
    }
}

.kpt-course-header__item:first-child {
    border-radius: 1.25em;
    padding: .3125em .9375em;
    background-color: var(--secondary);
    animation: pulse-animation 2s infinite
}

@media (max-width:639px) {
    .kpt-course-header__item:first-child {
        min-height: 4.3333333333em;
        display: flex;
        align-items: center
    }
}

@media (max-width:479px) {
    .kpt-course-header__item:first-child {
        margin-bottom: 1.25em
    }
}

.kpt-course-header__item:first-child .kpt-course-header__text {
    color: var(--primary);
    font-weight: 500
}

@media (max-width:639px) {
    .kpt-course-header__item:nth-child(2) {
        width: 100%;
        order: -1
    }
}

.kpt-course-author {
    display: flex;
    flex-direction: column
}

.kpt-course-author__img {
    vertical-align: bottom;
    max-width: 50em;
    object-fit: contain
}

@media (max-width:739px) {
    .kpt-course-author__img {
        max-width: 100%
    }
}

.kpt-course-author__picture {
    align-self: flex-start;
    position: relative;
    left: -105px;
}

.kpt-course-author__descr {
    position: absolute;
    left: 115px;
    bottom: 13.1875em
}

.kpt-course-author__descr img{width: 500px;}

/*@media (max-width:1529px) and (min-width:980px) {
    .kpt-course-author__descr {
        left: 26px;
    }
}*/

@media (max-width:981px) and (min-width:871px) {
    .kpt-course-author__descr {
        left: 0;
    }
}

@media (max-width:1529px) {
    .kpt-course-author__descr {
        /*left: 257px;*/
        margin-left: 50px;
    }
}

@media (max-width:869px) {
    .kpt-course-author__descr {
        bottom: 17.20em
    }
}

@media (max-width:739px) {
    .kpt-course-author__descr {
        right: 7.8125em;
        bottom: 2.625em
    }
}

@media (max-width:668px) {
    .kpt-course-author__descr {
        /*left: 257px;*/
        left: 26px;
    }
}

@media (max-width:420px) {
    .kpt-course-author__descr {
        /*left: 310px*/
        left: 0;
    }
}

.kpt-course-author__name {
    position: relative;
    z-index: 2
}

.kpt-course-author__name,
.kpt-course-author__role {
    color: var(--white);
    font-family: var(--font3);
    display: flex;
    align-items: center;
    justify-content: center
}

.kpt-course-author__name::before,
.kpt-course-author__role::before {
    position: absolute;
    content: "";
    transform: skewX(-17deg);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: -1
}

.kpt-course-author__name,
.kpt-course-author__role {
    font-weight: 500;
    font-size: 1.25em;
    line-height: 135%;
    letter-spacing: .03em;
    min-height: 3.35em;
    padding: .9em 1.8em;
    width: max-content
}

.kpt-course-author__name::before {
    background-color: var(--primary-4)
}

.kpt-course-author__role {
    font-weight: 700;
    font-size: .9375em;
    letter-spacing: .15em;
    /*text-transform:uppercase;*/
    min-height: 4.4666666667em;
    padding: 1.7333333333em 2.4em 1.2em;
    z-index: 1;
    position: relative;
    top: -1em;
    right: -3.6666666667em
}

.kpt-course-author__role::before {
    background-color: var(--secondary)
}

/*.kpt-course-body-title,
.kpt-tarif-item ul+ul li {
    font-size: inherit
}*/

.kpt-course-body-title__text {
    color: var(--white);
    font-family: var(--second-family);
    font-weight: 400
}

@media (max-width:739px) {
    .kpt-course-body-title__text {
        display: block
    }
}

.kpt-course-body-title__text--size-s {
    font-size: 3em;
    line-height: 1em;
    margin: 16px 0;
}

@media (max-width:739px) {
    .kpt-course-body-title__text--size-s {
        font-size: 2.6em;
        line-height: 1.1875em;
        display: ruby-text;
        margin-top: 0;
        margin-bottom: 15px;
        text-align: center;
    }
}

.kpt-course-body-title__text--size-m {
    font-size: 6.0625em;
    line-height: 1em
}

@media (max-width:739px) {
    .kpt-course-body-title__text--size-m {
        font-size: 3.3125em;
        line-height: 1em
    }
}

.kpt-course-body-title__text--size-l {
    font-size: 4em;
    line-height: .7222222222em
}

/*@media (max-width:739px) {
    .kpt-course-body-title__text--size-l {
        font-size: 4.25em;
        line-height: .64em
    }
}*/

@media (max-width:479px) {
    .kpt-course-body-title__text--size-l {
        font-size: 3.125em;
        line-height: .9463414634em
    }
}

@media (max-width:370px) {
    .kpt-course-body-title__text--size-l {
        font-size: 44px;
    }
}

.kpt-about {
    position: relative;
    z-index: 2
}

.kpt-about::after,
.kpt-about::before {
    position: absolute;
    content: "";
    max-width: 59.875em;
    width: 100%;
    max-height: 77.9375em;
    height: 100%;
    background: url(../img/kpt-new/kpt-about--path.svg) no-repeat 50% 50%/contain;
    z-index: -1
}

.kpt-about::before {
    left: 0;
    top: -5.625em
}

.kpt-about::after {
    right: -25.625em;
    top: -31.9375em;
    transform: rotate(-44deg)
}

.kpt-about__items {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25em 2.5em;
    justify-content: center;
}

@media (max-width:869px) {
    .kpt-about__items {
        margin-top: 1.6666666667em
    }
}

@media (max-width:479px) {
    .kpt-about__items {
        margin-top: 0
    }
}

.kpt-about__item {
    flex-basis: calc(33% - 2.5em)
}

@media (max-width:919px) {
    .kpt-about__item {
        flex-basis: calc(50% - 2.5em)
    }
}

@media (max-width:479px) {
    .kpt-about__item {
        flex-basis: 100%
    }
}

.kpt-about__title {
    margin-bottom: 0
}

.kpt-about__link {
    margin-top: 3.125em;
    margin-left: auto;
    margin-right: auto
}

.kpt-about-item {
    display: flex;
    flex-direction: column;
    gap: .5em
}

@media (max-width:479px) {
    .kpt-about-item {
        align-items: center;
        text-align: center
    }
}

.kpt-about-item__text,
.kpt-about-item__title,
.upravlenie-emociyami-about-item__text {
    font-size: 1.125em;
    line-height: 135%;
    margin-top: 0
}

.kpt-about-item__text {
    margin-bottom: 0
}

.kpt-about-item__title {
    font-weight: 700;
    color: var(--secondary);
    min-height: 4em;
    display: block;
    text-align: center;
    margin-bottom: .4444444444em
}

@media (min-width:920px) and (max-width:1023px) {
    .kpt-about-item__title {
        min-height: 6.5em
    }
}

@media (max-width:479px) {
    .kpt-about-item__title {
        min-height: inherit
    }
}

.kpt-about-item__picture {
    height: 14.5em;
    display: flex;
    align-items: flex-end;
    margin: 0 auto;
}

@media (max-width:869px) {
    .kpt-about-item__picture {
      height: 11.6666666667em
    }
    .kpt-course-author__descr img {
      width: 250px;
    }
}

.kpt-about-item__img {
    vertical-align: bottom;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    object-position: 50% 50%;
    margin: auto;
}

.kpt-about-item__info {
    display: flex;
    flex-direction: column
}

.kpt-benefits {
    background: radial-gradient(50% 50% at 50% 50%, #039a2f 0, #013510 100%);
    border-radius: 6.25em;
    position: relative;
    z-index: 2
}

@media (max-width:1529px) {
    .kpt-benefits {
        border-radius: 0
    }
}

.kpt-benefits::after,
.kpt-benefits::before {
    position: absolute;
    content: "";
    max-width: 65.3125em;
    width: 100%;
    min-height: 60.25em;
    height: 100%;
    background: url(../img/kpt-new/kpt-benefits-path.svg) no-repeat 50% 0/contain;
    z-index: -1
}

.kpt-benefits::before {
    left: 0;
    top: 0
}

@media (max-width:1529px) {
    .kpt-benefits::before {
        left: -20%
    }
}

@media (max-width:1329px) {
    .kpt-benefits::before {
        left: -30%
    }
    .kpt-course-author__descr img {
    width: 400px;
    }
}

.kpt-benefits::after {
    right: 0;
    top: 0;
    transform: scale(-1, 1)
}

@media (max-width:1529px) {
    .kpt-benefits::after {
        right: -20%
    }
}

@media (max-width:1329px) {
    .kpt-benefits::after {
        right: -30%
    }
}

.kpt-benefits__items {
    display: flex;
    flex-wrap: wrap;
    gap: 3.125em .875em
}

@media (max-width:739px) {
    .kpt-benefits__items {
        margin-top: 4.1666666667em;
        row-gap: 4.1666666667em
    }
}

.kpt-benefits__title {
    color: var(--white)
}

.kpt-benefits__item {
    flex-basis: calc(33% - .875em);
    position: relative
}

@media (max-width:739px) {
    .kpt-benefits__item {
        flex-basis: calc(50% - .875em)
    }
}

@media (max-width:479px) {
    .kpt-benefits__item {
        flex-basis: 100%
    }
}

.kpt-benefits-item {
    border-radius: 1.25em;
    box-shadow: 0 .25em 3.75em 0 rgba(0, 0, 0, .06);
    background-color: var(--white);
    padding: 2.3125em 1.875em 2.1875em
}

@media (max-width:839px) {
    .kpt-benefits-item {
        padding-left: 1.25em;
        padding-right: 1.25em
    }
}

.kpt-benefits-item__check {
    position: absolute;
    left: 50%;
    top: -2em;
    transform: translateX(-50%);
    border-radius: 50%;
    background: var(--white) url(../img/kpt-new/check.svg) no-repeat 50% 50%/2.0625em;
    box-shadow: 0 .25em 3.75em 0 rgba(0, 0, 0, .06);
    width: 4em;
    height: 4em
}

.kpt-benefits-item__title {
    font-size: 1.25em;
    color: var(--primary-2);
    font-weight: 600;
    line-height: 128%;
    text-align: center;
    display: block
}

@media (max-width:839px) {
    .kpt-benefits-item__title br {
        display: none
    }
}

.kpt-benefits-item__text {
    color: var(--primary-2);
    line-height: 143%
}

@media (max-width:479px) {
    .kpt-benefits-item__text {
        text-align: center
    }
}

.kpt-program {
    position: relative
}

.kpt-program::after,
.kpt-program::before {
    position: absolute;
    content: "";
    max-width: 59.875em;
    width: 100%;
    max-height: 77.9375em;
    height: 100%;
    background: url(../img/kpt-new/kpt-about--path.svg) no-repeat 50% 50%/contain;
    z-index: -1
}

.kpt-program::before {
    left: 0;
    top: 10%
}

.kpt-program::after {
    right: -25.625em;
    top: 20%;
    transform: rotate(-44deg)
}

.kpt-program__list {
    min-height: 5.9375em
}

.kpt-program__modules {
    margin-top: 2.625em;
    width: 75%;
    margin: auto;
}

.kpt-program-list {
    box-shadow: inset 0 .25em 3.75em 0 rgba(255, 255, 255, .8);
    background: linear-gradient(90deg, #024415 0, #3b9354 50%, #024415 100%);
    border-radius: 1.5625em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 1.25em 2.5em;
    gap: 1.25em 2.5em
}

@media (max-width:1023px) {
    .kpt-program-list {
        padding-top: 2.5em;
        padding-bottom: 2.5em
    }
}

.kpt-program-list__item {
    font-family: var(--third-family);
    font-weight: 600;
    font-size: 1.625em;
    line-height: 128%;
    color: var(--white);
    text-transform: uppercase;
    text-align: center
}

.kpt-program-list__item--mobile {
    display: none
}

@media (max-width:1023px) {
    .kpt-program-list__item--mobile {
        display: block
    }
}

.kpt-program-modules__group {
    display: flex;
    gap: 1.875em;
    justify-content: center
}

@media (max-width:599px) {
    .kpt-program-modules__group {
        flex-wrap: wrap;
        /*gap: 5.5em;*/
    }
}

.kpt-program-modules__group:not(:last-child) {
    margin-bottom: 1.4375em
}

.kpt-program-modules__col {
    width: 100%
}

.kpt-program-modules__col:first-child {
    max-width: 33.25em
}

@media (max-width:599px) {
    .kpt-program-modules__col:first-child {
        max-width: 100%
    }
}

.kpt-program-modules__col:last-child {
    max-width: 29.375em
}

@media (max-width:599px) {
    .kpt-program-modules__col:last-child {
        max-width: 100%
    }
}

.kpt-program-modules-col {
    box-shadow: 0 .25em 3.125em 0 rgba(73, 73, 73, .2);
    border-radius: 1.375em;
    padding: 2.1875em 1.5em;
    border: 1px solid var(--green);
    display: flex;
    flex-direction: column;
    /*flex-direction: row;*/
    background-color: var(--white);
    border-color: #3b9354;
    border-style: solid;
}

.kpt-program-modules-col:first-child {
    padding-left: 5.4375em;
    padding-right: 2.1875em
}

@media (max-width:599px) {
    .kpt-program-modules-col:first-child {
        /*padding-top: 5em;*/
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

.kpt-program-modules-col:first-child .kpt-program-modules-col__title {
    position: relative
}

.kpt-program-modules-col:first-child .kpt-program-modules-col-title::before {
    position: absolute;
    content: "";
    left: -2.2875em;
    top: 0;
    width: 1.6125em;
    height: 1.6125em;
    background: url(../img/obrazovanie-new/icons/electric.png) no-repeat 50% 50%/contain
}

@media (max-width:599px) {
    .kpt-program-modules-col:first-child .kpt-program-modules-col__title::before {
        left: 0;
        /*top: -2.8125em*/
    }
}

.kpt-program-modules-col__title {
    font-size: 1.375em;
    font-weight: 700;
    line-height: 140%;
    color: var(--primary-5);
    margin-bottom: .6818181818em
}

.kpt-program-modules-col__subtitle {
    font-weight: 600
}

.kpt-program-modules-col p {
    margin-top: 0;
    margin-bottom: 0
}

.kpt-program-modules-col ul {
    padding-left: 1.125em;
    margin-top: 4px;
    list-style: disc
}

.kpt-program-modules-col ul:last-child {
    margin-bottom: 0
}

.kpt-program-modules-col p,
.kpt-program-modules-col ul li,
.kpt-program-modules-col__subtitle {
    font-size: 1.0625em;
    line-height: 140%;
    color: var(--primary-5)
}

.kpt-program-modules-col p:not(:last-child),
.kpt-program-modules-col ul li:not(:last-child),
.kpt-program-modules-col__subtitle:not(:last-child) {
    margin-bottom: 5px
}

.kpt-consult {
    background: radial-gradient(50% 50% at 50% 50%, #039a2f 0, #013510 100%);
    border-radius: 3.75em;
    position: relative;
    z-index: 2;
    min-height: 40.1875em;
    display: flex
}

@media (max-width:479px) {
    .kpt-consult {
        min-height: 45em
    }
}

@media (max-width:1529px) {
    .kpt-consult {
        border-radius: 0
    }
}

.kpt-consult::after,
.kpt-consult::before {
    position: absolute;
    content: "";
    max-width: 32.0625em;
    width: 100%;
    min-height: 46.125em;
    height: 100%;
    background: url(../img/kpt-new/consult-path.svg) no-repeat 50% 0/contain;
    z-index: -1
}

@media (max-width:479px) {
    .kpt-consult::after,
    .kpt-consult::before {
        min-height: 45em
    }
}

.kpt-consult::before {
    left: 0;
    top: 0;
    transform: scale(-1, 1)
}

@media (max-width:939px) {
    .kpt-consult::before {
        left: -12.5em
    }
}

.kpt-consult::after {
    right: 0;
    top: 0
}

@media (max-width:939px) {
    .kpt-consult::after {
        right: -12.5em
    }
}

.kpt-consult__picture {
    position: absolute;
    bottom: 0;
    left: 59%;
    transform: translateX(-59%);
    z-index: -1
}

@media (max-width:767px) {
    .kpt-consult__picture {
        right: -10.33333333333em
    }
    .kpt-course-body-options{flex-wrap: wrap;margin-bottom: 0;}
    .kpt-course-author__picture{transform: scale(-1, 1);left: 0;}
    .kpt-course-author__descr img{width: auto;}
}

/*@media (max-width:479px){.kpt-consult__picture{left:unset;transform:unset;right:-3.3333333333em}}*/

@media (max-width:369px) {
    .kpt-consult__picture {
        right: -12.3333333333em
    }
}

.kpt-consult__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%
}

.kpt-consult__img {
    vertical-align: bottom;
    max-width: 34.625em;
    object-fit: contain
}

.kpt-consult__title {
    color: var(--white);
    margin-bottom: 0;
    text-transform: uppercase
}

.kpt-consult__btn {
    margin-top: auto;
    border: 0;
    cursor: pointer;
    animation: pulse-animation 2s infinite
}

.kpt-consult__descr {
    font-size: 1.0625em;
    max-width: 22.9411764706em;
    width: 100%;
    line-height: 160%;
    color: var(--white);
    text-align: center;
    margin-top: 5px;
    margin-bottom: 1.1764705882em
}

.kpt-tarif__items {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5em;
    margin-top: 4em
}

@media (max-width:599px) {
    .kpt-tarif__items {
        row-gap: 4.1666666667em
    }
}

.kpt-tarif__item {
    flex: 1 1 calc(33% - 2.5em);
    position: relative
}

@media (max-width:599px) {
    .kpt-tarif__item {
        flex: 1 0 auto;
        width: 100%
    }
}

.kpt-tarif-item {
    background-color: var(--white);
    padding: 2.8125em 1.5em 1.25em;
    border-radius: 1.25em;
    box-shadow: 0 .9375em 3.125em 0 rgba(0, 0, 0, .1);
    border: 1px solid var(--green);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25em
}

.kpt-tarif-item__innactive {
    color: #26262669;
    font-weight: 400 !important;
}

.kpt-tarif-item__ico {
    position: absolute;
    top: -2.1875em;
    width: 4.375em;
    height: 4.375em;
    border-radius: 50%;
    background-image: linear-gradient(90deg, #024415 0, #3b9354 50%, #024415 100%);
    display: flex;
    align-items: center;
    justify-content: center
}

.kpt-tarif-item__ico::before {
    content: "";
    height: 100%
}

.kpt-tarif-item__ico--profile::before {
    background: url(../img/kpt-new/kpt-profile.webp) no-repeat 50% 50%/contain;
    width: 2.125em
}

.kpt-tarif-item__ico--support::before {
    background: url(../img/kpt-new/kpt-support.webp) no-repeat 50% 50%/contain;
    width: 3.75em
}

.kpt-tarif-item__ico--vip::before {
    background: url(../img/kpt-new/kpt-vip.webp) no-repeat 50% 50%/contain;
    width: 1.75em
}

.kpt-tarif-item__title {
    font-size: 1.875em;
    font-weight: 700;
    line-height: 1.2
}

.kpt-tarif-item ul {
    list-style: disc;
    padding-left: 1.875em;
    width: 100%;
    margin-top: 0;
    /*margin-bottom: 1.25em;*/
    font-weight: 600;
    color: #000
}

@media (max-width:839px) {
    .kpt-tarif-item ul {
        padding-left: 0;
        text-align: center;
        list-style-position: inside;
    }
}

.kpt-tarif-item ul>li {
    /*font-size: 1.25em*/
    font-size: 17px
}

.kpt-tarif-item ul+ul {
    margin-bottom: .75em
}

.kpt-tarif-item p {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    padding-left: 1.875em
}

@media (max-width:839px) {
    .kpt-tarif-item p {
        padding-left: 0;
        text-align: center
    }
}

.kpt-tarif-item p:not(:last-child) {
    margin-bottom: .75em
}

.kpt-tarif-item__btn {
    max-width: 16.875em;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.kpt-tarif-item__price {
    margin-bottom: .625em
}

.kpt-tarif-item__bottom {
    margin-top: auto;
    width: 100%
}

.kpt-tarif-item-price {
    text-align: center
}

.kpt-tarif-item-price__old {
    font-size: 1.25em;
    color: var(--gray);
    display: block
}

.kpt-tarif-item-price__new {
    font-size: 1.9375em;
    color: var(--primary-5);
    line-height: 1.05;
    font-weight: 700;
    display: block
}

.kpt-zayavka {
    position: relative;
    overflow: hidden
}

.kpt-zayavka::after,
.kpt-zayavka::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%
}

.kpt-zayavka::before {
    height: 3.75em;
    top: -1.6875em;
    border-radius: 100%;
    background-color: var(--white);
    filter: blur(.625em);
    z-index: 1
}

.kpt-zayavka::after {
    top: 0;
    height: 100%;
    min-height: 50.4375em;
    background: url(../img/kpt-new/kpt-zayavka-bg.webp) no-repeat 50% 0/auto;
    opacity: .1;
    z-index: -1
}

.kpt-zayavka__title {
    margin-bottom: 0;
    line-height: 1.2
}

.kpt-zayavka__btn {
    margin-top: 3.125em;
    margin-left: auto;
    margin-right: auto
}

.kpt-zayavka__descr {
    font-size: 1.4375em;
    line-height: 128%;
    text-align: center;
    font-weight: 700;
    max-width: 20.8695652174em;
    width: 100%;
    margin: .6956521739em auto 1em;
    padding: 0 1.9565217391em;
    position: relative
}

.kpt-zayavka__descr::after,
.kpt-zayavka__descr::before {
    position: absolute;
    content: "";
    width: 2.652173913em;
    height: 3.347826087em;
    top: -5px;
    background: url(../img/kpt-new/vetka.webp) no-repeat 50% 50%/contain
}

.kpt-zayavka__descr::before {
    left: -.4347826087em
}

.kpt-zayavka__descr::after {
    right: -.4347826087em;
    transform: scale(-1, 1)
}

.kpt-progress {
    position: relative;
    z-index: 2
}

.kpt-progress__slider {
    margin-top: -3.125em
}

.kpt-progress__slider.swiper {
    padding-top: 3.4375em;
    padding-bottom: 2.375em
}

.kpt-progress .swiper-button-next,
.kpt-progress .swiper-button-prev {
    width: 3.6875em;
    height: 3.6875em;
    border-radius: 50%;
    transition: .2s all ease-in-out
}

@media (max-width:869px) {
    .kpt-progress .swiper-button-next,
    .kpt-progress .swiper-button-prev {
        top: 14.1666666667em
    }
}

@media (max-width:479px) {
    .kpt-progress .swiper-button-next,
    .kpt-progress .swiper-button-prev {
        width: 3.3333333333em;
        height: 3.3333333333em
    }
}

.kpt-progress .swiper-button-next::after,
.kpt-progress .swiper-button-prev::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/kpt-new/swiper-right-arrow.svg) no-repeat 50% 50%/contain
}

.kpt-progress .swiper-button-prev::after {
    transform: scale(-1, 1)
}

.kpt-progress-slide__pagination {
    font-family: var(--third-family);
    font-weight: 800;
    font-size: 1.75em;
    background-image: linear-gradient(90deg, #024415 0, #3b9354 50%, #024415 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 2.0357142857em;
    height: 2.0357142857em;
    border-radius: 50%;
    border: 2px solid #024415;
    top: .9642857143em !important;
    right: 9.6071428571em;
    left: unset !important;
    box-shadow: 0 .1785714286em 2.5em 0 rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:869px) {
    .kpt-progress-slide__pagination {
        top: unset !important;
        right: unset;
        left: 50% !important;
        transform: translateX(-50%) !important
    }
}

@media (max-width:479px) {
    .kpt-progress-slide__pagination {
        bottom: 0 !important
    }
}

.kpt-progress-slide__box {
    display: flex;
    gap: .625em;
    justify-content: center;
}

@media (max-width:869px) {
    .kpt-progress-slide__box {
        flex-direction: column;
        align-items: center
    }
}

.kpt-progress-slide__info {
    max-width: 26.5em;
    width: 100%;
    background-color: var(--white);
    border-radius: .75em;
    box-shadow: 0 .3125em 4em 0 #11592685;
    padding: 2.5625em 3.375em;
}

@media (max-width:869px) {
    .kpt-progress-slide__info {
        max-width: 35.3333333333em
    }
}

@media (max-width:768px) {
    .kpt-progress-slide__info {box-shadow: 0 .3125em 4em 0 #11592624}
    .faq-question.active{font-size: 14px;}
    .upravlenie-emociyami-reviews .video_2 {width: 90%;height: auto;position: relative;margin: auto;display: block;left: 0;bottom: 0;}
    .header-items-el__text, .header-menu-list__link{font-size: 1.225em;}
    .kpt-course-header__header{flex-direction: column;}
    .kpt-program-modules-col:first-child .kpt-program-modules-col__title {display: block;padding-left: 35px;}
}

@media (max-width:479px) {
    .kpt-progress-slide__info {
        padding: 1.25em 0 2.0833333333em;
        box-shadow: none
    }
}

.kpt-progress-slide__title {
    font-weight: 600;
    font-size: 1.75em;
    line-height: 128%;
    color: var(--primary-2);
    margin-bottom: .2857142857em;
    display: block
}

@media (max-width:479px) {
    .kpt-progress-slide__title br {
        display: none
    }
}

.kpt-progress-slide p,
.kpt-progress-slide ul {
    font-size: 1.1875em;
    line-height: 128%;
    color: var(--primary-2)
}

.kpt-progress-slide p {
    margin-top: 0;
    margin-bottom: 0
}

.kpt-progress-slide p:not(:last-child) {
    margin-bottom: .625em
}

.kpt-progress-slide ul {
    /*list-style: none;*/
    padding-left: 0;
    margin-top: 0
}

.kpt-progress-slide__window {
    border-radius: .75em;
    max-width: 35em;
    width: 100%;
    height: 21.6875em;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 .3125em 4em 0 rgba(0, 0, 0, .1);
    background-image: linear-gradient(90deg, #024415 0, #3b9354 50%, #024415 100%)
}

@media (max-width:479px) {
    .kpt-progress-slide__window {
        box-shadow: none
    }
}

.kpt-progress-slide__img {
    border-radius: .6875em;
    max-width: 28.875em;
    width: 100%;
    height: auto;
    max-height: 16.375em;
    object-fit: contain;
    object-position: 50% 50%
}

.oplata-modal {
    position: fixed;
    left: 52%;
    top: 52%;
    transform: translate(-52%, -52%);
    max-width: 90.5em;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 5000;
    align-items: center;
    /*justify-content: center;*/
    box-shadow: 0 .9375em 3.125em 0 rgba(0, 0, 0, .1);
    border-radius: 1.25em
}

.oplata-modal--blocked, .modal-overlay--blocked {
    display: none !important;
}

.oplata-modal__close {
    position: absolute;
    top: 1.0714285714em;
    right: 1.0714285714em;
    height: 2.8571428571em;
    width: 2.8571428571em;
    padding: 0;
    border: 0;
    cursor: pointer;
    border-radius: 50%;
    transition: .2s all ease-in-out
}

.oplata-modal__close:hover {
    background-color: var(--secondary)
}

.oplata-modal__close::after,
.oplata-modal__close::before {
    position: absolute;
    left: 1.3571428571em;
    top: .7142857143em;
    content: " ";
    height: 1.4285714286em;
    width: 2px;
    background-color: #333
}

.oplata-modal__close::before {
    transform: rotate(45deg)
}

.oplata-modal__close::after {
    transform: rotate(-45deg)
}

.oplata-modal--is-open {
    display: flex;
}

.oplata-modal__box {
    display: flex;
    flex-direction: column;
    max-width: 35.0875em;
    width: 100%;
}

.oplata-modal__title {
    font-size: 3.1875em;
    font-weight: 600;
    margin-top: 0;
    line-height: 100%;
    background: linear-gradient(85deg, #30343a 2.5%, #474e56 93.62%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: .24em;
}

.oplata-modal__group {
    display: flex;
}

.oplata-modal__ico {
    width: 1.4375em;
    height: 1.4375em;
    display: block;
    margin-right: .625em;
    margin-top: .625em;
    background: url(https://mipz.ru/wp-content/themes/mipz/assets/img/kpt/popup-arrow.png) no-repeat 50% 50% / contain;
}

.oplata-modal__text {
    font-size: 2.0625em;
    line-height: 135%;
    color: #282c31;
    margin-top: 0;
    margin-bottom: 1.7575757576em;
}

.oplata-modal__btn {
    font-size: 2em;
    display: block;
    text-decoration: none;
    padding: .3125em .625em;
    color: #fff;
    align-content: center;
    font-weight: 600;
    margin-top: auto;
    min-height: 4.8125em;
    border-radius: 5.3125em;
    text-align: center;
    background: #3a8250;
    transition: .2s all ease-in-out;
}

.oplata-modal__note {
    position: absolute;
    right: 4.25em;
    /*bottom: -4.375em;*/
    bottom: 3.375em;
    max-width: 40.5625em;
    width: 100%;
}

.oplata-modal--exit {
    background-color: #fff;
    max-width: 91em;
    width: 100%;
    padding: 6.25em 5.25em 5.625em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    min-height: 35.3125em;
    overflow: hidden;
}

.modal__shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 66;
    background: rgba(14, 14, 14, .7);
    display: none;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 4999
}

.modal-overlay--is-active {
    display: block
}

.footer {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    border-top: 2px solid var(--green)
}

.footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2.5em
}

@media (max-width:479px) {
    .footer__inner {
        font-size: 14px;
        flex-direction: column;
        justify-content: flex-start;
        text-align: center
    }
}

.footer-col__text {
    font-size: 1.0625em;
    line-height: 147%;
    color: #393939;
    font-family: var(--font4)
}

.footer-col__text:first-child {
    margin-top: 0
}

.footer-col__text:last-child {
    margin-bottom: 0
}

.footer-col__phone {
    font-size: 1.5em;
    font-weight: 700;
    line-height: initial;
    color: #393939;
    text-decoration: none;
    position: relative
}

.footer-col__phone:hover {
    color: var(--primary)
}

.footer-col__phone::before {
    position: absolute;
    content: "";
    left: -2.1666666667em;
    top: 0;
    width: 1.3333333333em;
    height: 1.3333333333em;
    background: url(../img/kpt-new/phone.webp) no-repeat 50% 50%/contain
}

@media (max-width:479px) {
    .footer-col__phone::before {
        width: 1.1666666667em;
        height: 1.1666666667em;
        left: -1.5em
    }
}

.footer-col__btn {
    margin-top: 1.5625em
}

.footer-col:last-child .footer-col__text {
    margin-top: .625em
}

.kpt-certificate {
    /*margin-top: -2.5em;*/
    margin-bottom: 2.5em;
    position: relative
}

@media (max-width:1023px) {
    .kpt-certificate {
        margin-top: 0
    }
}

@media (max-width:929px) {
    .kpt-certificate {
        margin-top: 3.75em;
        /*margin-bottom: 0*/
    }
    .oplata-modal__note {
        display: none;
    }
}

@media (max-width:479px) {
    .kpt-certificate {
        margin-top: 2.5em
    }
}

.kpt-certificate::after {
    position: absolute;
    content: "";
    max-width: 59.875em;
    width: 100%;
    max-height: 77.9375em;
    height: 100%;
    background: url(../img/kpt-new/kpt-about--path.svg) no-repeat 50% 50%/contain;
    z-index: -1;
    right: -25.625em;
    top: -12.5em;
    transform: rotate(-44deg)
}

.kpt-certificate__inner {
    display: flex;
    align-items: center
}

@media (max-width:879px) {
    .kpt-certificate__inner {
        flex-direction: column
    }
}

.kpt-certificate__picture {
    flex: 1 0 auto;
    margin-left: -3.75em
}

@media (max-width:879px) {
    .kpt-certificate__picture {
        margin-left: 0
    }
}

.kpt-certificate__title {
    font-family: var(--second-family);
    font-size: 2.1875em;
    line-height: 120%;
    color: #2c2c2c;
    display: block;
    margin-bottom: .6571428571em
}

@media (max-width:479px) {
    .kpt-certificate__title {
        font-size: 1.75em
    }
}

.kpt-certificate__info {
    margin-left: -1.25em
}

@media (max-width:879px) {
    .kpt-certificate__info {
        margin-top: -1.875em;
        margin-left: 0
    }
    .kpt-certificate__info br {
        display: none
    }
}

@media (max-width:479px) {
    .kpt-certificate__info {
        margin-top: -.8333333333em
    }
}

.kpt-certificate__text {
    font-size: 1.1875em;
    color: #181818
}

@media (max-width:479px) {
    .kpt-certificate__text {
        font-size: 1.0833333333em;
        line-height: 1.3846153846em
    }
}

.kpt-certificate__text:last-child {
    margin-bottom: 0
}

.kpt-certificate__img {
    width: 48.375em
}

@media (max-width:879px) {
    .kpt-certificate__img {
        width: auto;
        max-width: 100%
    }
}

@media (max-width:479px) {
    .kpt-certificate__picture {
        margin-left: -30px;
        margin-right: -30px
    }
}

.kpt-authors {
    position: relative
}

.kpt-authors::after,
.kpt-authors::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%
}

.kpt-authors::before {
    height: 11.25em;
    top: -5.625em;
    border-radius: 100%;
    background-color: var(--white);
    filter: blur(2.5em);
    z-index: 1
}

.kpt-authors::after {
    top: 0;
    height: 100%;
    min-height: 56.9375em;
    background: url(../img/kpt-new/authors-bg.webp) no-repeat 50% 0/contain;
    opacity: .17;
    z-index: -1
}

@media (max-width:929px) {
    .kpt-authors::after {
        background-size: auto;
        min-height: inherit
    }
}

@media (max-width:767px) {
    .kpt-authors::after {
        display: none
    }
    .oplata-modal {
        top: 0;
        left: 0;
        transform: none;
        border-radius: 0;
    }
    .oplata-modal__box{margin: auto;}
    .oplata-modal--exit {
        max-width: 100%;
    }
}

@media (max-width:1869px) {
    .kpt-authors__outer {
        padding-left: 3.75em;
        padding-right: 3.75em
    }
}

@media (max-width:1023px) {
    .kpt-authors__outer {
        padding-left: 1.875em;
        padding-right: 1.875em
    }
}

@media (max-width:639px) {
    .kpt-authors__outer {
        padding-left: 1.25em;
        padding-right: 1.25em
    }
}

.kpt-authors__box {
    display: flex;
    gap: 3.125em;
    justify-content: center
}

@media (max-width:1023px) {
    .kpt-authors__box {
        gap: 0
    }
}

@media (max-width:767px) {
    .kpt-authors__box {
        flex-direction: column;
        text-align: center
    }
}

.kpt-authors__board {
    position: relative;
    z-index: 2
}

.kpt-authors__board::after,
.kpt-authors__board::before {
    position: absolute;
    content: "";
    max-width: 34.5625em;
    width: 100%;
    min-height: 28em;
    height: 100%;
    background: url(../img/kpt-new/kpt-benefits-path.svg) no-repeat 50% 0/contain;
    z-index: -1
}

.kpt-authors__board::before {
    left: -6.5625em;
    top: 0
}

.kpt-authors__board::after {
    right: -6.5625em;
    top: 0;
    transform: scale(-1, 1)
}

.kpt-authors__item {
    flex: 1 1 0;
    max-width: 38.75em
}

@media (max-width:767px) {
    .kpt-authors__item {
        flex: 1 0 auto;
        max-width: 100%
    }
    .kpt-authors__item:not(:last-child) {
        margin-bottom: 2.5em
    }
}

.kpt-authors-item-symbol__img {
    max-width: 16.25em
}

@media (max-width:1869px) {
    .kpt-authors-item-symbol__img {
        max-width: 13.125em
    }
}

@media (max-width:1339px) {
    .kpt-authors-item-symbol__img {
        max-width: 12.8571428571em
    }
}

.kpt-authors-item {
    position: relative;
    z-index: 2
}

.kpt-authors-item:first-child::before {
    position: absolute;
    content: "";
    max-width: 31.4375em;
    width: 100%;
    height: 27.3125em;
    bottom: 0;
    right: -13.75em;
    border-radius: 50%;
    background-color: var(--white);
    filter: blur(6.25em)
}

.kpt-authors-item:first-child .kpt-authors-item__photo {
    max-width: 34.125em;
    max-height: 34.5625em
}

@media (max-width:767px) {
    .kpt-authors-item:first-child .kpt-authors-item__photo {
        width: 100%;
        max-height: inherit
    }
}

.kpt-authors-item:first-child .kpt-authors-item__title {
    margin-bottom: .7627118644em
}

.kpt-authors-item:first-child .kpt-authors-item__info {
    /*max-width: 23.4375em;
    right: -9.375em*/
    max-width: unset;
    right: unset;
}

.kpt-authors-item:nth-child(2) .kpt-authors-item__photo {
    max-width: 27.8125em;
    max-height: 29.5625em;
    align-self: flex-end
}

.kpt-authors-item:nth-child(2) .kpt-authors-item__text {
    max-width: 12.5em;
    position: relative;
    left: 60px;
}

.kpt-authors-item:nth-child(2) .kpt-authors-item__spec {
    max-width: unset;
}

@media (max-width:1869px) {
    .kpt-authors-item:nth-child(2) .kpt-authors-item__text {
        max-width: 100%;
        left: unset;
    }
}

.kpt-authors-item:nth-child(2) .kpt-authors-item__title {
   /* padding-top: 1.3125em;
    position: relative;
    left: -2.1875em;
    margin-bottom: .7291666667em*/
    padding-top: unset;
    position: relative;
    left: unset;
    margin-bottom: 1.4291666667em;
}

@media (max-width:767px) {
    .kpt-authors-item:nth-child(3) {
        padding-bottom: 2.5em
    }
}

.kpt-authors-item:nth-child(3) .kpt-authors-item__photo {
    align-self: flex-end;
    max-width: 29em;
    max-height: 30.75em;
    right: 3.125em
}

@media (max-width:1869px) {
    .kpt-authors-item:nth-child(3) .kpt-authors-item__photo {
        right: 0
    }
}

.kpt-authors-item:nth-child(3) .kpt-authors-item__box {
    justify-content: flex-end
}

@media (max-width:1869px) {
    .kpt-authors-item:nth-child(3) .kpt-authors-item__box {
        justify-content: space-between
    }
}

.kpt-authors-item:nth-child(3) .kpt-authors-item__info {
    right: unset;
    left: 0;
    justify-content: flex-end
}

.kpt-authors-item:nth-child(3) .kpt-authors-item__title {
    /*padding-top: 3.0833333333em;
    margin-bottom: .7291666667em*/
    padding-top: unset;
    margin-bottom: 1.4291666667em;
}

@media (max-width:1869px) {
    .kpt-authors-item:nth-child(2) .kpt-authors-item__info,
    .kpt-authors-item:nth-child(3) .kpt-authors-item__info {
        padding-left: 5em
    }
}

@media (max-width:1023px) {
    .kpt-authors-item:nth-child(2) .kpt-authors-item__info,
    .kpt-authors-item:nth-child(3) .kpt-authors-item__info {
        justify-content: flex-start
    }
}

@media (max-width:767px) {
    .kpt-authors-item:nth-child(2) .kpt-authors-item__info,
    .kpt-authors-item:nth-child(3) .kpt-authors-item__info {
        padding-left: 0
    }
}

@media (max-width:1869px) {
    .kpt-authors-item:nth-child(2) .kpt-authors-item__photo,
    .kpt-authors-item:nth-child(3) .kpt-authors-item__photo {
        max-width: 83%
    }
}

@media (max-width:767px) {
    .kpt-authors-item:nth-child(2) .kpt-authors-item__photo,
    .kpt-authors-item:nth-child(3) .kpt-authors-item__photo {
        max-width: 52%;
        max-height: inherit;
        width: auto
    }
}

.kpt-authors-item__title {
    font-size: 3em;
    font-family: var(--second-family);
    font-weight: 600;
    color: var(--primary-2);
    display: block;
    line-height: 1.1
}

@media (max-width:1869px) {
    .kpt-authors-item__title {
        min-height: inherit;
        left: unset !important;
        padding-top: 0 !important
    }
}

@media (max-width:929px) {
    .kpt-authors-item__title {
        position: relative
    }
}

@media (max-width:479px) {
    .kpt-authors-item__title {
        font-size: 1.9166666667em;
        margin-bottom: .4347826087em !important
    }
}

.kpt-authors-item__title--size-l {
    font-size: 3.6875em;
    min-height: 1.3220338983em
}

@media (max-width:1869px) {
    .kpt-authors-item__title--size-l {
        font-size: 3em
    }
}

@media (max-width:929px) {
    .kpt-authors-item__title--size-l {
        font-size: 3em
    }
}

@media (max-width:479px) {
    .kpt-authors-item__title--size-l {
        font-size: 1.9166666667em
    }
}

.kpt-authors-item__name {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 1.875em;
    line-height: 100%;
    color: var(--primary-2);
    margin-bottom: .3333333333em;
    display: block
}

@media (max-width:929px) {
    .kpt-authors-item__name {
        margin-bottom: .8333333333em
    }
}

@media (max-width:479px) {
    .kpt-authors-item__name {
        font-size: 1.5833333333em;
        margin-bottom: .5263157895em
    }
}

@media (max-width:929px) {
    .kpt-authors-item__name br {
        display: none
    }
}

.kpt-authors-item__info {
    right: 0;
    top: 0;
    height: 100%;
    /*position: absolute*/
    position: relative;
}

@media (max-width:1869px) {
    .kpt-authors-item__info {
        /*flex:1 0 auto;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: static;
        height: auto;
        top: unset;
        right: unset !important;
        max-width: 100% !important
    }
}

@media (max-width:929px) {
    .kpt-authors-item__info {
        max-width: 100%;
        padding-bottom: 1.6666666667em
    }
}

@media (max-width:767px) {
    .kpt-authors-item__info {
        position: relative;
        margin-top: 2.5em
    }
}

@media (max-width:479px) {
    .kpt-authors-item__info {
        padding-bottom: 0;
        margin-top: 1.6666666667em
    }
}

.kpt-authors-item__info::after {
    position: absolute;
    content: "";
    top: -4.1666666667em;
    left: 0;
    width: 100%;
    height: 3.3333333333em;
    z-index: 4;
    background-color: #fff;
    filter: blur(.6666666667em);
    display: none
}

@media (max-width:767px) {
    .kpt-authors-item__info::after {
        display: block;
        top: -3.75em
    }
}

.kpt-authors-item__text {
    color: var(--primary-3);
    line-height: 145%
}

@media (max-width:929px) {
    .kpt-authors-item__text {
        min-height: 4.3333333333em
    }
}

@media (max-width:767px) {
    .kpt-authors-item__text {
        min-height: inherit
    }
}

.kpt-authors-item__text:last-child,
.kpt-program-modules-col ul:last-child {
    margin-bottom: 0
}

@media (max-width:1869px) {
    .kpt-authors-item__text br {
        display: none
    }
}

.kpt-authors-item__spec {
    font-weight: 700;
    background: linear-gradient(90deg, #024415 0, #3b9354 50%, #024415 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-bottom: .8125em;
    font-size: 1.1em;
}

@media (max-width:1869px) {
    .kpt-authors-item__spec {
        line-height: 1.3;
        margin-top: .9375em
    }
}

.kpt-authors-item__box {
    display: flex;
    height: 100%;
    justify-content: flex-start;
    padding-top: 4.875em;
    flex-direction: column-reverse;
    padding: 0 40px;
}

@media (max-width:1869px) {
    .kpt-authors-item__box {
        flex-direction: column-reverse;
        justify-content: space-between;
        padding-top: 0;
        row-gap: 2.5em
    }
}

@media (max-width:1869px) and (max-width:1023px) {
    .kpt-authors-item__box {
        row-gap: .625em
    }
}

@media (max-width:1869px) and (max-width:767px) {
    .kpt-authors-item__box {
        flex-direction: column
    }
}

.kpt-authors-item__photo {
    width: 100%;
    flex: 1 0 auto;
    max-height: 32.1875em;
    max-width: 30.3125em;
    position: relative;
    z-index: 2
}

@media (max-width:1869px) {
    .kpt-authors-item__photo {
        flex: unset
    }
}

@media (max-width:767px) {
    .kpt-authors-item__photo {
        margin-left: auto;
        margin-right: auto
    }
}

.kpt-authors-item__symbol {
    /*position: absolute;
    bottom: -2.625em;
    right: 5.125em*/
    position: absolute;
    bottom: -17.625em;
    right: 1.125em;
}

@media (max-width:1869px) {
    .kpt-authors-item__symbol {
        bottom: -2.375em;
        right: -5.9375em
    }
}

@media (max-width:929px) {
    .kpt-authors-item__symbol {
        display: none
    }
}

.kpt-authors-item-photo__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: bottom
}

.kpt-authors-item:first-child .kpt-authors-item-photo__img {
    position: relative;
    bottom: -1px
}

.kpt-authors-board {
    background: linear-gradient(90deg, #024415 0, #3b9354 50%, #024415 100%);
    border-radius: 2.5em;
    padding-top: 2.25em;
    padding-bottom: 2.25em;
    min-height: 22em;
    display: flex;
    align-items: center
}

@media (max-width:1529px) {
    .kpt-authors-board {
        border-radius: 0
    }
}

@media (max-width:599px) {
    .kpt-authors-board {
        padding-top: 3.3333333333em;
        padding-bottom: 3.3333333333em
    }
}

.kpt-authors-board__items {
    display: flex;
    gap: 2.5em
}

@media (max-width:839px) {
    .kpt-authors-board__items {
        flex-wrap: wrap
    }
}

@media (max-width:599px) {
    .kpt-authors-board__items {
        row-gap: 1.6666666667em
    }
}

.kpt-authors-board__col {
    max-width: 33%
}

@media (max-width:839px) {
    .kpt-authors-board__col {
        max-width: calc(50% - 1.6666666667em)
    }
}

@media (max-width:599px) {
    .kpt-authors-board__col {
        max-width: 100%
    }
}

.kpt-authors-board__col:first-child {
    flex: 1 0 auto
}

@media (max-width:599px) {
    .kpt-authors-board__col:first-child {
        flex: inherit
    }
}

.kpt-authors-board-col {
    display: flex;
    gap: 1.0625em
}

@media (max-width:479px) {
    .kpt-authors-board-col {
        flex-direction: column;
        align-items: center;
        text-align: center
    }
}

@media (max-width:599px) {
    .kpt-authors-board-col br {
        display: none
    }
}

.kpt-authors-board-col__label {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 1.4375em;
    line-height: 128%;
    color: var(--white);
    display: block;
    margin-bottom: .347826087em
}

.kpt-authors-board-col__text {
    line-height: 145%;
    color: var(--white)
}

.kpt-authors-board-col__text:not(:last-child) {
    margin-bottom: .625em
}

.kpt-authors-board-col__ico {
    box-shadow: 0 .25em 3.4375em 0 rgba(0, 0, 0, .1);
    background: var(--white) url(../img/kpt-new/lightning.webp) no-repeat 50% 50%/2.0625em;
    border-radius: .9375em;
    width: 3.5em;
    height: 3.5em;
    flex: 1 0 auto
}

@media screen and (min-width:1870px) {
    /*.kpt-authors-item:nth-child(2) .kpt-authors-item__title {
        left: -60px;
    }*/
}

@media(max-width:1870px) {
    .kpt-authors-item:nth-child(2) .kpt-authors-item__spec {
        max-width: 100%;
    }
}