

/* Start:/local/templates/msp-redesign/components/bitrix/news.list/events_list/style.css?17068623175533*/
.event-block {
    border-radius: 6px;
    background: #F9EBDE;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.05);
    padding: 32px 32px 24px 32px;
    margin-bottom: 25px;
    background-image: url('/local/templates/msp-redesign/components/bitrix/news.list/events_list/./image/pattern-fon.svg');
    background-repeat: no-repeat no-repeat;
    background-position: bottom right -2px;
    background-size: auto 100%;
}
.event-block:hover{
    box-shadow: 0px 0px 6px 2px rgba(31, 31, 30, 0.2);
}
.event_date {
    font-weight: 400;
    font-size: 15px;
    margin: 24px 0px 10px 0px;
    color: #2C2A29;
    font-family: 'PT Sans';
    line-height: normal;
}
#events_list .event_name a{
    margin-bottom: 10px;
    display: block;
    color: #2C2A29;
    font-family: 'Circe';
    font-size: 26px;
    font-weight: 800;
    line-height: normal;
    text-transform: lowercase;
    text-decoration: none;
}
#events_list .event_name a:first-letter {
    text-transform: uppercase;
}
#events_list .event_name a:hover{
    text-decoration: none;
}
.event_counter_day {
    background: #E04E39;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    padding: 7px 16px 6px 16px;
    vertical-align: middle;
    margin-right: 25px;
    float: left;
    display: none;
    border-radius: 32px;
    height: 32px;
}
.event_type {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #7B7B7B;
    display: inline-block;
    text-transform: capitalize;
    margin-right: 25px;
}
#events_list button.trn_btn:hover a{
    color: #fff;
}
.event_members {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #7B7B7B;
    display: flex;
    align-items: center;
}
.event_city {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #7B7B7B;
    display: inline-block;
    margin-right: 25px;
}
.event_block__top {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.event_block__top>div{
    display: flex;
    align-items: center;
}
.event_share {
    display: inline-block;
    width: 14px;
    min-width: 14px;
    height: 16px;
    background-image: url('/local/templates/msp-redesign/components/bitrix/news.list/events_list/./image/share.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    cursor: pointer;
}
.members_info {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #7B7B7B;
    border-bottom: 1px dashed #7B7B7B;
    font-family: 'PT Sans';
}
span.members_popup {
    background: #FFFFFF;
    border: 0.5px solid #C4C4C4;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 13%);
    border-radius: 4px;
    padding: 14px 14px 16px 14px;
    position: absolute;
    width: auto;
    display: none;
    left: 30px;
    top: -15px;
    z-index: 1;
    white-space: pre;
}
.members_info:hover > span.members_popup{
    display: block;
}
.members_info:not(:last-child):after {
    content: ',';
}
.copy_popup {
    background-image: url('/local/templates/msp-redesign/components/bitrix/news.list/events_list/./image/popup-ok.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 12px 10px;
    background-color: #FFFFFF;
    border: 0.5px solid #C4C4C4;
    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 13%);
    border-radius: 4px;
    padding: 12px 14.5px 12px 44px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #1F1F1E;
    width: 215px;
    position: absolute;
    top: -6px;
    display: none;
}
.copy_popup-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popup_x {
    background-image: url('/local/templates/msp-redesign/components/bitrix/news.list/events_list/./image/popup-x.svg');
    background-repeat: no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
    display: block;
    float: right;
    cursor: pointer;
}
section#events_list {
    margin-bottom: 45px;
}
#events_list .trn_btn{
    margin-top: 50px;
}
.event_block__top-marker{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
}
@media (min-width: 992px) {
    .events-list_wrap{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
    .event-block{
        margin-bottom: 0;
    }
}
@media (max-width: 992px) {
    .event-block{
        padding: 20px 30px 20px 15px;
        margin: 0px 0px 25px 0px;
    }
    section#events_list{
        margin-bottom: 0;
        padding-bottom: 0px;
    }
    #events_list .event_name a{
        font-size: 20px;
        line-height: 125%;
        color: #1F1F1E;
    }
    .event_members{
        font-size: 15px;
        margin: 20px 0;
    }
    .event_block__top {
        display: flex;
        padding-right: 0;
        justify-content: space-between;
    }
}
@media only screen and (max-device-width: 960px){
    .event-block{
        padding: 20px 30px 20px 15px;
    }
    .event_counter_day {
        font-size: 13px;
        line-height: 15px;
        margin-right: 12px;
    }
    .event_type, .event_city {
        font-size: 13px;
        line-height: 15px;
        margin-right: 12px;
    }
    .event_block__top {
        padding-right: 0;
    }
    span.members_popup{
        white-space: initial;
    }
    .copy_popup{
        top: 35px;
    }
}
/* End */


/* Start:/local/templates/msp-redesign/components/bitrix/news/services/bitrix/news.list/.default/style.css?1706862317809*/
.services-list .link-list{
	margin: 60px 0 80px 0;
}
.services-list .title-box p{
	color: #1F1F1E;
	font-size: 17px;
	font-weight: 300;
	line-height: 132.4%;
	margin-bottom: 0;
}
.services-list .link-list_item{
	border-bottom: 1px solid #D1D2D4;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.services-list .link-list_item a{
	color: #2C2A29!important;
	font-size: 19px;
	font-weight: 800;
	text-decoration-line: underline;
	display: inline-block;
	font-family: 'Circe';
}
.services-list .link-list_item__text{
	color: #1F1F1E;
	font-size: 17px;
	font-weight: 300;
	line-height: 132.4%;
	margin-top: 20px;
}
@media screen and (max-width: 480px) {
	.services-list h1{
		padding: 40px 0;
	}
	.services-list .link-list {
		margin: 40px 0 40px 0;
	}
	.services-list .link-list_item__text{
		font-size: 16px;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?166602873564*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */


/* Start:/local/templates/msp-redesign/components/bitrix/news.list/facts/style.css?17068623171094*/
.facts-section {
    padding: 30px 0px;
}
.facts-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 30px;
    text-transform: none;
    text-align: center;
    border-top: 1px solid #D1D2D4;
    font-family: 'Circe';
}
.facts-number {
    font-weight: 800;
    font-family: 'Circe';
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    padding: 30px;
    color: #C5936B;
}
/*==========  id fond ==========*/
#fond .facts-number  {
    color: #C5936B;
}
/*==========  id center_of_guarantees ==========*/
#center_of_guarantees .facts-number  {
    color: #008456;
}
/*==========  id support_center ==========*/
#support_center .facts-number  {
    color: #C12031;
}
/*==========  id business_center ==========*/
#business_center .facts-number  {
   color: #02ACA9;
}
/*==========  id center_export ==========*/
#center_export .facts-number  {
    color: #7690C9;
}
/*==========  id innovation_center ==========*/
#innovation_center .facts-number  {
     color: #EF7F1A;
}


/* End */
/* /local/templates/msp-redesign/components/bitrix/news.list/events_list/style.css?17068623175533 */
/* /local/templates/msp-redesign/components/bitrix/news/services/bitrix/news.list/.default/style.css?1706862317809 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?166602873564 */
/* /local/templates/msp-redesign/components/bitrix/news.list/facts/style.css?17068623171094 */
