

/* Start:/bitrix/templates/knc_inner/components/bitrix/system.auth.form/user-auth-form-popup/style.min.css?1529411100424*/
div.bx-system-auth-form span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:bottom;margin-top:-1px}div.bx-system-auth-form div.bx-auth-secure-icon{background-image:url(/bitrix/templates/knc_inner/components/bitrix/system.auth.form/user-auth-form-popup/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-system-auth-form div.bx-auth-secure-unlock{background-image:url(/bitrix/templates/knc_inner/components/bitrix/system.auth.form/user-auth-form-popup/images/sec-unlocked.png)}
/* End */


/* Start:/bitrix/templates/knc_inner/components/bitrix/breadcrumb/breadcrumb/style.min.css?1529411100467*/
.bx-breadcrumb{margin:10px 0}.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}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/templates/knc_inner/template_styles.css?17660369703933*/
/**********NY2020**********/

body{
    background: url(/bitrix/templates/knc/img/ny2020/ny2020/logo-bg.png);
}

header{
	background-image: url('/bitrix/templates/knc/img/ny2020/right.png');
	background-repeat: no-repeat;
	background-position:right bottom;
}

.navbar-wrap{
	background-color: transparent !important;
	background-image: url('/bitrix/templates/knc/img/ny2020/left.png') !important;
	background-repeat: no-repeat !important;
	background-position:left center !important;
}

@media screen and (max-width: 2030px){
	.navbar-wrap{
		background-image: none !important;
	}
}

/********************/

.krivovichev-full {
    width: 100%;
}

.presidium-contact-info__title {
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 25px;
    margin-top: -9px;
}

.presidium-contact-info__name span {
    display: block;
    text-transform: uppercase;
}

.presidium-contact-info__name {
    font-size: 16px;
    font-family: Rubik-Regular;
}

.presidium-contact-info {
    font-family: "Rubik-Regular";
}

.presidium-contact-info__descr {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 35px;
}

@media (max-width: 750px){
    .krivovichev-full {
        max-width: 350px;
        margin: 0 auto;
        margin-bottom: 0px;
        display: block;
        margin-bottom: 30px;
    }
    
    .profile-card.small {
        height: 75%;
        width: 100%;
        margin: 18px 0;
    }
	
	div.bottom-line__wrap{
		flex-direction: column;
	}
	
	input.subscribe-email{
		width: 100%;
	}
	
	.b-subscribe {
		width: 100%;
	}
	.footer_redak_contact span {
		display: block;
	}

}

.contact-top-line__phone-wrap a:hover,
.contact-top-line__email-wrap a:hover{
	color: #FFF;
}

.contact-top-line__phone-wrap a,
.contact-top-line__email-wrap a,
.contact-top-line__phone-wrap a:hover,
.contact-top-line__email-wrap a:hover{
	color: #FFF;
}

i.icon-excel{
	background-image: url("/bitrix/templates/knc_inner/img/icon/icon-excel.svg");
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: -7px;
	min-width: 59px;
	height: 60px;
}

.b-footer-social{
	margin-left: 25px;
}
.b-footer-social a.socnet{
	border: 1px solid #255969;
}

.b-footer-social a.socnet:hover{
	background: #255969;
}

a.socnet {
    background: #FFF;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    color: #255969;
    margin: 0 5px;
	transition: all 0.5s linear 0s;
}

a.socnet:hover {
	background: #007ac5;
	color: #FFF;
}

.table-striped tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

table.table.table-striped td,table.table.table-striped th {
    padding: 5px;
}

table.table {
    width: 100%;
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
}

div.bottom-line__wrap{
	height: auto;
	padding: 10px 0;
}

a.link-red {
    color: #eb2727 !important;
}

a.b-grid__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    background-size: cover;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.b-grid__text {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    height: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0,0,0,.5);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
    padding: 0 10px;
}

a.b-grid__item:hover .b-grid__text {
    height: 100%;
}
/* End */
/* /bitrix/templates/knc_inner/components/bitrix/system.auth.form/user-auth-form-popup/style.min.css?1529411100424 */
/* /bitrix/templates/knc_inner/components/bitrix/breadcrumb/breadcrumb/style.min.css?1529411100467 */
/* /bitrix/templates/knc_inner/template_styles.css?17660369703933 */
