

/* Start:/local/templates/inevrika/components/bitrix/catalog.section.list/service/style.css?17582973361730*/
.services {
    width: auto;
    margin-top: 40px;
}

.serv-top* {
    padding-right: calc(var(--bs-gutter-x) / 7);
    padding-left: calc(var(--bs-gutter-x) / 7);
}

.card-container {
    width: auto;
    height: 100%;
    padding: 20px;
    background: #F6F6F6;
    overflow: hidden;
    border-radius: 10px;
}



.card-row {
    margin-bottom: 14px;
}

.card-row-top {
    padding-right: calc(var(--bs-gutter-x) / 5);
    padding-left: calc(var(--bs-gutter-x) / 5);
}

.card-row-bottom {
    padding-right: calc(var(--bs-gutter-x) / 4);
    padding-left: calc(var(--bs-gutter-x) / 4);
}

.card-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-number-badge {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 45px;
    outline: 4px white solid;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0156CD;
    font-size: 20px;
    font-family: Inter;
    font-weight: 900;
    margin-bottom: 105px;
}

.card-title {
    color: #242424;
    font-size: 20px;
    font-family: 'Bebas Neue Cyrillic';
    font-weight: 400;
    margin-bottom: 8px;
}

.card-text {
    color: #636363;
    font-size: 12px;
    font-family: Inter;
    font-weight: 400;
    width: 335px;
}

.card-icon-box-serv {
    width: 80px;
    height: 80px;
    background: #0156CD;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.card-bottom a {
    color: black;
    text-decoration: none;
}

.card-icon-box-serv img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* 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 */


/* Start:/local/templates/inevrika/components/bitrix/news.list/personal/style.css?17582973362949*/
.team-section {
    margin-bottom: calc(120px - 32px);
}

.team-badge {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 4px;
    background: rgba(1, 86, 205, 0.10);
    border-radius: 6px;
    margin: 0 auto 40px;
}

.team-badge-text {
    color: #0156CD;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.team-description {
    text-align: center;
    color: #636363;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    max-width: 926px;
    margin: 0 auto 40px;
}

.team-controls {
    margin-bottom: 40px;
}

.control-container button:nth-child(1) span {
    transform: rotate(180deg);
}

.arrow-btn {
    transition: background-color 400ms;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    background: #E8E8E8;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}

.arrow-btn:hover {
    transition: background-color 400ms;
    color: white;
    background: #0156CD;
}

.arrow-btn span {
    transition: background-color 400ms;
    display: block;
    position: relative;
    left: 7px;
    width: 12px;
    height: 1px;
    background: #242424;
}

.arrow-btn span::before,
.arrow-btn span::after {
    content: "";
    position: absolute;
}

.arrow-btn span::after {
    transition: background-color 400ms;
    width: 6px;
    height: 1px;
    background: #242424;
    top: -2px;
    left: 7px;
    transform: rotate(45deg);
}

.arrow-btn span::before {
    transition: background-color 400ms;
    width: 6px;
    height: 1px;
    background: #242424;
    top: 2px;
    left: 7px;
    transform: rotate(-45deg);
}

.arrow-btn:hover span {
    transition: background-color 400ms;
    background: white;
}

.arrow-btn:hover span::after {
    transition: background-color 400ms;
    background: white;
}

.arrow-btn:hover span::before {
    transition: background-color 400ms;
    background: white;
}

.team-card {
	display:block;
    width: 344px;
    height: 382px;
    position: relative;
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .team-card {
        margin: 0 auto;
        width: 335px;
    }
}

.team-card-img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.team-card-info {
    width: calc(91% - 1px);
    min-height: 80px;
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: #F6F6F6;
    border-radius: 5px;
    padding: 14px 16px;
}

.team-member-name {
    color: #242424;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 4px;
}

.team-member-position {
    color: #0156CD;
    font-size: 14px;
    font-weight: 400;
}

.team-member-experience {
    color: #242424;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    line-height: 30px;
}

/* Swiper дополнительные стили */
.teamSwiper {
    padding: 20px 0;
}

.swiper-slide-personal {
    display: flex;
    justify-content: center;
}
/* End */


/* Start:/local/templates/inevrika/components/bitrix/news.list/our_results/style.css?1758297336729*/
.results {
    height: auto;
    margin-bottom: 20px;
}

.result-card {
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #F6F6F6;
    border-radius: 10px;
}

.result-logo {
	max-width: 100px;
}

.result-logo img {
	width: 100%;
}

.result-column {
    margin-bottom: 20px;
}

.result-elem {
    margin-bottom: 10px;
}

.result-bottom {
    display: flex;
    justify-content: space-between;
}

.result-bottom p {
    margin: 0;
}

.result-bottom-text p {
    font-size: 20px;
    font-weight: bold;
}

.result-bottom-text span {
    font-size: 14px;
    font-weight: normal;
}

.result-bottom-left img {
    padding-right: 20px;
}

.result-right {
    margin: 0;
}

.result-btn {
    margin: 20px 0 40px 0;
}
/* End */
/* /local/templates/inevrika/components/bitrix/catalog.section.list/service/style.css?17582973361730 */
/* /local/templates/inevrika/components/bitrix/news.list/our_clients/style.css?1758297336915 */
/* /local/templates/inevrika/components/bitrix/news.list/personal/style.css?17582973362949 */
/* /local/templates/inevrika/components/bitrix/news.list/our_results/style.css?1758297336729 */
