

/* Start:/account/online_consultation/css/oc_style.css?171965406519052*/
.adm-PRE { display: block; margin: 0 0 10px; font-size: 12px; line-height: 1.428571429; color: #333; background: #f5f5f5; border: 1px solid #ccc; border-radius: 4px; overflow-x: auto; }
.adm-PRE div { padding: 5px; background: #8A8A8A; font-weight: bold; color: #fff; font-family: monospace; }
.adm-PRE pre { padding: 10px; }

.oc_step_clear { clear: both; }

.oc_step_error { text-align: center; color: #bb9b7d; font-size: 24px; font-weight: bold; line-height: 24px; margin: 160px 0px; }
.oc_step_error span { font-size: 16px; font-weight: normal; line-height: 16px; }

.oc_step_title { margin-top: 24px; margin-bottom: 18px; font-size: 16px; color: #ea5d41; }
.oc_step_title span { font-weight: bold; }

.oc_step1_item { border: 2px solid #6d321c; padding: 15px; display: block; margin-bottom: 12px; text-decoration: none; }
.oc_step1_item:hover { background: #ea5d41; }
.oc_step1_item:hover span { color: #fff; }

.oc_s1i_name { display: block; font-weight: bold; font-size: 16px; color: #6d321c; }
.oc_s1i_addr { display: block; color: #6d321c; }
.oc_s1i_work { display: block; margin-top: 8px; }

.oc_step2 { margin-bottom: 100px; }
.oc_step2 .ps_services_kvs .ps_services_kvs1 h3 { font-family: "Circe-Regular"; color: #474747; text-align: left; font-weight: normal; line-height: 16px; padding: 12px 150px 12px 25px; margin: 1px 0 0 0; }
.oc_step2 .ps_s_kvs_items { padding-top: 10px; padding-bottom: 10px; }
.oc_step2 .ps_s_kvs_items li { padding: 6px 0; }
.oc_step2 .ps_s_kvs_items a { font-size: 14px; }

.oc_step3_wrap { margin-bottom: 100px; }
.oc_step3_question:not(:last-child) { margin-bottom: 30px; }
.oc_step3_question_title { font-weight: bold; font-size: 14px; margin-bottom: 12px; }

.oc_step3_question_block {  }
.oc_step3_question_block ul { margin-left: 20px; }
.oc_step3_question_block ul li { list-style-type: square; color: #E95E3F; }
.oc_step3_question_block ul li span { color: #C3C3C3; }

.oc_step3_answer_radio { position: relative; margin-bottom: 6px; margin-left: 12px; }
.oc_step3_answer_radio label { font-size: 14px; padding-left: 22px; display: inline-block; }

.oc_step3_answer_radio input[type="radio"] { display: none; }
.oc_step3_answer_radio input[type="radio"] + label .answer_control { display: inline-block; width: 16px; height: 16px; background: #D4A16E; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; vertical-align: middle; cursor: pointer; position: absolute; left: 0px; }
.oc_step3_answer_radio input[type="radio"]:checked + label .answer_control:before { content: " "; display: inline-block; width: 8px; height: 8px; background: #FFFFFF; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; vertical-align: middle; cursor: pointer; position: absolute; top: 50%; left: 50%; margin-top: -4px; margin-left: -4px; }

.oc_step3_answer_number input[type="text"] { width: 240px; height: 40px; padding-left: 12px; display: block; border: 1px solid #8d8d8d; margin-bottom: 12px; color: #4c4c4c; }
.oc_step3_answer_select select { width: 254px; height: 41px; font-size: 14px; font-weight: normal; color: #6f3118; padding-left: 12px; padding-right: 40px; cursor: pointer; -webkit-appearance: none; background-image: url("/account/online_consultation/css/../img/arrow.png")!important; background-position: 94% center; background-repeat: no-repeat; -moz-appearance: none; -ms-appearance: none; appearance: none!important; }
.oc_step3_answer_text textarea { width: 456px; height: 48px; padding: 12px; display: block; border: 1px solid #8d8d8d; margin-bottom: 12px; color: #4c4c4c; resize: none; }
.oc_step3_answer_date input[type="text"] { width: 240px; height: 40px; padding-left: 12px; display: block; border: 1px solid #8d8d8d; margin-bottom: 12px; color: #4c4c4c; }

.oc_step3_answer_multiple { position: relative; margin-bottom: 6px; margin-left: 12px; }
.oc_step3_answer_multiple label { font-size: 14px; padding-left: 22px; display: inline-block; }

.oc_step3_answer_multiple input[type="checkbox"] { display: none; }
.oc_step3_answer_multiple input[type="checkbox"] + label .answer_control { display: inline-block; width: 16px; height: 16px; background: #D4A16E; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; vertical-align: middle; cursor: pointer; position: absolute; left: 0px; }
.oc_step3_answer_multiple input[type="checkbox"]:checked + label .answer_control:before { content: " "; display: inline-block; width: 8px; height: 8px; background: #FFFFFF; border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px; vertical-align: middle; cursor: pointer; position: absolute; top: 50%; left: 50%; margin-top: -4px; margin-left: -4px; }

.oc_step3_prev_question { color: #fff; float: left; background: #ea5d41; height: 40px; padding: 0px 18px; line-height: 40px; display: block; border: none; text-align: center; cursor: pointer; text-transform: uppercase; margin-top: 22px; margin-right: 10px; opacity: 0.5; }
.oc_step3_prev_question:hover { opacity: 0.7; color: #fff; }

.oc_step3_next_question { color: #fff; float: left; background: #ea5d41; height: 40px; padding: 0px 18px; line-height: 40px; display: block; border: none; text-align: center; cursor: pointer; text-transform: uppercase; margin-top: 22px; }
.oc_step3_next_question:hover { opacity: 0.7; color: #fff; }
.oc_step3_question_error { float: left; margin-top: 22px; height: 40px; line-height: 40px; color: #EA5D41; margin-left: 16px; }

.oc_step3_refusal { background: #ea5d41; padding: 16px; color: #fff; }
.oc_step3_refusal div { color: #FFFFFF; font-weight: bold; font-size: 20px; border-bottom: 2px solid #fff; margin-bottom: 10px; }

.oc_step3_service { margin-top: 30px; }
.oc_step3_service_item {  }
.oc_step3_service_item:not(:last-child) { margin-bottom: 10px; }
.oc_step3_service_name { display: inline-block; width: 120px; float: left; }
.oc_step3_service_value { display: inline-block; width: calc(100% - 120px); float: left; color: #949394; }

.oc_step3_table { margin-top: 30px; }
.oc_step3_table th { padding: 2px; background: #F4EBDF; }
.oc_step3_table th:nth-child(1) { width: 30px; }
.oc_step3_table th:nth-child(4) { width: 50px; }
.oc_step3_table td { padding: 2px; }

.oc_step3_table .cell_order { text-align: center; }

.oc_step3_table_button { display: block; margin: 2px; padding: 2px 6px; color: #fff; background: #ea5d41; border: none; text-align: center; cursor: pointer; text-decoration: none; }
.oc_step3_table_button:hover { opacity: 0.7; color: #fff; }
.oc_step3_table_button[disabled] { opacity: 0.7; color: #fff; cursor: default; }

.oc_step3_button_wrapp { margin-top: 30px; }
.oc_step3_button_wrapp div:not(:last-child) { margin-bottom: 20px; }
.oc_step3_button_wrapp a { color: #fff; background: #ea5d41; height: 42px; padding: 0px 28px; line-height: 42px; display: inline-block; border: none; text-align: center; cursor: pointer; text-transform: uppercase; text-decoration: none; }
.oc_step3_button_wrapp a:hover { opacity: 0.7; color: #fff; }

.oc_step3_comment { margin-top: 30px; color: #949394; }

.documents_not_required { margin-top: 30px; font-size: 16px; line-height: 26px; }

.oc_step_icon { display: none; background: url("/account/online_consultation/css/../img/loader.svg"); position: fixed; width: 148px; height: 148px; top: 50%; left: 50%; margin-top: -74px; margin-left: -74px; z-index: 99999; }
.oc_step_back { position: fixed; bottom: 0; right: 0; top: 0; left: 0; display: none; z-index: 9999; background: url("/account/online_consultation/css/../img/overlay.png"); }

.oc_step3_ansver_text { color: #C3C3C3; }
.oc_step3_ansver_text ul { margin-left: 16px; }

.oc_step3-send { margin-top: 30px; }

.oc_step3-send .oc_step3-send_desc { margin-bottom: 10px; }
.oc_step3-send .oc_step3-send_error { float: left; height: 42px; line-height: 42px; color: #EA5D41; margin-left: 16px; }

.oc_step3-send input[type="text"] { width: 240px; height: 40px; padding-left: 12px; display: block; border: 1px solid #8d8d8d; color: #4c4c4c; float: left; }
.oc_step3-send a { color: #fff; float: left; background: #ea5d41; height: 42px; padding: 0px 28px; line-height: 42px; display: block; border: none; text-align: center; cursor: pointer; text-transform: uppercase; margin-left: 10px; }
.oc_step3-send a:hover { opacity: 0.7; color: #fff; }

.oc_modal_comment { position: fixed; top: 0; left: 0; height: 100%; width: 100%; z-index: 100; background-color: rgba(0,0,0,0.7); display: none; overflow: auto; }
.oc_modal_comment_wrapp { max-width: 440px; position: relative; margin: 50px auto; padding: 20px; background-color: #fff; }
.oc_modal_comment_close { background: url("/bitrix/templates/.default/images/btn_close.png"); background-repeat: no-repeat; width: 16px; height: 16px; position: absolute; top: 16px; right: 16px; border: none; cursor: pointer; text-indent: -9999px; }
.oc_modal_comment_close:hover { opacity: 0.7; }
.oc_modal_comment_head { color: #E95E3F; font-family: "Circe-Bold"; font-size: 18px; margin-bottom: 20px; }
.oc_modal_comment_body {  }

.color_w .oc_step_error { color: #000; }
.color_b .oc_step_error { color: #FFF; }

.color_w .oc_step_title { color: #000; }
.color_b .oc_step_title { color: #FFF; }

.size_s .oc_step_title { font-size: 30px; line-height: 30px; display: block; font-family: "Circe-ExtraBold"; padding-top: 14px; margin-bottom: 30px; }
.size_m .oc_step_title { font-size: 36px; line-height: 36px; display: block; font-family: "Circe-ExtraBold"; padding-top: 14px; margin-bottom: 30px; }
.size_l .oc_step_title { font-size: 42px; line-height: 42px; display: block; font-family: "Circe-ExtraBold"; padding-top: 14px; margin-bottom: 30px; }

.color_w .oc_step1_item { border: 2px solid #000000; }
.color_b .oc_step1_item { border: 2px solid #FFFFFF; }

.color_w .oc_step1_item:hover { background: #D6D6D6; }
.color_b .oc_step1_item:hover { background: #D6D6D6; }

.color_w .oc_s1i_name { color: #474747; }
.color_b .oc_s1i_name { color: #FFF; }

.color_w .oc_s1i_addr { color: #474747; }
.color_b .oc_s1i_addr { color: #FFF; }

.color_w .oc_s1i_work { color: #999; }
.color_b .oc_s1i_work { color: #CCC; }

.color_w .oc_step1_item:hover .oc_s1i_name { color: #474747; }
.color_b .oc_step1_item:hover .oc_s1i_name { color: #474747; }

.color_w .oc_step1_item:hover .oc_s1i_addr { color: #474747; }
.color_b .oc_step1_item:hover .oc_s1i_addr { color: #474747; }

.color_w .oc_step1_item:hover .oc_s1i_work { color: #999999; }
.color_b .oc_step1_item:hover .oc_s1i_work { color: #999999; }

.size_s .oc_s1i_name { font-size: 20px; line-height: 24px; margin-bottom: 14px; }
.size_m .oc_s1i_name { font-size: 24px; line-height: 28px; margin-bottom: 16px; }
.size_l .oc_s1i_name { font-size: 28px; line-height: 32px; margin-bottom: 20px; }

.size_s .oc_s1i_work { margin-top: 14px; }
.size_m .oc_s1i_work { margin-top: 16px; }
.size_l .oc_s1i_work { margin-top: 20px; }

.size_s .oc_step2 .ps_services_kvs .ps_services_kvs1 h3 { line-height: 20px; }
.size_m .oc_step2 .ps_services_kvs .ps_services_kvs1 h3 { line-height: 22px; }
.size_l .oc_step2 .ps_services_kvs .ps_services_kvs1 h3 { line-height: 28px; }

.size_s .oc_step3_question_title { font-size: 16px; margin-bottom: 14px; }
.size_m .oc_step3_question_title { font-size: 18px; margin-bottom: 16px; }
.size_l .oc_step3_question_title { font-size: 24px; margin-bottom: 20px; }

.size_s .oc_step3_answer_radio { margin-bottom: 8px; }
.size_m .oc_step3_answer_radio { margin-bottom: 10px; }
.size_l .oc_step3_answer_radio { margin-bottom: 12px; }

.size_s .oc_step3_answer_radio label { font-size: 16px; padding-left: 26px; }
.size_m .oc_step3_answer_radio label { font-size: 18px; padding-left: 28px; }
.size_l .oc_step3_answer_radio label { font-size: 24px; padding-left: 36px; }

.size_s .oc_step3_answer_radio input[type="radio"] + label .answer_control { width: 18px; height: 18px; }
.size_m .oc_step3_answer_radio input[type="radio"] + label .answer_control { width: 20px; height: 20px; }
.size_l .oc_step3_answer_radio input[type="radio"] + label .answer_control { width: 26px; height: 26px; }

.size_s .oc_step3_answer_radio input[type="radio"]:checked + label .answer_control:before { width: 8px; height: 8px; margin-top: -4px; margin-left: -4px; }
.size_m .oc_step3_answer_radio input[type="radio"]:checked + label .answer_control:before { width: 10px; height: 10px; margin-top: -5px; margin-left: -5px; }
.size_l .oc_step3_answer_radio input[type="radio"]:checked + label .answer_control:before { width: 12px; height: 12px; margin-top: -6px; margin-left: -6px; }

.color_w .oc_step3_answer_radio input[type="radio"] + label .answer_control { background: #999; }
.color_b .oc_step3_answer_radio input[type="radio"] + label .answer_control { background: #FFF; }

.color_w .oc_step3_answer_radio input[type="radio"]:checked + label .answer_control:before { background: #FFF; }
.color_b .oc_step3_answer_radio input[type="radio"]:checked + label .answer_control:before { background: #999; }

.size_s .oc_step3_answer_select select { font-size: 16px; height: auto; padding-top: 10px; padding-bottom: 10px; }
.size_m .oc_step3_answer_select select { font-size: 18px; height: auto; padding-top: 10px; padding-bottom: 10px; }
.size_l .oc_step3_answer_select select { font-size: 24px; height: auto; padding-top: 10px; padding-bottom: 10px; }

.size_s .oc_step3_answer_multiple { margin-bottom: 8px; }
.size_m .oc_step3_answer_multiple { margin-bottom: 10px; }
.size_l .oc_step3_answer_multiple { margin-bottom: 12px; }

.size_s .oc_step3_answer_multiple label { font-size: 16px; padding-left: 26px; }
.size_m .oc_step3_answer_multiple label { font-size: 18px; padding-left: 28px; }
.size_l .oc_step3_answer_multiple label { font-size: 24px; padding-left: 36px; }

.size_s .oc_step3_answer_multiple input[type="checkbox"] + label .answer_control { width: 18px; height: 18px; }
.size_m .oc_step3_answer_multiple input[type="checkbox"] + label .answer_control { width: 20px; height: 20px; }
.size_l .oc_step3_answer_multiple input[type="checkbox"] + label .answer_control { width: 26px; height: 26px; }

.size_s .oc_step3_answer_multiple input[type="checkbox"]:checked + label .answer_control:before { width: 8px; height: 8px; margin-top: -4px; margin-left: -4px; }
.size_m .oc_step3_answer_multiple input[type="checkbox"]:checked + label .answer_control:before { width: 10px; height: 10px; margin-top: -5px; margin-left: -5px; }
.size_l .oc_step3_answer_multiple input[type="checkbox"]:checked + label .answer_control:before { width: 12px; height: 12px; margin-top: -6px; margin-left: -6px; }

.color_w .oc_step3_answer_multiple input[type="checkbox"] + label .answer_control { background: #999; }
.color_b .oc_step3_answer_multiple input[type="checkbox"] + label .answer_control { background: #FFF; }

.color_w .oc_step3_answer_multiple input[type="checkbox"]:checked + label .answer_control:before { background: #FFF; }
.color_b .oc_step3_answer_multiple input[type="checkbox"]:checked + label .answer_control:before { background: #999; }

.size_s .oc_step3_question_error { height: auto; line-height: normal; margin: 0; margin-top: 20px; clear: both; }
.size_m .oc_step3_question_error { height: auto; line-height: normal; margin: 0; margin-top: 20px; clear: both; }
.size_l .oc_step3_question_error { height: auto; line-height: normal; margin: 0; margin-top: 20px; clear: both; }

.color_w .oc_step3_prev_question { background: #999; color: #FFF; height: auto; line-height: normal; padding: 10px 28px; }
.color_w .oc_step3_prev_question:hover { color: #FFF; }

.color_b .oc_step3_prev_question { background: #999; color: #FFF; height: auto; line-height: normal; padding: 10px 28px; }
.color_b .oc_step3_prev_question:hover { color: #FFF; }

.color_w .oc_step3_next_question { background: #999; color: #FFF; height: auto; line-height: normal; padding: 10px 28px; }
.color_w .oc_step3_next_question:hover { color: #FFF; }

.color_b .oc_step3_next_question { background: #999; color: #FFF; height: auto; line-height: normal; padding: 10px 28px; }
.color_b .oc_step3_next_question:hover { color: #FFF; }

.color_w .oc_step3_table th { background: #D6D6D6; }
.color_b .oc_step3_table th { background: #d6d6d6; color: #474747; }

.size_s .oc_step3_service_name { display: block; width: 100%; float: none; }
.size_s .oc_step3_service_value { display: block; width: 100%; float: none; }

.size_m .oc_step3_service_name { display: block; width: 100%; float: none; }
.size_m .oc_step3_service_value { display: block; width: 100%; float: none; }

.size_l .oc_step3_service_name { display: block; width: 100%; float: none; }
.size_l .oc_step3_service_value { display: block; width: 100%; float: none; }

.color_w .oc_step3_table_button { background: #999; color: #FFF; }
.color_w .oc_step3_table_button:hover { color: #FFF; }
.color_w .oc_step3_table_button[disabled] { opacity: 0.4; }

.color_b .oc_step3_table_button { background: #999; color: #FFF; }
.color_b .oc_step3_table_button:hover { color: #FFF; }
.color_b .oc_step3_table_button[disabled] { opacity: 0.4; }

.color_w .oc_step3_button_wrapp a { background: #999; color: #FFF; height: auto; line-height: normal; padding: 10px 28px; }
.color_w .oc_step3_button_wrapp a:hover { color: #FFF; }

.color_b .oc_step3_button_wrapp a { background: #999; color: #FFF; height: auto; line-height: normal; padding: 10px 28px; }
.color_b .oc_step3_button_wrapp a:hover { color: #FFF; }

.size_s .oc_step3-send input[type="text"] { width: 260px; height: 43px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.size_m .oc_step3-send input[type="text"] { width: 300px; height: 46px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.size_l .oc_step3-send input[type="text"] { width: 340px; height: 55px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.size_s .oc_step3-send a { height: 43px; line-height: 43px; }
.size_m .oc_step3-send a { height: 46px; line-height: 46px; }
.size_l .oc_step3-send a { height: 55px; line-height: 55px; }

.color_w .oc_step3-send a { background: #999; color: #FFF; }
.color_w .oc_step3-send a:hover { color: #FFF; }

.color_b .oc_step3-send a { background: #999; color: #FFF; }
.color_b .oc_step3-send a:hover { color: #FFF; }

.size_s .oc_step3-send .oc_step3-send_error { height: 43px; line-height: 43px; }
.size_m .oc_step3-send .oc_step3-send_error { height: 46px; line-height: 46px; }
.size_l .oc_step3-send .oc_step3-send_error { height: 55px; line-height: 55px; }

.color_w .oc_modal_comment_head { color: #000; }
.color_b .oc_modal_comment_head { color: #000; }

.size_s .oc_modal_comment_head { font-size: 24px; }
.size_m .oc_modal_comment_head { font-size: 30px; }
.size_l .oc_modal_comment_head { font-size: 34px; margin-bottom: 30px; }

.color_w .oc_modal_comment_close { background: url("/bitrix/templates/.default/images/btn_close_cb.png"); }
.color_b .oc_modal_comment_close { background: url("/bitrix/templates/.default/images/btn_close_cb.png"); }

.color_w .oc_modal_comment_wrapp { color: #000; }
.color_b .oc_modal_comment_wrapp { color: #000; }

.services_menu li {width:33%} 
.services_menu li a {width: 100% !important}
/* End */
/* /account/online_consultation/css/oc_style.css?171965406519052 */
