


input[type="checkbox"]{
    display:none;
    
}
  
input[type="checkbox"] + label{
  padding-left: -15px;
  font-weight: lighter;
  white-space:nowrap;
}
input[type="checkbox"] + label::before{
  content:'';
  display:inline-block;
  width:24px;
  height:24px;
  /*background-image:url(https://www.centrmag.ru/new/icon/noncheck.svg);  Удаление    */
  margin-bottom:-4px;
  margin-right: 8px;
  
}

/*input[type="checkbox"]:disabled + label::before {
  background-image: url(https://www.centrmag.ru/new/icon/disabled.svg);  Удаление    
}*/
  
/*input[type="checkbox"]:checked + label::before{
    background-image: url(https://www.centrmag.ru/new/icon/check.svg);    Удаление    
}*/

input[type="radio"]:disabled + label::before{
  content:'';
  display:inline-block;
  width:24px;
  height:24px;
  background-image:url(https://www.centrmag.ru/new/icon/radio_nonchecked_disabled.svg); /* Удаление    */
  margin-bottom:-4px;
  
}

input[type="radio"]:disabled + label::before {
  background-image: url(https://www.centrmag.ru/new/icon/radio_nonchecked_disabled.svg); /* Удаление    */
}
  


.element__container {
  width: 100%;
  margin: 0 auto;
  height: 100%;
 }

.element__box {
 float: left; 
 width: 300px;
 height: 300px;
 margin-right: 10px;
 margin-top:10px;
 border:1px solid red;
}
.element__container :last-child {
 margin-right: 0px;
}

h1{
font-style: normal;
font-weight: bold;
font-size: 38px;
line-height: 1.1em;
}
h2{
font-style: normal;
font-weight: bold;
font-size: 32px;
line-height: 37px;
}
h3{
font-style: normal;
font-weight: bold;
font-size: 28px;
line-height: 33px;
}
h4{
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 26px;
}
h5{
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 21px;
}

a.knopka__small {
  color: #fff; 
  text-decoration: none; 
  -webkit-user-select: none; 
     -moz-user-select: none; 
      -ms-user-select: none; 
          user-select: none; 
  background: #55BC74; 
  padding: 12px 16px;
  outline: none; 
  border-radius:4px;
  width:88px;
  height:44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
} 
a.knopka__small:hover { background: #3C9D59; } 
a.knopka__small:active { background: #3C9D59; } 

a.knopka__small__light {
  color: #55BC74; 
  text-decoration: none; 
  -webkit-user-select: none; 
     -moz-user-select: none; 
      -ms-user-select: none; 
          user-select: none;  
  padding: 12px 16px;
  outline: none; 
  border-radius:4px;
  width:88px;
  height:44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  border:2px solid #55BC74;
  
} 
a.knopka__small__light:hover { background: #fff; border:2px solid #3C9D59; } 
a.knopka__small__light:active { background: #fff;border:2px solid #3C9D59; } 


a.knopka__small__light__disabled {
  color: #BDBDBD; 
  text-decoration: none; 
  -webkit-user-select: none; 
     -moz-user-select: none; 
      -ms-user-select: none; 
          user-select: none;  
  padding: 12px 16px;
  outline: none; 
  border-radius:4px;
  width:88px;
  height:44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  border:2px solid #F2F2F2;
  background:#F2F2F2;
  
}









a.knopka__small {
  color: #fff; 
  text-decoration: none; 
  -webkit-user-select: none; 
     -moz-user-select: none; 
      -ms-user-select: none; 
          user-select: none; 
  background: #55BC74; 
  padding: 12px 16px;
  outline: none; 
  border-radius:4px;
  width:88px;
  height:44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
} 
a.knopka__small:hover { background: #3C9D59; } 
a.knopka__small:active { background: #3C9D59; } 

a.knopka__small__icon {
  color: #fff; 
  text-decoration: none; 
  -webkit-user-select: none; 
     -moz-user-select: none; 
      -ms-user-select: none; 
          user-select: none; 
  background: #55BC74; 
  padding: 12px 16px;
  outline: none; 
  border-radius:4px;
  width:190px;
  height:44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
} 
a.knopka__small:hover { background: #3C9D59; } 
a.knopka__small:active { background: #3C9D59; } 


.knopka__icon{
	padding: 12px 16px;
  width:252px;
  height:44px;
	border:2px solid #55bc75;
	
  border-radius: 4px;
  text-align: center;
	

}
.knopka__icon:hover{
	cursor: pointer;
	
	
}




a.knopka__icon i{margin-right: 10px; font-size: 1.1em;}

a.knopka__icon{
	text-decoration: none;
	color: #55bc75;
	font-weight: 500;
	font-size: 16px;
}

a.knopka__icon:hover {color: #FFF; background-color: #55bc75;}



.knopka__icon__light{
	padding: 12px 16px;
  width:195px;
  height:44px;
	border:2px solid #55bc75;
	display:block;
	border-radius: 4px;
	

}
.knopka__icon__light:hover{
	cursor: pointer;
	
	
}




a.knopka__icon__light i{margin-right: 10px; font-size: 1.1em;}

a.knopka__icon__light{
	text-decoration: none;
	color: #55bc75;
	font-weight: 500;
	font-size: 16px;
}

a.knopka__icon__light:hover { border-color:#3C9D59; color:#3C9D59;  }

/*Ин_актив кнопка*/
.knopka__icon__light__disabled{
	padding: 12px 16px;
  width:195px;
  height:44px;
	border:2px solid #F2F2F2;
	display:block;
	border-radius: 4px;
  color:#BDBDBD;
  background:#F2F2F2;

}
.knopka__icon__light:hover{
	cursor: pointer;
	
	
}




a.knopka__icon__light__disabled i{margin-right: 10px; font-size: 1.1em;}

a.knopka__icon__light__disabled{
	text-decoration: none;
	color: #BDBDBD;
	font-weight: 500;
	font-size: 16px;
}


.filtres{
  width: 180px;
  height: 220px;
  background: #FAFAFA;
  border: 1px solid rgba(224, 224, 224, 0.15);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  
  font-size: 14px;
}

.kartochka__tovara{
    width: 180px;
    height: 250px;
    display: inline-block;
}

.kartochka__tovara img{
  width: 173px;
  height: 109px;
  display: block;
}
/*Горизонтальная линия позиции*/
.tovar_podr_table{
  cursor: pointer;
  width:973px;
  height:96px;
  
  display: -webkit-inline-box;
  
  display: -ms-inline-flexbox;
  
  display: inline-flex;
}

.tovar_podr_table:hover{
  
  border:1px solid #E0E0E0;
  
}

/*Блоки элементов внутри линии позиции*/

.tovar_podr_line-pic{  /*Картинка товара*/
  width:127px;
  
  height: 96px;
  margin-left:12px;
}
.tovar_podr_line-text{ /*Описание товара*/
  width:455px;
  
  height: 96px;
  margin-left:16px;
  text-align: center;
  padding-top:35px;
  
}


.tovar_podr_line-price{    /*Цена товара*/
  width:120px;
  
  height: 96px;
  padding-top:30px;
}
.tovar_podr_line-buy{      /*Кнопка покупки*/
  width:200px;
  
  height: 96px;
  margin-left:42px;
}

/* Свойства внутри блоков*/
.tovar_podr_line-buy a{
  margin-top:22px;
  margin-left:70;
}

.tovar_podr_line-text p{
  float:left;
  font-weight: normal;
  font-size: 16px;
}

.tovar_podr_line-price p{
  text-align: center;
  font-weight: bold;
  font-size: 22px;

}

.varianti_tovarov_table{

  height: 132px;
  
}

.varianti_tovarov_oglavlenie{
  
  
  
  display:-webkit-inline-box;
  
  
  
  display:-ms-inline-flexbox;
  
  
  
  display:inline-flex;
  cursor: pointer;
}
.varianti_tovarov_oglavlenie-1{
  
 
  
  display:block;
  
}



.varianti_tovarov_oglavlenie:hover{ 
  background:#F2F2F2;
}
.varianti_tovarov_oglavlenie:active{
  background:#F2F2F2;
}


.varianti_tovarov_name{
  width: 300px;
  height: 44px;
  
  padding-top:12px;
  font-weight: 500;
 
}

.varianti_tovarov_price{
  
  padding-top:12px;
  font-weight: 500;
}


.varianti_tovarov_line{
  width:530px;
  height: 44px;
  
  display: -webkit-inline-box;
  
  display: -ms-inline-flexbox;
  
  display: inline-flex;
}


.varianti_tovarov_cost{
	
}


.varianti_tovarov_cost p{
  
  font-weight: normal;
  font-size: 16px;
  padding-top:10px;
}

.cart-counter{
  width: 180px;
  height: 44px;
  
  display: inline-block;
  padding-left:12px; padding-right:12px;
}



.counter-line {width:156px; height:44px;  display: block; text-align: center!important;} 
.counter-line input {width:96px;height:33px;border:1px solid #2C2C2C; border-radius:4px;text-align:center;}
.counter-line .plus_1 {float: right;}
.counter-line .minus_1 {float: left;}


.minus_1{
  width: 20px;
  height: 20px;
  background:url(https://www.centrmag.ru/new/icon/minus_gray.svg) no-repeat; /* Удаление    */
  display: inline-block;
  background-size: contain;
  margin-top:10px;
  cursor:pointer;
 -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
}

.plus_1{
  width: 20px;
  height: 20px;
  background:url(https://www.centrmag.ru/new/icon/plusic_gray.svg) no-repeat; /* Удаление    */
  display: inline-block;
  background-size: contain;
  cursor:pointer;
  margin-top:10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}



.minus_1:hover{
  background:url(https://www.centrmag.ru/new/icon/minus.svg) no-repeat; /* Удаление    */
  background-size:contain;
  cursor:pointer;
  
}

.plus_1:hover{
  background:url(https://www.centrmag.ru/new/icon/plusic.svg) no-repeat; /* Удаление    */
  background-size:contain;
  cursor:pointer;
}

.radio_and_check_wrapper{
  width:720px;
  height:120px;
  display:inline-block;
 
}

.radio_knopki{
  
  display:inline-block;
}

.col-md-6 p{
  padding-left:5px;
  font-size:16px;

  
  
  
}

.checkbox_knopki{
  width:350;
  height:119px;
  margin-right: 50;
  float:right;
  
}

.col-md-6 label{
  white-space: nowrap;
}

.tovar__info{
  width: 100%;
  

}

.tovar__info li{
  font-size: 16px;
  font-style: normal;
  color:#828282;

}
.tovar__info span{
  padding-left:3px;
  color:#000;
 /* font-weight: bold;*/
  font-size: 16px;
}

.tovar__info img{
  width:20px;
  height:20px;

  
  
}

.reasons{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  
  padding-bottom:13px;
}

.reasons a{
  font-weight:normal!important;
  padding-left: 8px;
  color:#55BC74;
  font-size:16px;
  

}


.video__help{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  
  
}

.video__help a{
  font-weight:normal!important;
  padding-left: 8px;
  color:#55BC74;
  font-size:16px;
  

}
em.qtip:focus{
	color:white;
	background: #4cae4c;
}
em.qtip:hover{
	color:white;
	background: #4cae4c;
}
.popover-content{
	border: 2px solid #55BC74;
	background-color: whitesmoke;
	
}

.check{
  cursor: pointer;
  position: relative;
  margin: 0px 0px 15px 0px;
  width: 18px;
  height: 18px;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);

}
.check:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(34,50,84,0.03);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.check  {
  position: relative;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #55bc75;
  stroke-width: 1.5;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}
.check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}
/*.check:hover:before {
  opacity: 1;
} */
.check:hover svg {
  stroke: #55BC74;;
}
.cbx:checked + .check svg {
  stroke: #55BC74;;
}
.cbx:checked + .check svg path {
  stroke-dashoffset: 60;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cbx:checked + .check svg polyline {
  stroke-dashoffset: 42;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.scale {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; /* Время эффекта */
   }
   .scale:hover {
    -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
            transform: scale(2.5); /* Увеличиваем масштаб */
   }
   
   

.inform {color:#55bc74; font-size: 11pt; cursor: pointer;}
#SerNum {display: none;}

.labelInput {font-size:15px; padding-left: 10px;}
.moreParams {display: none; }
#showParams {cursor: pointer; color: #555; /*border: 2px #555 solid; border-radius: 5px; padding: 5px 7px;*/ text-decoration: underline;}
#showParams:hover {text-decoration: none;}
.razmerOttiska {display: none;}

.nositeli {padding: 5px;}
.nositeli input+label {
	border: 2px #47AB55 solid;
	border-radius: 3px;
	color: #47AB55;
	padding: 3px 5px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.nositeli input:checked+label {
	background-color: #47AB55;
	color: white;
}
.nositeli input:disabled+label {
	opacity: 0.5;
	cursor: default;
}
.nositeli input:disabled+label:before {
	display: none;	
}


.tovarGroup {    
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start; 
	position: relative;
	}
.divItem {width: 90px; height: 120px; text-align: center; display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
	border-radius: 7px;
	border: 2px solid #e1e1e1;
	margin: 5px;
 }

.groupItem   {width: 70px; height: 70px; 
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	margin: 7px;
	
}
.divItem.active {border: 2px solid #55BC74; }
.divItem:hover {border: 2px solid #FF9000; }

.tooltip2{
    z-index: 9999;
	position: absolute;
	display: none;
	top:-30px;
	left:0px;
	background-color: #2C2C2C;
	padding: 5px 10px 5px 10px;
	color: white;
	opacity: 0.8;
	border-radius: 5px; 
	width: 100%;
}
.divItem:hover .tooltip2 {display: block;}