#viv-calc {
	border: 2px solid #E7E7E7;
	border-radius: 10px;
	padding: 30px;
	background-image: url('/bitrix/templates/dzerzhinsk/img/wave.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: hidden;
	padding: 30px !important; 
	background-color: #fff; 
	margin-bottom: 50px;
}
.callback_block-calc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 60px;
}
#viv-calc label {
	font-size: 14px;
	color: #0C1825;
	line-height: normal;
	display: block;
}
#viv-calc .input-with-label label { margin-bottom: 6px; }
#viv-calc .select2-container {
	min-width: 100%;
}
#viv-calc .select2-container .select2-selection--single {
	height: 40px;
}
#viv-calc .select2-container--default .select2-selection--single {
	background-color: #f5f8fc;
	border: 1px solid #dce4e8;
}
#viv-calc .select2-container--default.select2-container--disabled .select2-selection--single {
	opacity: 0.5;
	cursor: default;
}
#viv-calc .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 20px;
	padding-top: 6px;
}
#viv-calc .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px;
	right: 5px;
}
#viv-calc .fav_form-items-calc { width: 100%; background-color: #fff; }
#viv-calc .callback_form__item input {
	width: 100%;
	border: 1px solid #DCE4E8;
	background-color: #F5F8FC;
	padding: 11px 18px;
	font-size: 14px;
	color: #5E5E5E;
	line-height: normal;
	border-radius: 4px;
}
#viv-calc input:disabled, textarea:disabled {
	opacity: 0.5;
}
.viv-calc__radio-row {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #dce4e8;
	border-radius: 5px;
	background: #f1f3f4;
}
.viv-calc__radio-row label {
	position: relative;
	width: 50%;
	margin: 0;
	border-radius: 4px;
	overflow: hidden;
}
.viv-calc__radio-row input:checked + .radio-text {
	background: #1074b9;
	color: #fff;
}
.viv-calc__radio-row .radio-text {
	text-align: center;
	color: #788f9b;
	height: 38px;
	line-height: 38px;
}
.viv-calc__radio-row input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.checkboxContainer {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkboxContainer input[type='checkbox'] {
	display: none;
	pointer-events: none;
}
.checkboxContainer input[type='checkbox'] + label {
	display: grid;
	grid-template-columns: auto 3fr;
	font-size: 1em;
	cursor: pointer;
}
.checkboxContainer input[type='checkbox'] + label svg {
	stroke: #dce4e8;
	stroke-width: 5;
	fill: rgba(0, 0, 0, 0);
	width: 2em;
	height: 2em;
}
.checkboxContainer input[type='checkbox'] + label svg .box {
	stroke-dasharray: 320;
	stroke-dashoffset: 0;
	fill: #f1f3f4;
	-webkit-transition: stroke-dashoffset 0.3s linear;
	-o-transition: stroke-dashoffset 0.3s linear;
	-moz-transition: stroke-dashoffset 0.3s linear;
	transition: stroke-dashoffset 0.3s linear;
}
.checkboxContainer input[type='checkbox'] + label svg .check {
	stroke-dasharray: 70;
	stroke-dashoffset: 70;
	fill: none;
	-webkit-transition: stroke-dashoffset 0.3s linear;
	-o-transition: stroke-dashoffset 0.3s linear;
	-moz-transition: stroke-dashoffset 0.3s linear;
	transition: stroke-dashoffset 0.3s linear;
}
.checkboxContainer input[type='checkbox']:checked + label .box {
	stroke-dashoffset: 320;
}
.checkboxContainer input[type='checkbox']:checked + label svg * {
	stroke: #1074b9;
}
.checkboxContainer input[type='checkbox']:checked + label .check {
	stroke-dashoffset: 0;
}
.checkboxContainer input[type='checkbox']:checked + label svg * {
	stroke: #1074b9;
}
.viv-calc__checkbox-row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 28px;
}
.viv-calc__checkbox-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.callback_form__item.viv-calc__checkbox-row {
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
h6.callback_form__title.viv-calc__checkbox-prepend-text.strong.colorPrimary3 {
	margin-right: 10px;
	font-size: 25px;
}
.viv-calc__bottom {
	margin: 10px 0 20px 0;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	text-align: center;
}
@media (max-width: 991px){
	.callback_block-calc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 40px;
	}
}
.modal_viv-calc__block { width: 100%; }
#modal_viv-calc {
	margin: 0px 0 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
p.modal_viv-calc__title.strong.colorPrimary {
	font-size: 20px;
	color: #15669d;
	margin-bottom: 10px;
}
span.modal_viv-calc__result.strong.colorPrimary {
	font-size: 16px;
	font-weight: 500;
	color: #ff0018;
}