

/* Start:/local/components/custom/popup/templates/about_the_company/style.css?16957571811094*/
.overlay {
    position: fixed;
    z-index: 5;
    height: 100%;
    width: 100%;
    top: 40px;
    left: 0;
    background-color: rgba(0,0,0,0.6); /* затемнение фона */
    display: none;
}
.overlay.active {
    display: block;
}
.overlay .flex-popup {
    height: 97%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overlay .flex-popup .popup {
    position: relative;
    background-color: #fff;  /* цвет фона всплывающего блока */
    padding: 35px 35px;
    border-radius: 20px;
    box-shadow: 0 20px 12px -16px rgba(0,0,0,.2),
    0 8px 24px 18px rgba(0,0,0,.15);
    margin: 0 10px;
    max-width: 90%;
    max-height: 90%;
    overflow: hidden;
}
.popup span {
    position: absolute;
    top: 17px;
    right: 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.popup .photo-wrapper {

}
.popup .photo {
    /*height: 300px;*/
    max-height: 500px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}
.popup h2 {
    padding-top: 35px;
}
/* End */


/* Start:/local/templates/cessel_webgate_theme/components/bitrix/news.list/about_the_company/style.css?1692191764265*/
.benefit-partners {
	padding-bottom: 50px;
}
.benefit-image {
	display: flex;
	height: 120px;
	width: 130px;
	justify-content: center;
	align-items: center;
}
.benefit-image img
{
	border-style: none;
	max-height: 120px;
	max-width: 130px;
	padding-bottom: 20px;
}

/* End */
/* /local/components/custom/popup/templates/about_the_company/style.css?16957571811094 */
/* /local/templates/cessel_webgate_theme/components/bitrix/news.list/about_the_company/style.css?1692191764265 */
