

/* Start:/local/assets/css/components/search.css?17222389791504*/
.searchForm {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.search {
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.search__tagBlock .tagGroup {
    width: 80%;
}

.search__form {
    margin-bottom: 15px;
}

.searchError {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .search__tagBlock .tagGroup {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .search {
        margin: 0 -20px;
        padding: 20px 30px;
        gap: 20px;
    }

    .search--v2 {
        margin: 0;
    }

    .search__tagBlock {
        gap: 5px;
    }

    .search__tagBlock .tagGroup {
        margin: 0 -20px;
        flex-wrap: nowrap;
        overflow: scroll;
        width: calc(100% + 40px);
        padding: 0 20px;
    }

    .search--v2 .search__tagBlock {
        gap: 25px;
    }

    .search--v2 .search__tagBlock .tagGroup {
        flex-wrap: wrap;
    }

    .search__tagBlock .tag {
        white-space: nowrap;
    }

    .search__tagBlock .tag:first-child {
        margin-left: 0;
    }

    .search__tagBlock .tagBlock__title {
        font-family: Cera Pro;
        font-size: 16px;
        font-weight: 500;
        line-height: 22.4px;
    }

    .search__form {
        margin-bottom: 10px;
    }

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

    .searchError p {
        position: relative;
        top: -1px;
    }
}
/* End */


/* Start:/local/assets/css/components/forms.css?17222389794062*/
.formFull {
    position: relative;
}

.formFull .button {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 54px;
}

@media (max-width: 767px) {
    .formFull .button {
        padding: 0 13px;
        width: 42px;
        height: 42px;
        top: 5px;
        right: 5px;
    }
}

/* Встраиваемая форма с бэкграундом */
.formBg {
    padding: 120px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .formBg {
        padding: 40px 0;
    }
}

/* Встраиваемая форма */
.formBlock {
    padding: 60px;
    background-color: #fff;
    border-radius: 15px;
}

.formBlock__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.formBlock__textContent {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 60%;
}

.formBlock__textContent--w70 {
    width: 70%;
}

.formBlock__title {
    font-family: Cera Pro;
    font-size: 54px;
    font-weight: 500;
    line-height: 67.88px;
    letter-spacing: -0.01em;
}

.formBlock__text {
    font-family: Cera Pro;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.formRow__inputs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.formRow__inputs .inputBlock {
    flex-grow: 2;
}

.formRow__inputs .inputBlock input {
    width: 100%;
}

.formRow__inputs .button {
    height: 74px;
    font-family: Cera Pro;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: center;
}

.formBlock__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.formRow__checks {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 1199px) {
    .formBlock .formRow__inputs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .formBlock .formRow__inputs .inputBlock {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .formBlock {
        padding: 20px;
        padding-bottom: 30px;
        gap: 20px;
    }

    .formBlock__textContent {
        width: 100%;
    }

    .formBlock__title {
        font-family: Cera Pro;
        font-size: 32px;
        font-weight: 500;
        line-height: 38.4px;
    }

    .formBlock__text {
        font-family: Cera Pro;
        font-size: 16px;
        font-weight: 400;
        line-height: 22.4px;
        width: 100%;
    }

    .formBlock .formRow__inputs {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .formBlock .formRow__inputs .button {
        width: 100%;
        justify-content: center;
    }

    .formBlock__form .button {
        padding: 14px;
        font-family: Cera Pro;
        font-size: 16px;
        font-weight: 700;
        line-height: 22.4px;
        text-align: center;
        height: 50px;
    }
}

/* Встраиваемая форма END */

/* Блок success  */
.formSuccess__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.formSuccess__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.formSuccess__content img {
    width: 110px;
}

.formSuccess__textCol {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.formSuccess__title {
    font-family: Cera Pro;
    font-size: 54px;
    font-weight: 500;
    line-height: 59.39px;
    text-align: center;
}

.formSuccess__text {
    font-family: Cera Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.formSuccess__controls {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .formSuccess {
        padding: 47px 0;
    }

    .formSuccess__content,
    .formSuccess__inner {
        gap: 36px;
    }

    .formSuccess__title {
        font-family: Cera Pro;
        font-size: 26px;
        font-weight: 500;
        line-height: 31.2px;
        text-align: center;
    }

    .formSuccess__text {
        text-align: center;
    }
}

/* Блок success END */
/* End */


/* Start:/local/assets/css/components/people_cards2.css?17222389794843*/
.people_cards2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.people_card2__content h3:first-child,
.people_card2__content h4:first-child {
    margin-top: 0
}

/* .people_card2__content h3:last-child,
.people_card2__content h4:last-child {
    margin-bottom: 0
} */

.people_cards2_content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.people_card2 {
    background: #fff;
    padding: 0 20px 20px;
    display: flex;
    align-items: flex-start;
    /* flex-wrap: wrap; */
    border-radius: 10px;
    flex-direction: column
}

.people_card2__media {
    display: block;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    margin: 0
}

.people_card2__tags {
    margin-bottom: 20px;
}

.people_card2__tags .tag:hover {
    color: #FF004F;
}

.people_card2__media_img {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    margin: 0 -20px;
    padding: 0;
    height: 230px
}

@media (max-width: 1199px) {
    .people_card2__media_img {
        height: 330px;
    }
}

@media (max-width: 767px) {
    .people_card2__media_img {
        height: 220px;
    }
}

.people_card2__media_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.people_card2__play {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
    color: #fff
}

.people_card2__play svg {
    position: relative;
    bottom: -1px
}

.people_card2__video_link {
    position: absolute;
    top: 10px;
    left: -10px;
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: #fff;
    border-radius: 50px;
    padding: 7px 15px;
    z-index: 1;
    cursor: pointer;
}

.people_card2__video_link span {
    transition: all .3s ease;
    font-family: Cera Pro;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
}

.people_card2__video_link:hover span,
.people_card2__video_link:hover img {
    color: #FF004F;
}

@media (max-width: 1199px) {
    .people_card2__video_link {
        left: 10px;
    }
}


.people_card2__tagGroup {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    position: absolute;
    bottom: 30px;
    left: 10px;
    top: auto;
    right: auto;
}

.people_card2__tag {
    padding: 4px 12px;
    border-radius: 12px;
    background: #41414180;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: .01em;
    font-weight: 400;
    backdrop-filter: blur(2px);

}

.people_card2__head {
    position: relative;
    flex-shrink: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px
}

.people_card2__head_title {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 21.6px
}

.people_card2__head_text {
    font-size: 12px;
    line-height: 14.4px
}

.people_card2__content {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.6px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    order: 10;
    width: 100%;
    gap: 30px;
    height: 100%;
    justify-content: space-between;
}

.people_card2__content h3 {
    font-weight: 500;
    letter-spacing: -.01em;
    font-size: 18px;
    line-height: 23px;
    margin: 10px 0
}

.people_card2__content h3 b {
    color: #ff004f;
    font-weight: 500
}

.people_card2__content h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    margin: 10px 0
}

.people_card2__content_button {
    cursor: pointer;
    margin: 0;
    justify-content: center
}

.people_card2__content_button.active {
    background: 0 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    height: auto;
    border-bottom: 1px solid #9d9d9d;
    color: #9d9d9d;
    border-radius: 0
}

.people_card2__content_button.active:hover {
    border-color: transparent
}

.people_card2__media_img:after {
    content: "";
    position: absolute;
    border-radius: 15px 15px 0 0;
    height: 20px;
    width: 100%;
    bottom: -1px;
    background: #fff
}

.people_cards2__pagination {
    display: flex;
    justify-content: center;
}

.people_cards2__more_button {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: center;
    /* color: #FF004F; */
    border-bottom: 1px solid #FF004F;
    cursor: pointer;
}

.people_cards2__more_button:hover {
    border-color: transparent;
}

@media (max-width: 1199px) {
    .people_cards2 {
        grid-template-columns: 100%;
        gap: 30px;
    }

    .people_card2__content_button {
        width: 100%;
    }

    .people_cards2__more_button {
        color: #FF004F;
    }
}
/* End */
/* /local/assets/css/components/search.css?17222389791504 */
/* /local/assets/css/components/forms.css?17222389794062 */
/* /local/assets/css/components/people_cards2.css?17222389794843 */
