body{
	overflow-x: hidden;
}

.captcha-block .field.is-required .field__title::after{
	margin-left: 5px;
	content: '';
}

.captcha-block .form__columns-item:last-child {
    margin-top: 0px !important;
}

.captcha-block .field__title{
	color: #444 !important;
}

a.header-logo__link img {
    transform: scale(1.1);
}

a.header-logo__link.en img{
    transform:scale(1.1);   
}

.video-player__link{
	z-index: 52;
}

.notifications-stack{
    display: none !important;
}

a.leave_comment{
	color: #e9e7e7;
    text-decoration: none;
}

a.leave_comment:hover{
	color: inherit;
    text-decoration: underline;
}



.comment-layer{
	opacity: 1;
	z-index:1201;
	
	-webkit-transition: opacity .25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: opacity .25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: opacity .25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: opacity .25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity .25s cubic-bezier(0.645, 0.045, 0.355, 1);
    pointer-events: none;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(25,25,25,0.5);
}


.body__overlay.my-opened{
	z-index: 1201;
    pointer-events: auto;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.body__wrapper.no-hide{
	opacity:1;
}

input.send-btn{
	width: 293px;
	height: 50px;
	background-color: #ce1126;
	color: #fff;
	border:none;
}

input.send-btn:hover{
	background-color: #c8061c;
}

.innovation-wrap {
    padding-left: 40px;
    padding-right: 40px;
}

.innovation-wrap__inner {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    min-width: 280px;
}

.innovation-wrap__inner .banner {
    height: 275px;
}

div.request-btn{
	margin-top: 30px;
	margin-bottom: 30px;
}

div.request-btn a{
	padding: 10px 0;
    background: #ce1126;
    color: #fff;
	text-decoration: none;
}

div.request-btn a:hover{
    background: #ff0508;
}

.block-wrapper.inno {
    font-size: 16px;
}

.innovation.flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 44px;
    margin-bottom: 20px;
    font-size: 16px;
    justify-content: space-between;
}

.innovation.flex-wrap > div:first-child {
    margin-right: 30px;
    flex: 0 0 70%;
}

button.innovation-window {
    background-color: #FF0508;
    height: 50px;
    color: #fff;
    border: none;
    width: 260px;
    font-size: 16px;
}

.innovation-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.innovation-products > div {
    flex: 0 0 30%;
    margin-top: 40px;
}

.innovation-products__card-title {
    font-size: 24px;
    margin-top: 20px;
    line-height: 30px;
}

.innovation-products__card-title a {
    text-decoration: none;
    color: #444;
}

.innovation-products__card__more {
    font-size: 14px;
    margin-top: 10px;
}

.innovation-wrap {
    padding-left: 40px;
    padding-right: 40px;
}

.innovation-progress {
    height: 275px;
    background-image: url(/upload/img/innovation/City.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 5px 66px 5px 0px;
    margin-top: 60px;
}

.innovation-progress__text {
    font-size: 17px;
    line-height: 31px;
    width: 60%;
}

.innovation-progress__text > div {
    padding: 17px;
    background: #fff;
}

.block-wrapper.inno {
    font-size: 16px;
}

.sotr-cases {
    margin-top: 30px;
}

.sotr-cases__title {
    font-size: 40px;
    font-weight: bold;
}

.sotr-cases__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sotr-cases__wrap-item {
    flex: 0 0 25%;
    text-align: center;
    margin-top: 52px;
}

.sotr-cases__wrap-item-title {
    font-size: 24px;
    margin-top: 38px;
}

.priority-way {
    height: 275px;
    background-image: url(/upload/img/innovation/priority_way.png);
    background-repeat: no-repeat;
}

.priority-way__txt {
    width: 53%;
    line-height: 130%;
    padding: 28px 60px 17px 230px;
    font-size: 40px;
    color: #fff;
    height: calc(100% - 40px - 17px);
    margin-top: 30px;
    background: linear-gradient(90deg, #5C7EA0 51.76%, rgba(122, 158, 194, 0) 106.02%);
}

.priority-way__more {
    margin-top: 15px;
}

.priority-way__more span.button__title {
    color: #fff;
}

.send-offer {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 82px;
}

#innovation-success {
    display: none;
    background: rgba(0,0,0,0.6);
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}


.innovation-window-content {
    top: 0;
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0;
    height: 100vh;
    background: rgba(0,0,0,0.2);
}

.innovation-window-content > div {
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.innovation-window-content .layer__inside {
    /* overflow-y: scroll; */
    position: relative;
    margin: 0 auto;
    background: #fff;
    /* width: 70%; */
    height: 100vh;
    padding: 43px;
}

.innovation-window-content .form-field__block {
    margin-top: 10px;
}

.innovation-window-content .form-field__block input.field__input, .innovation-window-content .form-field__block span.field__title {
    color: #000;
}

#innovation-success .content {
    width: 70%;
    position: relative;
    background: #fff;
    top: calc(50% - 100px);
    height: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#innovation-success .content .close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}


#innovation-success .ok-btn {
    display: block;
    width: 210px;
    margin: 20px auto;
    background-color: #e01329;
    height: 50px;
    color: #fff;
    border: none;
}

a.innovation-close {
    z-index: 1;
    position: absolute;
    right: 78px;
    top: 22px;
    transition: transform 0.2s;
}

.innovation-window-content textarea.field__input {
    color: #000;
}

ul.no-marker li {
    list-style-type: none;
    padding-left: 0;
}

ul.no-marker li:before {
    width: 0px;
    height: 0px;
}


.captcha-block .form__columns_2x > .form__columns-item{
	flex-basis: calc(36% - 30px);
    max-width: calc(36% - 30px);
}

.thanks-block{
	margin-top: 30px;
}

/*ГПП*/

a.header-nav__link_theme_pensiya:hover span.header-nav__link-border{
    background-color: #D84E00;
}

button.button_theme_pensiya span.button__content, button.button_theme_pensiya span.button__content:hover{
    background-color: #D84E00;
}

.service-promo-card_pensiya .service-promo-card__header::before{
    background-color: #D84E00;
}

.service-nav_pensiya .service-nav__list-marker{
    background-color: #D84E00;
}

.service-nav_pensiya .service-nav__list .service-nav__item a:hover{
    color: #D84E00;
}

.section-header_theme_pensiya .section-header-bottom__actions-wrapper{
    background-color: #D84E00;
}

.tabs_theme_pensiya .tabs__link.is-open{
    color: #D84E00;
}

.tabs_theme_pensiya .tabs__link:hover{
    color: #D84E00;
}

button.button_question.button_theme_pensiya span.button__content{
    background-color: transparent;
}

button.button_question.button_theme_pensiya span.button__content .button__icon{
    background-color: #D84E00;
}

.open-close-block {
    margin: 6px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #ce1126;
}

.open-close-block > div {
    border-bottom: 1px dashed #ce1126;
}

.open-close-block > div:hover {
    border-bottom: 1px dashed transparent;
}

.open-close-block a {
    text-decoration: dotted;
}

.spoiler {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.spoiler > div {
    flex: 0 0 45%;
}

.spoiler__item {
    margin: 17px 0px;
}

.spoiler-title {
    cursor: pointer;
    font-family: "_gothic", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 140%;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.spoiler__text {
    display: none;
}

.spoiler-title img {
    transition: transform 0.3s;
	flex: 0 0 18px;
}

.spoiler-title.active img {
    transition: transform 0.3s;
    transform: rotate(180deg);
}

.spoiler__item a {
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    line-height: 1.9;
}

#panel{
    z-index: 99999999;
}


form#document-search {
    position: relative;
}

.search-input-field {
    border: 1px solid #ccc;
    padding: 14px 60px 14px 17px;
    /* background-image: url(/upload/img/search.svg); */
    background-repeat: no-repeat;
    background-position-x: calc(100% - 30px);
    background-position-y: center;
}


input.document-search[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0;
    width: 53px;
    background: none;
    background-image: url(/upload/img/search.svg);
    background-repeat: no-repeat;
    border: none;
    background-position-y: center;
}

table.colored th {
	color: #565656;
	font-weight: bold;
}

.nav-simple__list.nabsovet{
	width: inherit !important;
}

table.colored td {
	vertical-align: middle;
}

table.colored td[align=center] {
	text-align: center;
}

.faq-question__header.sbp:hover{
	color: rgba(73,112,58,0.9);
}

.faq-question__header.sbp .faq-question__title{
	color: rgba(73,112,58,0.9);
}

.faq-question__header.sbp .faq-question__action{
	color: rgba(73,112,58,0.9);
}

.faq-question__header.sbp .faq-question__action::before{
	background-image: url('../images/minus.svg');
}

.faq-question__header.sbp .faq-question__action::after{
	background-image: url('../images/plus.svg');
}

.faq-question__header.sbp .faq-question__action{

}

.information-line{
    position: relative;
    top:0;
    left:0;
    width: 100%;
    height: 80px;
    /*background: #FF0805;
    color: #fff;*/
    background: #fff;
    color: #FF0805;

    z-index: 1;
    /*padding-left: 40px;
    padding-right: 40px;*/
    margin-left: auto;
    margin-right: auto;
    
    min-width: 280px;
    
}

.information-line__inner{
    max-width: 1700px;
    margin: 0 auto;

    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    /*font-family: '_inter', sans-serif;*/
    font-family: '_gothic', 'Arial Narrow', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-weight: 400;
    font-style: normal;
    border-bottom: 1px solid #FF0805;
    
}

.information-line__inner-content a img:first-child{
    margin-right: 30px;
}

.information-line__inner-content a{
    text-decoration: none;
    color: #fff;
}

.information-line__inner-content a{
    color: #FF0805;
    display:inline;

}

.header-top.block{
    margin-top: 15px;

}



@media (max-width: 990px){
	.innovation-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 750px){
	.innovation-products > div {
		flex: 0 0 100%;
	}
}


@media (max-width: 400px){
    .information-line{
        padding-left: 0;
    }

    .information-line__inner{
        font-size: 18px;
    }

    .information-line__inner-content a img:first-child{
        transform: scale(0.6);
        margin-right: 0;
    }

    .information-line__inner-content a img:last-child{
        margin-left: 10px;
    }

	.expand-list-item__title{
		padding: 40px 12px 29px 0px;
	}

	.expand-list-item__icon{
		width: 50px;
		height: 50px;
	}

	.expand-list-item__title > div:first-child{
		flex: 0 0 70%;
	}

	.expand-list-item__icon{
		width: 30px !important;
	}

	.innovation-progress{
		padding: 5px 8px 5px 7px;
	}

	.innovation-progress__text{
		width: 100%;
		font-size: 13px;
	}

	.innovation-progress__main p{
		line-height: 1;
	}

	.sotr-cases__wrap-item {
		flex: 0 0 100%;
	}

	.innovation-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.priority-way__txt {
		padding: 40px 60px 17px 23px;
		width: 80%;
		font-size: 27px;
	}
    
}

@media (max-width: 300px){
	.information-line__inner {
    	font-size: 14px;
	}
}


@media (max-width: 990px){
	.spoiler > div {
		flex: 0 0 100%;
	}
}


@media (min-width: 1201px) and (max-width: 1382px){
    .contact-person-main_4x .contact-person-main__column:nth-child(4){
        min-width: 100px;
    }

    .contact-person-main_4x .contact-person-main__column:nth-child(2) a[href^='tel:']{
        white-space: pre-wrap;
    }
}

/*.header-top__main .nav-simple__item:last-child .nav-simple__link {
    text-decoration: underline;
    color: #ff0508;
}*/

.field__input {
	color: #000000;
}
