.result-container{
    padding: 2rem 2.90625rem;
}
.result-container .result-container__header{
	text-align: center;

	font-size: 1.75rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #001e42;

    margin-bottom: 40px;
}
.result-container .result-container__header div{
	display: inline-block;
}
.result-container .calc-table{
	display: inline-block;
	width: 100%;
}
.result-container .calc-table > div{
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
	float: left;
	text-align: center;
}
.result-container .calc-table .calc-table-container{

}
.result-container .calc-table .calc-table-name{
	color: #001e42;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 0 0 1.5rem;
    font-weight: 500;
}
.result-container .calc-table .calc-table-container .calc-table-value{
	
}
.result-container .contacts-feedback__field--group{
	display: inline-block;
	width: 100%;
}
.result-container .contacts-feedback__field--group .calculator-dop-fields-one-line,
.result-container .contacts-feedback__field--group.contacts-feedback__field--button{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.result-container .contacts-feedback__field--button .check .link{
	margin-top: 0px;
}
.calculator-dop-fields-one-line .custom-captcha-key-container span{
	color: #001e42;
}
.calculator-dop-fields-one-line .custom-captcha-key-container .custom-captcha-key-field-three{
	margin-top: 0px;
}


.hidden-in-this-line{
	display: none;
}
/*
.contacts-feedback__field.is-cptch, .field__group.field__group--hide{
    display: none;
}
*/



.custom-captcha-key{

}
.custom-captcha-key label{

}
.custom-captcha-key-container{
    display: inline-block;
    width: 100%;
}
.custom-captcha-key-container img{
    vertical-align: top;
    float: left;
}
.custom-captcha-key-container span{
    display: inline-block;
    float: left;
    font-size: 24px;
    color: white;
    line-height: 40px;
    margin: 0 10px;
}
.is-cptch .custom-captcha-key-container span{
	color: #001e42;
}
.is-cptch.contacts-feedback__field--group .field{
	width: 41.25rem;
}
.custom-captcha-key-container .custom-captcha-key-field-one{
    width: 94px;
}
.custom-captcha-key-container .custom-captcha-key-field-two{
    width: 94px;
}
.custom-captcha-key-container .custom-captcha-key-field-three{
    width: calc(100% - 188px);
    margin-top: 7px;
}
.custom-captcha-key-container .custom-captcha-key-field-three input{
    /*line-height: 40px;*/
}
.custom-captcha-key-container div{
    display: inline-block;
    float: left;
    position: relative;
}
@media (min-width: 500px){
	.user-text__box {
		margin-bottom: 2rem;
	}
}


@media (min-width: 990px){
	.user-text>.table-wrap.is-wide{
		width: 77.5rem;
		max-width: 77.5rem;
		margin-right: -11.25rem;
		margin-left: -11.25rem;
	}

}