

/* Start:/local/templates/main/components/bitrix/news.detail/manager_detail/style.css?17642527016101*/
.expert{
    background: var(--darkBgColor);
}
.expert__content{
    padding: 50px 0;
    color: var(--darkColor);
    display: flex;
    gap: 74px;
}
.ex-sidebar__photo{
    width: 343px;
    height: 343px;
    border: 1px solid rgba(19, 157, 214, 0.2);
    border-radius: 4px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: baseline;

    & img {
        height: 100%;
    }
}
.ex-info__title{
    font-weight: 900;
    font-size: 48px;
    margin: 100px 0;
}
.ex-info h3{
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 40px;
}
.ex-info p{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 40px;
}
.ex-info hr{
    height: 1px;
    background: rgba(19, 157, 214, 0.2);
}
.ex-info__block{
    padding: 50px;
    border-top: 1px solid rgba(19, 157, 214, 0.2);
    max-width: 100%;

    &:last-child {
        border-bottom: 1px solid rgba(19, 157, 214, 0.2);
    }
}
.ex-info ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ex-info ul li:before{
    content: '—';
    margin-right: 20px;
}
.ex-info ul li{
    margin-bottom: 7px;
}
.ex-info .swiper {
    width: 902px;
    height: 525px;
}
.ex-info .swiper-slide {
    width: 341px;
    height: 341px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: transform 0.3s;
}
.ex-info .swiper-slide {
    min-width: 341px;
    min-height: 341px;
    transition: transform 0.3s;
}
.ex-info .swiper-slide-active{
    transform: scale(2);
}
.ex-button{
    padding: 14px 24px;
    width: 342px;
    height: 64px;
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--lightColor);
    background: var(--activeColor);
    border-radius: 4px;
    text-decoration: none;
    margin-bottom: 24px;
}
.ex-button span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ex-achievements{
    margin-top: 50px;
}
.ex-achievement{
    display: flex;
    gap: 14px;
    align-items: center;
    max-width: 342px;
    margin-bottom: 30px;
}
.ex-achievement__icon{
    flex: 0 0 23px;

    & img {
        width: 24px;
        height: 24px;
    }
}

.ex-achievement__text{
    font-weight: 500;
    font-size: 16px;
}
.ex-info__title_mob{
    display: none;
}
.expert-photos{
    margin-top: 120px;
    /* max-width: 902px; */
    position: relative;
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(19, 157, 214, 0.2);
}
.expert-photos-slider{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.expert-photos__text{
    max-width: 511px;
    margin: 100px auto 0 auto;
    text-align: center;
}
.expert-photo{
    position: relative;
    min-width: 341px;
    min-height: 341px;
    max-height: 341px;
    max-width: 341px;
    width: 341px;
    height: 341px;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease, opacity 0.4s ease;
}
.expert-photo.active {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    transform: scale(1.5);
    opacity: 1;
    transition: transform 0.4s ease, opacity 0.4s ease;
}
.expert-photo:not(.active) {
    opacity: 0.6;
    z-index: 1;
    transform: scale(1);
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.expert__nav {
    /* display: flex;
    justify-content: space-between; */
    padding-top: 40px;
    position: relative;
}

.expert__nav_link {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--darkColor);
    text-decoration: none;

    &:hover {
        color: var(--activeColor);

        & .expert__nav_arrow {
            border-color: var(--activeColor);
        }
    }
}

.prev-link {
    left: 0;
}

.next-link {
    right: 0;
}

.expert__nav_arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 1px solid var(--darkColor);
    border-radius: 100%;
}

/* .brands {
    overflow: hidden;
} */

@media (max-width: 1200px) {
    .expert__content{
        gap: 20px;
    }
}
@media(max-width: 1100px) {
    .expert__content{
        display: block;
    }
    .expert__ex-sidebar{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 30px;
    }
}
@media(max-width: 750px) {
    .expert__ex-sidebar{
        flex-direction: column;
        gap: 0;
        align-items: center;
    }
    .expert-photo{
        min-width: 111px;
        min-height: 111px;
        max-height: 111px;
        max-width: 111px;
        width: 111px;
        height: 111px;
    }
    .expert-photos{
        padding-bottom: 30px;
    }
}

@media(max-width: 600px) {
    .ex-sidebar__photo{
        width: 290px;
        height: 290px;
        margin-bottom: 20px;
    }
    .ex-button{
        width: 290px;
        margin-bottom: 20px;
        font-weight: 900;
        font-size: 14px;
        text-transform: uppercase;
    }
    .ex-achievement{
        margin-bottom: 15px;
    }
    .ex-achievement__text{
        font-weight: 500;
        font-size: 11px;
    }
    .ex-info__title{
        display: none;
    }
    .ex-info__block{
        padding: 20px 0;
    }
    .ex-info h3{
        font-weight: 900;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .ex-info p {
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 11px;
    }
    .ex-info__title_mob{
        display: block;
        font-weight: 900;
        font-size: 20px;
        line-height: 100%;
        margin: 0 0 20px 0;
    }
    .expert-photos{
        margin-top: 70px;
        max-width: 290px;
    }
    .expert-photos__text{
        margin-top: 40px;
    }
}
/* End */


/* Start:/local/templates/main/css/formRequest.css?17669972235407*/
.order-request{
    padding: 100px;
    min-height: 664px;
    background: var(--darkColor) url("/local/templates/main/css/../assets/images/form/icon.svg") no-repeat;
    background-position: center left;
    position: relative;
}
.order-request__content{
    display: flex;
    column-gap: 75px;
    justify-content: space-between;
}
.request__info{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.request__title-block{
    width: 534px;
}
.request__form{
    width: 586px;
}
.form__input-group{
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.form__input-line-group{
    position: relative;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    margin-bottom: 20px;
}
.form__input-line-group-item{
    flex: 1;
    position: relative;
}
.form__label{
    font-weight: 500;
    font-size: 16px;
    display: block;
    position: absolute;
    color: var(--activeColor);
    top: calc(50% - 16px);
    left: 18px;
    transition: .3s;
}
.form__input{
    width: 100%;
    display: block;
    border: 1px solid var(--activeColor);
    border-radius: 4px;
    padding: 30px 18px 14px 18px;
    height: 64px;
    max-height: 64px;
    background: transparent;
    color: white;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
}
.form__input.invalid {
    border: 1px solid var(--dangerColor);
}
.form__input.invalid + .form__label {
    font-size: 12px;
    top: 14px;
    color: var(--dangerColor);
}
.has_label::placeholder{
    color: transparent;
}
.has_label:focus+label, .has_label:active+label, .has_label:not(:placeholder-shown)+label{
    font-size: 12px;
    top: 14px;
}

.form__input-group.question__container {
    min-height: 148px;
}

.form__input .textarea {
    box-sizing: border-box;
    overflow: auto;
    background: transparent;
    border: 0;
    width: 100%;
    height: 100%;
    color: inherit;
}

label[for="question"] {
    top: 16px;
}

.form__input .textarea::-webkit-scrollbar {
    margin: 2px;
    width: 4px;
    background-color: transparent;
}

.form__input .form__input.textarea::-webkit-scrollbar-thumb {
    background-color: var(--activeColor);
    border-radius: 4px;
}

.form__input .textarea::-webkit-scrollbar-track { background: transparent; }

.form__input .textarea::-webkit-scrollbar-button {
    display: none;
}

.form__button{
    margin-bottom: 20px;
}
.form__policy{
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #fff;
}
.form__link{
    color: var(--activeColor);
    text-decoration: none;
}

.order-request__content.success {
    justify-content: center;
}

.success-message {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.success-message .title-block__description {
    max-width: 294px;
}

@media(max-width: 1490px) {
        .order-request {
        padding: 100px 0;
    }

    .request__form {
        width: 100%;
    }
}

@media(max-width: 1270px) {
        .order-request {
        padding: 72px 0;
    }

    .request__title-block {
        max-width: 311px;
        width: 100%;
    }

    .title-block__description {
        font-size: 14px;
    }

    .request__form {
        max-width: 369px;
        width: 100%;
    }

    .form__input-line-group {
        flex-direction: column;
        gap: 20px;
    }
}

@media(max-width: 999px) {
    .order-request{
        padding: 41px 0 50px;
        background-position: center;
        background-size: 285px;
    }
    .order-request .title-block__title{
        font-size: 24px;
        max-width: 342px;
    }
    .order-request__content{
        flex-direction: column;
    }
    .request__form, .request__title-block{
        width: auto;
        max-width: 100%;
    }
    .form__input-group:not(:last-child){
        margin-bottom: 20px;
    }
    .form__input {
        padding: 22px 11px 22px 18px;
    }
    .form__label {
        top: calc(50% - 10px);
    }
    .form__input:focus+label, .form__input:active+label, .form__input:not(:placeholder-shown)+label {
        top: 5px;
    }
    .form__input-line-group{
        flex-direction: column;
        gap: 20px;
    }
    .title-block__description{
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 40px;
    }

    .success-message {
        transform: translate(-50%, -50%);
        left: 50%;
    }
}

@media(max-width: 600px) {
    .order-request{
        padding-top: 28px;
        background-size: 219px;
    }
    .order-request .title-block__title{
        font-size: 20px;
    }
    .order-request__content{
        flex-direction: column;
    }
    .request__form, .request__title-block{
        width: auto;
        max-width: 100%;
    }
    .form__input-group{
        margin-bottom: 14px;
    }
    .form__input-line-group{
        flex-direction: column;
        gap: 14px;
    }
    .title-block__description{
        font-weight: 500;
        font-size: 12px;
        margin-bottom: 30px;
    }
    .request__info .title-block__title{
        font-weight: 900;
        font-size: 20px;
        line-height: 100%;
        max-width: 279px;
        margin-bottom: 18px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/clients_carousel/style.css?1764252701466*/
/*brands*/
.brands{
    background: var(--darkColor);
    margin-top: -1px;
    padding-bottom: 20px;
    height: fit-content;
}

.brands .swiper-wrapper {
    align-items: center;
}

.brand.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 999px) {
    .brands{
        padding: 0 0 43px;
    }
}

@media (max-width: 600px) {
    .brands{
        padding: 0px 0 40px 0;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?176425264951*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/main/components/bitrix/news.detail/manager_detail/style.css?17642527016101 */
/* /local/templates/main/css/formRequest.css?17669972235407 */
/* /local/templates/main/components/bitrix/news.list/clients_carousel/style.css?1764252701466 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?176425264951 */
