@font-face{
  font-family: 'OKACarter-Bold';
  src:  url('https://www.arbitr-praktika.ru/podpiska/fonts/OKACarter-Bold.woff');
  src:  url('https://www.arbitr-praktika.ru/podpiska/fonts/OKACarter-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}	

.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;
		}
		
		
		.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;

		}

		.s-header-top{ background: #474D5D;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-align-content: stretch;-ms-flex-line-pack: stretch;align-content: stretch;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;padding-left: 15px; }

	@media (max-width: 991px) {
		.void {
			background-color: #005584;
		}
	}

@media (max-width: 991px) {
  .mobcolorw {
    color: #fff;
  }
}

@media (max-width: 991px) {
  .moblogo i {
    content: url(https://podpiska.action-pravo.ru/ap/img2/ap_logo_white.png);
  }
}

@media (max-width: 695px) {
	.head_hide {
	  display: none;
	}
  }
