

/* Start:/local/templates/inevrika/components/bitrix/news/cases/style.css?17582973362201*/
.top-mini-nav {
    margin-top: 40px;
}

.cases-detail-author {
    margin-top: 80px;
    margin-bottom: 120px;
    text-align: center;
}


.team-top {
    height: 336px;
    border-radius: 20px;
    background: #f6f6f6;
    position: relative;
}

.team-h {
    width: 141px;
    position: absolute;
    bottom: 0;
    right: 48px;
    transform: scaleX(-1);
}

.cases-title {
    margin: 0 0 20px 0;
    font-size: 48px;
    font-weight: 700;
}

.team-ellipse-img {
    width: 40px;
    height: 40px;
}


.avatar-container {
    width: auto;
    height: 40px;
    margin-top: 80px;
}

.author-img-container {
    margin: 0 auto;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
}


.avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.3);
}

.author-info .author-top {
    margin: 8px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #636363;
}

.author-info .author-name {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
}

.author-info .author-exp {
    margin: 4px 0 20px 0;
    font-size: 12px;
    font-weight: 400;
    color: #0156CD;
}

.author-info .case {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #636363;
    line-height: 28px;
}

.author-info span {
    display: block;
    width: 65%;
    margin: 0 auto;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}


.specialists-text {
    color: #636363;
    font-size: 12px;
    font-family: Inter;
    font-weight: 500;
    line-height: 20px;
    margin-top: 10px;
}

.team-header {
    margin: 0 auto;
    text-align: center;
}

.team-header h2 > span {
    color: #0156CD;
}

.running-line{
    margin: 40px auto 60px auto;
    width: 100%;
    max-width: 1440px;
    white-space: nowrap;
    overflow: hidden;
    mask-image: linear-gradient(
            90deg,
            transparent 0%,
            black 10%,
            black 90%,
            transparent 100%
    );
}

.team-body-haeder {
    margin-bottom: 20px;
}
/* End */


/* Start:/local/templates/inevrika/components/bitrix/news/cases/bitrix/news.list/cases/style.css?17582973362856*/

.search-form-media {
    position: relative;
}

.media-search-input {
    width: 100%;
    height: 41px;
}
.media-search-input input {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 30px;
    background: #f6f6f6;
}

.media-search-button {
    position: absolute;
    width: auto;
    height: 41px;
}

.media-search-button button {
    width: auto;
    height: auto;
    cursor: pointer;
}

.media-search-input input[type=text] {
    padding-left: 40px;

}

.search {
    padding: 0;
}


@media (max-width:991px){
	.team-body-menu ul{display:block;}
	.team-body-menu ul li{flex:100%;}
	.team-body-menu ul li > button{display:none;}
	.team-body-menu ul li > button.team-button-active,.team-body-menu ul li > button.team-button-hover{width:100%;display:block;}
}


.team-body-menu {
    margin-bottom: 20px;
}

.team-body-menu-md {
    width: 100%;
    border: 0;
    background: #4794FF;
    color: #F6F6F6;
    border-radius: 70px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position: right center;
}

.cases {
    display: none;
    width: auto;
    max-width: 1160px;
    margin: 0 auto;
}

.elem-active {
    display: flex;
}

.team-button {
    width: auto;
    height: 41px;
    background: white;
    border: 1px solid #4794FF;
    border-radius: 20px;
    color: #4794FF;
    margin: 0 4px 0 4px;
}

.team-button:first-child {
    margin-left: 0;
}

.team-button:hover {
    color: white;
    background: #4794FF;
}

.team-button-active {
    color: white;
    background: #4794FF;
}

.search {
    margin-top: 8px;
    padding: 0;
}

.cases-button-section {
    margin: 20px 0 40px 0;
}

.cases-elem {
    padding: 30px;
    background: #f6f6f6;
    border-radius: 20px;
    margin-bottom: 20px;
}

.cases-elem-header h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 24px 0;
}

.cases-elem span {
    width: 60%;
    color: #636363;
    line-height: 17px;
}

.cases-elem-footer {
    margin-top: 20px;
}

.cases-elem-footer a {
    font-size: 12px;
    font-weight: 700;
    margin-right: 20px;
}

.cases-elem-footer p {
    font-size: 12px;
    font-weight: 700;
    color: #636363;
    margin: 0;
}

@media (max-width: 992px) {
    .cases-elem svg {
        margin-bottom: 27px;
    }
}


.cases-elem:nth-child(1) rect {
    fill: #0156CD;
}

.cases-elem:nth-child(2) rect {
    fill: #CD4501;
}

.cases-elem rect {
    fill: #CD9A01;
}



/* End */


/* Start:/local/templates/inevrika/components/bitrix/news.list/our_clients/style.css?1758297336915*/
.clients {
    margin: 0 auto;
    margin-top: 40px;
}

.swiperCompany {;
    height: 75px;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}



.swiper-slide-company {
    width: auto !important;
    display: flex !important;
    align-items: center;
    position: relative;
    background: #F6F6F6;
    height: 58px;
    text-align: center;
    border-radius: 10px;
    padding: 15px 20px;
}

.slide-s {
	max-height:75px!important;
	max-width:100%!important;
	width:auto!important;
	height:auto!important;
}

@media (max-width: 992px) {
    .slide-s-md {
        transform: rotate(180deg);
    }

    #swiper_3 {
        transform: rotate(180deg);
    }

    #swiper_4 {
        transform: rotate(180deg);
    }
}
.swiper-container {
    overflow: hidden;
}

.swiper-wrapper {
    transition-timing-function: linear;
}

.swiper-slide {
    flex-shrink: 0 !important;
    width: auto !important;
}

/* End */
/* /local/templates/inevrika/components/bitrix/news/cases/style.css?17582973362201 */
/* /local/templates/inevrika/components/bitrix/news/cases/bitrix/news.list/cases/style.css?17582973362856 */
/* /local/templates/inevrika/components/bitrix/news.list/our_clients/style.css?1758297336915 */
