
/*Навигационное меню*/
.clcMenu{
    font-weight: 600;
    font-size: 110%;
    margin: 0 5px 0 0; 
}

.btn_clcActive , .btn_clcActive:hover {
    background: #A53529;
    color: white;
}

.btn_clcNon {
    background: #D1D1D1;
    color: black;
}
/*Отступы*/
.lines {margin-top: 15px;}

/*Главные Параметры*/
.clcParamTitle {
    font-size: 110%;
    font-weight: 600;
}
.clcParamTitle {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-width: 151px;
}


.clcAddPar {
    border: 0.5px solid #BABABA;
}
@media only screen and (max-width: 1000px) {
	.clAddPar-blk{
		margin: 0 0 15px 0;
	}
}
.clAddParElm{
	display: none;
	margin: 0 0 5px 0;
}
.clAddParElm label{
	width: 20px;
    display: inline-block
	
}
.clPower label, .clTotalPower label{
	width: auto;
}
/*Радио*/
/*Off*/
.clcRadioD {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}
.clcRadioD + label {
    position: relative;
    padding: 2px 0 0 27px;
    cursor: pointer;
}
.clcRadioD + label:before {
    content: '';
    position: absolute;
    top: -0.5px;
    left: 2.5px;
    width: 16px;
    height: 16px;
    border: 0.5px solid #e5e5e5;
    border-radius: 50%;
    background: #e5e5e5;
}
.clcRadioD + label:after {
    content: '';
    position: absolute;
    left: 2.8px;
    top: -0.6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ABABAB;
    opacity: 0;
    transition: .5s;
}

.clcRadioD:checked + label:after {
    opacity: 1;
}


/*ON*/
.clcRadio {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}
.clcRadio + label {
    position: relative;
    padding: 2px 0 0 27px;
    cursor: pointer;
}
.clcRadio + label:before {
    content: '';
    position: absolute;
    top: -0.5px;
    left: 2.5px;
    width: 16px;
    height: 16px;
    border: 0.5px solid #000000;
    border-radius: 50%;
    background: #FFF;
}
.clcRadio + label:after {
    content: '';
    position: absolute;
    left: 2.8px;
    top: -0.6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #A53529;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
    opacity: 0;
    transition: .5s;
}

.clcRadio:checked + label:after {
    opacity: 1;
}


/*Radio-text*/
.desOff{
    color: #e5e5e5;
}




/*формы*/
.clcFrom{
    font-size: 110%;
    border-radius: 4px;
    width:  70px;
    height: 20px;
    border: 0.5px solid #D2D2D0;
    text-align: center;
    margin: 0 4px;
}
.clcFromProt{
    font-size: 110%;
    border-radius: 4px;
    width:  155px;
    height : 20px;
    border: 0.5px solid #D2D2D0;
    text-align: center;
}

.clcbox{white-space:nowrap}
.clcbox div{display:inline-block;}
.clcbox label{display:inline-block;}
.clcbox select{display:inline-block;}

/*Дополнительные параметры*/
.clcAddPar{
    background-image: linear-gradient(0deg, #eeeef8, #fff);
    border: 2px solid #e5e5e5;
    padding: 15px 9px;
}

.clcAddTitle{
    /* display: block; */
    position: absolute;
    z-index: 100;
    background: #FFFFFF;
    margin-top: -22px;
    border: 1px solid #fff;
    /* height: 15px; */
    font-weight: 600;
    padding: 0 5px;
}

.clbtn{
    margin-left: 10px;
    font-size: 120%;
}

.clResulTitle{
    font-size: 170%;
    font-weight: 700;
}

.clResultLine{
    margin-top: -12px;
}

/*Сечение по току мощности*/
/*Длина L (v)*/
.clcAddL{
    font-size: 90%;
    margin-left: 25px;
    white-space: nowrap;
}
/*Длина L (v) результат*/
.clcAddLI{
    /*font-size: 90%;*/
    margin-left: -27px;
    width:  70px;
    margin-left: 1px;
}

/*Допустимые потери напряжения, %*/
.clcAddLost{
    font-size: 90%;
    margin-left: 20px;
    white-space: nowrap;
}

/*Допустимые потери напряжения, % результат*/
.clcAddLostR{
    font-size: 80%;
    /* width: 68px; */
}

/*Предупреждение*/
.clcWarning{
    background-image: url(img/bgwrn.png);
    /* background-repeat: repeat-x; */
    border-radius: 5px;
    padding: 15px 21px;
}
/*картинка*/
.clcWarningI{
    margin-left: 2.5%;
    margin-top:0.8%;
}
/*текст*/
.clcWarningT{
    font-size: 115%;
    background-image: url("img/lightbulb.svg");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 32px;
    background-size: 26px;
}

.dwnl{
    background-image: url("img/file-archive-solid.svg?v4");
	padding: 0 0 0 38px;
}
.dwnl-blk{
	background: linear-gradient(180deg, #6fde1b, #52b308);
}
.dwnl-blk, .dwnl-blk h2{
    color: #fff;
}
 .dwnl-blk a{
    color: #c0f1ff;
}
.clcWarningT .fa {
	
color: #f08805;
	}
.clResultup{
    margin-top:-19px;
}


/* базовый CSS кнопки */
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn .fa{
	margin: 0 5px 0 0;
}
.row_width{
   max-width: 100%;
}

.clParfont{
    font-size: 80%;
}
@media (min-width: 1281px){
    .container{
        max-width: 991px;
    }
}
@media (max-width: 1280px){
    .container{
        max-width: 751px;
    }
}
/* error */

.clc_error {
	border: 1px solid red;
}