
/* калькулятор масел */


#kalkulator_masel h2 {
    color: #505050;
}

div#kalkulator_masel a {
	text-decoration: underline;
}

.prod_kalk > span {
    display: block;
    width: 130px;
    height: 100px;
    text-align: center;
}

.prod_kalk img {
    width: auto;
    display: inline-block;
    max-height: 120px;
}

.prod_kalk > div {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
	    width: 100%;

}


.prod_kalk {
    padding: 25px;
    display: flex;
    background: #ececec;
    border-radius: 10px;
    box-shadow: inset -10px 0px 0px #fff;
	    margin-bottom: 10px;
}


.ver_kal_blok {
    cursor: pointer;
    padding: 10px;
    opacity: 0.7;
	border: 3px solid #fff;
}

.ver_kal_blok:hover, .ver_kal_blok.activ_kalc {
    border-radius: 10px;
    opacity: 1;
}

.ver_kal_blok.activ_kalc {
    border-radius: 10px;
    opacity: 1;
    background: #ececec;
}


.ver_kal_blok p {
    font-size: 16px;
    text-align: center;
}


.inpt_blok {
    display: none;
}
.activ_kalc .inpt_blok {
    display: block;
    padding: 10px;
}

.inpt_blok input {
    border-radius: 30px;
    border: 1px solid #ff8f18;
    padding: 5px 0px;
    text-align: center;
    font-size: 20px;
    width: 85%;
}

.inpt_blok input::-webkit-outer-spin-button,
.inpt_blok input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.inpt_blok input::placeholder {
    font-size: 17px!important;
}

.inpt_blok span {
    color: #ff8f18;
    font-size: 16px;
    margin-left: 5px;
}


.potrb_bloc {
    margin-bottom: 50px;
}



.potrb_bloc h3 {
    width: 100%;
    margin-bottom: 15px;
}


.prod_kalk p {
    font-weight: 700;
}


.fasad_vib {
    opacity: 0.5;
}
.fasad_vib.activ_vib {
    opacity: 1;
}

.-kalk_text- {
	padding: 25px;
    background: #ff8f18;
    border-radius: 10px;
    box-shadow: inset -10px 0px 0px #fff;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    font-size: 16px;
}

.-kalk_text- a {
    font-weight: 600;
}

.-kalk_text- a:hover {
    color: #292929;
    text-decoration: underline;
}


/* галочка */


.checkmark-circle {
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.checkmark-circle .backg {
width: 50px;
    height: 50px;
    border-radius: 50%;
background: #a5a5a5;
    position: absolute;
}

.activ_vib .backg {

    background: #2EB150;

}

.checkmark-circle .checkmark {
  border-radius: 5px;
}
.activ_vib .checkmark-circle .checkmark.draw:after {

    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
}
.activ_vib .checkmark-circle .checkmark:after {
    opacity: 1;
    height: 22px !important;
    width: 15px !important;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    border-right: 5px solid white;
    border-top: 5px solid white;
    border-radius: 2.5px !important;
    content: '';
    left: 9px;
    top: 25px;
    position: absolute;

}


/* галочка конец */

.opis_itgo_pro p {
    font-weight: 400 !important;
}


.input_type_radio input[type="radio"] {
    display: none;
}

.input_type_radio {
    width: 96px;
}

.pod_input_type_radio input +label {
    padding: 10px;
    border-radius: 3px;
    text-align: center;
    background: #ececec;
    width: 80px;
    height: 100px;
    margin-bottom: 10px;
    color: #797979;
	display: block;
}

#block_attr_sel_3 .radio_attr_label {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 15px;
    padding: 0px 5px;
}


.input_type_radio .radio_attr_label {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 15px;
    padding: 0px 5px;
	cursor: pointer;
}


span.radio_attr_label img {
    width: 50px;
    display: block;
    margin: auto;
    margin-bottom: 7px;
}

span.no_cvet {
    width: 50px;
    display: block;
    margin: auto;
    margin-bottom: 7px;
    background: #fd0000;
    border-radius: 100%;
    height: 50px;
    font-size: 30px;
    color: #fff;
    vertical-align: middle;
    padding-top: 11px;
	line-height: 27px;
}



span.radio_attr_label img[src="https://woodenwood.ru/components/com_jshopping/files/img_attributes/belenyi-dub1.png"] + span {
	margin-left: -5px;
    font-size: 13px;

}

.block_color_selection {
	cursor: inherit;
}

.knop_kal_mas {
    background: #ff8f18;
    padding: 3px 10px;
    border-radius: 30px;
    margin: auto;
    color: #fff;
    margin-left: -14px;
	cursor: pointer;
}


#kalkulator_masel .knop_1 {
    border-radius: 30px;
    font-size: 20px;
    padding: 15px 26px;
    width: 250px;
    text-align: center;
}


.interier_vib.activ_vib {
    opacity: 1;
}

.interier_vib {
    opacity: 0.5;
}

/* мобилка */

@media (max-width: 767px) {
	.pag_kv.kvi_activ {
		z-index: 200000;
	}
	.modal_con_pag {
		padding: 0;
	}
	.modal_con_pag [back="nazad"] {
		z-index: 10;
	}
	.modal_con_pag .zakr_modal_pag {
		display: none;
	}
	
	.activ_kalc .inpt_blok {
		padding: 10px 0px;
	}
	.inpt_blok input {
		width: 80%;
	}
	
	.fasad_vib {
		padding-bottom: 40px;
		border-bottom: 1px solid #ccc;
	}
	
	.prod_kalk p {
		font-size: 12px;
		line-height: 20px;
	}
	.prod_kalk {
		box-shadow: none;
		padding: 15px;
	}
	.m_kv_bl_5 .pod_input_type_radio input +label {
		height: initial;
		margin-bottom: 0;
	}
	.knop_kal_mas {
		font-size: 12px;
		padding: 3px 5px;
		margin-left: -7px;
		white-space: nowrap;
	}
	
	.-kalk_text- {
		box-shadow: none;
	}
	
	.modal_box_1_kal {
		padding: 20px;
	}
	.modal_box_1_kal .input_type_radio {
		width: 25%;
	}
	.modal_box_1_kal .pod_input_type_radio input +label {
		width: 90%;
	}
	.modal_box_1_kal span.radio_attr_label img {
		width: 100%;
	}
	
	#kalkulator_masel h2 {
		font-size: 35px;
		line-height: 60px;
	}
}
