.btn--buy {
  position: absolute;
  top: 50px;
  right: calc(50% - 280px);
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #fff;
  color: #df352c;
  text-align: center;
  line-height: 1.14286;
  padding: 22px 0 0 0;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 125ms background-color;
  transition: 125ms background-color;
  -webkit-box-shadow: 0 15px 20px -6px #000;
       -moz-box-shadow: 0 15px 20px -6px #000;
            box-shadow: 0 15px 20px -6px #000;
}
.btn--buy.is-sticky {
  position: fixed;
  top: 30px;
  right: calc(50% - 280px);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: #DF352C;
  color: #fff;
  -webkit-transition: 125ms background-color, 250ms top;
  transition: 125ms background-color, 250ms top;
  z-index: 999;
}

@media (max-width: 770px) {
  .btn--buy {
	display: none;
  }
}

.btn--buy:hover {
  background-color: #ffd200;
  text-decoration: none;
}


		.my-custom-label-mag > input[type=radio] {
			display: none;
		}
		.my-custom-label-emag > input[type=radio] {
			display: none;
		}
		.my-custom-label-komplekt > input[type=radio] {
			display: none;
		}
		.my-custom-label-month > input[type=radio] {
			display: none;
		}

		.my-custom-label-mag > span {
			display:inline-block;
			width: 180px;
			height: 180px;
			background-image: url("http://www.lawyercom.ru/podpiska/new/img/mag_off.png");
			background-position: center ; /* Положение фона */
			background-repeat: no-repeat;
			border-radius: 100%;
			vertical-align:middle;
			cursor: pointer;
		}

		.my-custom-label-emag > span {
			display:inline-block;
			width: 180px;
			height: 180px;
			background-image: url("http://www.lawyercom.ru/podpiska/new/img/emag_off.png");
			background-position: center ; /* Положение фона */
			background-repeat: no-repeat;
			border-radius: 100%;
			vertical-align:middle;
			cursor: pointer;
		}

		.my-custom-label-komplekt > span {
			display:inline-block;
			width: 180px;
			height: 180px;
			background-image: url("http://www.lawyercom.ru/podpiska/new/img/komplekt_off.png");
			background-position: center ; /* Положение фона */
			background-repeat: no-repeat;
			border-radius: 100%;
			vertical-align:middle;
			cursor: pointer;
		}

		.my-custom-label-month > span {
			display:inline-block;
			width: 61px;
			height: 61px;
			background-image: url("http://www.lawyercom.ru/podpiska/new/img/month_off.png");
			background-position: center ; /* Положение фона */
			background-repeat: no-repeat;
			border-radius: 100%;
			vertical-align:middle;
			cursor: pointer;
		}

		.my-custom-label-mag > input[type=radio]:checked + span {
			width: 180px;
			height: 180px;
			background-image: url("http://www.lawyercom.ru/podpiska/new/img/mag_on.png");
			background-position: center ; /* Положение фона */
			background-repeat: no-repeat;
			cursor: pointer;
		}

		.my-custom-label-emag > input[type=radio]:checked + span {
			width: 180px;
			height: 180px;
			background-image: url("http://www.lawyercom.ru/podpiska/new/img/emag_on.png");
			background-position: center ; /* Положение фона */
			background-repeat: no-repeat;
			cursor: pointer;
		}

		.my-custom-label-komplekt > input[type=radio]:checked + span {
			width: 180px;
			height: 180px;
			background-image: url("http://www.lawyercom.ru/podpiska/new/img/komplekt_on.png");
			background-position: center ; /* Положение фона */
			background-repeat: no-repeat;
			cursor: pointer;
		}

		.my-custom-label-month > input[type=radio]:checked + span {
			width: 61px;
			height: 61px;
			background-image: url("http://www.lawyercom.ru/podpiska/new/img/month_on.png");
			background-position: center ; /* Положение фона */
			background-repeat: no-repeat;
			cursor: pointer;
		}
		
		.mag-type {
			float: left;
			width: 200px;
			text-align: center;
		}
		
		.pmonth {
			float: left;
			width: 100px;
			text-align: center;
		}
		
		.tmonth {
		    font-size: 20px;
			font-weight: bold;
			text-align: center;
			color: #ffffff;
		}
		
		.wrapper {
			    float: right;
				border: solid 1px #FFD200;
				width: 250px;
				height: 330px;
				-moz-border-radius: 12px;
				-webkit-border-radius: 12px;
				-khtml-border-radius: 12px;
				border-radius: 12px;
				text-align: center;
				margin: 20px;
				background: #ffffff;
		}
		
		.checked {
		width: 600px;
		float: left;
		padding-top: 30px;
		}
		
		.pbill  {
		        font-size: 17px;
    font-weight: bold;
    display: inline-block;
    padding: 12px 21px 11px 21px;
    background: #FFD200;
    border-bottom: 2px solid #f5a623;
    border-radius: 4px;
    margin-top: 40px;
    color: #000000;
    text-decoration: none;
		}
		
	.pbill2  {
	font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 15px 30px;
    background: #ff0000;
    border-radius: 10px;
    margin: 20px;
    color: #ffffff;
    text-decoration: none;
		}
	.pbill2:hover {
    background: #dc0000;
    color: #ffffff;
    text-decoration: none;
		}
		
	.pbill3  {
	font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding: 15px 30px;
    background: #FFD200;
    border-radius: 7px;
    margin: 20px 20px 20px 0; 
    color: #291159;
    text-decoration: none;
	letter-spacing: 3px;
	border: 1px solid #f5a623;
		}
	.pbill3:hover {
    background: #f5a623;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #f5a623;
		}
		
	.pbill4  {
	font-size: 15px;
    /* font-weight: bold; */
    display: inline-block;
    padding: 18px 20px;
    border-radius: 7px;
    border: 1px solid #183351;
    /*margin: 20px 0px;*/
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
		}
	.pbill4:hover {
     color: #ffffff;
    text-decoration: none;
	background-color: transparent;
		}

	.pbill5  {
	font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 20px;
    background: #5aacff;
    border-radius: 7px;
    /*margin: 20px 0px 20px 0;*/ 
    color: #ffffff;
    text-decoration: none;
	letter-spacing: 1px;
		}
	.pbill5:hover {
    background: #4597e9;
    color: #ffffff;
    text-decoration: none;
		}	

	.pbill6  {
	font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 9px 30px;
    background: #ffa419;
    border-radius: 7px;
    margin: 20px 0px 20px 0; 
    color: #000000;
    text-decoration: none;
		}

	.pbill6:hover {
    background: #feb74a;
    color: #ffffff;
    text-decoration: none;
		}

	.pbill7  {
	font-size: 18px;
    font-weight: 400;
    display: inline-block;
    padding: 9px 30px;
    background: #00468d;
    margin: 20px 0px 20px 0; 
    color: #ffffff;
    text-decoration: none;
		}

	.pbill7:hover {
    background: #002c58;
    color: #ffffff;
    text-decoration: none;
		}	

	.pbill8  {
	font-size: 18px;
    font-weight: 400;
    display: inline-block;
    padding: 9px 30px;
    background: #5ac0d0;
    border: none;
    border-radius: 5px;
    margin: 20px 0px 20px 0; 
    color: #ffffff;
    text-decoration: none;
		}

	.pbill8:hover {
    background: #002c58;
    border:none;
    color: #ffffff;
    text-decoration: none;
		}				


		.pbill9  {
	font-size: 18px;
    font-weight: 400;
    display: inline-block;
    padding: 9px 30px;
    background: linear-gradient(to bottom, #ec1b15, #bc221a);
    border: none;
    border-radius: 5px;
    margin: 20px 0px 20px 0; 
    color: #ffffff;
    text-decoration: none;
		}

	.pbill9:hover {
    background: linear-gradient(to bottom, #83aaf1, #0255f9);
    border:none;
    color: #ffffff;
    text-decoration: none;
		}				
		
		
		.price  {
		        font-size: 33px;
				color: #DF352C;
				font-weight: 700;
		}
		
		.price-off  {
		        font-size: 20px;
				color: #8A8A8A;
		}
		
		.btncb {
			font-size: 20px;
			font-weight: bold;
			display: inline-block;
			padding: 12px 21px 11px 21px;
			background: #FFD200;
			border-bottom: 2px solid #f5a623;
			border-radius: 4px;
			margin-bottom: 40px;
			color: #000000;
			text-decoration: none;
			width: 100%;
		}
		
		.btncb a:hover {
			
			color: #000000;
			text-decoration: none;

		}