

/* Start:/bitrix/templates/about-new/components/bitrix/news.detail/seminar-new/style.css?17774677208081*/

.seminar-detail__info {
    border: 1px solid rgba(55, 71, 79, 0.15);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 40px;
}

.seminar-detail__info-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    height: calc(100% + 2px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.seminar-detail__info-img {
    margin: 38px 15px 0;
}

.seminar-detail__info-content {
    position: relative;
    padding: 38px 40px 40px 10px;
    min-height: 234px;
}

.seminar-detail__info-title {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    color: rgba(55, 71, 79, 0.5);
}

.seminar-detail__info-name {
    font-size: 18px;
    line-height: 1.22;
    color: #37474F;
    margin-bottom: 13px;
}

.seminar-detail__info-text {
    font-size: 14px;
    line-height: 1.57;
    color: rgba(55, 71, 79, 0.7);
    margin-bottom: 20px;
}

.seminar-item__info {
    position: relative;
    height: 100%;
    padding: 38px 0 30px;
}

.seminar-item__info-wrap {
    padding-left: 15px;
    padding-right: 15px;
}

.seminar-info__item {
    margin-bottom: 23px;
}

.seminar-info__item:last-child {
    margin-bottom: 0;
}

.seminar-info__title {
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(55, 71, 79, 0.5);
    margin-bottom: 3px;
}

.seminar-info__text {
    font-size: 14px;
    line-height: 1.29;
    color: #37474F;
}

.seminar-info__text a {
    font-size: 14px;
    line-height: 1;
    color: #0073AE;
    border-bottom: 1px solid rgba(0, 115, 174, 0.35);
    text-decoration: none;
}


@media all and (max-width:991px) {
    .seminar-item__info {
        padding: 17px 20px 25px;
        border-top: 1px solid rgba(55, 71, 79, 0.15);
    }
    .seminar-item__info.seminar-item__info-wrap {
        border: 0;
    }
}

@media all and (max-width:767px) {
    .seminar-detail__info-bg {
        position: unset;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        margin: 16px;
    }
    .seminar-detail__info-content {
        padding: 20px;
        min-height: unset;
    }
}

.seminar-detail__img img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    max-width: -webkit-fill-available;
    max-height: 470px;
    margin: 0 auto 34px;
}

.seminar-detail__text {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: rgba(55, 71, 79, 0.7);
    margin-bottom: 1.5rem;
}

.seminar-detail__text img {
    display: block !important;
    margin: 0 auto !important;
    border-radius: 4px !important;
}

.seminar-detail__text p {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: rgba(55, 71, 79, 0.7);
}

.seminar-detail__text a {
    color: #0073AE;
}

.new-pager {
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    min-height: 220px;
    background: #FFFFFF;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none !important;
}

.new-pager__top {
    margin-bottom: 30px;
}

.new-pager__name {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #37474F;
}

.new-pager__link {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-pager__date {
    font-weight: normal;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(55, 71, 79, .5);
}

.new-pager__prev-new span,
.new-pager__next-new span {
    position: relative;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(55, 71, 79, .5);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.new-pager__prev-new span {
    padding-left: 15px;
}

.new-pager__prev-new span::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    content: '';
    background-image: url('data:image/svg+xml;charset=utf-8, <svg width="5" height="8" viewBox="0 0 5 8" fill="none" xmlns="http://www.w3.org/2000/svg">  <path opacity="0.25" d="M4 1L1 4L4 7" stroke="%2337474F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 5px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
}

.new-pager__next-new span {
    padding-right: 15px;
}

.new-pager__next-new span::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    content: '';
    background-image: url('data:image/svg+xml;charset=utf-8,  <svg width="5" height="8" viewBox="0 0 5 8" fill="none" xmlns="http://www.w3.org/2000/svg">  <path opacity="0.25" d="M1 1L4 4L1 7" stroke="%2337474F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>  </svg>');
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 5px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
}

.href__color--blue {
    color: #0073AE;
}



@media all and (max-width: 991px) {

    .new-pager {
        padding: 30px;
    }

    .new-pager__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }

    .href__color--blue {
        margin-top: 10px;
    }

}

@media all and (min-width: 992px) {

    .new-pager:hover {
        -webkit-box-shadow: 0px 15px 45px rgba(55, 71, 79, .15);
        box-shadow: 0px 15px 45px rgba(55, 71, 79, .15);
    }

    .new-pager:hover .new-pager__prev-new span,
    .new-pager:hover .new-pager__next-new span{
        color: #a1006b;
    }

    .new-pager:hover .new-pager__prev-new span::before {
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="5" height="8" viewBox="0 0 5 8" fill="none" xmlns="http://www.w3.org/2000/svg">  <path d="M4 1L1 4L4 7" stroke="%23a1006b" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
    }

    .new-pager:hover .new-pager__next-new span::before {
        background-image: url('data:image/svg+xml;charset=utf-8,  <svg width="5" height="8" viewBox="0 0 5 8" fill="none" xmlns="http://www.w3.org/2000/svg">  <path d="M1 1L4 4L1 7" stroke="%23a1006b" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>  </svg>');
    }

    .seminar-detail__info-content:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        width: 1px;
        background: rgba(55, 71, 79, 0.15);
    }
    .seminar-info__text a:hover {
        text-decoration: none;
        color: #a1006b;
        border-bottom: 1px solid currentColor;
    }
}


/* End */


/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/default/style.css?1777467716894*/
.bx-breadcrumb {
	position: relative;
	top: -20px;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
	color:  rgba(55, 71, 79, 0.5);
}

.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 13px;
	white-space: normal;
}

.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: 1px solid  rgba(55, 71, 79, 0.3);}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
	color: #0073ae;
}

.breadcrumb-white .bx-breadcrumb .bx-breadcrumb-item span {
	color: #fff;
}
.breadcrumb-white .bx-breadcrumb .bx-breadcrumb-item a {
	border-bottom: 1px solid transparent;
}
.breadcrumb-white .bx-breadcrumb .bx-breadcrumb-item a:hover {
	border-bottom-color: rgba(255, 255, 255, 0.3);
}
/* End */


/* Start:/bitrix/templates/about-new/components/bitrix/form/subscribe-form/bitrix/form.result.new/.default/style.css?1777467719245*/

.title-form {
    font-weight: normal;
    font-size: 28px;
    line-height: 114.84%;
    color: #37474F;
}

.sub-title-form {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: rgba(55, 71, 79, 0.7);
}
/* End */


/* Start:/bitrix/templates/about-new/components/bitrix/news.list/near-seminar/style.css?17774677201380*/
.near-seminar__item {
	display: block;
	text-decoration: none;
	background: #FFFFFF;
	border-radius: 4px;
	border: 0;
	padding: 30px 30px 28px;
	margin-bottom: 10px;
	height: calc(100% - 10px);
}

.near-seminar__image {
	width: 100px;
	height: 100px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50%;
	margin-bottom: 24px;
}

.near-seminar__name {
	display: flex;
	align-items: flex-end;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.33;
	color: #37474F;
	margin-bottom: 15px;
}

.near-seminar__date {
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 600;
	color: rgba(55, 71, 79, 0.6);
}

.near-seminar__end {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 600;
	color: rgba(55, 71, 79, 0.6);
}

@media all and (max-width:991px) {
	.near-seminar__item {
		margin-bottom: 30px;
		height: calc(100% - 30px);
	}
}

@media all and (min-width:992px) {
	.near-seminar__item:hover {
		border: 0!important;
		text-decoration: none;
		-webkit-box-shadow: 0px 15px 45px rgba(55, 71, 79, 0.1), 0px 5px 15px rgba(55, 71, 79, 0.1);
		box-shadow: 0px 15px 45px rgba(55, 71, 79, 0.1), 0px 5px 15px rgba(55, 71, 79, 0.1);
	}
	.near-seminar__name:hover {
		color: #A1006B;
	}
}
/* End */
/* /bitrix/templates/about-new/components/bitrix/news.detail/seminar-new/style.css?17774677208081 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/default/style.css?1777467716894 */
/* /bitrix/templates/about-new/components/bitrix/form/subscribe-form/bitrix/form.result.new/.default/style.css?1777467719245 */
/* /bitrix/templates/about-new/components/bitrix/news.list/near-seminar/style.css?17774677201380 */
