

/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/catalog.section/partners-list/style.css?17502467083483*/
.partners__item {
    display: flex;
    color: white;
    gap: 50px;
    padding-bottom: 150px;
}

.partners__left,
.partners__right {
    width: 50%;
}

.partners__top__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.partners__left-top__info {
    display: flex;
    gap: 10px;
    padding-bottom: 20px;
}

.partners__photo {
    background-position: center;
    background-size: 102%;
    background-repeat: no-repeat;
    min-width: 200px;
    height: 200px;
}

.partners__name {
    font-size: 29px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -2px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.partners__post {
    color: #969696;
    font-size: 15px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.partners__email {
    color: rgb(148, 53, 47);
    font-size: 20px;
    font-family: 'Manrope', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -0.5px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    line-height: 22px;
}

.partners__left-bottom__desc {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 1.35;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    padding-bottom: 30px;
}

.projects__block {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.partners__left-bottom__projects-name {
    color: #969696;
    font-size: 18px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 2.2;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.open__projects {
    color: #e1b987;
    font-size: 30px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 1;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.partners__left-bottom__projects-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out;
}

.partners__left-bottom__projects-list.open {
    max-height: 1500px;
}

.partners__item ul li:before {
    content: "";
    position: relative;
    left: 0;
    top: 11px;
    background: white;
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    border-radius: 50%;
}

.hr__color {
    background-color: #94352f;
    height: 2px;
}

.partners__right-name {
    color: #e1b987;
    font-size: 24px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: -0.5px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    padding-bottom: 15px;
}

.partners__right-value {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 18px;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.partners__item:last-child{
    padding: 0;
}

@media (max-width: 767px){
	.partners__item {
	    flex-direction: column;
	}
	.partners__left, .partners__right {
	    width: 100%;
	}
}
/* End */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/catalog.section/partners-list/style.css?17502467083483 */
