/* * * General :: icons * * */
.dnt-sprite { display: none; }
.dnt-svg { position: relative; top: 0.125em; flex-shrink: 0; height: 1em; width: 1em; fill: currentColor; transition: fill 400ms; }

.col-md-3.col-sm-3.hidden-xs.hidden-sm.left-menu-md { display: none !important; }
.col-md-9.col-sm-12.col-xs-12.content-md { width: 100% !important; }

/* * * General :: btn * * */
.dnt-btn { display: inline-block; vertical-align: top; position: relative; text-decoration: none !important; text-align: center; border: 1px solid transparent; color: inherit; background: transparent; box-sizing: border-box; transition: color 500ms, background 500ms, border 500ms, opacity 500ms; outline: none; cursor: pointer; }

.dnt-btn_md { padding: 13px 22px 15px; font: 600 16px/1 'Open Sans', sans-serif; border-radius: 23px; }
.dnt-btn_lg { padding: 14px 22px 16px; font: 600 16px/1 'Open Sans', sans-serif; border-radius: 23px; }

.dnt-btn_green { color: #fff !important; background: #06AAAB; border-color: #06AAAB; box-shadow: 0 4px 4px rgba(0, 0, 0, .16); }
.dnt-btn_green:hover { color: #fff !important; background: #069191; border-color: #069191; }

.dnt-btn_orange { color: #fff !important; background: #E4A400; border-color: #E4A400; box-shadow: 0 4px 4px rgba(0, 0, 0, .16); }
.dnt-btn_orange:hover { color: #fff !important; background: #ffb700; border-color: #ffb700; }

.dnt-btn_3d { box-shadow: 0 4px 4px rgba(0, 0, 0, .16), inset 0 -4px 0 rgba(0, 0, 0, .12); border: none; }
.dnt-btn_block { display: block; width: 100%; padding-left: 5px; padding-right: 5px; }

.dnt-btn[disabled] { background: #bdbdbd; border-color: #bdbdbd; box-shadow: 0 4px 4px rgba(0, 0, 0, 0); cursor: default !important; pointer-events: none; }


/* * * Layout * * */
.dnt-calc { position: relative; margin: 0px 0; padding: 20px 0; }

.dnt-calc:first-child { margin-top: auto; padding-top: 0; }
.dnt-calc:last-child { margin-bottom: auto; padding-bottom: 0; }

.dnt-calc_heading { position: relative; margin-bottom: 16px; text-align: center; color: #4F4F4F; }
.dnt-calc_heading_title { font: 400 1.5em/1.375 'Open Sans', sans-serif; }

@media (max-width: 479px) {

    .dnt-calc_heading_title { font: 400 1.25em/1.375 'Open Sans', sans-serif; }

}

.dnt-calc_frame { position: relative; margin: 0 auto; max-width: 800px; font: 400 16px 'Open Sans', sans-serif; color: #fff; background: #06AAAB; border-radius: 4px; }

.dnt-calc_frame_left { position: relative; background: rgba(0, 0, 0, .08); }
.dnt-calc_frame_right { position: relative; }

@media (min-width: 768px) {

    .dnt-calc_frame_inner { display: table; width: 100%; border-collapse: separate; border-spacing: 0; }
    .dnt-calc_frame_inner > * { display: table-cell; vertical-align: top; padding: 0; }

    .dnt-calc_frame_left { vertical-align: middle; width: 340px; }

}

@media (max-width: 767px) {

    .dnt-calc_frame { margin: 0 -25vw; padding: 0 25vw; border-radius: 0; }
    .dnt-calc_frame_left { margin: 0 -25vw; padding: 0 15vw; }

}


/* * * Progress bar * * */
.dnt-calc_progress { position: relative; list-style: none; margin: 20px 30px 20px 40px; height: 24px; text-align: justify; cursor: default; }

.dnt-calc_progress:after { display: inline-block; width: 100%; visibility: hidden; pointer-events: none; content: ''; }
.dnt-calc_progress:before { position: absolute; left: 12px; top: 50%; right: 12px; border-top: 1px dashed rgba(255, 255, 255, .64); content: ''; }

.dnt-calc_progress_item { display: inline-block; position: relative; width: 24px; height: 24px; font: 400 .875em/24px 'Open Sans', sans-serif; text-align: center; color: #333; background: #82D4D5; box-shadow: 0 2px 4px rgba(0, 0, 0, 0); border-radius: 50%; transition: all 400ms; }

.dnt-calc_progress_item.active { background: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, .12); }
.dnt-calc_progress_item.navigate { cursor: pointer; }

@media (max-width: 767px) {

    .dnt-calc_progress { margin: 20px 0; }

}


/* * * Content * * */
.dnt-calc_content { position: relative; transition: min-height 400ms, height 400ms; }

.dnt-calc_content_step { position: absolute; z-index: -1; left: 0; top: 0; right: 0; opacity: 0; visibility: hidden; pointer-events: none; transition: all 400ms; }
.dnt-calc_content_step.active { position: relative; z-index: 1; opacity: 1; visibility: visible; pointer-events: auto; }

.dnt-calc_content_box { position: relative; padding: 0 30px 20px 40px; box-sizing: border-box; }
.dnt-calc_content_box.footer { padding-bottom: 80px; }

@media (min-width: 768px) {

    .dnt-calc_content_box { min-height: 424px; }

}

@media (max-width: 767px) {

    .dnt-calc_content_box { padding: 15px 0 35px; }
    .dnt-calc_content_box.bottom { padding-bottom: 95px; }

}

.dnt-calc_content_box_scroll { margin-left: -40px; padding-left: 40px; overflow: hidden; }
.dnt-calc_content_box_scroll_inner { height: 404px; margin-right: -40px; padding-right: 40px; margin-left: -40px; padding-left: 40px; overflow-x: hidden; overflow-y: auto; }

.dnt-calc_content_box.footer .dnt-calc_content_box_scroll_inner { height: 344px; }

@media (max-width: 767px) {

    .dnt-calc_content_box_scroll_inner { height: auto !important; overflow: visible; }

}

.dnt-calc_footer { position: absolute; left: 0; right: 0; bottom: 0; padding: 7px 30px 7px 40px; height: 60px; background: #88EAE9; border-radius: 0 0 4px 0; box-shadow: 0 -4px 8px rgba(0, 0, 0, .16); box-sizing: border-box; }

.dnt-calc_footer_next { float: right; }
.dnt-calc_footer_next .dnt-svg { margin-left: 8px; font-size: 12px; width: 18px; height: 12px; }

@media (max-width: 767px) {

    .dnt-calc_footer { left: -25vw; right: -25vw; padding-left: 25vw; padding-right: 25vw; }

}

/* * * Content :: elements * * */
.dnt-calc_tip { position: relative; padding-bottom: 50px; margin-top: 50px; font: 400 italic 1.125em/1.222222222222222 'Open Sans', sans-serif; color: rgba(255, 255, 255, .8); transition: all 400ms; }
.dnt-calc_tip svg { position: absolute; right: 100%; bottom: 0; margin: 0 -7px 0 0; fill: #fff; }

.dnt-calc_tip.fade { opacity: 0; visibility: hidden; }

@media (max-width: 767px) {

    .dnt-calc_tip { padding-left: 46px; padding-bottom: 20px; margin-top: 30px; }
    .dnt-calc_tip svg { left: 0; right: auto; bottom: 24px; transform: rotate(-240deg); }

}

.dnt-calc.desktop .dnt-calc_tip p.touch { display: none; }
.dnt-calc.touch .dnt-calc_tip p.desktop { display: none; }

.dnt-calc_label { display: block; position: relative; margin-bottom: 16px; font: 400 1.125em/1.222222222222222 'Open Sans', sans-serif; color: rgba(255, 255, 255, .8); }

/* * * Content :: teeth list * * */
.dnt-calc_teeth { position: relative; }
.dnt-calc_teeth_caption { margin-bottom: 16px; font: 400 1.125em/1.222222222222222 'Open Sans', sans-serif; }

.dnt-calc_teeth_item { position: relative; cursor: default; }
.dnt-calc_teeth_item ~ .dnt-calc_teeth_item { margin-top: 16px; }

.dnt-calc_teeth_item_label { float: left; max-width: 92px; font: 600 1.125em/1.222222222222222 'Open Sans', sans-serif; }

.dnt-calc_teeth_item_services { margin: 0 -6px -8px 98px; padding-top: 1px; }
.dnt-calc_teeth_item_services_tag { display: inline-block; position: relative; margin: 0 6px 8px 0; padding: 4px 30px 4px 14px; font: 400 .875em/1 'Open Sans', sans-serif; color: rgba(255, 255, 255, .8); background: none; border: 1px solid rgba(255, 255, 255, .8); border-radius: 10px; box-sizing: border-box; }

.dnt-calc_teeth_item_services_tag_remove { position: absolute; top: 0; right: 0; width: 24px; height: 22px; color: rgba(255, 255, 255, .8); background: none; border: none; cursor: pointer; }
.dnt-calc_teeth_item_services_tag_remove svg { display: block; position: relative; fill: currentColor; }

.dnt-calc_teeth_item_services_tag_remove:hover { color: rgba(0, 0, 0, .2); }

/* * * Content :: controls * * */
.dnt-calc_controls { position: relative; }
.dnt-calc_controls ~ .dnt-calc_controls { margin-top: 30px; }

.dnt-calc_controls_list { margin: 0 -26px -24px 0; font: 600 .875em/1.571428571428571 'Open Sans', sans-serif; }

.dnt-calc_controls_list label { display: inline-block; position: relative; margin: 0 24px 24px 0; padding-left: 34px; }
.dnt-calc_controls_list label > input { position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }

.dnt-calc_controls_list label > input[type="radio"] ~ span:after { position: absolute; left: 5px; top: 6px; width: 10px; height: 10px; background: currentColor; border-radius: 50%; box-sizing: border-box; opacity: 0; transition: all 400ms; content: ''; }
.dnt-calc_controls_list label > input[type="radio"] ~ span:before { position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border: 2px solid; border-radius: 50%; box-sizing: border-box; content: ''; }

.dnt-calc_controls_list label > input[type="checkbox"] ~ span:after { position: absolute; left: 1px; top: 3px; width: 18px; height: 18px; background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuOTc5ODY1MSwxNCBMMTYsNC41MjkxNTY5IEwxNC41OTA1NTY5LDMgQzkuNTE2NzYyMzgsOC4zMjczMzE5MiA2Ljk3OTg2NTEsMTAuOTkwOTk3OSA2Ljk3OTg2NTEsMTAuOTkwOTk3OSBDNi45Nzk4NjUxLDEwLjk5MDk5NzkgNS43ODk3MTEwNiw5Ljc0MTM4NjEzIDMuNDA5NDAyOTcsNy4yNDIxNjI2MSBMMiw4LjcyMTk4Njc4IEw2Ljk3OTg2NTEsMTQgWiIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+PC9zdmc+) center center no-repeat; opacity: 0; transition: all 400ms; content: ''; }
.dnt-calc_controls_list label > input[type="checkbox"] ~ span:before { position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border: 2px solid; border-radius: 2px; box-sizing: border-box; content: ''; }

.dnt-calc_controls_list label > input:hover ~ span { opacity: .75; }
.dnt-calc_controls_list label > input:checked ~ span:after { opacity: 1; }

.dnt-calc_controls_list label > input:disabled { cursor: default; }
.dnt-calc_controls_list label > input:disabled ~ span { opacity: .4; }

.dnt-calc_controls_list.column { margin: 0; }
.dnt-calc_controls_list.column label { display: block; margin: 0 0 24px 0; }

/* * * Content :: controls :: switch * * */
.dnt-calc_controls_switch { display: flex; flex-flow: row wrap; list-style: none; margin: 24px -10px -16px; letter-spacing: -5px; }
.dnt-calc_controls_switch > li { display: inline-block; margin-bottom: 16px; padding: 0 10px; width: 33.333332%; letter-spacing: normal; box-sizing: border-box; }
.dnt-calc_controls_switch > li:before { display: none !important; }

.dnt-calc_controls_switch_btn { display: block; position: relative; font: 400 .875em 'Open Sans', sans-serif; }
.dnt-calc_controls_switch_btn input { position: absolute; z-index: 1; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }

.dnt-calc_controls_switch_btn_capsule { display: table; position: relative; width: 100%; height: 40px; color: rgba(255, 255, 255, .8); background: none; border: 1px solid rgba(255, 255, 255, .8); border-radius: 10px; border-collapse: separate; border-spacing: 0; box-shadow: 0 0 8px rgba(0, 0, 0, 0); box-sizing: border-box; transition: all 400ms; }
.dnt-calc_controls_switch_btn_capsule span { display: table-cell; vertical-align: middle; padding: 5px; text-align: center; }

.dnt-calc_controls_switch_btn input:hover + * { background: rgba(255, 255, 255, .25); }
.dnt-calc_controls_switch_btn input:checked + * { font-weight: 600; color: #06AAAB; background: #fff; box-shadow: 0 0 8px rgba(0, 0, 0, .16); }

@media (max-width: 767px) {

    .dnt-calc_controls_switch > li { width: 50%; }

}

/* * * Content :: form * * */
.dnt-calc_form_total { position: relative; line-height: 1.35; }
.dnt-calc_form_total strong { display: block; font-weight: 600; }

.dnt-calc_form_caption { margin-bottom: 26px; font: 700 1.125em/1.222222222222222 'Open Sans', sans-serif; }

.dnt-calc_form_box { display: block; position: relative; margin-bottom: 26px; box-sizing: border-box; }
.dnt-calc_form_box:last-child { margin-bottom: auto; }

.dnt-calc_form_box_title { display: block; margin-bottom: 8px; font: 400 14px 'Open Sans', sans-serif; color: #fff; transition: color 250ms; }
.dnt-calc_form_box_title.required:after { color: #eb5657; content: ' \002A'; }

.dnt-calc_form_box.placeholder .dnt-calc_form_box_title { position: absolute; z-index: 5; left: 0; top: 0; right: 40px; margin-bottom: auto; height: 30px; line-height: 30px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transform-origin: 0 100%; transition: none; pointer-events: none; backface-visibility: hidden; box-sizing: border-box; }
.dnt-calc_form_box.placeholder.active .dnt-calc_form_box_title { left: 0; top: -26px; right: 0; transform: scale(.8); backface-visibility: hidden; }

.dnt-calc_form_box.placeholder.transition .dnt-calc_form_box_title { transition: all 200ms; }

.dnt-calc_form_box_field { display: block; position: relative; box-sizing: border-box; }
.dnt-calc_form_box_field input { display: block; position: relative; padding: 0; width: 100%; height: 30px; font: 400 14px 'Montserrat', sans-serif; text-overflow: ellipsis; text-shadow: none; color: #fff; background: transparent; border: none; border-bottom: 1px solid #fff; border-radius: 0; transition: all 200ms; }

.dnt-calc_form_box_field input[data-masking]:-ms-input-placeholder{ font-style: normal; color: transparent !important; transition: all 300ms; }
.dnt-calc_form_box_field input[data-masking]:-moz-placeholder { font-style: normal; color: transparent !important; transition: all 300ms; }
.dnt-calc_form_box_field input[data-masking]::-webkit-input-placeholder { font-style: normal; color: transparent !important; transition: all 300ms; }

.dnt-calc_form_box_field input[data-masking]:focus:-ms-input-placeholder { color: #fff !important; }
.dnt-calc_form_box_field input[data-masking]:focus:-moz-placeholder { color: #fff !important; }
.dnt-calc_form_box_field input[data-masking]:focus::-webkit-input-placeholder { color: #fff !important; }

.dnt-calc_form_bottom { list-style: none; margin: 26px -10px -30px; letter-spacing: -5px; }
.dnt-calc_form_bottom > * { display: inline-block; vertical-align: middle; margin-bottom: 30px; padding: 0 10px; width: 50%; letter-spacing: normal; box-sizing: border-box; }

@media (max-width: 767px) {

    .dnt-calc_form_bottom > * { width: 100%; }

}

.dnt-calc_form_file { display: inline-block; position: relative; padding-left: 34px; max-width: 100%; font: 400 14px/1.571428571428571 'Open Sans', sans-serif; box-sizing: border-box; cursor: pointer; }
.dnt-calc_form_file input[type="file"] { position: absolute; left: -10000px; top: -10000px; opacity: 0; pointer-events: none; }

.dnt-calc_form_file span { display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; border-bottom: 1px dashed; transition: all 400ms; }
.dnt-calc_form_file:hover span { border-bottom-color: transparent; }

.dnt-calc_form_file svg { position: absolute; left: 0; top: 0; fill: currentColor; }

.dnt-calc_form_notice { margin: 15px 0; font: 400 13px/1.384615384615385 'Open Sans', sans-serif; color: rgba(255, 255, 255, .64); }

.dnt-calc_form_notice a { text-decoration: underline; color: inherit; }
.dnt-calc_form_notice a:hover { color: #fff; }

.dnt-calc_form_notice:first-child { margin-top: auto; }
.dnt-calc_form_notice:last-child { margin-bottom: auto; }

.dnt-calc_form_box_error { margin-top: 0; font: 400 12px 'Open Sans', sans-serif; color: #eb5657 !important; max-height: 0; opacity: 0; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; }

.dnt-calc_form_box.m-error .dnt-calc_form_box_error { margin-top: 4px; max-height: 48px; opacity: 1; }
.dnt-calc_form_box.m-error .dnt-calc_form_box_field input { border-color: #eb5657; }

.dnt-calc_form_box_error { position: absolute; z-index: 80; left: 0; top: 100%; right: 0; margin: 15px auto 15px !important; padding: 4px 6px; width: 80%; max-height: none; text-align: center; white-space: nowrap; color: #fff !important; background: #ff4d46; border-radius: 4px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: all 400ms; }
.dnt-calc_form_box_error:before { position: absolute; left: 50%; bottom: 100%; margin: -1px 0 0 -6px; width: 0; height: 0; border-bottom: 7px solid #ff4d46; border-left: 7px solid transparent; border-right: 7px solid transparent; content: ''; }

.dnt-calc_form_box.m-error .dnt-calc_form_box_error { opacity: 1; visibility: visible; transform: none; }

/* * * Saw * * */
.dnt-calc_saw_scheme { display: table; position: relative; margin: 0 auto; }

.dnt-calc_saw_scheme_pic { display: block; position: relative; margin: 0 auto; width: 334px; height: auto; }

.dnt-calc_saw_scheme_pic #plus { display: none; }
.dnt-calc_saw_scheme_pic #chipped { display: none; }
.dnt-calc_saw_scheme_pic #implant { display: none; }
.dnt-calc_saw_scheme_pic #caries { display: none; }

.dnt-calc_saw_scheme_pic [id*="tooth"] { cursor: pointer; }

.dnt-calc_saw_scheme_pic [id*="tooth"] #normal path,
.dnt-calc_saw_scheme_pic [id*="tooth"] #chipped path { transition-delay: 200ms; }

.dnt-calc_saw_scheme_pic [id*="tooth"]:hover #normal path,
.dnt-calc_saw_scheme_pic [id*="tooth"]:hover #chipped path,

.dnt-calc_saw_scheme_pic [id*="tooth"].active #normal path,
.dnt-calc_saw_scheme_pic [id*="tooth"].active #chipped path { transition-delay: 0ms; }

.dnt-calc_saw_scheme_pic [id*="tooth"]:hover #normal path:nth-child(1),
.dnt-calc_saw_scheme_pic [id*="tooth"]:hover #chipped path:nth-child(1),

.dnt-calc_saw_scheme_pic [id*="tooth"].active #normal path:nth-child(1),
.dnt-calc_saw_scheme_pic [id*="tooth"].active #chipped path:nth-child(1) { fill: #88ccd5; }

.dnt-calc_saw_scheme_pic [id*="tooth"]:hover #normal path:nth-child(1) ~ path,
.dnt-calc_saw_scheme_pic [id*="tooth"]:hover #chipped path:nth-child(1) ~ path,

.dnt-calc_saw_scheme_pic [id*="tooth"].active #normal path:nth-child(1) ~ path,
.dnt-calc_saw_scheme_pic [id*="tooth"].active #chipped path:nth-child(1) ~ path { fill: #7ac1c9; }

.dnt-calc_saw_scheme_pic [id*="tooth"].caries #caries { display: block; }
.dnt-calc_saw_scheme_pic [id*="tooth"].implant #implant { display: block; }

.dnt-calc_saw_scheme_pic [id*="tooth"].chipped #normal { display: none; }
.dnt-calc_saw_scheme_pic [id*="tooth"].chipped #chipped { display: block; }

.dnt-calc_saw_scheme_pic [id*="tooth"].removing #normal,
.dnt-calc_saw_scheme_pic [id*="tooth"].removing #chipped { opacity: 0; }

.dnt-calc_saw_scheme_pic [id*="tooth"].checked #plus { display: block; }

.dnt-calc_saw_scheme_pic [id*="tooth"].checked #normal path:nth-child(1),
.dnt-calc_saw_scheme_pic [id*="tooth"].checked #chipped path:nth-child(1) { fill: #fff; }

.dnt-calc_saw_scheme_pic [id*="tooth"].checked #normal path:nth-child(1) ~ path,
.dnt-calc_saw_scheme_pic [id*="tooth"].checked #chipped path:nth-child(1) ~ path { fill: #E1E6E6; }

.dnt-calc.touch .dnt-calc_saw_scheme_pic [id*="tooth"] path { transition-delay: 0ms; }

/* * * Saw :: balloon * * */
.dnt-calc_saw_scheme_balloon { position: absolute; z-index: 1; left: 50%; bottom: 94px; margin-left: -86px; width: 172px; min-height: 178px; text-align: left; background: #fff; border-radius: 4px; box-shadow: 0 8px 16px rgba(0, 0, 0, .25); box-sizing: border-box; opacity: 0; visibility: hidden; transition: all 400ms 200ms; cursor: default; }
.dnt-calc_saw_scheme_balloon.opened { z-index: 2; opacity: 1; visibility: visible; transition-delay: 0ms; }

.dnt-calc_saw_scheme_balloon_caption { padding: 8px 10px 7px; font: 600 .875em/1.5 'Open Sans', sans-serif; text-align: center; color: #4F4F4F; border-bottom: 1px solid #E0E0E0; }

.dnt-calc_saw_scheme_balloon_arrow { display: none; position: absolute; z-index: 2; top: 10px; width: 21px; height: 18px; color: #06AAAB; background: none; border: none; transition: all 400ms; cursor: pointer; }

.dnt-calc_saw_scheme_balloon_arrow.prev { left: 15px; }
.dnt-calc_saw_scheme_balloon_arrow.next { right: 15px; }

.dnt-calc_saw_scheme_balloon_close { display: none; position: absolute; z-index: 2; top: 0; left: 100%; margin-left: 10px; width: 28px; height: 28px; color: #fff; background: rgba(51, 51, 51, .4); border: none; border-radius: 4px; transition: all 400ms; cursor: pointer; }

.dnt-calc_saw_scheme_balloon_close svg,
.dnt-calc_saw_scheme_balloon_arrow svg { display: block; position: relative; margin: 0 auto; fill: currentColor; }

.dnt-calc.touch .dnt-calc_saw_scheme_balloon { transition: none; transition-delay: 0ms; }

.dnt-calc.touch .dnt-calc_saw_scheme_balloon_close,
.dnt-calc.touch .dnt-calc_saw_scheme_balloon_arrow { display: block; }

.dnt-calc_saw_scheme_balloon_list { padding: 18px; }
.dnt-calc_saw_scheme_balloon_list_group ~ .dnt-calc_saw_scheme_balloon_list_group { margin-top: 11px; }

.dnt-calc_saw_scheme_balloon_control { display: block; position: relative; padding-left: 32px; padding-top: 2px; font: 600 .8125em/1.384615384615385 'Open Sans', sans-serif; }
.dnt-calc_saw_scheme_balloon_control input { position: absolute; z-index: 1; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }

.dnt-calc_saw_scheme_balloon_control input ~ span { display: block; color: #4F4F4F; opacity: .8; transition: all 400ms; }

.dnt-calc_saw_scheme_balloon_control input:hover ~ span,
.dnt-calc_saw_scheme_balloon_control input:checked ~ span { color: #06AAAB; }

.dnt-calc_saw_scheme_balloon_control input ~ span:after { position: absolute; left: 0; top: 0; width: 18px; height: 18px; background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuOTc5ODY1MSwxNCBMMTYsNC41MjkxNTY5IEwxNC41OTA1NTY5LDMgQzkuNTE2NzYyMzgsOC4zMjczMzE5MiA2Ljk3OTg2NTEsMTAuOTkwOTk3OSA2Ljk3OTg2NTEsMTAuOTkwOTk3OSBDNi45Nzk4NjUxLDEwLjk5MDk5NzkgNS43ODk3MTEwNiw5Ljc0MTM4NjEzIDMuNDA5NDAyOTcsNy4yNDIxNjI2MSBMMiw4LjcyMTk4Njc4IEw2Ljk3OTg2NTEsMTQgWiIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+PC9zdmc+) center center no-repeat; opacity: 0; transition: all 400ms; content: ''; }
.dnt-calc_saw_scheme_balloon_control input ~ span:before { position: absolute; left: 0; top: 0; width: 18px; height: 18px; background: #fff; border: 2px solid #828282; border-radius: 2px; box-sizing: border-box; transition: all 400ms; content: ''; }

.dnt-calc_saw_scheme_balloon_control input:checked ~ span:after { opacity: 1; }
.dnt-calc_saw_scheme_balloon_control input:checked ~ span:before { background: #06AAAB; border-color: #06AAAB; }

.dnt-calc_saw_scheme_balloon_control input:disabled { cursor: default; }
.dnt-calc_saw_scheme_balloon_control input:disabled ~ span { color: #4F4F4F; opacity: .4; }

.dnt-calc_saw_scheme_balloon_control ~ .dnt-calc_saw_scheme_balloon_control { margin-top: 11px; }

/* =================== NEW-FIX ==================*/
body{
    overflow: hidden;
}
.dnt-calc_heading{
    color:#fff;
}

.dnt-calc_footer {
    background: #88eae973;
}
.dnt-btn_green{
    background: none;
    box-shadow: none;
    display: block;
    width: 100%;
}
/* =================== NEW-FIX :: END; ==================*/


