

/* Start:/bitrix/components/medigit/conference.event.org/templates/.default/style.css?17488517933876*/
.partners-containers{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    color: #2C2C2C;
}
.partners-containers:last-of-type{
    margin-bottom: 30px;
}
.partners-title{
    margin-top: 22px;
    flex-basis: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.partners-title:first-child{
    margin-top: 32px;
}
h2.partners-title{
    margin-top: 44px;
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 38px;
    color: #1D1D1D;
}
.partners-title_h2-in-block{
    flex-basis: 100%;
    margin-top: 44px;
    margin-bottom: 12px;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    color: #1D1D1D;
}
.partners-item{
    width: 23.5%;
    height: 208px;
    margin-top: 24px;
    margin-right: 2%;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
}
.partners-item:nth-child(4n){
    margin-right: 0;
}
.partners-wrapper{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 30px;
    justify-content: center;
    overflow: hidden;
}
.partners-img{
    object-fit: contain;
    width: 100%;
}
.organization-com-item{
    height: auto;
    border: none;
}
.organization-com-img{
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 50%;
}
.organization-com-title{
    margin-top: 13px;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.organization-com-description{
    max-height: 300px;
    overflow: hidden;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
}

.organization-com-contacts{
    margin-top: 3px;
    color: #A7A7A7;
}

.organization-com-tel {
    position: relative;
    display: block;
    margin-top: 10px;
    padding-left: 26px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    color: #2C2C2C;
}

.organization-com-tel:before{
    position: absolute;
    content: '';
    left: 0;
    top: center;
    width: 20px;
    height: 24px;
    mask-image: url(/bitrix/components/medigit/conference.event.org/templates/.default/img/phone.svg);
    -webkit-mask-size: 20px;
    -webkit-mask-image: url(/bitrix/components/medigit/conference.event.org/templates/.default/img/phone.svg);
    mask-repeat:no-repeat;
    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position: center;
    background-color: var(--project-color, #E51E25);
}

.organization-com-mail:before{
    mask-image: url(/bitrix/components/medigit/conference.event.org/templates/.default/img/mail.svg);
    -webkit-mask-image: url(/bitrix/components/medigit/conference.event.org/templates/.default/img/mail.svg);
    mask-position: center 5px;
    -webkit-mask-position: center 5px;
}

@media (max-width: 991px){
    .partners-containers{
        padding-bottom: 51px;
    }
    .partners-item{
        width: 30.6%;
        height: 154px;
        margin-top: 30px;
        margin-right: 4%;
    }
    .organization-com-item{
        height: auto;
    }
    .partners-item:nth-child(4n){
        margin-right: 4%;
    }
    .partners-item:nth-child(3n){
        margin-right: 0;
    }
    .partners-wrapper{
        padding: 20px;
    }
}
@media (max-width: 767px){
    .partners-item{
        height: 120px;
        margin-top: 20px;
    }
    .organization-com-item{
        height: auto;
    }
}
@media (max-width: 565px){
    .partners-containers {
        padding-bottom: 40px;
    }
    h2.partners-title{
        margin-top: 34px;
        font-size: 32px;
        line-height: 38px;
    }
    .partners-title_h2-in-block{
        margin-top: 34px;
        margin-bottom: 12px;
    }
    .partners-title:first-child{
        margin-top: 34px;
    }
    .partners-item{
        width: 100%;
        height: 120px;
        margin-right: 0;
    }
    .partners-item:nth-child(4n){
        margin-right: 0;
    }
    .organization-com-item{
        height: auto;
    }
    .organization-com-title{
        font-size: 15px;
        line-height: 18px;
    }
    .organization-com-description{
        font-size: 13px;
    }
}
/* End */
/* /bitrix/components/medigit/conference.event.org/templates/.default/style.css?17488517933876 */
