/*------- Fonts -------*/

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

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

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold.eot");
    src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
        url("../fonts/Montserrat-SemiBold.woff") format("woff"),
        url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*------- Specification -------*/

body {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    background-color: #1a1c21;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0em;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    line-height: 1.2em;
}

ul,
li {
    display: block;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #eea12b;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 48px;
    text-transform: none;
}

h2 {
    font-size: 26px;
    text-align: center;
}

h3 {
    font-size: 22px;
    color: #f0f0f0;
    line-height: 1.5em;
    text-transform: none;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
    color: #f0f0f0;
}

a,
a:hover,
a:active {
    text-decoration: none;
}

a,
button {
    transition: all 0.3s ease-in;
}

*:focus::-webkit-input-placeholder {
    color: #eeeeee !important;
}

*:focus::-moz-placeholder {
    color: #eeeeee !important;
}

*:focus:-ms-input-placeholder {
    color: #eeeeee !important;
}

*:focus:-moz-placeholder {
    color: #eeeeee !important;
}

input,
input:hover,
input:focus,
input:active,
button,
button:hover,
button:focus,
button:active {
    outline: none !important;
}

img {
    max-width: 100%;
    object-fit: cover;
}

blockquote {
    margin: 0;
}

.button {
    display: block;
}

.button,
.a-button,
.start-btn {
    font-family: "Montserrat", sans-serif;
    background-color: #eea12b;
    border: none;
    border-radius: 5px;
    padding: 13px 0;
    max-width: 210px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
}

.a-button {
    display: inline-block;
    cursor: pointer;
    color: #fff;
}

.button:hover,
.a-button:hover {
    background-color: #fb8802;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 10px rgb(107 55 1 / 20%);
    -webkit-box-shadow: 0 6px 10px rgb(107 55 1 / 20%);
}

.button:active,
.a-button:active {
    background-color: #fb8802;
    transform: translateY(0px);
    box-shadow: 0px 0px 0px 0px transparent;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
}

.button::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s;
}

.btn-color::after {
    background-color: #fb8802;
}

.button:hover::after {
    transform: scaleX(1.2) scaleY(1.4);
    opacity: 0;
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.z-index {
    z-index: 5;
}

.yellow {
    color: #eea12b;
}

.gray {
    color: #e3e3e3;
}

.request-title::after,
.service-title::after,
.wrapp-title h2::after,
.start-title::after,
.biography-title::after,
.my-biography-title::after,
.value-title::after,
.reviews-title::after,
.communication-title::after,
.my-progress-title::after,
.biography-communication-title::after {
    content: "";
    position: absolute;
    top: 44%;
    left: 100px;
    border-bottom: 2px solid #eea12b;
    width: 90px;
    height: 3px;
}

.decision-wrapp-md .decision-wrapp__list,
.decision-wrapp-md .circle-img,
.wrapp-slider,
.decision-wrapp-small,
.slider-list-320px,
.decision-subtitle-md {
    display: none;
}

.value-content-mb-wrapp,
.value-content-small-wrapp {
    display: none !important;
}

.owl-dots {
    position: relative;
}
.owl-dots::after {
    content: "";
    position: absolute;
    background: url(../img/arrow3.svg) no-repeat center top / cover;
    top: 53px;
    left: 50%;
    transform: translate(-60%);
    width: 104px;
    height: 12px;
}

.slide-three.owl-carousel .owl-dots::after {
    width: 86px;
    height: 9px;
    transform: translate(-63%);
}

/* Мобильное меню начало*/
.disp-none {
    display: none;
}

.fixed-mob-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #15171b;
    padding: 14px 0;
    z-index: 50;
}

.mob-menu {
    justify-content: space-between;
}

.mob-menu__logo {
    width: 120px;
    z-index: 60;
}

.mob-menu__btn {
    background: transparent;
    border: 2px solid #f0f0f0;
    border-radius: 11px;
    width: 36px;
    height: 32px;
    margin-right: 16px;
    margin-left: auto;
    z-index: 52;
}

.mob-menu__btn img {
    display: block;
    margin: 3.5px auto;
    width: 24px;
}

.mob-menu__btn:hover {
    border: 2px solid #eea12b;
    background-color: #eea12b;
}

.header-biography .mob-menu__btn {
    margin: 0;
}

.mob-menu__burger {
    /* Анимация бургера */
    position: relative;
    width: 25px;
    height: 18px;
    z-index: 59;
}

.mob-menu__line {
    position: absolute;
    background-color: #f0f0f0;
    width: 100%;
    height: 2px;
    left: 0;
    top: 8px;
}

.mob-menu__line::before,
.mob-menu__line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f0f0f0;
    transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
}

.mob-menu__line::before {
    top: -8px;
}

.mob-menu__line::after {
    top: 8px;
}

.mob-menu__line.active {
    background-color: transparent;
}

.mob-menu__line.active::before,
.mob-menu__line.active::after {
    top: 0;
    background-color: #eea12b;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
}

.mob-menu__line.active::before {
    transform: rotate(45deg);
}

.mob-menu__line.active::after {
    transform: rotate(-45deg);
} /* Конец анимации бургера */

.mob-menu__overlay {
    /* Оверлей начало */
    height: 100%;
    width: 100%;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    background: #15171b;
    opacity: 0;
}

.mob-menu__overlay-open {
    z-index: 8;
    opacity: 0.8;
} /* Оверлей конец */

.mob-menu__paragraphs {
    position: fixed;
    top: 0;
    right: -51%;
    width: 50%;
    height: 100%;
    overflow: auto;
    background-color: #15171b;
    padding: 130px 36px 20px 36px;
    transition: all 0.3s ease-in;
    z-index: 48;
}

.mob-menu__paragraphs.active {
    right: 0;
}

.mob-menu__list li {
    margin-bottom: 25px;
    font-weight: 600;
}

.mob-menu__list li:last-child {
    margin-bottom: 0;
}

.mob-menu__link {
    color: #fff;
    font-size: 18px;
}

.mob-menu__link:hover {
    color: #eea12b;
    transition: none;
}

.mob-menu__button {
    font-size: 13px;
    color: #fff;
    border: 1px solid #939393;
    border-radius: 5px;
    background-color: transparent;
    padding: 4px 7px !important;
    margin-top: 23px;
    transition: none;
}

.mob-menu__button:hover {
    border: 1px solid #eea12b;
    background-color: #eea12b;
    box-shadow: 0px 3px 6px rgb(116 76 1 / 0.35);
    -webkit-box-shadow: 0px 3px 6px rgb(116 76 1 / 0.35);
}

body.lock {
    overflow: hidden;
} /* Мобильное меню конец*/

/* модальное окно */
.modal-backdrop {
    background-color: #15171b;
}

.modal-backdrop.show {
    opacity: 0.95;
}

.modal-open {
    padding-right: 0 !important;
}

.modal-dialog {
    max-width: 487px;
}

.modal-content {
    background-color: #15171b;
    border: 1px solid #eea12b;
    border-radius: 5px;
    width: 487px;
    padding: 47px 60px;
}

.modal-header {
    border: none;
    position: relative;
    padding: 0;
    margin-bottom: 25px;
}

.modal-header h5 {
    text-transform: none;
    font-size: 15px;
}

.modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    top: -43px;
    right: -50px;
    color: #fff;
    opacity: 1;
}

.modal-body {
    padding: 0;
    text-align: center;
}

.modal-form input {
    max-width: 320px;
    width: 100%;
    padding: 19px 15px;
    background: none;
    border: 1px solid #eea12b;
    border-radius: 5px;
    color: #fff;
}

.modal-form__name {
    margin-bottom: 15px;
}

.modal-form__btn {
    max-width: 320px;
    width: 100%;
    margin: 20px auto 16px;
}

.modal-body p {
    font-size: 11px;
    color: #878787;
    width: 215px;
    margin: auto;
}

.modal-body span {
    border-bottom: 1px solid #878787;
    cursor: pointer;
    transition: all 0.2s ease-in;
    padding-bottom: 3px;
}

.modal-body span:hover {
    border-bottom: 1px solid transparent;
} /* конец модального окна */

/*------- menu-desctop -------*/

.fixed-menu {
    position: fixed;
    background-color: #15171b;
    width: 100%;
    top: 0;
    left: 0;
    height: 84px;
    padding: 15px 0;
    z-index: 50;
}
.logo {
    display: inline-block;
}

.logo img {
    transition: all 0.2s ease-in;
}

.logo img:hover,
.mob-menu__logo:hover {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}

.menu__list {
    justify-content: space-around;
}

.fixed-menu-biography .menu__list {
    justify-content: center;
    width: 100%;
}

.menu__list a {
    position: relative;
    color: #c4c4c4;
}

.menu__list a::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 50%;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    margin-left: -3px;
    background-color: #eea12b;
    opacity: 0;
    transition: all 0.35s;
}

.menu__list a:hover::before,
.menu__list a.active::before {
    top: -15px;
    opacity: 1;
    transition: all 0.35s;
}

.menu__list a:hover,
.menu__list a.active {
    color: #eea12b;
}

.menu-contacts {
    justify-content: flex-end;
    align-items: center;
}

.menu-contacts__btn,
.footer-btn {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #939393;
    background: none;
    padding: 8px 14px 4px 14px;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    transition: all 0.8s ease;
    z-index: 5;
}

.menu-contacts__btn:hover,
.footer-btn:hover {
    border: 1px solid #eea12b;
}

.menu-contacts__btn::before,
.footer-btn::before {
    background: #eea12b;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.5s ease;
}

.btn1::before {
    width: 0%;
    height: 110%;
}

.btn1:hover::before {
    width: 110%;
}

/*------- Header -------*/
.header {
    padding-bottom: 80px;
}

.header-content {
    background: url(../img/back-one.jpg) no-repeat center top / cover;
    padding-top: 150px;
}

.offer__description {
    font-size: 14px;
    font-weight: 700;
    margin: 19px 0 14px;
}

.offer__text-list li {
    font-size: 13px;
    padding-bottom: 8px;
}

.offer__text-list li:last-child {
    padding-bottom: 0;
}

.offer__btn {
    max-width: 226px;
    margin-top: 22px;
}

.dima-img {
    position: relative;
}

.dima-img img {
    position: relative;
    width: 277px;
    z-index: 5;
}

.dima-img::after {
    content: "";
    position: absolute;
    left: 44%;
    bottom: 20%;
    background: url(../img/brain-back-one.png) no-repeat center top / cover;
    width: 275px;
    height: 326px;
    z-index: 1;
}

.results {
    background-color: #15171b;
    padding: 36px 0;
}

.results-wrapp {
    align-items: center;
}

.results__list li:nth-child(1) {
    width: 73px;
    margin-right: 91px;
}

.results__list li:nth-child(2) {
    width: 145px;
    margin-right: 107px;
}

.results__list li:nth-child(3) {
    width: 165px;
    margin-right: 97px;
}

.results__list li:nth-child(4) {
    width: 115px;
}

.results__number {
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.results__number::after {
    content: "+";
    position: absolute;
    top: -2px;
    left: 20px;
}

.results__number--2::after {
    left: 39px;
}

.results__number--3::after {
    left: 58px;
}

.results__number--4::after {
    left: 58px;
}

.social {
    margin-left: 185px;
}

.social li {
    margin-right: 34px;
}

.social li:last-child {
    margin-right: 0;
}

.social i {
    color: #c4c4c4;
    font-size: 24px;
    transition: all 0.2s ease-in;
}

.social i:hover,
.social i:active {
    color: #eea12b;
}

.actions {
    padding-top: 60px;
}

.action-text h3 {
    max-width: 550px;
    margin: 0px 0px 7px 0px;
}

.action-text p {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: 2em;
    position: relative;
}

.action-text p::after {
    content: "";
    position: absolute;
    left: 115%;
    bottom: 20%;
    background: url(../img/arrow1.svg) no-repeat center top / cover;
    width: 100px;
    height: 16px;
    transition: all 0.2s ease-in;
}

@keyframes action-text-after {
    from {
        left: 115%;
    }
    to {
        left: calc(135%);
    }
}

.action-text p::after {
    animation: action-text-after 1s infinite alternate;
}

.trigger {
    font-size: 16px;
    text-align: center;
    margin: 65px auto 0px;
}

.trigger-1 {
    max-width: 225px;
}

.trigger-4 {
    max-width: 247px;
}

.trigger img {
    margin-bottom: 30px;
}

.trigger p {
    line-height: 1.9em;
}

/* Кнопка телеграм начало */
.telegram-btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    position: fixed;
    right: 50px;
    bottom: 40px;
    width: 65px;
    z-index: 1000;
    display: none;
}

.telegram-btn p {
    color: #eea12b;
    transform: rotate(-90deg);
    position: absolute;
    width: 103px;
    top: -94%;
    left: -20px;
}

.telegram-btn::before {
    content: "";
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #eea12b;
    box-shadow: 0 0 20px rgba(238, 160, 43, 0.3);
    -webkit-box-shadow: 0 0 20px rgba(238, 160, 43, 0.3);
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}

.telegram-btn:hover::before,
.telegram-btn:focus::before {
    opacity: 1;
}

.telegram-btn::after {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 3px solid #eea12b;
    position: absolute;
    z-index: -1;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}

.telegram-btn:hover::after,
.telegram-btn:focus::after {
    animation: none;
    display: none;
}

@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    100% {
        width: 110px;
        height: 110px;
        opacity: 0;
    }
}
/* кнопка телеграм конец */

/*------- Section (decision) -------*/

.decision {
    background-color: #f0f0f0;
    padding: 80px 0;
}

.request-title {
    text-align: center;
    position: relative;
    margin-bottom: 65px;
}

.decision-wrapp {
    justify-content: space-between;
    position: relative;
}

.decision-wrapp__list--1 {
    border-left: 2px solid #eea12b;
    padding-left: 20px;
}

.decision-wrapp__list li {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 1.9em;
    margin-bottom: 35px;
}

.decision-wrapp__list li:last-child {
    margin-bottom: 0;
}

/* анимация бесконечного вращения */
.circle-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle-img img {
    border: 15px solid #efd1a1;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: inset 0px 0px 2px 10px #efd1a1;
    -webkit-box-shadow: inset 0px 0px 2px 10px #efd1a1;
    width: 263px;
    height: 263px;
    position: absolute;
    left: 50%;
    top: 49%;
    transform: translate(-50%, -50%);
}

.rotation {
    position: relative;
    width: 374px;
    height: 374px;
    display: inline-block;
    border: 2px solid #efd1a1;
    border-radius: 50%;
    animation-name: rotation;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.rotation__circle {
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/circle2.svg) no-repeat center top / cover;
    top: 157px;
    left: -13px;
}

.rotation__circle--2 {
    top: 302px;
    left: 308px;
}

.rotation__circle--3 {
    top: 27px;
    left: 288px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.rotation {
    -webkit-animation-name: rotation;
    -webkit-animation-duration: 25s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation;
    -moz-animation-duration: 25s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 25s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(720deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* анимация бесконечного вращения конец */

.decision-wrapp__list--2 {
    border-right: 2px solid #eea12b;
    padding-right: 20px;
}

.decision-wrapp__list--2 li {
    text-align: end;
}

.decision-subtitle {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #eea12b;
    text-align: center;
    margin-top: 77px;
}

/*------- Section (service) -------*/

.service {
    background: url(../img/back-two.jpg) no-repeat center top / cover;
    padding: 80px 0;
}

.service-title {
    position: relative;
    margin-bottom: 60px;
}

.service-title::after {
    left: 391px;
}

.card {
    background-color: #f0f0f0;
    border-radius: 18px;
    padding: 56px 28px;
}

.card--3 {
    padding: 56px 19px;
}

.card--4,
.card--6 {
    padding: 56px 17px;
}

.card--1,
.card--2,
.card--3 {
    margin-bottom: 24px;
}

.card__main h4 {
    margin-bottom: 25px;
}

.card__main--4 h4 {
    position: relative;
}

.card__main--4 h4::after {
    content: "";
    position: absolute;
    background: url(../img/star.svg) no-repeat center top / cover;
    top: -5px;
    right: 33px;
    width: 14px;
    height: 14px;
}

.card__main p,
.card__text {
    color: #333;
}

.card__main p {
    line-height: 1.8em;
    margin: auto;
}

.card__main--2 p {
    width: 240px;
}

.card__main--3 p {
    width: 249px;
}

.card__main--4 p {
    width: 228px;
}

.card__main--5 p {
    width: 268px;
}

.card__subtitle {
    color: #eea12b;
    font-weight: 700;
    margin: 30px 0;
}

.card__text {
    line-height: 1.8em;
}

.card__text p {
    margin-bottom: 8px;
}

.card__text p:last-child {
    margin-bottom: 0;
}

.card__button {
    max-width: 187px;
    width: 100%;
    padding: 13px 0;
    margin: 50px auto 0;
}

/*------- Section (your-results) -------*/

.your-results {
    padding: 80px 0;
}

.wrapp-title {
    position: relative;
    justify-content: center;
    margin-bottom: 80px;
}

.wrapp-title h2 {
    position: relative;
}

.wrapp-title h2::after {
    left: -120px;
}

.wrapp-title__accent {
    position: absolute;
    top: -13px;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.03;
}

.accent-1 {
    left: 0;
}

.accent-2 {
    right: 0;
}

.your-results-wrapp {
    justify-content: space-between;
    position: relative;
    font-size: 14px;
    width: 1000px;
    margin: 0 auto 80px;
}

.your-results-wrapp__list li {
    font-weight: 600;
    margin-bottom: 25px;
}

.your-results-wrapp__list li,
.your-results-wrapp__list li p {
    line-height: 2em;
}

.your-results-wrapp__list li:last-child {
    margin-bottom: 0;
}

.your-results-wrapp__brain {
    margin: auto;
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.your-results-wrapp__brain::before,
.your-results-wrapp-md__brain::before,
.brain-small::before {
    content: "";
    position: absolute;
    background: url(../img/brain3.png) no-repeat center top / cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 176px;
    height: 211px;
    z-index: 2;
}

.your-results-wrapp__brain::after,
.your-results-wrapp-md__brain::after,
.brain-small::after {
    content: "";
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    animation: radial-pulse 2s infinite;
    z-index: 1;
}

@keyframes radial-pulse {
    0% {
        box-shadow: 0 0 10px 10px rgb(193, 165, 65, 0.7);
        -webkit-box-shadow: 0 0 10px 10px rgb(193, 165, 65, 0.7);
        opacity: 1;
    }

    100% {
        box-shadow: 0 0 50px 100px rgba(226, 207, 156, 0.6);
        -webkit-box-shadow: 0 0 50px 100px rgba(226, 207, 156, 0.6);
        opacity: 0;
    }
}

.guarantee {
    text-align: center;
    font-weight: 600;
}

.guarantee__subtitle {
    font-size: 14px;
    margin-bottom: 15px;
}

.guarantee__text {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

/*------- Section (start) -------*/

.start {
    background-color: #f0f0f0;
    padding: 80px 0;
}

.start-title {
    position: relative;
    margin-bottom: 60px;
}

.start-title::after {
    left: 302px;
}

.wrapp-content {
    position: relative;
    border: 1px solid #333;
    border-radius: 3px;
    max-width: 360px;
    width: 100%;
    font-size: 14px;
    align-items: center;
    padding: 9px 85px 9px 35px;
}

.wrapp-content::after {
    content: "";
    position: absolute;
    background: url(../img/rhomb.svg) no-repeat center top / cover;
    top: 30px;
    left: -12px;
    width: 22px;
    height: 22px;
}

.wrapp-content span {
    font-size: 48px;
    margin-right: 31px;
}

.wrapp-content p {
    color: #333;
    line-height: 1.8;
    font-weight: 600;
}

.training {
    text-align: center;
    margin: 60px 0 40px;
}

.training strong {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.start-btn {
    position: relative;
    max-width: 279px;
    margin: 0 auto;
    z-index: 5;
}

.start-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 276px;
    height: 46px;
    border-radius: 5%;
    animation: radial-pulse-btn 1.3s infinite;
    z-index: -1;
}

@keyframes radial-pulse-btn {
    0% {
        box-shadow: 0 0 0 0 rgba(238, 160, 43, 0.7);
        -webkit-box-shadow: 0 0 0 0 rgba(238, 160, 43, 0.7);
        opacity: 1;
    }

    100% {
        box-shadow: 0 0 20px 20px rgba(238, 160, 43, 0.99);
        -webkit-box-shadow: 0 0 20px 20px rgba(238, 160, 43, 0.99);
        opacity: 0;
    }
}

.start-btn:hover::before,
.form__btn:hover::before {
    animation: radial-pulse-btn none;
}

.start-btn::after,
.form__btn::after {
    background-color: #eea12b;
}

/*------- Section (selection) -------*/

.biography {
    padding-top: 80px;
}

.biography-title {
    position: relative;
    margin-bottom: 20px;
}

.biography-title::after {
    left: 330px;
}

.biography-list .yellow {
    font-weight: 600;
}

.biography-list li {
    line-height: 1.9em;
    margin-bottom: 29px;
}

.biography-list li:last-child {
    margin-bottom: 0;
}

.biography-list--business p {
    margin-bottom: 10px;
}

.biography-list--business p:last-child {
    margin-bottom: 0;
}

.read {
    margin: 40px 0 35px;
}

.read a {
    font-size: 15px;
    color: #eea12b;
    font-weight: 600;
    padding-bottom: 4px;
    animation: radial-pulse-border 0.8s infinite alternate;
}

@keyframes radial-pulse-border {
    0% {
        color: #eea12b;
        border-bottom: 1px solid #eea12b;
    }

    100% {
        color: #fff;
        border-bottom: 1px solid transparent;
    }
}

.read a:hover {
    border-bottom: 1px solid transparent;
}

.biography-social {
    margin-left: 0;
}

.biography-social i {
    font-size: 28px;
}

/*------- Section (value) -------*/

.value {
    background-color: #1e2026;
    padding: 80px 0 50px;
}

.value-title {
    position: relative;
    margin-bottom: 45px;
}

.value-title::after {
    left: 223px;
}

.value-content {
    align-items: center;
}

.value-content__list {
    font-size: 14px;
}

.value-content__list li {
    position: relative;
    font-weight: 600;
    padding-left: 26px;
    margin-bottom: 37px;
}

.value-content__list li:last-child {
    margin-bottom: 0;
}

.value-content__list li::before {
    content: "";
    position: absolute;
    background: url(../img/romb-small.svg) no-repeat center top / cover;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
}

.value-image {
    position: relative;
    width: 240px;
}

.value-image img {
    position: relative;
}

.value-image::after {
    content: "";
    position: absolute;
    background: url(../img/dima3-romb.svg) no-repeat center top / cover;
    top: 66px;
    left: -36px;
    width: 370px;
    height: 367px;
}

.value-trigger {
    margin-left: auto;
}

/*------- Section (reviews) -------*/

.reviews {
    background-color: #f0f0f0;
    padding: 80px 0;
}

.reviews-title {
    position: relative;
    margin-bottom: 60px;
}

.reviews-title::after {
    left: 386px;
}

.reviews-wrapp {
    position: relative;
    margin-bottom: 36px;
}

.reviews-wrapp::before,
.reviews-wrapp::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 46px;
    z-index: 5;
}

.reviews-wrapp::before {
    background: url(../img/quote-1.png) no-repeat center top / cover;
    top: 11%;
    left: -2%;
}

.reviews-wrapp::after {
    background: url(../img/quote-2.png) no-repeat center top / cover;
    bottom: -16%;
    right: -2%;
}

.client {
    width: 541px;
    text-align: center;
}

.client__link {
    display: inline-block;
    margin-bottom: 25px;
}

.client__content {
    border: 2px solid #eea12b;
    border-radius: 4px;
    position: relative;
}

.client__content::before {
    content: " ";
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -120px;
    background-color: #f0f0f0;
    width: 240px;
    height: 7px;
}

.client__title {
    position: relative;
    text-transform: none;
    margin-bottom: 25px;
    margin-top: -13px;
}

.client__text {
    width: 480px;
    height: 281px;
    margin: 0 auto 25px;
}

.client__text--2 {
    width: 492px;
}

.client__text--3 {
    width: 454px;
}

.client__text--5 {
    width: 489px;
}

.client__text--6 {
    width: 485px;
}

.client__text p {
    text-align: left;
    color: #333;
    line-height: 1.7em;
    font-size: 13px;
}

/* ovl-carousel начало */
.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-nav {
    position: absolute;
    top: 60%;
    right: 0;
    z-index: -1;
}

.owl-carousel .owl-nav button.owl-next {
    right: -26px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -1110px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 28px;
    height: 28px;
    background: transparent;
    border: 1px solid #eea12b;
    border-radius: 50%;
    font-size: 37px;
    font-family: "TTCommons-Medium";
    position: relative;
    cursor: pointer;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:active,
.owl-carousel .owl-nav button.owl-prev:active {
    border: 1px solid transparent;
    background-color: #eea02b8a;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    color: #ffffff;
    position: absolute;
    top: -18px;
    left: 8px;
}

.owl-carousel .owl-nav button.owl-prev span {
    left: 6px;
}
/* ovl-carousel конец */

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

.reviews-link a {
    color: #8a8a8a;
    border-bottom: 1px solid #8a8a8a;
    padding-bottom: 7px;
}

.reviews-link a:hover {
    border-bottom: 1px solid transparent;
}

/*------- Section (communication) -------*/

.communication {
    background: url(../img/back-three.jpg) no-repeat center top / cover;
    padding: 80px 0;
}

.communication-title {
    position: relative;
    margin-bottom: 60px;
}

.communication-title::after {
    left: 71px;
}

.social-network {
    max-width: 830px;
    width: 100%;
    margin: auto;
    justify-content: space-between;
    margin-bottom: 80px;
}

.social-network__item {
    background-color: rgba(196, 196, 196, 0.068);
    border-radius: 5px;
    padding: 20px 10px 20px 20px;
    width: 260px;
}

.social-network__item h5 {
    text-align: center;
    margin-bottom: 22px;
}

.social-network__link {
    align-items: center;
    color: #f0f0f0;
}

.social-network__link:hover {
    color: #eea12b;
}

.social-network__link > img {
    margin-right: 11px;
}

.social-network__name {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 13px;
}

.social-network__subscribers {
    align-items: center;
}

.social-network__subscribers p {
    margin-right: 5px;
}

.record {
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    margin-bottom: 30px;
}

.form-wrapp {
    position: relative;
    max-width: 768px;
    width: 100%;
    border: 1px solid #eea12b;
    border-radius: 4px;
    margin: auto;
}

.form-wrapp::before {
    content: " ";
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -200px;
    background-color: #131519;
    width: 400px;
    height: 3px;
}

.form-wrapp p {
    position: relative;
    font-size: 14px;
    color: #c4c4c4;
    text-align: center;
    margin-top: -10px;
    z-index: 6;
}

.form {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 31px 40px 40px;
}

.form input {
    font-size: 14px;
    max-width: 323px;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #c4c4c4;
    color: #eee;
    padding-bottom: 20px;
    margin-bottom: 49px;
}

.form__tel,
.form__text {
    margin-bottom: 0 !important;
}

.form__btn {
    position: relative;
    max-width: 323px;
    margin: 30px auto 0;
}

.form__btn::before {
    content: "";
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 319px;
    height: 47px;
    border-radius: 5%;
    animation: radial-pulse-btn 1.5s infinite;
    z-index: -1;
}

@keyframes radial-pulse-btn {
    0% {
        box-shadow: 0 0 0 0 rgba(238, 160, 43, 0.5);
        -webkit-box-shadow: 0 0 0 0 rgba(238, 160, 43, 0.5);
        opacity: 1;
    }

    100% {
        box-shadow: 0 0 20px 15px rgba(238, 160, 43, 0.83);
        -webkit-box-shadow: 0 0 20px 15px rgba(238, 160, 43, 0.83);
        opacity: 0;
    }
}

.form__btn:hover::before {
    animation: radial-pulse-btn none;
}

.form__btn::after {
    background-color: #eea12b;
}

/*------- footer -------*/

.footer {
    position: relative;
    background-color: #15171b;
    padding: 39px 0 18px;
}

.footer-wrap {
    align-items: center;
    justify-content: space-between;
}

.footer-quote {
    text-align: center;
    color: #c4c4c4;
    font-weight: 600;
    margin-top: 4px;
}

.footer-quote__one {
    margin-bottom: 6px;
}

.footer-quote__two {
    align-items: center;
}

.footer-quote__two p {
    margin-right: 3px;
}

.footer-security {
    font-size: 9px;
    color: #8a8a8a;
    cursor: pointer;
    margin: 7px 0 0 9px;
}

.footer-security:hover {
    color: #a1a1a1;
}

/*------- Biography-detail (header) -------*/
.biography-content__author-md {
    display: none;
}
.index-link a {
    font-size: 14px !important;
    font-weight: 600;
}

.header-biography-wrapper {
    background-color: #f0f0f0;
    color: #15171b;
    font-size: 14px;
    font-weight: 600;
    padding: 164px 0px 80px 0px;
}

.my-biography-title {
    position: relative;
    margin-bottom: 60px;
}

.my-biography-title::after {
    left: 330px;
}

.biography-content__quote {
    margin-bottom: 40px;
}

.biography-content__quote p {
    line-height: 1.8em;
}

.biography-content__wrapp {
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 40px 0px;
}

.biography-content__video {
    max-height: 298px;
}

.biography-content__subtitle {
    font-size: 16px;
    margin: 0px 0px 20px 0px;
}

.biography-content__list,
.biography-content__text-2 {
    border-left: 2px solid #eea12b;
    padding: 0px 0px 0px 10px;
}

.biography-content__list li {
    margin: 0px 0px 20px 0px;
}

.biography-content__list li:last-child {
    margin: 0px;
}

.biography-content__text-1 {
    margin: 0px 0px 35px 0px;
}

.biography-content__text-1 p {
    letter-spacing: -0.01em;
    line-height: 1.8em;
    margin: 0px 0px 30px 0px;
}

.biography-content__text-2 p {
    margin: 0px 0px 20px 0px;
}

.biography-content__text-1 p:last-child,
.biography-content__text-2 p:last-child {
    margin: 0px;
}

.header-biography .results {
    background-color: #15171b;
}

/*------- section (my-progress) -------*/
.my-progress {
    background-color: #1a1c21;
    font-size: 14px;
    font-weight: 600;
    padding: 80px 0px 80px 0px;
}

.my-progress-title {
    position: relative;
    margin: 0px 0px 70px 0px;
}

.my-progress-title::after {
    left: 344px;
}

.my-progress-list li {
    position: relative;
    padding-left: 25px;
    color: #f0f0f0;
    line-height: 1.8em;
    margin: 0px 0px 30px 0px;
}

.my-progress-list li:last-child {
    margin: 0px;
}

.my-progress-list li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #cc8a52;
    transform: rotate(45deg);
}

.my-progress-list p {
    line-height: 1.8em;
}

.my-progress-list--two li {
    margin: 0px 0px 33px 0px;
}

.my-progress-list--two li:last-child {
    max-width: 523px;
}

/*------- section (communication) -------*/

.biography-communication-title {
    position: relative;
    margin-bottom: 60px;
}

.biography-communication-title::after {
    left: 43px;
}

.biography-social-network {
    justify-content: center;
}

.biography-social-network .social-network--instagram {
    margin: 0px 15px 0px 0px;
}
