.tarifi{
	font-size:21px
}
.pdd__content_kod .infomaciya{
	width:80%;
	margin:0 auto
}
.pdd__content_kod .infomaciya h1{
	font-size:42px;
	font-family:arial
}
.pdd__content_kod .infomaciya h2{
	font-size:36px;
	font-family:arial
}
.pdd__content_kod .infomaciya h3{
	font-size:27px;
	font-family:arial
}
.pdd__content_kod .infomaciya h4{
	font-size:24px;
	font-family:arial
}
.pdd__content_kod .infomaciya p{
	font-size:18px;
	font-family:arial
}

.vibor {
	display:inline-block;
	padding:2px 2px;
}
.form_radio_btn {
	display: inline-block;
	margin-right: 10px;
  font-size:14px;
}
.form_radio_btn input[type=radio] {
	display: none;
}
.form_radio_btn label {
	display: inline-block;
	cursor: pointer;
	padding: 0px 5px;
	line-height: 34px;
  border-width: 1px;
  border-style: solid;
  border-color: #288419 #000 #1a6e0c;
  border-radius: 3px;
	border-radius: 3px;
	user-select: none;
}
 
/* Checked */
.form_radio_btn input[type=radio]:checked + label {
  background: linear-gradient(#1a8608, #0d4403) #0d4403;
	color: #fff;
}
 
/* Hover */
.form_radio_btn label:hover {
	color: #000;
  background: linear-gradient(#77f362, #6bde58) #6bde58;
}
 
/* Disabled */
.form_radio_btn input[type=radio]:disabled + label {
	background: #efefef;
	color: #666;
}
input[type=number] {
  color: #000000;
  text-decoration: none;
  padding:5px 0;
  outline: none;
  border-width: 2px 0;
  border-style: solid none;
  border-color: #288419 #000 #1a6e0c;
  border-radius: 3px;
  background: linear-gradient(#f9efc7, #f9ebb3) #f9ebb3;
  transition: 0.2s;
  font-size:18px;
  width:268px;
  height:24px;
  text-align:center;
  vertical-align: middle;
}
.robo input[type=submit] {
  color: white;
  text-decoration: none;
  outline: none;
  border-width: 2px 0;
  border-style: solid none;
  border-color: #213796 #000 #0f2273;
  border-radius: 3px;
  background: linear-gradient(#0f30bb, #081961) #081961;
  transition: 0.2s;
  font-size:21px;
  width:128px;
  height:36px;
  text-align:center;
  vertical-align: middle;
}
.robo3 input[type=submit] {
  color: white;
  text-decoration: none;
  outline: none;
  border-width: 2px 0;
  border-style: solid none;
  border-color: #20830D #000 #115F08;
  border-radius: 3px;
  background: linear-gradient(#118005, #034902) #034902;
  transition: 0.2s;
  font-size:21px;
  width:128px;
  height:36px;
  text-align:center;
  vertical-align: middle;
}
.robo10 input[type=submit] {
  color: white;
  text-decoration: none;
  outline: none;
  border-width: 2px 0;
  border-style: solid none;
  border-color: #873B08 #000 #5F2608;
  border-radius: 3px;
  background: linear-gradient(#863B08, #5E2406) #5E2406;
  transition: 0.2s;
  font-size:21px;
  width:128px;
  height:36px;
  text-align:center;
  vertical-align: middle;
}
.robo20 input[type=submit] {
  color: white;
  text-decoration: none;
  outline: none;
  border-width: 2px 0;
  border-style: solid none;
  border-color: #741398 #000 #580F64;
  border-radius: 3px;
  background: linear-gradient(#71048A, #53035E) #53035E;
  transition: 0.2s;
  font-size:21px;
  width:128px;
  height:36px;
  text-align:center;
  vertical-align: middle;
}
.ya input[type=submit] {
  color: white;
  text-decoration: none;
  outline: none;
  border-width: 2px 0;
  border-style: solid none;
  border-color: #288419 #000 #1a6e0c;
  border-radius: 3px;
  background: linear-gradient(#1a8608, #0d4403) #0d4403;
  transition: 0.2s;
  font-size:14px;
  width:268px;
  height:36px;
  text-align:center;
  vertical-align: middle;
}

.robo input[type=submit]:hover {
color: #fff;
background: linear-gradient(#081961, #0f30bb) #0f30bb;
}
.robo3 input[type=submit]:hover {
color: #fff;
background: linear-gradient(#034902, #118005) #118005;
}
.robo10 input[type=submit]:hover {
color: #fff;
background: linear-gradient(#5E2406, #5E2406) #5E2406;
}
.robo20 input[type=submit]:hover {
color: #fff;
background: linear-gradient(#53035E, #71048A) #71048A;
}
.ya input[type=submit]:hover {
color: #fff;
background: linear-gradient(#0d4304, #136106) #136106;
}
@media screen and (max-width: 750px) {
.pdd__content_kod .infomaciya{
	width:98%;
}
}