/*скроллбар*/
body::-webkit-scrollbar {
    width: 12px; /*Ширина скроллбара*/
}
body::-webkit-scrollbar-track {
    background: #E5E0DA; /*Цвет фона полосы прокрутки*/
}
body::-webkit-scrollbar-thumb {
    background-color: #A99D9A; /*Цвет ползунка*/
    border-radius: 6px;
}

/*ОТЗЫВЫ*/
@media (min-width: 960px) {
.t908__col:nth-child(1) {
    margin: 250px 0 0 !important;
}
}
.t908__textwrapper {
    padding: 0 0 0 144px;
    display: grid;
    align-content: center;
}
.t908__item {
    position: relative;
    height: 104px;
    margin-bottom: 35px;
    border: none;
}
.t908__item .t908__textwrapper {
    opacity: .4;
    transition: all 0.3s;
}
.t908__item_active .t908__textwrapper {
    opacity: 1 !important;
}
.t908__item:before {
    content: "";
    display: block;
    position: absolute;
    background-size: cover;
    top: 0px;
    left: 0px;
    width: 104px;
    height: 104px;
    border-radius: 30px;
    transition: all 0.3s;
    filter: grayscale(1);
}
.t908__item_active:before {
    filter: grayscale(0) !important;
}


/*---Аватарки для отзывов---*/
.t908__item:nth-child(1):before {
    background-image:url("https://static.tildacdn.com/tild3932-6634-4661-a632-363133643135/kate-photo-1-208.jpg");
}
.t908__item:nth-child(2):before {
    background-image:url("https://thumb.tildacdn.com/tild6138-3337-4562-b239-333535666633/-/resize/416x/-/format/webp/noroot.png");
}
.t908__item:nth-child(3):before {
    background-image:url("https://thumb.tildacdn.com/tild6362-3035-4432-a265-363166313538/-/resize/416x/-/format/webp/kate-photo-3-208.jpg");
}
.t908__item:nth-child(4):before {
    background-image:url("https://thumb.tildacdn.com/tild6333-6361-4234-b666-383430646338/-/resize/416x/-/format/webp/noroot.png");
}


/*---Тексты для отзывов---*/
/*1 отзыв*/
.t908__col.t908__box-img:nth-child(2):before {
    content: "Early in the year Kate was invited remotely as a coach for our IT team in Sony Pictures Productions and Releasing (Russia) since it was part of the Individual Development Plan for the staff members with a view to adopt a coaching style in management and to strengthen the team work.\a\a As a result we witness a renovated style in the team management by the direction leader and increase of personal efficiency among the staff members.\a\aIt should be noted that Kate confidently makes a communicative work, skilfully giving the feedback in a coaching format and contributing professionally to the progressive development of the staff members.\a\aWe are going to ask for Kate's services as a coach in future as well.";
}

/*2 отзыв*/
.t908__col.t908__box-img:nth-child(3):before {
    content: "Я познакомилась с Катей в начале 2020 года на тренинге «Введение в коучинг». Я оказалась здесь скорее в поисках поддержки себя, нежели с целью получения новой профессии. Я находилась в затяжном стрессе: профессиональное выгорание, кризис в отношениях, отсутствие сил для принятия решений. Катя стала моим первым коучем. Прошло 3 года, я помню каждую сессию: как возвращалась энергия, как разматывался клубок противоречий.\a\aС началом пандемии внешние обстоятельства не обещали перемен к лучшему, тогда как моя внутренняя опора крепла с каждой сессий. Через полгода я вышла из токсичной среды в сторону той, которая вдохновляет до сих пор. Это решение я считаю одним из самых важным в моей жизни: я получила опыт свободно выбирать жизнь в радость и счастливую себя. Сейчас я сама коуч ACC ICF, и это то дело, которое я люблю. Мой квантовый скачок стал возможным благодаря профессиональной коучинговой поддержке Кати. Сказать «я рекомендую» будет мало. Я искренне желаю вам не упустить шанс изменить жизнь к лучшему с Катей.";
}

/*3 отзыв*/
.t908__col.t908__box-img:nth-child(4):before {
    content: "Кэйт очень быстро настраивается на волну клиента, умеет слышать и возвращать самую суть, постоянно следит за прогрессом. \a\a Ощущение, что в работе с ней возможно все, любой запрос можно проработать и выйти на более качественный уровень.";
}

/*4 отзыв*/
.t908__col.t908__box-img:nth-child(5):before {
    content: "Когда я обратилась к Кэйт, я была в состояние «разбитой вазы». У меня не было понимания с чего начать менять свою жизнь, какие шаги делать. Было лишь понимание, что менять нужно все абсолютно. Мне предстояло выйти на новую работу, спустя почти 8 лет перерыва, развестись, взять ответственность за себя в свои руки, найти ответ на вопрос: «кем я хочу быть».\a\aМы прошли большой путь, провели более 10 сессий, но уже в первые две сессии у нас появился план работы, план действий, который позволил мне выдохнуть и приступить к его осуществлению. Кэйт бережно подсветила мне все сферы моей жизни, которые требовали внимания, я находила в себе все ответы.\a\aС каждой сессией во мне росла вера в себя и свои силы.";
}


.t908__col.t908__box-img:before {
    white-space: break-spaces;
    display: block;
    padding: 60px;
    border: 0.5px solid #7C7B78;
    border-radius: 30px;
    color: #321719;
    font-size: 25px;
    line-height: 1.35;
    font-weight: 400;
    font-family: 'Raleway';
    text-align: left;
}
.t908__img {
    display: none;
}
@media (min-width: 1200px) {
.t908__container {
    max-width: 1234px !important;
}
.t908__col:nth-child(1) {
    max-width: 516px !important;
}
.t908__col.t908__box-img {
    max-width: 618px !important;
    margin: 0 !important;
}
}
@media (max-width: 960px) {
.t908__cell {
    display: flex !important;
}
.t908__item {
    height: fit-content;
    width: 150px !important;
    padding-right: 25px;
}
.t908__heading {
    font-size: 20px !important;
}
.t908__descr {
    font-size: 14px !important;
}
.t908__textwrapper {
    padding: 114px 0 0 0;
    width: 150px !important;
}
.t908__col.t908__box-img:before {
    padding: 30px;
    font-size: 16px !important;
    line-height: 1.45;
}
.t908__col {
    padding-left: 15px;
    padding-right: 15px;
}
.t908__col:nth-child(1) {
    overflow-y: scroll;
}
}

/*Блог сетка*/
.t897 .t-feed__post-bgimg {
    border-radius: 15px;
}
.t897 .js-feed-post-title {
    transition: all 0.3s;
}
.t897 a:hover .js-feed-post-title {
    color: #E35252 !important;
}
.t897 .t-feed__showmore-btn:after {
    content: "";
    display: block;
    position: relative;
    background-size: cover;
    top: -15px;
    left: 0px;
    width: 110px;
    height: 4px;
    background-image:url("https://static.tildacdn.com/tild3035-3030-4638-b863-363461313931/Vector_18.svg");
}
@media (min-width: 1200px) {
.t897__container {
    max-width: 1274px !important;
}
}
@media (max-width: 960px) {
.t897 .js-feed-post {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
}

/*Блог статья*/
.t-feed__post-popup__date-parts-wrapper {
    display: none;
}
.t-feed__post-popup__img {
    border-radius: 30px;
}
.t-feed__post-popup__title {
    font-size: 20px !important;
}
.t-feed__post-popup__text {
    font-family: 'Raleway',Arial,sans-serif !important;
    font-size: 16px !important;
}
.t-feed__post-popup__close-text {
    font-size: 18px !important;
    font-weight: 400;
}
.t-feed__post-popup__cover-wrapper {
    margin-bottom: 40px !important;
}
@media (min-width: 1200px) {
.t-feed__post-popup__img {
    max-width: 960px !important;
    margin-left: -100px;
    border-radius: 30px;
}
.t-feed__post-popup__title {
    font-size: 30px !important;
}
.t-feed__post-popup__text {
    font-size: 25px !important;
}
.t-feed__post-popup__close-text {
    font-size: 25px !important;
}
.t-feed__post-popup__cover-wrapper {
    margin-bottom: 50px !important;
}
}
@media (max-width: 960px) {
.t-feed__post-popup {
    padding: 0 15px !important;
}
}

/*Форма заявки*/
.t702 .t-text, .t-input-error {
    font-family: 'Raleway' !important;
}
@media (min-width: 961px) {
.t702 .t-input-title {
    font-size: 25px !important;
}
.t702 .t-radio__control {
    font-size: 18px !important;
}
.t702 input, .t702 textarea {
    max-width: 410px;
}
.t702 .t-submit {
    width: 260px;
    font-size: 25px !important;
}
.t702 .t-form__submit {
    text-align: left;
}
.t702__form-bottom-text {
    max-width: 570px;
}
}
@media (max-width: 960px) {
.t-popup__close.t-popup__block-close {
    background: #f8f6f0 !important;
}
.t702__wrapper {
    padding: 15px !important;
}
.t702__title {
    font-size: 30px !important;
}
.t702__descr {
    font-size: 16px !important;
}
.t702 .t-input-title {
    font-size: 20px !important;
}
.t702 .t-radio__control {
    font-size: 16px !important;
}
.t702 .t-submit {
    width: 220px;
    height: 40px;
}
.t-input-group.t-input-group_rd {
    margin-bottom: 40px;
}
.t702__form-bottom-text {
    text-align: center;
    font-size: 12px !important;
}
.t702 input {
    height: 40px !important;
}
}

/*Галерея*/
@media (min-width: 961px) {
.t746 .t-slds__arrow_body {
    width: 30px!important;
}
}
@media (max-width: 960px) {
.t746__title {
    font-size: 14px !important;
}
.t746 .t-slds__arrow_body {
    width: 12px !important;
}
}

/*Вкладки*/
@media (min-width: 1200px) {
.t397 .t-container {
    max-width: 1236px;
}
.t397__col {
    margin-left: 0px;
}
.t397__wrapper {
    display: flex;
}
.t397__tab {
    width: fit-content;
}
.t397__title {
    padding-right: 70px;
}
}
@media (max-width: 960px) {
.t397__wrapper {
    padding-left: 15px;
}
.t397__title {
    font-size: 16px !important;
    padding-right: 30px !important;
}
}
















