/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.calc_section {
		padding-top: 20px;
		padding-bottom: 40px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {



}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.calc_state_name {
		height: 50px;
		display: flex;
		align-items: center;
		line-height: initial;
		padding: 5px 20px 5px 10px;
	}

	.calc_state_text {
		height: initial;
		font-size: 12px;
	}

	.list_holder li {
		height: 80px;
	}

	.list_holder_outer {
		margin-bottom: 20px;
	}

	.application_item_header.application_content_item {
		flex-direction: row;
		align-items: center;
		padding: 0 20px;
	}

	.application_item_content {
		padding: 0 20px;
	}

	.application_content_item {
		flex-direction: column;
		align-items: flex-start;
		padding: 10px 0;
	}

	.application_key,
	.application_value
	{
		width: initial;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	.brand_model {
		display: block;
		overflow: hidden;
		border: none;
		border-radius: initial;
	}

	.brand_model .input_holder {
		border-radius: 8px 8px 0 0;
		border: 1px solid #CFCFCF;
		margin-bottom: 10px;
		overflow: hidden;
		max-width: 100%;
		width: 100%;
	}

	.brand_model_reset {
		margin: 10px 0 30px;
	}

	.calc_quest_item {
		border: none;
		/*display: flex;*/
		height: initial;
		margin-bottom: 10px;
	}

	.calc_quest_text {
		min-height: 40px;
		border: 1px solid #CFCFCF;
		border-radius: 8px 8px 0 0;
	}

	.calc_quest_info {
		border-top: none;
		border-right: 1px solid #CFCFCF;
		border-left: 1px solid #CFCFCF;
		border-bottom: 1px solid #CFCFCF;
	}

	.calc_quest_actions {
		height: initial;
		width: 100%;
		order: 1;
	}

	.calc_quest_action {
		border-bottom: 1px solid #CFCFCF;
		height: 40px;
		width: 50%;
	}

	.calc_quest_action:first-child {
		border-left: 1px solid #CFCFCF;
		border-right: 1px solid #CFCFCF;
	}

	.calc_quest_action:last-child {
		border-right: 1px solid #CFCFCF;
		border-left: none;
	}

	.calc_state_block {
		border: none;
		padding: 0;
	}

	.calc_state_item {
		width: calc(50% - 5px);
	}



	.picture_holder,
	.picture_holder.active
	{
		display: none;
	}

	.offer_holder.active {
		box-shadow: 0 -5px 5px rgba(0,0,0,.2);
		background-color: #fff;
		position: fixed;
		display: block;
		width: 100%;
		bottom: 0;
		left: 0;
	}

	.offer_header {
		height: 30px;
	}

	.offer_content {
		padding: 15px;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
	}

	.offer_text {
		width: 100%;
		font-size: 14px;
	}

	.offer_price {
		margin-bottom: 0;
		font-size: 18px;
	}

	.offer_price span {
		font-size: 22px;
	}

	.log_reg_modal {
		width: initial;
	}

	.row_holder_twin {
		flex-wrap: wrap;
	}

	.row_holder_twin .input_holder {
		width: 100%;
	}

	.row_holder_quad {
		flex-wrap: wrap;
	}

	.row_holder_quad .input_holder {
		width: calc(50% - 5px);
	}

	.row_holder_trip {
		flex-wrap: wrap;
	}

	.row_holder_trip .input_holder {
		width: 100%;
	}

	.row_holder_flex {
		flex-wrap: wrap;
	}

	.row_holder_flex .input_holder {
		width: 100% !important;
	}

	.form_block_holder {
		flex-direction: column;
	}

	.form_block_holder.twin .form_block {
		width: 100%;
	}

	.form_block_holder.trip .form_block {
		width: 100%;
		margin-bottom: 10px;
	}

	.form_block_holder.quad .form_block {
		width: 100%;
	}

	.custom_modal_holder {
		justify-content: flex-start;
		bottom: 0;
	}

	.custom_modal_content {
		width: 100%;
		padding: 40px 20px;
		border-radius: initial;
	}

	.custom_modal_item {
		height: calc(100vh - 80px);
		padding-bottom: 100px;
		overflow-y: auto;
	}

	.notify_holder {
		left: 10px;
		right: 10px;
		width: initial;
		max-width: calc(100% - 20px);
	}

	.section_header {
		font-size: 24px;
	}

	.block_header {
		font-size: 18px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.offer_holder.active.fixed {
		box-shadow: 0 5px 5px rgba(0,0,0,.2);
		border-radius: 8px;
		position: fixed;
		width: 295px;
		top: 90px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.offer_holder.active.fixed {
		width: 395px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 1024px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	.offer_holder.active.fixed {
		width: 492px;
	}
}

/*
// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... }

// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... }

// Medium devices (tablets, less than 992px)
@media (max-width: 1023.98px) { ... }

// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... }
 */