/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1125px) {
	section.content_block {
    padding-top: 60px;
    padding-bottom: 60px;
	}
}
@media only screen and (max-width : 992px) {
	ul.list_payment {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
	}
	footer p{
		width: 100%;
		text-align: center;
	}
	footer {
    margin-top: 38px;
	}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 930px) {
	.item_how {
    width: 48%;
    margin-bottom: 30px;
	}
	.item_how br{
		display: none;
	}
	ul.input_block li {
    width: 100%;
    margin-bottom: 15px;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	h1 {
    font-size: 50px;
    line-height: 50px;
	}
	.logo {
    /* margin-bottom: 40px; */
    text-align: center;
	}
	.promo {
	/* padding-top: 104px;
	padding-bottom: 30px; */
	}
	.promo h1 {
    font-size: 50px;
    line-height: 50px;
	}
	/* header {
    padding-top: 40px;
    padding-bottom: 70px;
	} */
	h2 {
    font-size: 40px;
    line-height: 44px;
	}
	.get_tax_deduction {
    margin-top: 39px;
	}
	h3, .form h3 {
    font-size: 28px;
    line-height: 31px;
	}
	ul.list_ded {
    line-height: 20px;
    font-size: 14px;
    margin-top: 40px;
	}
	ul.list_ded li b, ul.list_types li b {
    font-size: 19px;
    line-height: 23px;
	}
	ul.list_ded li {
    margin-bottom: 30px;
    padding-left: 90px;
	}
	.types_tax_deduction {
    margin-top: 34px;
	}
	.head h3::after {
    margin-top: -3px;
	}
	ul.list_types {
    padding-left: 0;
    margin-top: 35px;
	}
	ul.list_types li {
    padding-left: 57px;
	}
	.how_works {
    margin-top: 37px;
	}
	.blocks_work {
    margin-top: 43px;
	}
	.block_rates {
    margin-top: 29px;
	}
	.cost_registration {
    margin-top: 31px;
	}
	table.table td,
	table.table th {
    padding: 15px;
	}
	ul.list_radio {
    flex-direction: column;
    margin: 0 auto;
    max-width: 350px;
	}
	ul.list_radio li {
    margin-right: 0;
    margin-bottom: 18px;
	}
	.center_form_block {
    margin: 40px auto 0 auto;
	}
	form.form {
    margin-top: 25px;
	}
	ul.list_payment li {
    margin: 4px 0px;
    width: 32%;
    text-align: center;
	}
	.checkbox:not(checked) + label {
    display: block;
	}
}
@media only screen and (max-width : 650px) {
	table.table td, table.table th {
    padding: 8px;
	}
	table.table th, table.table tr.price_block {
    font-size: 12px;
	}
	table.table {
    font-size: 10px;
    line-height: 12px;
    margin-top: 27px;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	h1 {
    font-size: 34px;
    line-height: 35px;
	}
	.promo h1 {
    font-size: 34px;
    line-height: 35px;
	}
	h2 {
    font-size: 27px;
    line-height: 32px;
	}
	h3, .form h3 {
    font-size: 20px;
    line-height: 24px;
	}
	section.content_block {
    padding-top: 40px;
    padding-bottom: 40px;
	}
	.get_tax_deduction {
    margin-top: 30px;
	}
	ul.list_ded li::before {
    width: 48px;
    height: 48px;
    background-size: 30px;
	}
	ul.list_ded li {
    margin-bottom: 21px;
    padding-left: 57px;
	}
	ul.list_types {
    line-height: 20px;
	}
	.item_how b {
    font-size: 20px;
    line-height: 22px;
	}
	.item_how {
    width: 100%;
	}
	.radio:not(checked) + label {
    font-size: 15px;
	}
	.radio:not(checked) + label:before {
    width: 23px;
    height: 23px;
    }
    .radio:not(checked) + label:after {
    width: 13px;
    height: 13px;
	}
	ul.input_block input {
    height: 46px;
	}
	ul.input_block label {
    font-size: 14px;
    margin-bottom: 4px;
	}
	ul.text_info_form {
    font-size: 12px;
    line-height: 18px;
	}
	.btn {
    font-size: 15px;
	}
}
@media only screen and (max-width : 400px) {
	table.table th, table.table tr.price_block {
    font-size: 8px;
	}
	table.table {
    font-size: 8px;
    line-height: 10px;
    margin-top: 18px;
	}
}	
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}