* {
	box-sizing: border-box;
}

h1,h2,h3 {
	font-family: MullerBold, Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-align: center;
}

h2 {
	font-size: 32px;
}

body {
	margin:0;
	padding:0;
	/*background: #444;*/
}

iframe {

}

.cont-calc{
	margin-bottom: 100px;
	margin-top: 20px;
}

.c16_wrapper {
font-family: MullerRegular, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: url(okna-1.jpg) top left;
}

.c16_window {
	background: #fff;
    width: 1000px;
    height: 700px;
    margin: auto;
    margin-top: 75px;
    /* border-radius: 10px; */
    position: relative;
    overflow: hidden;
    background-size: 105%;
}

.c16_button, .ui-button {
	border-radius: 2px;
	border:1px solid #ddd;
	color:#999;
	padding:15px 30px;
	width:260px;
	font-size: 18px;
	margin:10px;
	cursor: pointer;
	transition: all 1s;
	background: #eee;	
}

.c16_button:hover, .ui-button:hover {
	background: #eee;
	color:#555;
	border-color:  #ccc;
}

.c16_button_red {
	background: #035EB5;
	border-color:  #035EB5;
	color:white;
}

.c16_button_red:hover {
	background: #0082ff;
	border-color:  #0082ff;
	color:white;
}

.c16_button_blue, .ui-button {
	background: #1695f5;
	border-color:  #1695f5;
	color:white;
}

.c16_button_blue:hover, .ui-button:hover {
	background: #6db6ef;
	border-color:  #6db6ef;
	color:white;
}

.c16_button_disabled, .c16_button_disabled:hover {
	cursor: auto;
	color:#999;
	border:1px solid #ddd;
	background: #eee;	
}

.c16_float_right {
	float:right;
}

.c16_float_left {
	float:left;
}

.c16_arrow {
	background: url(arrows.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width:16px;
	height:15px;
	margin-top: 5px;
}

.c16_button.c16_float_left {
	text-align: right;
}

.c16_arrow_left {
	float:left;
}

.c16_arrow_right {
	float:right;	
}

.c16_arrow_plus {
	float:right;
	content:'+';
	margin-top: 0px;
	background: none;
}

.c16_arrow_grey.c16_arrow_left {
	background-position: 0px -42px;

}

.c16_arrow_white.c16_arrow_left {
	background-position: 0px -28px;
}

.c16_arrow_grey.c16_arrow_right {
	background-position: 0px -14px;
}

.c16_arrow_white.c16_arrow_right {
	background-position: 0px 0px;
}

.clearfix {
	clear:both;
}

/*         HEADER       */

.c16_window_header {
	width:100%;
	height:70px;
	padding:25px 90px;
	background: #fafafa;
	border-radius: 10px 10px 0px 0px;
	position: relative;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.09);
	margin-bottom: 20px;
}

.c16_window_header_item {
	width:270px;
	border-bottom:4px solid #e1e1e1;
	margin-right:1px;
	float:left;
	height:25px;
	transition:all 1s;	
}

.c16_window_header_finish {
	float:left;
	margin-left:-6px;
	margin-top:0px;
}

.c16_window_header_cross {
	position: absolute;
	top:15px;
	right:15px;
	cursor: pointer;
}

.c16_window_header_item.c16_active {
	color:#035EB5;
	border-color:#035EB5;
}

/*         /HEADER       */

/*         SUBHEADER       */

.c16_window_subheader {
	width:100%;
	height:30px;
	padding:0px 90px;

	position: relative;
	border-bottom:1px solid #e1e1e1;
	margin-top:0px;
	
	opacity: 0;
	
	transition:all 1s;
	background: #fff;
}

.c16_window_subheader_item {
padding: 7px 19px 0;
    float: left;
    height: 30px;
    text-align: center;
    font-size: 12.5px;
    transition: all 1s;
    cursor: pointer;
}

.c16_window_subheader_item.c16_active {
	color:white;
	border-color:#035EB5;
	background: #035EB5;
}

/*         /SUBHEADER       */

/* 			CONTENT		 */

.c16_window_content_wrapper {
	height:490px; 
	float:left;
	width:5000%;
	transition:all 1s;
}

.c16_window_content {
	width:1000px;
	height:100%;
	transition:margin 1s;
	float:left;
}

/* 		/CONTENT		 */

/*         FOOTER       */

.c16_window_footer {
	width:100%;
	height:110px;
	padding:15px 70px;
	background: #fafafa;
	border-radius: 0px 0px 10px 10px;
	position: absolute;
	bottom:0px;
	box-shadow: 0px -1px 2px rgba(0,0,0,0.09)
}

/*         /FOOTER       */

.c16_window_content {
	padding:0px 60px;	
}

form {
	font-size: 14px;
	margin-top:10px;
}

input[type='radio'] {
	display: none;
}
input[type="radio"] + label {
    margin-bottom: 5px;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
}

input[type="radio"] + label::before {
	display: inline-block;
	background: url(radio.png) 0px 0px no-repeat; 
	width:14px;
	height:14px;
	float:left;
	content:'';
	margin-right:15px;
	margin-top:0px;
}

input[type="radio"] + label:hover::before {
	background-position: 0px -14px;
}

input[type="radio"]:checked + label::before {
	background-position: 0px -28px;
}

select {     background: #fafafa url(select_arrow.png) right 10px center no-repeat;
    padding: 10px 15px;
    padding-right: 25px;
    font-size: 14px;
    border-radius: 0px;
    margin: 0px 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #e8e8e8;
    text-indent: 0.01px;
    text-overflow: '';
}

input[type="text"] {
	padding:10px 15px;
	padding-right: 25px;
	font-size: 14px;
	border-radius: 5px;
	margin:0px 0px;
	-webkit-appearance:none;
	-moz-appearance:none;
	border:1px solid #ccc;
}

.c16_button_send {
	margin:0px auto;
	clear:left;
	width:280px;
	margin-top:25px;
	transition:all .2s;
}

/* STEP 1 */


.c16_step1_type_selector {
	top:70px;
	padding:0px 10px;	
	transition:all 1s;
	position: relative;
	/*z-index: 2;*/
	color:black;
	display: block;
}

.c16_step1_type_selector h2 {
	    font-size: 36px;
	margin-top: 30px;
	margin-bottom:15px;
	color:white;
	text-shadow: 0px 1px 1px black;
	transition: all .5s;
}

.c16_step1_type_selector > div {
	padding:0px;
	border:5px solid rgba(255, 255, 255, 0.7);
	/*background: */
	float:left;
	margin-left:20px;
	cursor: pointer;
	transition:all .4s;

}

.c16_step1_type_selector > div:hover, .c16_step1_type_selector > div.c16_step1_type_selected {
	border:5px solid #035EB5;
}

.c16_step1_windows_selector, .c16_step1_loggia_selector {
	clear:both;
	padding:0px 30px;	
	font-size: 18px;
	font-weight: normal;
	opacity: 0;
	transition:opacity 1s;
	position: absolute;
	margin-top:170px;
	width:83%;
}

.c16_step1_windows_selector label, .c16_step1_loggia_selector label {
	margin-bottom:12px;
}

.c16_step1_windows_selector > div {
	width:50%;
	text-align: center;
}

.c16_step1_loggia_selector > div {
	width:33%;
}

.c16_step1_windows_selector > div > form, .c16_step1_loggia_selector > div > form  {
	display: inline-block;
	text-align: left;
}

.c16_step1_windows_selector select {
	width:280px;
}

.c16_step1_loggia_selector select {
	width:280px;
}

.c16_step1_windows_selector_description {
	margin-top:20px;
	color:#888;
	font-size: 12px;
	width:280px;
	font-weight: 300;
}

.c16_step1_windows_selector_description > img {
	float:left;
	margin-right:20px;
	
}

.c16_window_content {
	background: #fff;
}

.c16_window_content_step_1 {
	background: rgba(255, 255, 255, 0);
	transition:all .5s;
	margin-top:-50px;
	padding-top:30px;
	height: 540px;
}


/* /STEP 1  */


/*    STEP 2.1  */

.c16_info_icon {
	display: block;
	float:left;
	margin-left:-29px;
	margin-right:5px;
	padding:2px 9px;
	background: #035EB5;
	color:white;
	border-radius: 20px;
	width:21px;
	height:21px;
	float:left;
	font-size: 16px;
	font-family: "Times new roman";
}

.c16_step21_warning {
	float:left;
	width:405px;
	margin-left:35px;
}

.c16_step21_window_constructor {
	float:left;
	width:400px;
	height:100%;
	margin-right:20px;
	margin-top:30px;
}

.c16_step21_window_type_selector {
	float:left;
	width:440px;
	margin-top:20px;
	font-size: 18px;
}

.c16_step21_window_type_selector_images {
	margin-top:10px;
}

.c16_step21_window_type_selector_images > div {
	float:left;
	width:215px;
	margin:5px 5px 5px 0px;
	padding:5px 10px;
	font-size: 14px;
	cursor: pointer;
	border:1px solid white;
	transition:all .5s;
}

.c16_step21_window_type_selector_images > div:hover, .c16_step21_window_type_selector_images > div.c16_step21_window_type_selected {
	border-color:#ddd;
	background: #f5f5f5;
	border-radius: 5px;
}

.c16_step21_window_type_selector_images > div > span {
	display: inline-block;
	margin-top:20px;
	color: #035EB5;
	border-bottom:1px dashed #035EB5;
}

.c16_step21_window_type_selector_images > div > div {
	background:url(step-2-1-miniwin.png) 0 0 no-repeat;
	width: 70px;
	height: 55px;
	margin:5px;
	float:left;
}

.c16_step21_window_type_selector_images > .c16_step21_window_type_selector_images_1 > div {
	background-position: 20px -0px;	
}

.c16_step21_window_type_selector_images > .c16_step21_window_type_selector_images_2 > div {
	background-position: center -55px;	
}

.c16_step21_window_type_selector_images > .c16_step21_window_type_selector_images_3 > div {
	background-position: center -110px;	
}

.c16_step21_window_type_selector_images > .c16_step21_window_type_selector_images_b > div {
	background-position: center -165px;	
	height: 80px;
}

.c16_step21_window_opening_selector {
	float:left;
	width:440px;
	margin-top:10px;
	padding-top:10px;
	font-size: 18px;
	margin-bottom:20px;
}

.c16_step21_window_opening_selector > div {
	width:215px;
	padding:5px;
	float:left;
}

.c16_step21_window_opening_selector > div > span {
display: block;
    padding: 2px 5px;
    background: #035EB5;
    color: white;
    border-radius: 20px;
    width: 21px;
    height: 21px;
    float: left;
    font-size: 14px;
    margin: 8px 10px 0px 0px;
    text-align: center;
}

.c16_step21_window_opening_selector > div > select {
	font-size: 12px;
	width:170px;
}

.c16_window_constructor {
	width: 400px;
	height:400px;
	position: relative;
}

.c16_window_constructor > div {
	width: 100%;
	height: 100%;
	position: absolute;
}

.c16_window_constructor .c16_window_constructor_back {
	background:none no-repeat;
}

.c16_window_constructor {
	width: 400px;
	height:450px;
	position: relative;
	overflow: hidden;
}

.c16_window_constructor > div {
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	transition:all .5s;
}

.c16_window_constructor > div > span {
	display: block;
	padding:3px 10px;
	background: #035EB5;
	color:white;
	border-radius: 30px;
	width:30px;
	height:30px;
	float:left;
	font-size: 20px;
	margin:8px 10px 0px 0px;
	position: absolute;
	left:60px;
	top:130px;
	opacity: .8;
	box-shadow: 0px 0px 9px rgba(255,255,255,0.76);
}

/*   TYPE 1    */

.c16_window_type_1 > .c16_window_constructor_slice_2, .c16_window_type_1 > .c16_window_constructor_slice_3, .c16_window_type_1 > .c16_window_constructor_slice_framuga {
	display: none;
}

.c16_window_type_1 > .c16_window_constructor_slice_1 {
	left:28px;
	top:3px;
}

.c16_window_type_1 > div > span {
	left: 130px;
	top: 180px;
}

.c16_window_type_1 > .c16_window_constructor_back {
	background-image:url(w-1-bg.png);
}

.c16_window_type_1.c16_slice_1_close > .c16_window_constructor_slice_1 {
	background-image:url(w-1-1-1.png);
}

.c16_window_type_1.c16_slice_1_side > .c16_window_constructor_slice_1 {
	background-image:url(w-1-1-2.png);
}

.c16_window_type_1.c16_slice_1_top > .c16_window_constructor_slice_1 {
	background-image:url(w-1-1-3.png);
}


/*   TYPE 2    */

.c16_window_type_2 > .c16_window_constructor_slice_3, .c16_window_type_2 > .c16_window_constructor_slice_framuga {
	display: none;
}

.c16_window_type_2 > .c16_window_constructor_slice_1 {
	left:15px;
	top:4px;
}

.c16_window_type_2 > .c16_window_constructor_slice_2 {
	left:170px;
	top:4px;
}

.c16_window_type_2 > div > span {
	left: 70px;
	top: 150px;
}

.c16_window_type_2 > .c16_window_constructor_back {
	background-image:url(w-2-bg.png);
}

.c16_window_type_2.c16_slice_1_close > .c16_window_constructor_slice_1 {
	background-image:url(w-2-1-1.png);
}

.c16_window_type_2.c16_slice_1_side > .c16_window_constructor_slice_1 {
	background-image:url(w-2-1-2.png);
}

.c16_window_type_2.c16_slice_1_top > .c16_window_constructor_slice_1 {
	background-image:url(w-2-1-3.png);
	left:25px;
}

.c16_window_type_2.c16_slice_2_close > .c16_window_constructor_slice_2 {
	background-image:url(w-2-2-1.png);
}

.c16_window_type_2.c16_slice_2_side > .c16_window_constructor_slice_2 {
	background-image:url(w-2-2-2.png);
}

.c16_window_type_2.c16_slice_2_top > .c16_window_constructor_slice_2 {
	background-image:url(w-2-2-3.png);
	left:160px;
}

/*   TYPE 3    */

.c16_window_type_3 > .c16_window_constructor_slice_framuga {
	display: none;
}

.c16_window_type_3 > .c16_window_constructor_slice_1 {
	left:33px;
	top:3px;
}

.c16_window_type_3 > div > span {
	left:35px;
}

.c16_window_type_3 > .c16_window_constructor_slice_2 {
	left:124px;
	top:3px;
}

.c16_window_type_3 > .c16_window_constructor_slice_3 {
	left:215px;
	top:3px;
}

.c16_window_type_3 > .c16_window_constructor_back {
	background-image:url(w-3-bg.png);
}

.c16_window_type_3.c16_slice_1_close > .c16_window_constructor_slice_1 {
	background-image:url(w-3-1-1.png);
}

.c16_window_type_3.c16_slice_1_side > .c16_window_constructor_slice_1 {
	background-image:url(w-3-1-2.png);
}

.c16_window_type_3.c16_slice_1_top > .c16_window_constructor_slice_1 {
	background-image:url(w-3-1-3.png);
	left:30px;
}

.c16_window_type_3.c16_slice_2_close > .c16_window_constructor_slice_2 {
	background-image:url(w-3-1-1.png);
}

.c16_window_type_3.c16_slice_2_side > .c16_window_constructor_slice_2 {
	background-image:url(w-3-1-2.png);
}

.c16_window_type_3.c16_slice_2_top > .c16_window_constructor_slice_2 {
	background-image:url(w-3-1-3.png);
}

.c16_window_type_3.c16_slice_3_close > .c16_window_constructor_slice_3 {
	background-image:url(w-3-2-1.png);
}

.c16_window_type_3.c16_slice_3_side > .c16_window_constructor_slice_3 {
	background-image:url(w-3-2-2.png);
}

.c16_window_type_3.c16_slice_3_top > .c16_window_constructor_slice_3 {
	background-image:url(w-3-2-3.png);
}


/*   TYPE 4    */

.c16_window_type_4 > .c16_window_constructor_slice_framuga {
	display: none;
}

.c16_window_type_4 > .c16_window_constructor_slice_1 {
	left:35px;
	top:3px;
}

.c16_window_type_4 > .c16_window_constructor_slice_2 {
	left:125px;
	top:3px;
}

.c16_window_type_4 > .c16_window_constructor_slice_3 {
	left:215px;
	top:2px;
}

.c16_window_type_4 > .c16_window_constructor_slice_3 > span {
	display: none;
}

.c16_window_type_4 > div > span {
	left: 40px;
	top: 140px;
}

.c16_window_type_4 > .c16_window_constructor_back {
	background-image:url(w-4-bg.png);
}

.c16_window_type_4.c16_slice_1_close > .c16_window_constructor_slice_1 {
	background-image:url(w-3-1-1.png);
}

.c16_window_type_4.c16_slice_1_side > .c16_window_constructor_slice_1 {
	background-image:url(w-3-1-2.png);
}

.c16_window_type_4.c16_slice_1_top > .c16_window_constructor_slice_1 {
	background-image:url(w-3-1-3.png);
	left:30px;
}


.c16_window_type_4.c16_slice_2_close > .c16_window_constructor_slice_2 {
	background-image:url(w-3-2-1.png);
}

.c16_window_type_4.c16_slice_2_side > .c16_window_constructor_slice_2 {
	background-image:url(w-3-2-2.png);
}

.c16_window_type_4.c16_slice_2_top > .c16_window_constructor_slice_2 {
	background-image:url(w-3-2-3.png);
}

.c16_window_type_4.c16_slice_3_close > .c16_window_constructor_slice_3 {
	background-image:url(w-4-3-1.png);
}

.c16_window_type_4.c16_slice_3_side > .c16_window_constructor_slice_3 {
	background-image:url(w-4-3-1.png);
}

.c16_window_type_4.c16_slice_3_top > .c16_window_constructor_slice_3 {
	background-image:url(w-4-3-1.png);
}

/*    /STEP 2.1  */

/*     STEP 2.2  */
.c16_step22_size_selector img {
	float:left;
	margin-right: 15px;
}

.c16_step22_window_size_selector {
	float:left;
	width:440px;
	margin-top:20px;
	font-size: 18px;
}

.c16_step22_window_size_selector > span {
	float:left;
	display: block;
	margin-right:60px;
}

.c16_slider *:focus {
    outline: none;
}

.c16_step22_size_selector .c16_slider {
	width:380px;
	margin-left:35px;
}

.c16_slider {
	margin:20px 10px;
	border:none;
	border-radius: 20px;
	background: url(slider_bg.png) 0 center repeat-x;
}

.c16_slider .ui-slider-range {
	background: #0a72d6;
	border:none;
	height:5px;
	margin-top:5px;
}

.c16_slider .ui-slider-handle {
	border:none;
	background: none;
	background: url(slider_pick.png) no-repeat;
	width: 18px;
	height:19px;
	margin-top:5px;
	cursor: pointer;
}

.c16_slider .ui-slider-handle:hover {
	opacity: .8;
}

.c16_step22_window_erker_selector {
	float:left;
	width:440px;
	margin-top:30px;
	font-size: 18px;
}

.c16_step22_window_erker_selector > select {
	margin-top:15px;
	float:left;
}

.c16_step22_window_erker_selector_show {
	width:37px;
	height:26px;
	margin-top:20px;
	background: url(erker.png);
	float:left;
	margin-left:15px;
}

.c16_step22_window_erker_1 {
	background-position: 0px -26px;
}

.c16_step22_window_erker_2 {
	background-position: 0px -52px;
}

.c16_step22_window_erker_3 {
	background-position: 0px -78px;
}

/*    /STEP 2.2  */

/*     STEP 2.3  */

.c16_step_23_choose_solution_one {
	width:200px;
	float:left;
	padding:10px 10px 5px 35px;
	margin:0px 0px;
	cursor: pointer;
	height:100%;
}

.c16_step_23_choose_solution_comfort_58, .c16_step_23_choose_solution_comfort_72, .c16_step_23_choose_solution_comfort_70 {
	width:290px;
	display: block !important;
}

.c16_step_23_choose_solution_alum_light, .c16_step_23_choose_solution_alum_standart {
	width:430px;
}

.c16_step_23_choose_solution_one:hover .c16_step_23_choose_solution_one_selector{
	background: #e89e99;
	border-color: #e89e99;
}

.c16_step_23_choose_solution_one:hover  {
	background: #eee;
}

.c16_step_23_choose_solution_one_image {
	width: 132px;
	height: 120px;
	background: url(class.png);
	margin-bottom:15px;
}

.c16_step_23_choose_solution_one.c16_step_23_choose_solution_standart_plus > .c16_step_23_choose_solution_one_image {
	background-position: 0px -120px;
}

.c16_step_23_choose_solution_one.c16_step_23_choose_solution_ideal_70 > .c16_step_23_choose_solution_one_image {
	background-position: 0px -240px;
}

.c16_step_23_choose_solution_one.c16_step_23_choose_solution_ideal_72 > .c16_step_23_choose_solution_one_image {
	background-position: 0px -360px;
}

.c16_step_23_choose_solution_one.c16_step_23_choose_solution_comfort_72 > .c16_step_23_choose_solution_one_image {
	background-position: 0px -120px;
}

.c16_step_23_choose_solution_one.c16_step_23_choose_solution_comfort_70 > .c16_step_23_choose_solution_one_image {
	background-position: 0px -240px;
}

.c16_step_23_choose_solution_one.c16_step_23_choose_solution_alum_light > .c16_step_23_choose_solution_one_image {
	background-position: 0px -120px;
}

.c16_step_23_choose_solution_one.c16_step_23_choose_solution_alum_standart > .c16_step_23_choose_solution_one_image {
	background-position: 0px -240px;
}


.c16_step_23_choose_solution_one.c16_step_23_choose_solution_evonorm > .c16_step_23_choose_solution_one_image {
	background-position: 0px 0px;
}

.c16_step_23_choose_solution_one.c16_step_23_choose_solution_ekonorm > .c16_step_23_choose_solution_one_image {
	background-position: 0px -120px;
}

.c16_step_23_choose_solution_one.c16_step_23_choose_solution_classic > .c16_step_23_choose_solution_one_image {
	background-position: 0px -240px;
}

.c16_step_23_choose_solution_one.c16_step_23_choose_solution_ideal > .c16_step_23_choose_solution_one_image {
	background-position: 0px -360px;
}


.c16_step_23_choose_solution_one_selector {
	margin-left:-27px;
	width:16px;
	height:16px;
	border-radius: 16px;
	border:1px solid #ddd;
	box-shadow: inset 1px 1px 10px rgba(0,0,0,0.07);
	float:left;
	margin-top:4px;
	transition: all .5s;
}

.c16_step_23_choose_solution_one.c16_active  .c16_step_23_choose_solution_one_selector{
	background: #1175d6;
	box-shadow:0px 0px 1px rgba(0,0,0,0.21);
	border:1px solid #1175d6;
}

.c16_step_23_choose_solution_one_name > span {
	font-size: 18px;
	display: inline-block;
	color: #1175d6;
	border-bottom:1px dashed #1175d6;
}

.c16_step_23_choose_solution_one_title {
	font-size: 16px;
	margin-top:15px;
	font-weight: 500;
}

.c16_step_23_choose_solution_one_description {
	margin-top:10px;
	font-size: 12px;
	color:#777;
}
/*    /STEP 2.3  */

/*    STEP 2.4  */

.c16_step_24_furniture {
	margin-top:15px;
}

.c16_step_24_furniture_one {
	float:left;
	width:33%;
	padding:20px 15px;
	font-size: 18px;
}

.c16_step_24_furniture_one  img {
	margin:20px 0px;
}

.c16_step_24_furniture_one label {
	font-size: 16px;
	margin-right: 15px;

}

.c16_step_24_furniture_one input[type="radio"] + label::before {
	margin-right: 5px;
	margin-top:3px;
}

.c16_step_24_furniture_one_size_wrapper {
	float:left;
	margin-top:25px;
}

.c16_step_24_furniture_one_size_slider {
	margin-left:0px;
	width:110px;
	margin-top:5px;
}

.c16_step_24_furniture_one_size_wrapper > input {
	display: block;
	float:right;
	margin-left:20px;
}

.c16_step_24_furniture_one_color_wrapper {
	clear:left;
	margin-top:20px;
}

.c16_step_24_furniture_one_color_wrapper > select {
	clear:left;
	float:left;
	margin-top:15px;
	width:150px;
}

.c16_step_24_furniture_one_color_show {
	width:35px;
	height:35px;
	display: inline-block;
	margin-left:15px;
	border:2px solid #ddd;
	margin-top:17px;
	float:left;
}

.c16_step_24_furniture_one_color_show.white {
	background: #fff;
	border-color: #ddd;
}

.c16_step_24_furniture_one_color_show.goldoak {
	background: #ad884b;
	border-color: #916f36;
}

.c16_step_24_furniture_one_color_show.lightoak {
	background: #ceb28b;
	border-color: #be9e71;
}

.c16_step_24_furniture_one_color_show.marble {
	background: #eae9e3;
	border-color: #dcdbd1;
}

.c16_step_24_furniture_one_color_show.mahogany {
	background: #492625;
	border-color: #301514;
}

/*    /STEP 2.4  */

/*    STEP 2.5  */

.c16_step_25_choose_options_one {
	float:left;
	width:140px;
	height:180px;
	margin:5px 10px;
	position: relative;
	cursor: pointer;
	border:1px solid white;
	padding:5px;
}
.c16_step_25_choose_options_one:hover {
	color:#1175d6;
	border:1px solid #eee;
}

.c16_step_25_choose_options_one::before {
	content:' ';
	background: url(check_red_icon.png);
	width:24px;
	height:24px;
	position: absolute;
	left:56px;
	top:52px;
	opacity: .6;
	display: none;
}

.c16_step_25_choose_options_one:hover::before {
	display: block;
}
.c16_step_25_choose_options_one.c16_active {
	color: #1175d6;
	border:1px solid #035eb5;
}
.c16_step_25_choose_options_one.c16_active::before {
	opacity: 1;
	display: block;
}

.c16_step_25_choose_options_one > img {
	margin-bottom:10px;
	margin-left:4px;
}

/*    /STEP 2.5  */

/*    STEP 2.6  */


.c16_step_26_service {
	margin-top:15px;
}


.c16_step_26_service .c16_button {
	margin-right:20px;
}

.c16_step_26_service_one {
	float:left;
	width:33%;
	padding:20px 15px;
	font-size: 18px;
}

.c16_step_26_service_one small {
	font-size: 12px;
	color:#777;
}

.c16_step_26_service_one  img {
	margin:20px 0px;
}

.c16_step_26_service_one label {
	font-size: 16px;
	margin-right: 15px;

}

.c16_step_26_service_one input[type="radio"] + label::before {
	margin-right: 10px;
	margin-top:3px;
}

/*    STEP /2.6  */


/*    STEP 3  */

.c16_window_content_step_3 {
	background: url(fin-bg-v3.jpg) center center;
	background-size: cover;
	color:white;
	margin-top:-30px;
	height:520px;
	padding: 15px 50px;
}

.c16_window_content_step_3 h2 {
	text-align: left;
	font-weight: 100;
	margin-top:60px;
}

.c16_step3_final_form_fields {
	width:580px;
	float:right;
}

.c16_step3_final_form_fields .c16_button_send.c16_button_disabled {
	background:#7899b9;
	transform: all .5;
	border-color: #6695c1;
	color:white;
}

.c16_step3_final_form_fields .c16_button_send {
	/*margin-right:27px;
	margin-top:20px;
	float:right;*/

}

.c16_step3_icons {
	float:left;
	margin-top:20px;
	margin-right:20px;
	margin-left:0px;
}

.c16_step3_final_form_field_one {
	width:50%;
	float:left;
	font-size: 14px;
	font-weight: 300;
	margin: 10px 0px;
	position: relative;
}

.c16_step3_final_form_field_one > input, .c16_step3_final_form_field_one > select {
	border:1px solid white;
}


.c16_step3_final_form_field_one > label {
	top:23px;
	left:10px;
	font-size: 14px;
	position: absolute;
	color:#999;
	transition:all .5s;
	border-radius: 3px;
	background: #fff;
	padding:3px 7px;
	pointer-events: none;
	font-weight: 500;

}

.c16_step3_final_form_field_one > input:focus+label, .c16_step3_final_form_field_one > input+label.input_started {
	top:-1px;
	font-size: 12px;

}

.c16_step3_final_form_field_one > input, .c16_step3_final_form_field_one > select  {
	width:90%;
	margin-top:10px;
	padding:15px 10px;
	outline: none;
	color: black;
	font: 'Museo Cyr',"Trebuchet MS", Helvetica, sans-serif;
}

/* FOOTER ORDER LIST */

.c16_orderlist_wrapper {
	float:left;
	width: 240px;
	margin-left:30px;
	margin-top:10px;
}

.c16_orderlist_wrapper select {
	width:100%;
	padding-top:8px;
	padding-bottom:8px;
}

.c16_orderlist_button {
	float:left;
	margin-top:5px;
	margin-right:20px;
	cursor: pointer;
	margin-left: 70px;
}

.c16_orderlist_button > span {
	width:11px;
	height:11px;
	margin:3px;
	margin-right:8px;
	display: block;
	float:left;
}

.c16_orderlist_button_params > span {
	background:url(icon_param.png) no-repeat;
}

.c16_orderlist_button_delete > span {
	background:url(icon_delete.png) no-repeat;
	margin-top:4px;
	width:9px;
	height:9px;
}

.c16_orderlist_button_params:hover > span {
	background-position: 0px -11px;
}

.c16_orderlist_button_delete:hover > span {
	background-position: 0px -9px;	
}

.c16_orderlist_button:hover {
	color:#1175d6;
}


/*    LOGGIA     */

.c16_step21_loggia_constructor {
	width:100%;
	margin:15px 0px 0px 0px;
	float:left;
	text-align: center;
	height:307px;
	overflow: hidden;
	vertical-align: middle;
	display: flex;
	transform-origin: center center;
}

.c16_loggia_constructor {
	display: inline-block;
	transition:all .5s;
	margin:auto auto;
	height:307px;
	overflow: hidden;
	
}

.c16_loggia_constructor_left {
	background: url(loggia_left.png) no-repeat;
	width: 43px;
	height: 307px;
	float:left;
	display: inline-block;
}

.c16_loggia_constructor_right {
	background: url(loggia_right.png) no-repeat;
	width: 43px;
	height: 307px;
	float:left;
	display: inline-block;
}

.c16_loggia_constructor_center {
	background: url(loggia_bg.jpg);
	height: 307px;
	float:left;
	width:356px;
	transition:all .1s;
	display: inline-block;
}

.c16_loggia_constructor_frame {
	background: url(loggia_frame.png);
	float:left;
	width:100%;
	
}

.c16_loggia_constructor_windows {
	
	width:100%;
	float:left;
	height:100%;
	background-position: 0px 4px;
	overflow: hidden;
	height:307px;
}

/* LOGGIA  2.1 */

.c16_loggia_step .c16_step22_window_size_selector {
	width:100%;
	margin-top:0px;
}

.c16_loggia_step .c16_step22_window_size_selector input {
	width: 80px;
}

.c16_loggia_step .c16_step22_size_selector {
	float:left;
	margin-right:15px;
	margin-top:10px;
}

.c16_loggia_step .c16_step22_size_selector .c16_slider {
	display: inline-block;
	margin:10px 0px 0px 10px;
	width:500px;
}

.c16_loggia_step .c16_step22_size_selector img {
	display: inline-block;
	float: none;
	margin-left:10px;
}

.c16_loggia_step .c16_step22_window_erker_selector {
	width:400px;
}

.c16_loggia_step .c16_step22_window_erker_selector > select {
	float:right;
	margin-top:-20px;
}

.c16_loggia_step .c16_step22_window_erker_selector > .c16_step22_window_erker_selector_show {
	float: right;
	margin-top:-14px;
	margin-right:10px;
}

.c16_step21_loggia_slice_selector {
	float:left;
	margin-left:40px;
	margin-top:30px;
	font-size:18px;
}

.c16_step21_loggia_slice_selector > select {
	margin-left:10px;
}

/* LOGGIA  2.2 */

.c16_loggia_step .c16_step21_window_opening_selector {
	width:100%;
}
.c16_loggia_constructor_windows_slice {
	background-position: 0px 4px;
	float:left;
	height:307px;
	width:89px;
	overflow: hidden;
	transition:all .5s;
}

.c16_loggia_constructor_windows_slice_close {
	background-image: url(loggia_window.png);
}

.c16_loggia_constructor_windows_slice_top {
	background-image: url(loggia_window_top.png);
}

.c16_loggia_constructor_windows_slice_side {
	background-image: url(loggia_window_side.png);
}

.c16_loggia_constructor_windows_slice_slide {
	background-image: url(loggia_window_slide.png);
}

.c16_loggia_constructor_windows_slice_visible:first-child.c16_loggia_constructor_windows_slice_slide {
	background-image: url(loggia_window_slide_first.png);
}

.c16_loggia_constructor_windows_slice_visible_last.c16_loggia_constructor_windows_slice_slide {
	background-image: url(loggia_window_slide_last.png);
}

.c16_loggia_constructor_windows_slice span {
	display: block;
	padding:3px 5px;
	background: #035EB5;
	color:white;
	border-radius: 30px;
	width:30px;
	height:30px;
	float:left;
	font-size: 20px;
	margin:130px 30px 0px 29px;
	opacity: .8;
	box-shadow: 0px 0px 9px rgba(255,255,255,0.76);
	text-align: center;
}

.loggia_pvh {
	display: none;
}

#add_window_dialog {
	display: none;
}

.ui-button-icon-only {
	text-indent: -9999px;
	background: white;
}

.ui-dialog {
	border: none;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.42);
}

.ui-dialog-titlebar {
	border-radius: 8px;
	border:none;
	
}

.hidden_form {
	display: none;
}

.c16_step3_error {
	border:1px solid #e40606!important;
	background: #f5d3d3!important;
}

#ck_phone_a {
	display:none!important;
}

@media (max-width: 1024px){
	.c16_window {
		margin-left: -60px;
	}
}